/* Responsive Rules - 1-18-2016 - Jon */



/* Rules for Phone Sizes */

@media only screen 
  and (min-width: 1px) 
  and (max-width: 767px)  {


.hide-on-phone {
	display: none !important;
}

.container-fluid {
	padding-left: 7% !important;
	padding-right: 7% !important;
}

a.btn-res {
    display: block;
    background-color: #eee;
    text-align: left;
    padding: 7px 7px 6px 9px;
    margin-bottom: 5px !important;
    border-radius: 5px;
    text-decoration: none !important;
}

a.btn-res:after {
	font-family: fontawesome;
	content: '\f054';
	float: right;
	color: #ccc;
/* 	line-height: 1.6; */
}

a.btn-res:hover,
a.btn-res:active {
    background-color: #e0e0e0 !important;
    text-decoration: none !important;
}

.hgr-product-detail {
	padding: 1% 5% !important;
}

.buyer-locator {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

.buyer-team .buyers div {
	line-height: 20px !important;
	text-align: center;
}

span.region {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 35px !important;
    height: 35px !important;
    line-height: 36px !important;
    font-size: 16px !important;
}

.footer-wrapper {
	text-align: center;
}

.footer-wrapper .container-fluid {
	padding-left: 2% !important;
	padding-right: 2% !important;
}

.footer-wrapper .open-popup-link {
	display: block !important;
}

.footer-badges {
	margin-top: 15px;
	text-align: center !important;
}

.footer-links {
	margin-top: 0 !important;
}

.footer-copyright {
	font-size: 11px;
}


/* Mobile Menu */

button.navbar-toggle {
	display: none;
}

.mobile-menu-buttons {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 10px 0 0;
}

.mobile-menu-buttons .btn-xs {
	padding-right: 7px;
	padding-left: 7px;
}

.header-container {
	height: 140px !important;
}

.navbar {
	background: transparent !important;
	box-shadow: inherit !important;
	
}

.mobile-logo-centering {
	display: block !important;
    width: 181px !important;
    text-align: center !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    margin-left: -95px !important;
/*     z-index: 9999999 !important; */
}

.mobile-logo-centering .navbar-brand {
	float: none !important;
	width: 181px !important;
	height: 107px !important;
	margin: 0 auto !important;
	display: block !important;
	text-align: center !important;
	padding-top: 50px !important;
}

a.home-button {
	display: inline-block;
	background: #be2424;
	color: #fff !important;
	padding: 5px 10px 4px 10px;
	margin: 10px 10px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
/* 	font-family: 'gotham_book', sans-serif; */
	float: right;
}

a.home-button:hover {
	text-decoration: none;
}

#mobile-nav {
	background: #fff;
	color: #333;
	min-height: 42px;
/* 	font: 12px/16px gotham_medium, Arial, Helvetica, sans-serif; */
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

#mobile-nav span.menu-title {
	text-align: center;
}

#menu-cats {
	overflow-y: scroll;
/* 	-webkit-overflow-scrolling: touch; */
	height: 585px; /* Height of iPhone 6, minus the top bar. 627-42. */
}

#menu-cats li a {
/* 	pointer-events: none; */
}

.dl-submenu a img {
	margin-right: 7px;
}

.dl-menuwrapper li > a.menu-chevron:after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f054";
	color: #333;
}

.dl-menuwrapper li > a.submenu-chevron:after {
	position: absolute;
	top: 0;
	line-height: 79px;
	font-family: 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f054";
	color: #333;
}

.dl-menuwrapper li > a.submenu-chevron-textonly:after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f054";
	color: #333;
}

.dl-menuwrapper li > a.menu-external-link:after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f08e";
	color: #333;
}

.dl-menuwrapper li > a.menu-download:after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f019";
	color: #333;
}

.jaf-close {
	position: relative;
	top: 4px;
    font-size: 24px;
	cursor:pointer;
}

.bottom-buttons a.btn {
    font-size: 12px;
}

.hgr-product-detail .btn-detail-action {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 18px;
}

.hgr-product-detail .detail-rep-dropdown {
	margin-bottom: 5px !important;
}

