.product-list{
	width:100%!important;
}
.btn-load-more {
  font-size: 14px;
  color: #fff;
  background-color: #00712c;
  border: 0;
  outline: 0;
  padding: 10px 20px;
  margin: 10px;
  cursor: pointer;
}
.btn-load-more:hover { 
	background-color: #00481c; 
}
.filter-toggle{
	display: inline-block;
	float: none;
	vertical-align: top;
	border: 1px solid #e5e5e5;
	padding: 5px 0;
	color:#313131;
	font-size:12px;
	text-transform:capitalize;
	text-align:center;
	cursor:pointer;
	margin:5px 0;
}
.filter_toggle .products-selection .total-products p,
.off-canvas_right_filter .products-selection .total-products p,
.off-canvas_left_filter .products-selection .total-products p{
	display:inline-block;
}
.off-canvas_right_filter .filter-toggle{
	float:right;
	display:block;
}
.off-canvas_left_filter .filter-toggle{
	float:left;
	display:block;
}
.filter_toggle .products-selection .total-products .filter-toggle,
.off-canvas_right_filter .products-selection .total-products .filter-toggle,
.off-canvas_left_filter .products-selection .total-products .filter-toggle {
    float: right;
    cursor: pointer;
}
.filter_toggle .products-selection .total-products,
.off-canvas_right_filter .products-selection .total-products,
.off-canvas_left_filter .products-selection .total-products{
	text-align:center;
}
.filter_toggle #search_filters_wrapper{
	float:left;
	width:100%;
}
.filter_toggle #search_filters .facet {
	width: 33.33%;
}
.filter_toggle #search_filters h4{
	display:none;
}
.filter_toggle .filter-toggle::before,
.off-canvas_right_filter .filter-toggle::before,
.off-canvas_left_filter .filter-toggle::before {
    font-family: 'Material Icons';
    content: '\e152';
    font-size: 20px;
    vertical-align: middle;
	color:#000;
	margin:0 5px 0 0;
}
.filter_toggle #search_filters_wrapper{
	display:none;
}
.filter_toggle .close-filter{
	display:none;
}
.filter_toggle .products-selection .filter-toggle {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.pagination-main {
    float: left;
    width: 100%;
}
.load-more {
    float: left;
    width: 100%;
}
#category.column_8 .loading,
#category.column_7 .loading,
#category.column_6 .loading,
#category.column_5 .loading,
#category.column_4 .loading{
	bottom:0;
	background:none;
}
#category .loading{
	position:absolute;
	top:0;
	bottom:50px;
	left:0;
	right:0;
	background:rgba(0,0,0,0.2);
	margin:auto;
}
.load_more nav.pagination {
    display: none;
}
.load_more_link {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.load_more .spinner {
    position: relative;
    height: 25px;
    width: 25px;
    float: left;
}
.product_pagination .load-main{
	display:none;
}
.load_more .spinner::before {
        animation: 2s linear infinite spinner;
        border: solid 3px #eee;
        border-bottom-color: #EF6565;
        border-radius: 50%;
        content: "";
        height: 15px;
        left: 50%;
        opacity: inherit;
        position: absolute;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        transform-origin: center;
        width: 15px;
        will-change: transform;
    }
@keyframes spinner {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }
    100% {
         transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}
@media (min-width: 1200px) {
	#search_filters_wrapper #search_filters {
		border: none !important;
		float: left;
		width: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		height: 100%;
	}
}
@media (min-width: 992px) {
	.off-canvas_right_filter #search_filters .close-filter,
	.off-canvas_left_filter #search_filters .close-filter {
		display: block;
		position: absolute;
		left: -10px;
		top: 0;
		right: auto;
		bottom: auto;
		background-color: #fff;
		box-shadow: 0 2px 6px 0 rgba(0,0,0,.5);
		border-radius: 50%;
		z-index: 1;
	}
	.off-canvas_left_filter #search_filters .close-filter {
		right:-10px;
		left:auto;
	}
	.off-canvas_right_filter #search_filters_wrapper {
		position: fixed;
		right: 0;
		width: 320px!important;
		top: 0;
		bottom: 0;
		z-index: 4;
		border: 1px solid #e5e5e5!important;
		-webkit-transform: translateX(340px);
		-moz-transform: translateX(340px);
		-ms-transform: translateX(340px);
		-o-transform: translateX(340px);
		transform: translateX(340px);
		-webkit-transition: transform 0.5s ease;
		-moz-transition: transform 0.5s ease;
		-ms-transition: transform 0.5s ease;
		-o-transition: transform 0.5s ease;
		transition: transform 0.5s ease;
		background:#ffffff!important;
		margin:0 !important;
		overflow: visible !important;
	}
	.filter_toggle #search_filters .text-uppercase {
		width: 100%;
	}
	 .off-canvas_right_filter #search_filters .text-uppercase,
	 .off-canvas_left_filter #search_filters .text-uppercase {
		margin: 0;
		width: auto;
		float: left;
		padding: 10px;
		font: 600 16px/18px Muli;
		text-transform: capitalize !important;
		color: #111;
	}
	.off-canvas_right_filter .filter_title_button, .off-canvas_left_filter .filter_title_button {
		float: left;
		width: 100%;
		padding: 15px;
	}
	.off-canvas_right_filter #search_filters_wrapper .clear-all-wrapper,
	.off-canvas_left_filter #search_filters_wrapper .clear-all-wrapper {
		float: right;
		padding: 0 10px;
		width: auto;
	}
	.off-canvas_right_filter #search_filters_wrapper.open{
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
	.off-canvas_right_filter #search_filters .facet,
	.off-canvas_left_filter #search_filters .facet {
		border-top: 1px solid #e5e5e5;
		padding:15px;
	}
	.off-canvas_right_filter #search_filters .facet .facet-title {
		margin-bottom: 15px;
	}
	.off-canvas_right_filter #search_filters_wrapper #search_filters::-webkit-scrollbar-track {
	 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #F5F5F5;
	}
	.off-canvas_right_filter #search_filters_wrapper #search_filters::-webkit-scrollbar {
		width: 6px;
		background-color: #F5F5F5;
	} 
	.off-canvas_right_filter #search_filters_wrapper #search_filters::-webkit-scrollbar-thumb {
		background-color: #333;
	}

	.off-canvas::before {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 3;
		width: 100%;
		height: 100%;
		-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
		-o-transition: opacity 0.5s ease, visibility 0.5s ease;
		transition: opacity 0.5s ease, visibility 0.5s ease;
		background: rgba(0,0,0,0.3);
		visibility: visible;
		overflow: hidden;
		content: '';
		bottom: 0;
	}
	.off-canvas_right_filter .close-filter i,
	.off-canvas_left_filter .close-filter i {
		font-size: 12px;
		font-weight: 700;
		color: #313131;
		float: right;
		cursor: pointer;
		padding: 4px;
		height: 20px;
		width: 20px;
	}
	.off-canvas_right_filter #search_filters h4,
	.off-canvas_left_filter #search_filters h4 {
		width:auto;
		float:left;
		padding:10px 0;
	}
	.off-canvas_right_filter .filter_title_button,
	.off-canvas_left_filter .filter_title_button {
		float: left;
		width: 100%;
		padding: 15px;
	}
	.off-canvas section#js-active-search-filters {
		z-index: 1;
		position: relative;
	}
	.off-canvas_left_filter #search_filters .close-filter {
		display: block;
	}
	.off-canvas_left_filter #search_filters_wrapper {
		position: fixed;
		left: 0;
		width: 320px!important;
		top: 0;
		bottom: 0;
		z-index: 4;
		border: 1px solid #e5e5e5!important;
		-webkit-transform: translateX(-340px);
		-moz-transform: translateX(-340px);
		-ms-transform: translateX(-340px);
		-o-transform: translateX(-340px);
		transform: translateX(-340px);
		-webkit-transition: transform 0.5s ease;
		-moz-transition: transform 0.5s ease;
		-ms-transition: transform 0.5s ease;
		-o-transition: transform 0.5s ease;
		transition: transform 0.5s ease;
		background:#ffffff!important;
	}
	.off-canvas_left_filter #search_filters_wrapper.open{
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
	.off-canvas_left_filter #search_filters_wrapper #search_filters {
		border: none!important;
		float: left;
		width: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		height: 100%;
	}
	.off-canvas_left_filter #search_filters h4{
		width:auto;
	}
	.filter_toggle #search_filters_wrapper {
		margin: 0 0 15px;
		background: #f7f7f7;
	}
	.filter_toggle #search_filters .facet .facet-title {
		font-weight: 600;
	}
	.filter_toggle #search_filters_wrapper #search_filters ul li label > span span {
		border: 1px solid #ccc;
	}
	.filter_toggle #search_filters_wrapper #search_filters ul li label > span:hover span {
		background: #fff;
	}
	.filter_toggle #search_filters .facet .facet-label a {
		font-weight: 500;
	}
	.filter_toggle #search_filters .facet {
		min-height:150px;
		padding:15px;
	}
	.filter_toggle #search_filters_wrapper .clear-all-wrapper {
		padding: 10px;
		text-align: right;
		border-bottom: 1px solid #fff;
	}
	.filter_toggle #search_filters_wrapper .clear-all-wrapper .btn.btn-tertiary {
		color: #fff;
		border:none;
		font-weight:600;
	}
	.filter_toggle #search_filters_wrapper .clear-all-wrapper .btn.btn-tertiary:hover,
	.filter_toggle #search_filters_wrapper .clear-all-wrapper .btn.btn-tertiary:focus,
	.filter_toggle #search_filters_wrapper .clear-all-wrapper .btn.btn-tertiary:active {
		color: #111;
	}
	.off-canvas_right_filter .grid-list,
	.off-canvas_left_filter .grid-list {
		width: auto;
	}
	.off-canvas_right_filter .products-selection .total-products {
		width: auto;
	}
	.off-canvas_left_filter .products-selection .total-products {
		float:none;
		display:inline-block;
		width:auto;
		vertical-align:top;
	}
	.off-canvas_right_filter .products-selection .col-md-6 {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.off-canvas_right_filter#category .products-selection,
	.off-canvas_left_filter#category .products-selection {
		text-align: center;
	}
}
@media (max-width: 1199px) {
	.filter_toggle .products-selection .filter-toggle,
	.off-canvas_right_filter .filter-toggle,
	.off-canvas_left_filter .filter-toggle {
		width: auto;
		padding: 5px 10px;
	}
	.filter_toggle .products-selection .total-products p,
	.off-canvas_right_filter .products-selection .total-products p, 
	.off-canvas_left_filter .products-selection .total-products p {
		vertical-align: top;
		float: left;
	}
}
@media (max-width: 991px) {
	.filter_toggle #search_filters_wrapper{
		display:block;
	}
	.filter_toggle #search_filters .facet {
		width: 100%;
	}
	.filter_toggle .products-selection .total-products{
		width:100%;
	}
	.filter_toggle .products-selection .filter-toggle {
		display: none;
	}
	.off-canvas_right_filter .filter-toggle,
	.off-canvas_left_filter .filter-toggle{
		display:none;
	}
}
/*---------------------- Start Column Css ----------------------*/