.hgr-above-content {
    margin-top: 1% !important;
    margin-bottom: 3% !important;
    padding-left: 4% !important;
    padding-right: 4% !important;
}

.detail-breadcrumb {
	display: none;
}

.hgr-product-detail .click-to-zoom {
	padding: 10px 0 !important;
    border-bottom: 1px solid #eee !important;
    margin-bottom: 10px !important;
}

.inst-desktop {
	display: none;
}

.inst-touch {
	display: block;
}

/* More Info Mobile Button */

.jaf-container > div.folder {
	padding: 0;
}

a.product-box {
  margin-bottom: 0 !important;
  border: 1px solid #3a53a4 !important;
  box-shadow: inherit !important;
}

a.product-box .product-box-image {
	height: 225px !important;
}

.active-tool > .product-box::after {
	display: none !important;
}

.active-tool > .product-list::after {
	display: none !important;
}

a.btn-mobile-detail {
    position: relative;
    top: -1px;
    border-radius: 0 0 4px 4px;
	margin-bottom: 5%;
    text-align: left;
    /* clear: both; */
    float: left;
    width: 100%;
    display: block;
}

a.btn-mobile-detail:after {
	font-family: fontawesome;
	content: '\f054';
	float: right;
	color: #fff;
	line-height:  1.6;
}

div.plus-overlay {
  display: none;
}

.product-box table {
    margin: 10px 0 0 0 !important;
    font-size: 12px !important;
    position: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
}

.btn-print {
	display: none !important;	
}


.hgr-product-detail .recommendations .product-box {
	min-height: inherit !important;
	margin-bottom: 20px !important;
	border-color: #fff !important;
	box-shadow: 0px 1px 5px #7D7D7D !important;
}

.hgr-product-detail .recommendations .product-box:hover {
	border-color: #3a53a4 !important;
}

#popup-sort-modal .hgr-sorting a:active, #popup-sort-modal .hgr-sorting a:hover  {
	background-color: #eee !important;
	color: #666 !important;
}

/* Category Text */

#cat_the_short_desc {
    padding: 15px !important;
    background-image: none !important;
}

/* Mobile Filter */

#popup-filter-modal .mfp-close {
    color: #fff !important;
    opacity: 1 !important;
}

#popup-filter-modal {
	padding: 0 0 10px 0;
}

#popup-filter-modal .filter-box_responsive {
	padding: 0 15px;
}

#popup-filter-modal h3.filter-header {
    display: block;
    background-color: #3a53a4;
    color: #fff;
    padding: 10px;
}

#popup-filter-modal h3.filter-header small {
    display: block;
    color: #E5E5E5;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    margin-top: 2px;
}

#popup-filter-modal .collapse-button {
    right: 15px;
}

#popup-filter-modal .enabled-filter_responsive {
    background-color: #2ecc5b;
    color: #fff;
    display: block;
    border-radius: 4px;
    padding: 3px 1px 3px 6px;
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: 600;
    position: relative;
}

#popup-filter-modal .enabled-filter_responsive span.glyphicon-remove-circle {
    float: right;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 2px 4px 3px 0;
}

#popup-filter-modal .enabled-filter_responsive #from_to_remove_filter_span {
	float: none !important;
    position: absolute !important;
    top: 27% !important;
    right: 1px !important;
}

#popup-filter-modal .enabled-filter_responsive span.arrival-date {
	display: block;
	line-height: 1.3;
}

#popup-filter-modal .enabled-filter_responsive span.to-from {
	display: block;
	font-size: 12px;
	color: #FBF74D;
	line-height: 1.3;
}

#popup-filter-modal hr {
	margin: 10px 0;
	clear: both;
}

#popup-filter-modal .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

#popup-filter-modal .category-box label {
	font-size: 12px;
	margin-bottom: 2px;
}

#popup-filter-modal .category-box select {
	margin-bottom: 9px;
}  

#popup-filter-modal .datepicker {
	margin-bottom: 5px;
}

#popup-filter-modal .datepicker input {
	height: 28px;
    padding: 3px 10px;
}

#popup-filter-modal .datepicker .input-group-addon {
	padding: 5px 10px;
}

#popup-filter-modal .price-range {
    padding-top: 5px;
    padding-left: 4px;
    padding-right: 1px;
}

#popup-filter-modal .price-range .input-group {
	margin-bottom: 5px;
}

#popup-filter-modal span.min-price,
#popup-filter-modal span.max-price {
	font-size: 11px;
}

#popup-filter-modal .price-range span.min-price {
	position: relative;
	left: -8px;
}

#popup-filter-modal .aisle-column01,
#popup-filter-modal .aisle-column02 {
	float: left;
	width: 40%;
	padding-bottom: 5px;
}

#popup-filter-modal .clear_filter_responsive {
	display: block;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	color: #3a53a4;
	cursor: pointer;
	clear: both;
	width: 100%;
}

#popup-filter-modal #submit_filter_responsive {
	margin-top: 4px;
}

/* Mobile Sort */

#popup-sort-modal .mfp-close {
    color: #fff !important;
    opacity: 1 !important;
}

#popup-sort-modal {
	padding: 0 0 15px 0;
}


#popup-sort-modal h3.sort-header {
    display: block;
    background-color: #3a53a4;
    color: #fff;
    padding: 10px;
}

#popup-sort-modal h3.sort-header small {
    display: block;
    color: #E5E5E5;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    margin-top: 2px;
}

#popup-sort-modal .hgr-sorting h6 {
	font-size: 16px;
	font-weight: 600;
}


#new_arrivals_tri_buttons_responsive .btn-default,
#markdowns_tri_buttons_responsive .btn-default {
	border-color: #ccc !important;
	color: #3a53a4 !important;
    background-color: #ffd050 !important;
    font-weight: bold;
}


#e_search_text[placeholder]::-webkit-input-placeholder {
  color: transparent;
}

#e_search_text[placeholder]::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease; 
  opacity: 0;
}


div.hgr-search.affix {
	z-index: 99 !important;
    background: #fff !important;
    padding: 13px 5px 5px 5px !important;
    width: 100% !important;
    top: 42px !important;
    left: 0 !important;
    box-shadow: 0px 2px 6px #7B7B7B !important; 
}


.product-list div.column {
	float: none !important;
	min-height: 1px !important;
}

.product-list div.column.product-list-image { width: 40% !important; border-right: 0 !important; display: none; }
.product-list div.column.inventory-no { width: 60% !important; border-right: 0 !important; }
.product-list div.column.title { width: 60% !important; border-right: 0 !important; }
.product-list div.column.qty { width: 60% !important; border-right: 0 !important; }
.product-list div.column.manufacturer { width: 60% !important; border-right: 0 !important; }
.product-list div.column.capacity { width: 60% !important; border-right: 0 !important; }
.product-list div.column.model-no { width: 60% !important; border-right: 0 !important; }
.product-list div.column.price { width: 60% !important; }


.mobile-list-view {
	padding: 5px;
	float: left;
	width: 100%;
}

.mobile-list-view h6 {
	font-size: 12px;
	margin-top: 4px;
}

.mobile-list-view h4 {
	font-size: 16px;
	margin-bottom: 6px;
}

.mobile-list-view table {
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 0;
}

.mobile-list-view table tr td {
	padding: 2px !important;
}

.mobile-list-view .prod_list_box_reg_price,
.mobile-list-view .prod_list_box_markdown_reg_price,
.mobile-list-view .prod_list_box_markdown_markdown_price {
	padding: 0;
}


a.product-list {
	margin-bottom: 0 !important;
	box-shadow: none !important;
	border: 1px solid #3a53a4 !important;
}

.login-buttons {
	display: none;
}

	.sellList ul {
		width: 50% !important;
		margin-bottom: 10px !important;
	}



/* Favorites List Page */

table.wishlist_table thead .product-checkbox,
table.wishlist_table thead .product-remove,
table.wishlist_table thead .product-thumbnail,
table.wishlist_table thead .product-date-added,
table.wishlist_table thead .product-price {
	display: none !important;
}

table.wishlist_table tbody .product-checkbox,
table.wishlist_table tbody .product-remove,
table.wishlist_table tbody .product-thumbnail,
table.wishlist_table tbody .product-date-added,
table.wishlist_table tbody .product-price {
	display: none !important;
}