#category.column_4 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover,
#category.column_5 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover,
#category.column_6 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover,
#category.column_7 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover,
#category.column_8 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover {
	float: left;
	position: static;
	text-align:left;
	opacity: 1;
}
#category.column_4 #products .product-list .thumbnail-container .ttproduct-desc .product-description,
#category.column_5 #products .product-list .thumbnail-container .ttproduct-desc .product-description,
#category.column_6 #products .product-list .thumbnail-container .ttproduct-desc .product-description,
#category.column_7 #products .product-list .thumbnail-container .ttproduct-desc .product-description,
#category.column_8 #products .product-list .thumbnail-container .ttproduct-desc .product-description {
	float: left;
	padding: 0 !important;
	text-align: left;
}
#category.column_4 #products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button,
#category.column_5 #products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button,
#category.column_6 #products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button,
#category.column_7 #products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button,
#category.column_8 #products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button {
	width: auto;
	display: inline-block;
	vertical-align: top;
	float: none;
}
#category.column_4 .product-list .variant-links,
#category.column_5 .product-list .variant-links,
#category.column_6 .product-list .variant-links,
#category.column_7 .product-list .variant-links,
#category.column_8 .product-list .variant-links {
	text-align: left !important;
}
#category.column_5 #ttcmsservices .ttservice,
#category.column_6 #ttcmsservices .ttservice,
#category.column_7 #ttcmsservices .ttservice,
#category.column_8 #ttcmsservices .ttservice {
	padding: 20px 0;
}
#left-column .filter_left_button,
#right-column .filter_right_button {
	display: none;
}
#category.column_6 #products .product-price-and-shipping, .products .thumbnail-container .product-price-and-shipping,
#category.column_6 .products .product-price-and-shipping, .products .thumbnail-container .product-price-and-shipping {
	min-height:30px;
}
#category.column_4 #products .product-list .thumbnail-container .ttproducthover > div,
#category.column_5 #products .product-list .thumbnail-container .ttproducthover > div,
#category.column_6 #products .product-list .thumbnail-container .ttproducthover > div,
#category.column_7 #products .product-list .thumbnail-container .ttproducthover > div,
#category.column_8 #products .product-list .thumbnail-container .ttproducthover > div{
	transform: none;
	display: inline-block;
	opacity: 1;
	transition: none;
	transform: none;
}
@media(min-width:1200px) {
#category.column_6 #products .product-miniature.product-grid,
#category.column_6 .featured-products .product-miniature.product-grid,
#category.column_6 .ttfeatured-products .product-miniature.product-grid,
#category.column_6 .ttspecial-products .product-miniature.product-grid,
#category.column_6 .ttnew-products .product-miniature.product-grid,
#category.column_6 .ttbestseller-products .product-miniature.product-grid {
	width:19.999% !important;
}
}

@media(min-width:1300px) {

#category.column_5 #js-product-list .products .product-list .thumbnail-container .ttproduct-desc {
    padding-left: 20px;
}
}
@media(min-width:1680px) {
#category.column_6 #products .product-miniature.product-grid,
#category.column_6 .featured-products .product-miniature.product-grid,
#category.column_6 .ttfeatured-products .product-miniature.product-grid,
#category.column_6 .ttspecial-products .product-miniature.product-grid,
#category.column_6 .ttnew-products .product-miniature.product-grid,
#category.column_6 .ttbestseller-products .product-miniature.product-grid {
	width:16.6666% !important;
}
}
@media(min-width:992px) {
#category.column_4 #products .product-miniature.product-grid, #category.column_4 .featured-products .product-miniature.product-grid, #category.column_4 .ttfeatured-products .product-miniature.product-grid, #category.column_4 .ttspecial-products .product-miniature.product-grid, #category.column_4 .ttnew-products .product-miniature.product-grid, #category.column_4 .ttbestseller-products .product-miniature.product-grid ,#prices-drop .product-miniature.product-grid{
	width: 33.33333% !important;
}
}
@media(min-width:1300px) {
#category.column_4 #products .product-miniature.product-grid,
#category.column_4 .featured-products .product-miniature.product-grid,
#category.column_4 .ttfeatured-products .product-miniature.product-grid,
#category.column_4 .ttspecial-products .product-miniature.product-grid,
#category.column_4 .ttnew-products .product-miniature.product-grid,
#category.column_4 .ttbestseller-products .product-miniature.product-grid,#prices-drop .product-miniature.product-grid {
	width:25% !important;
}
}