table.wishlist_table tfoot {
	display: none !important;
}

table.wishlist_table tbody td {
	width: 30% !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-bottom: 5px !important;
	vertical-align: bottom !important;
}


table.wishlist_table thead .product-name {
	width: 70%;
	padding-left: 2px;
	padding-right: 2px;
}


li.mobile-price {
	margin: 10px 0 !important;
	font-size: 18px;
	color: #3a53a4;
	display: block;
}



} /* End Phone */


/* ------------------------------------------------ */


/* Rules for Large Phone Sizes */


/*
@media only screen 
  and (min-width: 480px) 
  and (max-width: 767px) {

	a.btn-mobile-detail {
	    width: 50%;
	}

}
*/


/* ------------------------------------------------ */


/* Rules for Tablet Sizes */

@media only screen 
  and (min-width: 768px) 
  and (max-width: 991px) {


.hide-on-tablet {
	display: none;
}

.container-fluid {
	padding-left: 4% !important;
	padding-right: 4% !important;
}

.footer-badges {
	margin-top: 15px;
	text-align: center !important;
}

.hgr-product-detail {
	padding: 1% 3% !important;
}

.hgr-product-detail .contact-sales-staff select {
    margin: 0 0 5px 0 !important;
}

.sorting-box h6 {
	font-size: 11px;
}

button.navbar-toggle {
	display: none;
}

#site-menu {
	display: none !important;
}

.product-box h4 {
    font-size: 14px !important;
}

/* Mobile Menu */

.mobile-menu-buttons {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 10px 0 0;
}

.mobile-menu-buttons .btn-xs {
	padding-right: 7px;
	padding-left: 7px;
}

.header-container {
	height: 140px !important;
}

.navbar {
	background: transparent !important;
	box-shadow: inherit !important;
	
}

.mobile-logo-centering {
	display: block !important;
    width: 181px !important;
    text-align: center !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    margin-left: -95px !important;
/*     z-index: 9999999 !important; */
}

.mobile-logo-centering .navbar-brand {
	float: none !important;
	width: 181px !important;
	height: 107px !important;
	margin: 0 auto !important;
	display: block !important;
	text-align: center !important;
	padding-top: 50px !important;
}

a.home-button {
	display: inline-block;
	background: #be2424;
	color: #fff !important;
	padding: 5px 10px 4px 10px;
	margin: 10px 10px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
/* 	font-family: 'gotham_book', sans-serif; */
	float: right;
}

a.home-button:hover {
	text-decoration: none;
}

#mobile-nav {
	background: #fff;
	color: #333;
/* 	min-height: 45px; */
/* 	font: 12px/16px gotham_medium, Arial, Helvetica, sans-serif; */
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

#mobile-nav span.menu-title {
	text-align: center;
}


#menu-cats {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	height: 960px; /* Height of iPad, minus the top bar. 1024-42. */
}

#menu-cats li a {
/* 	pointer-events: none; */
}

.dl-submenu a img {
	margin-right: 7px;
}

.dl-menuwrapper li > a.menu-chevron:after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f054";
	color: #333;
}

.dl-menuwrapper li > a.submenu-chevron:after {
	position: absolute;
	top: 0;
	line-height: 79px;
	font-family: 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f054";
	color: #333;
}

.dl-menuwrapper li > a.submenu-chevron-textonly:after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f054";
	color: #333;
}

.dl-menuwrapper li > a.menu-external-link:after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f08e";
	color: #333;
}

.dl-menuwrapper li > a.menu-download:after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f019";
	color: #333;
}

.dl-menuwrapper li a .fa-caret-down {
	display: none !important;
}

.dl-menuwrapper .dropdown-menu {
position: inherit;
    top: inherit;
    left: inherit;
    z-index: inherit;
    display: inherit;
    float: inherit;
    min-width: inherit;
    padding: inherit;
    margin: inherit;
    font-size: inherit;
    text-align: inherit;
    list-style: inherit;
    background-color: inherit;
    -webkit-background-clip: inherit;
    background-clip: inherit;
    border: inherit;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

/* Category Text */

#cat_the_short_desc {
    padding: 25px 30px 33px 185px !important;
}

#cat_the_short_desc h1 {
   font-size: 24px;
}

/* Grid View */

a.product-box {
	min-height: 285px !important;
}

.product-box table {
	font-size: 11px !important;
}


.product-box-image {
	height: 105px !important;
}

.prod_grid_box_markdown_label,
.prod_grid_box_new_arrival_label {
	float: none;
	display: block;
	width: 100%;
	margin: 3px 0;
}


/* List View */

.product-list {
	font-size: 11px !important;
}

.product-list table {
	font-size: 11px !important;
}

.prod_list_box_reg_price,
.prod_list_box_new_arrival_reg_price,
.prod_list_box_markdown_markdown_price {
	font-size: 12px !important;
}

.prod_list_box_markdown_label,
.prod_list_box_new_arrival_label {
	float: none !important;
	display: block !important;
	position: inherit !important;
	top: inherit !important;
	right: inherit !important
/*
	width: 100%;
	margin: 3px 0;
*/
}


/* Product Drawer */

.product-content {
	padding: 7px 0 7px 0 !important;
}

.jaf-close {
	position: relative;
	top: 4px;
    font-size: 24px;
	cursor:pointer;
}

.product-content .top-buttons {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.product-content .top-buttons a.btn {
	margin-bottom: 5px;
}

.folderContent {
	top: 5px;
}

/*
.mfp-arrow-left {
    left: 3% !important;
}

.mfp-arrow-right {
    right: 3% !important;
}
*/


.hgr-above-content {
    margin-bottom: 1% !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
}

.hgr-product-detail .click-to-zoom {
	padding: 10px 0 !important;
    border-bottom: 1px solid #eee !important;
    margin-bottom: 10px !important;
}

.hgr-product-detail .item-notes, .hgr-product-detail .contact-sales-staff {
    min-height: 156px !important;
}

.inst-desktop {
	display: none;
}

.inst-touch {
	display: block;
}

/* More Info Mobile Button */

a.btn-mobile-detail {
	display: none;
}


.hgr-product-detail .recommendations .product-box {
	min-height: inherit !important;
	margin-bottom: 20px !important;
	border-color: #fff !important;
	box-shadow: 0px 1px 5px #7D7D7D !important;
}

.hgr-product-detail .recommendations .product-box:hover {
	border-color: #3a53a4 !important;
}


/* Mobile Filter */

#popup-filter-modal .mfp-close {
    color: #fff !important;
    opacity: 1 !important;
}

#popup-filter-modal {
	padding: 0 0 10px 0;
}

#popup-filter-modal .filter-box_responsive {
	padding: 0 15px;
}

#popup-filter-modal h3.filter-header {
    display: block;
    background-color: #3a53a4;
    color: #fff;
    padding: 10px;
}

#popup-filter-modal h3.filter-header small {
    display: block;
    color: #E5E5E5;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    margin-top: 2px;
}

#popup-filter-modal .collapse-button {
    right: 15px;
}

#popup-filter-modal .enabled-filter_responsive {
    background-color: #2ecc5b;
    color: #fff;
    display: block;
    border-radius: 4px;
    padding: 3px 1px 3px 6px;
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: 600;
    position: relative;
}

#popup-filter-modal .enabled-filter_responsive span.glyphicon-remove-circle {
    float: right;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 2px 4px 3px 0;
}

#popup-filter-modal .enabled-filter_responsive #from_to_remove_filter_span {
	float: none !important;
    position: absolute !important;
    top: 27% !important;
    right: 1px !important;
}

#popup-filter-modal .enabled-filter_responsive span.arrival-date {
	display: block;
	line-height: 1.3;
}

#popup-filter-modal .enabled-filter_responsive span.to-from {
	display: block;
	font-size: 12px;
	color: #FBF74D;
	line-height: 1.3;
}


#popup-filter-modal hr {
	margin: 10px 0;
	clear: both;
}

#popup-filter-modal .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

#popup-filter-modal .category-box label {
	font-size: 12px;
	margin-bottom: 2px;
}

#popup-filter-modal .category-box select {
	margin-bottom: 9px;
}  