@media (max-width: 992px) {
#category.column_6 #products .product-miniature.product-grid,
#category.column_6 .featured-products .product-miniature.product-grid,
#category.column_6 .ttfeatured-products .product-miniature.product-grid,
#category.column_6 .ttspecial-products .product-miniature.product-grid,
#category.column_6 .ttnew-products .product-miniature.product-grid,
#category.column_6 .ttbestseller-products .product-miniature.product-grid {
	width:20% !important;
}
}
@media (min-width: 992px) {
#category.column_5 #content-wrapper.left-column,
#category.column_6 #content-wrapper.left-column {
	padding: 0;
	width:100%!important;
}
#category.column_7 #content-wrapper.left-column,
#category.column_8 #content-wrapper.left-column {
	padding: 0 15px;
	width:100%!important;
}
#category.column_7.boxed #content-wrapper.left-column,
#category.column_8.boxed #content-wrapper.left-column {
	padding: 0;
}
#category.column_5 #left-column .filter_left_button,
#category.column_5 #right-column .filter_right_button,
#category.column_6 #left-column .filter_left_button,
#category.column_6 #right-column .filter_right_button,
#category.column_7 #left-column .filter_left_button,
#category.column_7 #right-column .filter_right_button,
#category.column_8 #left-column .filter_left_button,
#category.column_8 #right-column .filter_right_button {
	display: block;
}
.column_5 #left-column .leftbar,
.column_5 #right-column .rightbar,
.column_6 #left-column .leftbar,
.column_6 #right-column .rightbar,
.column_7 #left-column .leftbar,
.column_7 #right-column .rightbar,
.column_8 #left-column .leftbar,
.column_8 #right-column .rightbar {
	display:none;
}
.nav-left-open.column_5 #left-column .leftbar.active,
.nav-right-open.column_5 #right-column .rightbar.active,
.nav-left-open.column_6 #left-column .leftbar.active,
.nav-right-open.column_6 #right-column .rightbar.active,
.nav-left-open.column_7 #left-column .leftbar.active,
.nav-right-open.column_7 #right-column .rightbar.active,
.nav-left-open.column_8 #left-column .leftbar.active,
.nav-right-open.column_8 #right-column .rightbar.active {
	position: fixed;
	content: "";
	background: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 3;
	opacity: 0.35;
	transition: opacity 0.2s ease-in-out 0s;
	display:block;
}
.column_5 #left-column .left-right-inner::-webkit-scrollbar-track,
.column_5 #right-column .left-right-inner::-webkit-scrollbar-track,
.column_6 #left-column .left-right-inner::-webkit-scrollbar-track,
.column_6 #right-column .left-right-inner::-webkit-scrollbar-track,
.column_7 #left-column .left-right-inner::-webkit-scrollbar-track,
.column_7 #right-column .left-right-inner::-webkit-scrollbar-track,
.column_8 #left-column .left-right-inner::-webkit-scrollbar-track,
.column_8 #right-column .left-right-inner::-webkit-scrollbar-track{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #333;
}

.column_5 #left-column .left-right-inner::-webkit-scrollbar,
.column_5 #right-column .left-right-inner::-webkit-scrollbar,
.column_6 #left-column .left-right-inner::-webkit-scrollbar,
.column_6 #right-column .left-right-inner::-webkit-scrollbar,
.column_7 #left-column .left-right-inner::-webkit-scrollbar,
.column_7 #right-column .left-right-inner::-webkit-scrollbar,
.column_8 #left-column .left-right-inner::-webkit-scrollbar,
.column_8 #right-column .left-right-inner::-webkit-scrollbar {
    width: 6px;
	background-color: #F5F5F5;
}
.column_5 #left-column .left-right-inner::-webkit-scrollbar-thumb,
.column_5 #right-column .left-right-inner::-webkit-scrollbar-thumb,
.column_6 #left-column .left-right-inner::-webkit-scrollbar-thumb,
.column_6 #right-column .left-right-inner::-webkit-scrollbar-thumb,
.column_7 #left-column .left-right-inner::-webkit-scrollbar-thumb,
.column_7 #right-column .left-right-inner::-webkit-scrollbar-thumb,
.column_8 #left-column .left-right-inner::-webkit-scrollbar-thumb,
.column_8 #right-column .left-right-inner::-webkit-scrollbar-thumb {
	background-color: #000000;

}
.column_5 #left-column .left-right-inner,
.column_5 #right-column .left-right-inner,
.column_6 #left-column .left-right-inner,
.column_6 #right-column .left-right-inner,
.column_7 #left-column .left-right-inner,
.column_7 #right-column .left-right-inner,
.column_8 #left-column .left-right-inner,
.column_8 #right-column .left-right-inner {
	position: fixed;
	left: -355px;
	right: auto;
	width: 300px;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
	height:100%;
	top:0;
	bottom:0;
	z-index:4;
	padding:10px;
	overflow-y: auto;
	overflow-x: hidden;
}
.column_5 #right-column .left-right-inner,
.column_6 #right-column .left-right-inner,
.column_7 #right-column .left-right-inner,
.column_8 #right-column .left-right-inner {
	right:-355px;
	left:auto;
}
.column_5.nav-left-open #left-column .left-right-inner,
.column_6.nav-left-open #left-column .left-right-inner,
.column_7.nav-left-open #left-column .left-right-inner,
.column_8.nav-left-open #left-column .left-right-inner {
	left: 0;
}
.column_5.nav-right-open #right-column .left-right-inner,
.column_6.nav-right-open #right-column .left-right-inner,
.column_7.nav-right-open #right-column .left-right-inner,
.column_8.nav-right-open #right-column .left-right-inner {
	right:0;
}
.column_5 #left-column .filter_left_button,
.column_6 #left-column .filter_left_button,
.column_7 #left-column .filter_left_button,
.column_8 #left-column .filter_left_button {
	position: fixed;
	left: 0;
	right: auto;
	z-index: 4;
	transition: all 500ms ease-in-out 0s;
	width: 45px;
	height: 45px;
	top: 22%;
	margin:0;
}
.column_5 #right-column .filter_right_button,
.column_6 #right-column .filter_right_button,
.column_7 #right-column .filter_right_button,
.column_8 #right-column .filter_right_button {
	right:0;
	left:auto;
	position: fixed;
	z-index: 4;
	transition: all 500ms ease-in-out 0s;
	width: 45px;
	height: 45px;
	top: 22%;
	margin:0;
}
.column_5 .full-container,
.column_6 .full-container,
.column_7 .full-container,
.column_8 .full-container {
	padding: 0 15px;
}
.column_5.nav-left-open #left-column .filter_left_button,
.column_6.nav-left-open #left-column .filter_left_button,
.column_7.nav-left-open #left-column .filter_left_button,
.column_8.nav-left-open #left-column .filter_left_button {
	left:300px;
}
.column_5.nav-right-open #right-column .filter_right_button,
.column_6.nav-right-open #right-column .filter_right_button,
.column_7.nav-right-open #right-column .filter_right_button,
.column_8.nav-right-open #right-column .filter_right_button {
	right:300px;
}
.column_4 #right-column .filter_right_button .column_button,
.column_5 #left-column .filter_left_button .column_button,
.column_5 #right-column .filter_right_button .column_button,
.column_6 #left-column .filter_left_button .column_button,
.column_6 #right-column .filter_right_button .column_button,
.column_7 #left-column .filter_left_button .column_button,
.column_7 #right-column .filter_right_button .column_button,
.column_8 #left-column .filter_left_button .column_button,
.column_8 #right-column .filter_right_button .column_button {
	background: #fff;
	color: #111;
	padding: 8px 11px;
	font-size: 16px;
	border: 2px solid #ccc;
	height: 45px;
	width: 45px;
	font-weight: 700;
	text-transform:capitalize;
}
.column_5 #left-column .filter_left_button .column_button.left-button,
.column_5.nav-left-open #left-column .filter_left_button .column_button.cancel-button,
.column_5 #right-column .filter_right_button .column_button.right-button,
.column_5.nav-right-open #right-column .filter_right_button .column_button.cancel-button,
.column_6 #left-column .filter_left_button .column_button.left-button,
.column_6.nav-left-open #left-column .filter_left_button .column_button.cancel-button,
.column_6 #right-column .filter_right_button .column_button.right-button,
.column_6.nav-right-open #right-column .filter_right_button .column_button.cancel-button,
.column_7 #left-column .filter_left_button .column_button.left-button,
.column_7.nav-left-open #left-column .filter_left_button .column_button.cancel-button,
.column_7 #right-column .filter_right_button .column_button.right-button,
.column_7.nav-right-open #right-column .filter_right_button .column_button.cancel-button,
.column_8 #left-column .filter_left_button .column_button.left-button,
.column_8.nav-left-open #left-column .filter_left_button .column_button.cancel-button,
.column_8 #right-column .filter_right_button .column_button.right-button,
.column_8.nav-right-open #right-column .filter_right_button .column_button.cancel-button {
	display: block;
}
.column_5 #left-column .filter_left_button .column_button.left-button,
.column_5 #right-column .filter_right_button .column_button.right-button,
.column_6 #left-column .filter_left_button .column_button.left-button,
.column_6 #right-column .filter_right_button .column_button.right-button,
.column_7 #left-column .filter_left_button .column_button.left-button,
.column_7 #right-column .filter_right_button .column_button.right-button,
.column_8 #left-column .filter_left_button .column_button.left-button,
.column_8 #right-column .filter_right_button .column_button.right-button {
	font-size:0;
}
.column_5 #left-column .filter_left_button .column_button.left-button::after,
.column_5 #right-column .filter_right_button .column_button.right-button::after,
.column_6 #left-column .filter_left_button .column_button.left-button::after,
.column_6 #right-column .filter_right_button .column_button.right-button::after,
.column_7 #left-column .filter_left_button .column_button.left-button::after,
.column_7 #right-column .filter_right_button .column_button.right-button::after,
.column_8 #left-column .filter_left_button .column_button.left-button::after,
.column_8 #right-column .filter_right_button .column_button.right-button::after{
	content: "\e152";
	cursor: pointer;
	float: left;
	font-family: "Material Icons";
	height: 54px;
	left: 0;
	position: absolute;
	top: 0;
	font-size: 28px;
	bottom: 0;
	right: auto;
	margin: auto 0;
	color: #111;
	width: 45px;
	line-height: 55px;
}

.column_5 #left-column .filter_left_button .column_button.cancel-button,
.column_5.nav-left-open #left-column .filter_left_button .column_button.left-button,
.column_5 #right-column .filter_right_button .column_button.cancel-button,
.column_5.nav-right-open #right-column .filter_right_button .column_button.right-button,
.column_6 #left-column .filter_left_button .column_button.cancel-button,
.column_6.nav-left-open #left-column .filter_left_button .column_button.left-button,
.column_6 #right-column .filter_right_button .column_button.cancel-button,
.column_6.nav-right-open #right-column .filter_right_button .column_button.right-button,
.column_7 #left-column .filter_left_button .column_button.cancel-button,
.column_7.nav-left-open #left-column .filter_left_button .column_button.left-button,
.column_7 #right-column .filter_right_button .column_button.cancel-button,
.column_7.nav-right-open #right-column .filter_right_button .column_button.right-button,
.column_8 #left-column .filter_left_button .column_button.cancel-button,
.column_8.nav-left-open #left-column .filter_left_button .column_button.left-button,
.column_8 #right-column .filter_right_button .column_button.cancel-button,
.column_8.nav-right-open #right-column .filter_right_button .column_button.right-button {
	display: none;
}
#category.column_3 #products .product-miniature.product-grid,
#category.column_3 .featured-products .product-miniature.product-grid,
#category.column_3 .ttfeatured-products .product-miniature.product-grid,
#category.column_3 .ttspecial-products .product-miniature.product-grid,
#category.column_3 .ttnew-products .product-miniature.product-grid,
#category.column_3 .ttbestseller-products .product-miniature.product-grid {
	width:33.33333% !important;
}
#category.column_5 #products .product-miniature.product-grid,
#category.column_5 .featured-products .product-miniature.product-grid,
#category.column_5 .ttfeatured-products .product-miniature.product-grid,
#category.column_5 .ttspecial-products .product-miniature.product-grid,
#category.column_5 .ttnew-products .product-miniature.product-grid,
#category.column_5 .ttbestseller-products .product-miniature.product-grid {
	width:20% !important;
}
#category.column_7 #products .product-miniature.product-grid,
#category.column_7 .featured-products .product-miniature.product-grid,
#category.column_7 .ttfeatured-products .product-miniature.product-grid,
#category.column_7 .ttspecial-products .product-miniature.product-grid,
#category.column_7 .ttnew-products .product-miniature.product-grid,
#category.column_7 .ttbestseller-products .product-miniature.product-grid {
	width: 14.2857% !important;
}
#category.column_8 #products .product-miniature.product-grid,
#category.column_8 .featured-products .product-miniature.product-grid,
#category.column_8 .ttfeatured-products .product-miniature.product-grid,
#category.column_8 .ttspecial-products .product-miniature.product-grid,
#category.column_8 .ttnew-products .product-miniature.product-grid,
#category.column_8 .ttbestseller-products .product-miniature.product-grid {
	width: 12.5% !important;
}
#category.column_8.boxed #products .product-miniature.product-grid,
#category.column_8.boxed .featured-products .product-miniature.product-grid,
#category.column_8.boxed .ttfeatured-products .product-miniature.product-grid,
#category.column_8.boxed .ttspecial-products .product-miniature.product-grid,
#category.column_8.boxed .ttnew-products .product-miniature.product-grid,
#category.column_8.boxed .ttbestseller-products .product-miniature.product-grid {
	width: 16.66% !important;
}
}
/*--------------------- Start Column - 4 --------------------*/

@media (max-width: 991px) {
    #category.column_4 #products .product-miniature.product-grid,
    #category.column_4 .featured-products .product-miniature.product-grid,
    #category.column_4 .ttfeatured-products .product-miniature.product-grid,
    #category.column_4 .ttspecial-products .product-miniature.product-grid,
    #category.column_4 .ttnew-products .product-miniature.product-grid,
    #category.column_4 .ttbestseller-products .product-miniature.product-grid{
		width:33% !important;
    }
}
@media (max-width: 767px) {
    #category.column_4 #products .product-miniature.product-grid,
    #category.column_4 .featured-products .product-miniature.product-grid,
    #category.column_4 .ttfeatured-products .product-miniature.product-grid,
    #category.column_4 .ttspecial-products .product-miniature.product-grid,
    #category.column_4 .ttnew-products .product-miniature.product-grid,
    #category.column_4 .ttbestseller-products .product-miniature.product-grid {
		width:50% !important;
    }
}
@media (max-width: 543px) {
    #category.column_4 #products .product-miniature.product-grid,
    #category.column_4 .featured-products .product-miniature.product-grid,
    #category.column_4 .ttfeatured-products .product-miniature.product-grid,
    #category.column_4 .ttspecial-products .product-miniature.product-grid,
    #category.column_4 .ttnew-products .product-miniature.product-grid,
    #category.column_4 .ttbestseller-products .product-miniature.product-grid {
		width:100% !important;
    }
}