#popup-filter-modal .datepicker {
	margin-bottom: 5px;
}

#popup-filter-modal .datepicker input {
	height: 28px;
    padding: 3px 10px;
}

#popup-filter-modal .datepicker .input-group-addon {
	padding: 5px 10px;
}

#popup-filter-modal .price-range {
    padding-top: 5px;
    padding-left: 4px;
    padding-right: 1px;
}

#popup-filter-modal .price-range .input-group {
	margin-bottom: 5px;
}

#popup-filter-modal span.min-price,
#popup-filter-modal span.max-price {
	font-size: 11px;
}

#popup-filter-modal .price-range span.min-price {
	position: relative;
	left: -8px;
}

#popup-filter-modal .aisle-column01,
#popup-filter-modal .aisle-column02 {
	float: left;
	width: 40%;
	padding-bottom: 5px;
}

#popup-filter-modal .clear_filter_responsive {
	display: block;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	color: #3a53a4;
	cursor: pointer;
	clear: both;
	width: 100%;
}

#popup-filter-modal #submit_filter_responsive {
	margin-top: 4px;
}

/* Mobile Sort */

#popup-sort-modal .mfp-close {
    color: #fff !important;
    opacity: 1 !important;
}

#popup-sort-modal {
	padding: 0 0 15px 0;
}


#popup-sort-modal h3.sort-header {
    display: block;
    background-color: #3a53a4;
    color: #fff;
    padding: 10px;
}

#popup-sort-modal h3.sort-header small {
    display: block;
    color: #E5E5E5;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    margin-top: 2px;
}

#popup-sort-modal .hgr-sorting h6 {
	font-size: 16px;
	font-weight: 600;
}

.login-buttons {
	display: none;
}

.sellList ul {
	width: 50% !important;
}

div.hgr-search.affix {
	z-index: 99 !important;
    background: #fff !important;
    padding: 13px 5px 5px 5px !important;
    width: 100% !important;
    top: 42px !important;
    left: 0 !important;
    box-shadow: 0px 2px 6px #7B7B7B !important; 
}

div.hgr-search.affix .hgr-mobile-filter {
	display: none;
}

div.hgr-search.affix .col-sm-9 {
	width: 100% !important;
}



} /* End Tablet */


/* ------------------------------------------------ */


/* Rules for Small Desktop Sizes */

@media only screen and 
	(min-width: 992px) and (max-width: 1300px) {

	.hide-on-desktop {
		display: none;
	}
	
.header-container {
    padding-left: 5px !important;
    padding-right: 0 !important;
}
	
/*
	.mfp-arrow-left {
	    left: 20% !important;
	}
	
	.mfp-arrow-right {
	    right: 20% !important;
	}
*/

a.product-box {
	    min-height: 335px !important;
}
	
	.filter-header {
		font-size: 16px;
	}
	
	.inst-desktop {
		display: block;
	}
	
	.inst-touch {
		display: none;
	}
	
	.hgr-product-detail a.btn-detail-action {
		font-size: 13px;
	}
	
/*
.product-content {
	padding: 33px 0 12px 0 !important;
}
*/
	
	/* More Info Mobile Button */
	
	a.btn-mobile-detail {
		display: none;
	}
	
	.login-buttons {
		position: absolute;
		top: 7px;
		right: 7px;
		z-index: 50;
		padding-top: 0 !important;
	}
	
	.sellList ul {
		width: 50% !important;
	}


} /* End Small Desktop */


/* Rules for Large Desktop Sizes */

@media only screen and 
	(min-width: 1301px) {

	.hide-on-desktop {
		display: none;
	}
/*
	
	.mfp-arrow-left {
	    left: 20% !important;
	}
	
	.mfp-arrow-right {
	    right: 20% !important;
	}
*/
	
	.filter-header {
		font-size: 16px;
	}
	
	.inst-desktop {
		display: block;
	}
	
	.inst-touch {
		display: none;
	}
	
	.hgr-product-detail a.btn-detail-action {
		font-size: 13px;
	}
	
	/* More Info Mobile Button */
	
	a.btn-mobile-detail {
		display: none;
	}


} /* End Large Desktop */