/*--------------------- End Column - 4 --------------------*/
/*--------------------- Start Column - 5 --------------------*/

@media (max-width: 1199px) {
    #category.column_5 #products .product-miniature.product-grid,
    #category.column_5 .featured-products .product-miniature.product-grid,
    #category.column_5 .ttfeatured-products .product-miniature.product-grid,
    #category.column_5 .ttspecial-products .product-miniature.product-grid,
    #category.column_5 .ttnew-products .product-miniature.product-grid,
    #category.column_5 .ttbestseller-products .product-miniature.product-grid {
		width:33.3333% !important;
    }
}
@media (max-width: 767px) {
    #category.column_5 #products .product-miniature.product-grid,
    #category.column_5 .featured-products .product-miniature.product-grid,
    #category.column_5 .ttfeatured-products .product-miniature.product-grid,
    #category.column_5 .ttspecial-products .product-miniature.product-grid,
    #category.column_5 .ttnew-products .product-miniature.product-grid,
    #category.column_5 .ttbestseller-products .product-miniature.product-grid {
		width:50% !important;
    }
}
@media (max-width: 543px) {
    #category.column_5 #products .product-miniature.product-grid,
    #category.column_5 .featured-products .product-miniature.product-grid,
    #category.column_5 .ttfeatured-products .product-miniature.product-grid,
    #category.column_5 .ttspecial-products .product-miniature.product-grid,
    #category.column_5 .ttnew-products .product-miniature.product-grid,
    #category.column_5 .ttbestseller-products .product-miniature.product-grid {
		width:100% !important;
    }
	
}

/*--------------------- End Column - 5 --------------------*/
/*--------------------- Start Column - 6 --------------------*/

#category.column_6 #products .product-grid .thumbnail-container .ttproducthover div .btn i,
#category.column_6 .products .product-grid .thumbnail-container .ttproducthover div .btn i, 
#category.column_6 .featured-products .thumbnail-container .ttproducthover div .btn i,
#category.column_6 .ttfeatured-products .thumbnail-container .ttproducthover div .btn i, 
#category.column_6 .product-accessories .thumbnail-container .ttproducthover div .btn i,
#category.column_6 .ttbestseller-products .thumbnail-container .ttproducthover div .btn i,
#category.column_6 .ttnew-products .thumbnail-container .ttproducthover div .btn i,
#category.column_6 .ttspecial-products .thumbnail-container .ttproducthover div .btn i,
#category.column_6 .crossselling-product .thumbnail-container .ttproducthover div .btn i,
#category.column_6 .category-products .thumbnail-container .ttproducthover div .btn i,
#category.column_6 .view-product .thumbnail-container .ttproducthover div .btn i {
	font-size:18px;
}
#category.column_6 #products .product-grid .thumbnail-container .ttproducthover div .btn,
#category.column_6 .products .product-grid .thumbnail-container .ttproducthover div .btn,
#category.column_6 .featured-products .thumbnail-container .ttproducthover div .btn,
#category.column_6 .ttfeatured-products .thumbnail-container .ttproducthover div .btn,
#category.column_6 .product-accessories .thumbnail-container .ttproducthover div .btn,
#category.column_6 .ttbestseller-products .thumbnail-container .ttproducthover div .btn,
#category.column_6 .ttnew-products .thumbnail-container .ttproducthover div .btn, 
#category.column_6 .ttspecial-products .thumbnail-container .ttproducthover div .btn,
#category.column_6 .crossselling-product .thumbnail-container .ttproducthover div .btn,
#category.column_6 .category-products .thumbnail-container .ttproducthover div .btn,
#category.column_6 .view-product .thumbnail-container .ttproducthover div .btn {
}
.product_style5 #products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.product_style5 .products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.product_style5 .featured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.product_style5 .ttfeatured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.product_style5 .product-accessories .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn, 
.product_style5 .ttbestseller-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.product_style5 .ttnew-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.product_style5 .ttspecial-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.product_style5 .crossselling-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.product_style5 .category-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.product_style5 .view-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn {
	height: 40px;
	line-height: 18px;
	width: 100%;
}
.column_6.product_style2 #products .product-sort .product-add-to-cart,.column_7.product_style2 #products .product-sort .product-add-to-cart,.column_8.product_style2 #products .product-sort .product-add-to-cart,.column_5.product_style2 #products .product-sort .product-add-to-cart,.column_4.product_style2 #products .product-sort .product-add-to-cart{
	float:left;
}
@media (min-width: 1200px) and (max-width:1300px) {
	#category.column_6 #products .product-price-and-shipping, #category.column_6 .products .thumbnail-container .product-price-and-shipping {
		min-height:40px;
	}	
}
@media(min-width:1300px) {
	#category.column_6 .product-list {
	width:50% !important;
}
#category.column_6 #js-product-list .products .product-list .thumbnail-container .ttproduct-desc {
    padding-left: 20px;
}
}
@media (max-width: 1199px) {
    #category.column_6 #products .product-miniature.product-grid,
    #category.column_6 .featured-products .product-miniature.product-grid,
    #category.column_6 .ttfeatured-products .product-miniature.product-grid,
    #category.column_6 .ttspecial-products .product-miniature.product-grid,
    #category.column_6 .ttnew-products .product-miniature.product-grid,
    #category.column_6 .ttbestseller-products .product-miniature.product-grid {
		width: 25% !important;
    }
}
@media (max-width: 991px) {
    #category.column_6 #products .product-miniature.product-grid,
    #category.column_6 .featured-products .product-miniature.product-grid,
    #category.column_6 .ttfeatured-products .product-miniature.product-grid,
    #category.column_6 .ttspecial-products .product-miniature.product-grid,
    #category.column_6 .ttnew-products .product-miniature.product-grid,
    #category.column_6 .ttbestseller-products .product-miniature.product-grid {
		width: 33% !important;
    }
}
@media (max-width: 767px) {
    #category.column_6 #products .product-miniature.product-grid,
    #category.column_6 .featured-products .product-miniature.product-grid,
    #category.column_6 .ttfeatured-products .product-miniature.product-grid,
    #category.column_6 .ttspecial-products .product-miniature.product-grid,
    #category.column_6 .ttnew-products .product-miniature.product-grid,
    #category.column_6 .ttbestseller-products .product-miniature.product-grid {
		width:50% !important;
    }
}
@media (max-width: 543px) {
    #category.column_6 #products .product-miniature.product-grid,
    #category.column_6 .featured-products .product-miniature.product-grid,
    #category.column_6 .ttfeatured-products .product-miniature.product-grid,
    #category.column_6 .ttspecial-products .product-miniature.product-grid,
    #category.column_6 .ttnew-products .product-miniature.product-grid,
    #category.column_6 .ttbestseller-products .product-miniature.product-grid {
		width:100% !important;
    }
}

/*--------------------- End Column - 6 --------------------*/

/*--------------------- Start Column - 7 --------------------*/
@media (min-width: 1210px) {
	#category.column_7 .product-list {
		width: 50% !important;
	}
}
#category.column_7.filter_toggle #search_filters .facet {
	width: 16.6%;
}
@media (max-width: 1600px) {
	#category.column_7 #products .product-miniature.product-grid, 
	#category.column_7 .featured-products .product-miniature.product-grid, 
	#category.column_7 .ttfeatured-products .product-miniature.product-grid, 
	#category.column_7 .ttspecial-products .product-miniature.product-grid, 
	#category.column_7 .ttnew-products .product-miniature.product-grid, 
	#category.column_7 .ttbestseller-products .product-miniature.product-grid {
		width: 16.64% !important;
	}
}
@media (max-width: 1350px) {
    #category.column_7 #products .product-miniature.product-grid,
    #category.column_7 .featured-products .product-miniature.product-grid,
    #category.column_7 .ttfeatured-products .product-miniature.product-grid,
    #category.column_7 .ttspecial-products .product-miniature.product-grid,
    #category.column_7 .ttnew-products .product-miniature.product-grid,
    #category.column_7 .ttbestseller-products .product-miniature.product-grid {
		width: 20% !important;
    }
}
@media (max-width: 1199px) {
    #category.column_7 #products .product-miniature.product-grid,
    #category.column_7 .featured-products .product-miniature.product-grid,
    #category.column_7 .ttfeatured-products .product-miniature.product-grid,
    #category.column_7 .ttspecial-products .product-miniature.product-grid,
    #category.column_7 .ttnew-products .product-miniature.product-grid,
    #category.column_7 .ttbestseller-products .product-miniature.product-grid {
		width: 25% !important;
    }
}
@media (max-width: 991px) {
	#category.column_7 #content-wrapper,
	#category.column_7 #left-column {
		padding: 0 15px;
	}
}
@media (max-width: 950px) {
	#category.column_7 #products .product-miniature.product-grid, 
	#category.column_7 .featured-products .product-miniature.product-grid, 
	#category.column_7 .ttfeatured-products .product-miniature.product-grid, 
	#category.column_7 .ttspecial-products .product-miniature.product-grid, 
	#category.column_7 .ttnew-products .product-miniature.product-grid, 
	#category.column_7 .ttbestseller-products .product-miniature.product-grid {
		width: 33.3% !important;
	}
}
@media (max-width: 767px) {
    #category.column_7 #products .product-miniature.product-grid,
    #category.column_7 .featured-products .product-miniature.product-grid,
    #category.column_7 .ttfeatured-products .product-miniature.product-grid,
    #category.column_7 .ttspecial-products .product-miniature.product-grid,
    #category.column_7 .ttnew-products .product-miniature.product-grid,
    #category.column_7 .ttbestseller-products .product-miniature.product-grid {
		width: 50% !important;
    }
}
@media (max-width: 543px) {
    #category.column_7 #products .product-miniature.product-grid,
    #category.column_7 .featured-products .product-miniature.product-grid,
    #category.column_7 .ttfeatured-products .product-miniature.product-grid,
    #category.column_7 .ttspecial-products .product-miniature.product-grid,
    #category.column_7 .ttnew-products .product-miniature.product-grid,
    #category.column_7 .ttbestseller-products .product-miniature.product-grid {
		width:100% !important;
    }
}

/*--------------------- End Column - 7 --------------------*/

/*--------------------- Start Column - 8 --------------------*/
#category.column_8.product_style4 #products .product-grid .thumbnail-container .ttproducthover div .btn i,
#category.column_8.product_style4 .products .product-grid .thumbnail-container .ttproducthover div .btn i, 
#category.column_8.product_style4 .featured-products .thumbnail-container .ttproducthover div .btn i,
#category.column_8.product_style4 .ttfeatured-products .thumbnail-container .ttproducthover div .btn i, 
#category.column_8.product_style4 .product-accessories .thumbnail-container .ttproducthover div .btn i,
#category.column_8.product_style4 .ttbestseller-products .thumbnail-container .ttproducthover div .btn i,
#category.column_8.product_style4 .ttnew-products .thumbnail-container .ttproducthover div .btn i,
#category.column_8.product_style4 .ttspecial-products .thumbnail-container .ttproducthover div .btn i,
#category.column_8.product_style4 .crossselling-product .thumbnail-container .ttproducthover div .btn i,
#category.column_8.product_style4 .category-products .thumbnail-container .ttproducthover div .btn i,
#category.column_8.product_style4 .view-product .thumbnail-container .ttproducthover div .btn i {
	line-height:24px;
	font-size:16px;
}
#category.column_8.product_style4 #products .product-grid .thumbnail-container .ttproducthover div .btn,
#category.column_8.product_style4 .products .product-grid .thumbnail-container .ttproducthover div .btn,
#category.column_8.product_style4 .featured-products .thumbnail-container .ttproducthover div .btn,
#category.column_8.product_style4 .ttfeatured-products .thumbnail-container .ttproducthover div .btn,
#category.column_8.product_style4 .product-accessories .thumbnail-container .ttproducthover div .btn,
#category.column_8.product_style4 .ttbestseller-products .thumbnail-container .ttproducthover div .btn,
#category.column_8.product_style4 .ttnew-products .thumbnail-container .ttproducthover div .btn, 
#category.column_8.product_style4 .ttspecial-products .thumbnail-container .ttproducthover div .btn,
#category.column_8.product_style4 .crossselling-product .thumbnail-container .ttproducthover div .btn,
#category.column_8.product_style4 .category-products .thumbnail-container .ttproducthover div .btn,
#category.column_8.product_style4 .view-product .thumbnail-container .ttproducthover div .btn {
	width:25px;
	height:25px;
	line-height:14px;
}
@media(min-width:1200px){
#category.column_8 #products .product-sort .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button {
	width: auto !important;
	padding: 0 10px 2px;
}
#category.column_8 #products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button {
    line-height: 17px;
	padding: 2px 12px 2px 8px;
}
}
@media (max-width: 1279px) {
#category.column_8 #products .product-list .thumbnail-container .ttproducthover .tt-button-container span, 
#category.column_8 .products .product-list .thumbnail-container .ttproducthover .tt-button-container span,
#category.column_8 .featured-products .product-list .thumbnail-container .ttproducthover .tt-button-container span,
#category.column_8 .ttfeatured-products .product-list .thumbnail-container .ttproducthover .tt-button-container span, 
#category.column_8 .product-accessories .product-list .thumbnail-container .ttproducthover .tt-button-container span,
#category.column_8 .ttbestseller-products .product-list .thumbnail-container .ttproducthover .tt-button-container span,
#category.column_8 .ttnew-products .product-list .thumbnail-container .ttproducthover .tt-button-container span,
#category.column_8 .ttspecial-products .product-list .thumbnail-container .ttproducthover .tt-button-container span,
#category.column_8 .crossselling-product .product-list .thumbnail-container .ttproducthover .tt-button-container span,
#category.column_8 .category-products .product-list .thumbnail-container .ttproducthover .tt-button-container span,
#category.column_8 .view-product .product-list .thumbnail-container .ttproducthover .tt-button-container span {
	line-height: 19px;
}
}
@media (min-width: 992px) {
#category.column_8.boxed #products .product-miniature.product-grid, #category.column_8.boxed .featured-products .product-miniature.product-grid, #category.column_8.boxed .ttfeatured-products .product-miniature.product-grid, #category.column_8.boxed .ttspecial-products .product-miniature.product-grid, #category.column_8.boxed .ttnew-products .product-miniature.product-grid, #category.column_8.boxed .ttbestseller-products .product-miniature.product-grid {
	width: 25% !important;
}
}
@media (max-width: 991px) {
#category.column_8 #products .product-miniature.product-grid, 
#category.column_8 .featured-products .product-miniature.product-grid, 
#category.column_8 .ttfeatured-products .product-miniature.product-grid, 
#category.column_8 .ttspecial-products .product-miniature.product-grid, 
#category.column_8 .ttnew-products .product-miniature.product-grid, 
#category.column_8 .ttbestseller-products .product-miniature.product-grid {
	width: 33.333% !important;
}
#category.column_8 #products .product-sort .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i.material-icons.add_to_cart_icon {
	width: 38px;
	line-height: 38px;
	float: none;
}
#category.column_8 #products .product-sort .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button {
	width: 38px !important;
}
}
@media (max-width: 1669px) {
	#category.column_8 #products .product-price-and-shipping, #category.column_8 .products .thumbnail-container .product-price-and-shipping {
		min-height:40px;
	}	
}
@media (min-width: 1680px) {
	#category.column_8 .product-list,
	#category.column_8 .product-sort,
	#category.column_7 .product-list,
	#category.column_7 .product-sort,
	#category.column_6 .product-list,
	#category.column_6 .product-sort,
	#category.column_5 .product-list,
	#category.column_5 .product-sort  {

		width: 50% !important;
	}
}
@media (min-width: 1679px) {
	#category.column_8 .product-thumbs .product-list .thumbnail-container .ttproduct-image {
		padding: 0;
		width: 25%;
	}
	#category.column_8 #js-product-list .products .product-list .thumbnail-container .ttproduct-desc {
		padding-left: 30px;
		width: 75%;
	}
}
@media (max-width: 1600px) {
    #category.column_8 #products .product-miniature.product-grid,
    #category.column_8 .featured-products .product-miniature.product-grid,
    #category.column_8 .ttfeatured-products .product-miniature.product-grid,
    #category.column_8 .ttspecial-products .product-miniature.product-grid,
    #category.column_8 .ttnew-products .product-miniature.product-grid,
    #category.column_8 .ttbestseller-products .product-miniature.product-grid {
		width: 14.28% !important;
	}

}
@media (max-width: 1465px) {
    #category.column_8 #products .product-miniature.product-grid,
    #category.column_8 .featured-products .product-miniature.product-grid,
    #category.column_8 .ttfeatured-products .product-miniature.product-grid,
    #category.column_8 .ttspecial-products .product-miniature.product-grid,
    #category.column_8 .ttnew-products .product-miniature.product-grid,
    #category.column_8 .ttbestseller-products .product-miniature.product-grid {
		width: 16.64% !important;
    }
}
@media (max-width: 1280px) {
    #category.column_8 #products .product-miniature.product-grid,
    #category.column_8 .featured-products .product-miniature.product-grid,
    #category.column_8 .ttfeatured-products .product-miniature.product-grid,
    #category.column_8 .ttspecial-products .product-miniature.product-grid,
    #category.column_8 .ttnew-products .product-miniature.product-grid,
    #category.column_8 .ttbestseller-products .product-miniature.product-grid {
		width: 20% !important;
    }
}
@media (max-width: 1199px) {
    #category.column_8 #products .product-miniature.product-grid,
    #category.column_8 .featured-products .product-miniature.product-grid,
    #category.column_8 .ttfeatured-products .product-miniature.product-grid,
    #category.column_8 .ttspecial-products .product-miniature.product-grid,
    #category.column_8 .ttnew-products .product-miniature.product-grid,
    #category.column_8 .ttbestseller-products .product-miniature.product-grid {
		width: 25% !important;
    }
}
@media (max-width: 991px) {
	#category.column_8 .product-thumbs .product-list .thumbnail-container .ttproduct-image {
		padding: 0;
		width: 33.33333%;
	}
	#category.column_8 #js-product-list .products .product-list .thumbnail-container .ttproduct-desc {
		padding-left: 30px;
		width: 66.66667%;
	}
}
@media (max-width: 950px) {
    #category.column_8 #products .product-miniature.product-grid,
    #category.column_8 .featured-products .product-miniature.product-grid,
    #category.column_8 .ttfeatured-products .product-miniature.product-grid,
    #category.column_8 .ttspecial-products .product-miniature.product-grid,
    #category.column_8 .ttnew-products .product-miniature.product-grid,
    #category.column_8 .ttbestseller-products .product-miniature.product-grid {
		width: 33.3% !important;
	}
}
@media (max-width: 767px) {
    #category.column_8 #products .product-miniature.product-grid,
    #category.column_8 .featured-products .product-miniature.product-grid,
    #category.column_8 .ttfeatured-products .product-miniature.product-grid,
    #category.column_8 .ttspecial-products .product-miniature.product-grid,
    #category.column_8 .ttnew-products .product-miniature.product-grid,
    #category.column_8 .ttbestseller-products .product-miniature.product-grid {
		width: 50% !important;
    }
}
@media (max-width: 600px) {
#category.column_7 #products .product-sort .thumbnail-container .ttproduct-desc .ttproducthover, #category.column_8 #products .product-sort .thumbnail-container .ttproduct-desc .ttproducthover {
	float: right;
	text-align: center;
}
#category.column_7 #products .product-sort .thumbnail-container .ttproduct-desc .product-price-and-shipping, #category.column_8 #products .product-sort .thumbnail-container .ttproduct-desc .product-price-and-shipping {
	float: left;
	min-height: 25px;
}
}
@media (max-width: 543px) {
#category.column_8 .product-thumbs .product-list .thumbnail-container .ttproduct-image {
	padding: 0;
	width: auto;
}
#category.column_8 #js-product-list .products .product-list .thumbnail-container .ttproduct-desc {
	padding-left: 30px;
	width: 100%;
}
	#category.column_4 .product-thumbs .product-sort .thumbnail-container .ttproduct-image {
		padding: 0;
		width: auto;
	}
	#category.column_4 .product-thumbs .product-sort .thumbnail-container .ttproduct-desc {
		width: 100%;
		padding-left: 0;
	}

    #category.column_8 #products .product-miniature.product-grid,
    #category.column_8 .featured-products .product-miniature.product-grid,
    #category.column_8 .ttfeatured-products .product-miniature.product-grid,
    #category.column_8 .ttspecial-products .product-miniature.product-grid,
    #category.column_8 .ttnew-products .product-miniature.product-grid,
    #category.column_8 .ttbestseller-products .product-miniature.product-grid {
		width:100% !important;
    }
	#category.column_8.product_style4 #products .product-grid .thumbnail-container .ttproducthover div .btn i,
	#category.column_8.product_style4 .products .product-grid .thumbnail-container .ttproducthover div .btn i, 
	#category.column_8.product_style4 .featured-products .thumbnail-container .ttproducthover div .btn i,
	#category.column_8.product_style4 .ttfeatured-products .thumbnail-container .ttproducthover div .btn i, 
	#category.column_8.product_style4 .product-accessories .thumbnail-container .ttproducthover div .btn i,
	#category.column_8.product_style4 .ttbestseller-products .thumbnail-container .ttproducthover div .btn i,
	#category.column_8.product_style4 .ttnew-products .thumbnail-container .ttproducthover div .btn i,
	#category.column_8.product_style4 .ttspecial-products .thumbnail-container .ttproducthover div .btn i,
	#category.column_8.product_style4 .crossselling-product .thumbnail-container .ttproducthover div .btn i,
	#category.column_8.product_style4 .category-products .thumbnail-container .ttproducthover div .btn i,
	#category.column_8.product_style4 .view-product .thumbnail-container .ttproducthover div .btn i {
		line-height:30px;
		font-size:14px;
	}
	#category.column_7 #products .product-sort .thumbnail-container .ttproduct-desc .product-price-and-shipping ,
	#category.column_8 #products .product-sort .thumbnail-container .ttproduct-desc .product-price-and-shipping {
		width: 100%;
		float: left;
	}
	#category.column_7 #products .product-sort .thumbnail-container .ttproduct-desc .ttproducthover,
	#category.column_8 #products .product-sort .thumbnail-container .ttproduct-desc .ttproducthover {
		width: 100%;
		float: right;
		text-align: center;
	}

}
/*--------------------- End Column - 8 --------------------*/

@media (max-width: 991px) {
	.column_4 #left-column .leftbar,
	.column_5 #left-column .leftbar,
	.column_6 #left-column .leftbar,
	.column_7 #left-column .leftbar,
	.column_8 #left-column .leftbar,
	.column_4 #right-column .rightbar,
	.column_5 #right-column .rightbar,
	.column_6 #right-column .rightbar,
	.column_7 #right-column .rightbar,
	.column_8 #right-column .rightbar {
		display:none;
	}
	.column_4 #left-column .filter_left_button,
	.column_5 #left-column .filter_left_button,
	.column_6 #left-column .filter_left_button,
	.column_7 #left-column .filter_left_button,
	.column_8 #left-column .filter_left_button,
	.column_4 #right-column .filter_right_button,
	.column_5 #right-column .filter_right_button,
	.column_6 #right-column .filter_right_button,
	.column_7 #right-column .filter_right_button,
	.column_8 #right-column .filter_right_button {
		display:none;
	}
}
@media (max-width: 767px) {
	#category.column_4 #products .product-list .thumbnail-container .ttproduct-desc .product-description, 
	#category.column_5 #products .product-list .thumbnail-container .ttproduct-desc .product-description,
	#category.column_6 #products .product-list .thumbnail-container .ttproduct-desc .product-description, 
	#category.column_7 #products .product-list .thumbnail-container .ttproduct-desc .product-description, 
	#category.column_8 #products .product-list .thumbnail-container .ttproduct-desc .product-description {
		width: 100% !important;
	}
	#category.column_4 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover, 
	#category.column_5 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover, 
	#category.column_6 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover, 
	#category.column_7 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover,
	#category.column_8 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover {
		width: 100%;
		text-align:left;
	}
	#category.column_4 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover .tt-button-container, 
	#category.column_5 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover .tt-button-container, 
	#category.column_6 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover .tt-button-container, 
	#category.column_7 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover .tt-button-container, 
	#category.column_8 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover .tt-button-container {
		display: inline-block;
	}
}
@media (max-width: 574px) {
	#category.column_4 #products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button, 
	#category.column_5 #products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button, 
	#category.column_6 #products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button, 
	#category.column_7 #products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button, 
	#category.column_8 #products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button {
		width: 38px;
		padding:0;
		font-size:0px;
	}
}
@media (max-width: 543px) {
	#category.column_4 .product-list .variant-links,
	#category.column_5 .product-list .variant-links, 
	#category.column_6 .product-list .variant-links, 
	#category.column_7 .product-list .variant-links, 
	#category.column_8 .product-list .variant-links {
		text-align: center !important;
	}
	#category.column_4 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover, 
	#category.column_5 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover, 
	#category.column_6 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover, 
	#category.column_7 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover, 
	#category.column_8 #products .product-list .thumbnail-container .ttproduct-desc .ttproducthover {
		text-align: center;
	}
}
/*----------------------------------- END Column Css -------------------------------------*/
#category.column_8 #products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button {
	line-height: 17px;
}
#category.column_4  #products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i,
#category.column_4 .products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i, 
#category.column_4 .products .product-sort .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i, 
#category.column_4  #products .product-sort .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i,
#category.column_5  #products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i,
#category.column_5 .products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i,  
#category.column_5  #products .product-sort .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i,
#category.column_5 .products .product-sort .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i,
#category.column_6  #products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i,
#category.column_6 .products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i,  
#category.column_6  #products .product-sort .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i,
#category.column_6 .products .product-sort .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i,
#category.column_7  #products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i,
#category.column_7 .products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i,  
#category.column_7  #products .product-sort .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i,
#category.column_7 .products .product-sort .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i,
#category.column_8  #products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i,
#category.column_8 .products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i,  
#category.column_8  #products .product-sort .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i,
#category.column_8 .products .product-sort .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading i {
	display:none;
}

.products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button.cart-loading .loading {
	display: inline-block !important;
}

}
.grid-masonary .grid-sizer,.grid-masonary .product-miniature {
    width: 33.333%;
}
.grid-masonary .product-list{
	position:static!important;
}
@media (max-width: 767px){
.grid-masonary .grid-sizer,.grid-masonary .product-miniature {
    width: 50%;
}

}
@media (max-width: 543px){
.grid-masonary .grid-sizer,.grid-masonary .product-miniature {
    width: 100%;
}

}
@media(min-width:1280px) {
#category.column_8 #products .thumbnail-container .ttproducthover div .btn, 
#category.column_8 .products .thumbnail-container .ttproducthover div .btn, 
#category.column_8 .featured-products .thumbnail-container .ttproducthover div .btn, 
#category.column_8 .ttfeatured-products .thumbnail-container .ttproducthover div .btn, 
#category.column_8 .product-accessories .thumbnail-container .ttproducthover div .btn, 
#category.column_8 .ttbestseller-products .thumbnail-container .ttproducthover div .btn, 
#category.column_8 .ttnew-products .thumbnail-container .ttproducthover div .btn, 
#category.column_8 .ttspecial-products .thumbnail-container .ttproducthover div .btn, 
#category.column_8 .crossselling-product .thumbnail-container .ttproducthover div .btn, 
#category.column_8 .category-products .thumbnail-container .ttproducthover div .btn, 
#category.column_8 .view-product .thumbnail-container .ttproducthover div .btn {
	height: 35px;
	width: 35px;
}
#category.column_8 #products .thumbnail-container .ttproducthover div .btn i, 
#category.column_8 .products .thumbnail-container .ttproducthover div .btn i, 
#category.column_8 .featured-products .thumbnail-container .ttproducthover div .btn i, 
#category.column_8 .ttfeatured-products .thumbnail-container .ttproducthover div .btn i, 
#category.column_8 .product-accessories .thumbnail-container .ttproducthover div .btn i, 
#category.column_8 .ttbestseller-products .thumbnail-container .ttproducthover div .btn i, 
#category.column_8 .ttnew-products .thumbnail-container .ttproducthover div .btn i, 
#category.column_8 .ttspecial-products .thumbnail-container .ttproducthover div .btn i, 
#category.column_8 .crossselling-product .thumbnail-container .ttproducthover div .btn i, 
#category.column_8 .category-products .thumbnail-container .ttproducthover div .btn i, 
#category.column_8 .view-product .thumbnail-container .ttproducthover div .btn i {
	line-height: 34px;
	font-size: 17px;
	height: 34px;
	width:34px;
}
#category.column_8 #products .product-grid .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i, 
#category.column_8 .products .product-grid .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i, 
#category.column_8 .featured-products .product-grid .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i, 
#category.column_8 .ttfeatured-products .product-grid .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i,
#category.column_8 .product-accessories .product-grid .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i,
#category.column_8 .ttbestseller-products .product-grid .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i,
#category.column_8 .ttnew-products .product-grid .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i,
#category.column_8 .ttspecial-products .product-grid .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i,
#category.column_8 .crossselling-product .product-grid .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i,
#category.column_8 .category-products .product-grid .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i,
#category.column_8 .view-product .product-grid .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i{
	line-height: 34px;
	font-size: 17px;
	height: 34px;
	width:34px;
}
#category.column_8 #products .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i, 
#category.column_8 .products .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i, 
#category.column_8 .featured-products .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i, 
#category.column_8 .ttfeatured-products .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i, 
#category.column_8 .product-accessories .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i, 
#category.column_8 .ttbestseller-products .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i, 
#category.column_8 .ttnew-products .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i, 
#category.column_8 .ttspecial-products .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i, 
#category.column_8 .crossselling-product .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i, 
#category.column_8 .category-products .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i, 
#category.column_8 .view-product .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button i{
	line-height: 19px;
	height: 19px;
	width:19px;
}
}