/*----------------------zoom effect------------*/

.product-miniature .thumbnail-container .ttproduct-image .zoom.second_image {
	left: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}

.product-miniature .thumbnail-container:hover .ttproduct-image .zoom.second_image {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}


/*----------------------end of zoom effect------------*/


/*----------------------fade effect-------------------*/

.product-miniature .thumbnail-container .ttproduct-image .fade.second_image {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	max-width: 100%;
	height: auto;
	margin:auto;
}
.product-miniature .thumbnail-container:hover .ttproduct-image .fade.second_image {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}


/*----------------------end of fade effect-------------*/


/*-----------vertical_scrolling bottom to top effect-------------------*/

.product-miniature .thumbnail-container .ttproduct-image .vertical_scrolling_bottom_to_top.second_image {
	position: absolute;
	top: 110%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: top 0.5s ease 0s;
	-moz-transition: top 0.5s ease 0s;
	-webkit-transition: top 0.5s ease 0s;
	-o-transition: top 0.5s ease 0s;
}

.product-miniature .thumbnail-container:hover .ttproduct-image .vertical_scrolling_bottom_to_top.second_image {
	top: 0;
}


/*------------end of vertical_scrolling effect-------------*/


/*-----------vertical_scrolling top to bottom effect-------------------*/

.product-miniature .thumbnail-container .ttproduct-image .vertical_scrolling_top_to_bottom.second_image {
	position: absolute;
	top: -110%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: top 0.5s ease 0s;
	-moz-transition: top 0.5s ease 0s;
	-webkit-transition: top 0.5s ease 0s;
	-o-transition: top 0.5s ease 0s;
}

.product-miniature .thumbnail-container:hover .ttproduct-image .vertical_scrolling_top_to_bottom.second_image {
	top: 0;
}


/*------------end of vertical_scrolling effect-------------*/


/*-----------horizontal_scrolling left to right effect-------------------*/

.product-miniature .thumbnail-container .ttproduct-image .horizontal_scrolling_left_to_right.second_image {
	position: absolute;
	top: 0;
	left: -100%;
	transition: left 0.5s ease 0s;
	-moz-transition: left 0.5s ease 0s;
	-webkit-transition: left 0.5s ease 0s;
	-o-transition: left 0.5s ease 0s;
}

.product-miniature .thumbnail-container:hover .ttproduct-image .horizontal_scrolling_left_to_right.second_image {
	left: 0;
}


/*------------end of horizontal_scrolling effect-------------*/


/*-----------horizontal_scrolling right to left effect-------------------*/

.product-miniature .thumbnail-container .ttproduct-image .horizontal_scrolling_right_to_left.second_image {
	position: absolute;
	top: 0;
	right: -100%;
	transition: right 0.5s ease 0s;
	-moz-transition: right 0.5s ease 0s;
	-webkit-transition: right 0.5s ease 0s;
	-o-transition: right 0.5s ease 0s;
}

.product-miniature .thumbnail-container:hover .ttproduct-image .horizontal_scrolling_right_to_left.second_image {
	right: 0;
}

/*----------------------Start of product_style1------------*/

.product_style1 #products .thumbnail-container .ttproducthover,
.product_style1 .products .thumbnail-container .ttproducthover,
.product_style1 .featured-products .thumbnail-container .ttproducthover,
.product_style1 .ttfeatured-products .thumbnail-container .ttproducthover,
.product_style1 .product-accessories .thumbnail-container .ttproducthover,
.product_style1 .ttbestseller-products .thumbnail-container .ttproducthover,
.product_style1 .ttnew-products .thumbnail-container .ttproducthover,
.product_style1 .ttspecial-products .thumbnail-container .ttproducthover,
.product_style1 .crossselling-product .thumbnail-container .ttproducthover,
.product_style1 .category-products .thumbnail-container .ttproducthover,
.product_style1 .view-product .thumbnail-container .ttproducthover,
.product_style1 #ttcategorytabs .products .thumbnail-container .ttproducthover {
	background: none;
	bottom: 0;
	display: inline-block;
	float: none;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: auto;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	vertical-align: top;
	z-index: 1;
}

.product_style1 #products .thumbnail-container:hover .ttproducthover,
.product_style1 .products .thumbnail-container:hover .ttproducthover,
.product_style1 .featured-products .thumbnail-container:hover .ttproducthover,
.product_style1 .ttfeatured-products .thumbnail-container:hover .ttproducthover,
.product_style1 .product-accessories .thumbnail-container:hover .ttproducthover,
.product_style1 .ttbestseller-products .thumbnail-container:hover .ttproducthover,
.product_style1 .ttnew-products .thumbnail-container:hover .ttproducthover,
.product_style1 .ttspecial-products .thumbnail-container:hover .ttproducthover,
.product_style1 .crossselling-product .thumbnail-container:hover .ttproducthover,
.product_style1 .category-products .thumbnail-container:hover .ttproducthover,
.product_style1 .view-product .thumbnail-container:hover .ttproducthover,
.product_style1 #ttcategorytabs .products .thumbnail-container:hover .ttproducthover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	bottom: 15px;
}
@media(max-width: 767px){
	.product_style1 .ttnew-products .thumbnail-container .product-list-reviews,
	.product_style1 .ttfeatured-products .thumbnail-container .product-list-reviews, 
	.product_style1 #ttcategorytabs .thumbnail-container .product-list-reviews{
		bottom:110px !important;
	}
	.product_style1 #products .product-grid .thumbnail-container .product-list-reviews,
	.product_style1 .product-accessories .thumbnail-container .product-list-reviews,
	.product_style1 .product-accessories .thumbnail-container:hover .product-list-reviews{
		bottom:105px !important;
	}	
	.product_style3 .ttspecial-products .thumbnail-container .product-list-reviews {
		bottom: 54px !important;
	}
	.product_style3 .product-accessories .thumbnail-container .product-list-reviews,
	.product_style3 .product-accessories:hover .thumbnail-container .product-list-reviews{
		bottom:53px !important;
	}
	.product_style2 .ttbestseller-products .thumbnail-container .product-list-reviews,
	.product_style2 .ttbestseller-products .thumbnail-container:hover .product-list-reviews,
	.product_style2 .ttnew-products .thumbnail-container .product-list-reviews, 
	.product_style2 .ttfeatured-products .thumbnail-container .product-list-reviews{
		bottom:70px;
	}
}
@media(max-width: 543px){
	#index.product_style1 .product-miniature.product-grid .thumbnail-container:hover .ttproductcountdown{
			bottom: 160px;
	}	
	#index.product_style1 .product-miniature.product-grid .thumbnail-container .ttproductcountdown {
			bottom: 160px;
	}	
	.product_style3 .product-accessories .thumbnail-container .product-list-reviews,
	.product_style3 .product-accessories:hover .thumbnail-container .product-list-reviews{
			bottom:45px !important;
	}
	.product_style3 .ttbestseller-products .thumbnail-container .product-list-reviews,
	.product_style3 .ttnew-products .thumbnail-container .product-list-reviews, 
	.product_style3 .ttfeatured-products .thumbnail-container .product-list-reviews{
		bottom:90px;
	}
}
/*----------------------End of product_style1------------*/

/*----------------------Start of product_style2------------*/
.product_style2 #products .thumbnail-container .ttproducthover,
.product_style2 .products .thumbnail-container .ttproducthover,
.product_style2 .featured-products .thumbnail-container .ttproducthover,
.product_style2 .ttfeatured-products .thumbnail-container .ttproducthover,
.product_style2 .product-accessories .thumbnail-container .ttproducthover,
.product_style2 .ttbestseller-products .thumbnail-container .ttproducthover,
.product_style2 .ttnew-products .thumbnail-container .ttproducthover,
.product_style2 .ttspecial-products .thumbnail-container .ttproducthover,
.product_style2 .crossselling-product .thumbnail-container .ttproducthover,
.product_style2 .category-products .thumbnail-container .ttproducthover,
.product_style2 .view-product .thumbnail-container .ttproducthover {
	bottom: 40%;
	left: 0;
	right: 0;
	padding: 0;
	z-index: 2;
	position: absolute;
}
.product_style2 #products .thumbnail-container:hover .ttproducthover,
.product_style2 .products .thumbnail-container:hover .ttproducthover,
.product_style2 .featured-products .thumbnail-container:hover .ttproducthover,
.product_style2 .ttfeatured-products .thumbnail-container:hover .ttproducthover,
.product_style2 .product-accessories .thumbnail-container:hover .ttproducthover,
.product_style2 .ttbestseller-products .thumbnail-container:hover .ttproducthover,
.product_style2 .ttnew-products .thumbnail-container:hover .ttproducthover,
.product_style2 .ttspecial-products .thumbnail-container:hover .ttproducthover,
.product_style2 .crossselling-product .thumbnail-container:hover .ttproducthover,
.product_style2 .category-products .thumbnail-container:hover .ttproducthover,
.product_style2 .view-product .thumbnail-container:hover .ttproducthover {
	bottom: 40%;
	left: 0;
	right: auto;
	padding: 0;
	z-index: 2;
	position: absolute;
}
.product_style2 #products .thumbnail-container .ttproducthover > div, 
.product_style2 .products .thumbnail-container .ttproducthover > div, 
.product_style2 .featured-products .thumbnail-container .ttproducthover > div, 
.product_style2 .ttfeatured-products .thumbnail-container .ttproducthover > div, 
.product_style2 .product-accessories .thumbnail-container .ttproducthover > div, 
.product_style2 .ttbestseller-products .thumbnail-container .ttproducthover > div, 
.product_style2 .ttnew-products .thumbnail-container .ttproducthover > div, 
.product_style2 .ttspecial-products .thumbnail-container .ttproducthover > div, 
.product_style2 .crossselling-product .thumbnail-container .ttproducthover > div, 
.product_style2 .category-products .thumbnail-container .ttproducthover > div, 
.product_style2 .view-product .thumbnail-container .ttproducthover > div {
	transition: all 0.50s ease;
	display: inline-block;
	height: 42px;
	margin: 0 0 5px;
	opacity:0;
}
.product_style2 #products .product-sort .thumbnail-container .ttproducthover > div, 
.product_style2 .products .product-sort .thumbnail-container .ttproducthover > div, 
.product_style2 .featured-products .product-sort .thumbnail-container .ttproducthover > div, 
.product_style2 .ttfeatured-products .product-sort .thumbnail-container .ttproducthover > div, 
.product_style2 .product-accessories .product-sort .thumbnail-container .ttproducthover > div, 
.product_style2 .ttbestseller-products .product-sort .thumbnail-container .ttproducthover > div, 
.product_style2 .ttnew-products .product-sort .thumbnail-container .ttproducthover > div, 
.product_style2 .ttspecial-products .product-sort .thumbnail-container .ttproducthover > div, 
.product_style2 .crossselling-product .product-sort .thumbnail-container .ttproducthover > div, 
.product_style2 .category-products .product-sort .thumbnail-container .ttproducthover > div, 
.product_style2 .view-product .product-sort .thumbnail-container .ttproducthover > div ,
.product_style2 #products .product-list .thumbnail-container .ttproducthover > div, 
.product_style2 .products .product-list .thumbnail-container .ttproducthover > div, 
.product_style2 .featured-products .product-list .thumbnail-container .ttproducthover > div, 
.product_style2 .ttfeatured-products .product-list .thumbnail-container .ttproducthover > div, 
.product_style2 .product-accessories .product-list .thumbnail-container .ttproducthover > div, 
.product_style2 .ttbestseller-products .product-list .thumbnail-container .ttproducthover > div, 
.product_style2 .ttnew-products .product-list .thumbnail-container .ttproducthover > div, 
.product_style2 .ttspecial-products .product-list .thumbnail-container .ttproducthover > div, 
.product_style2 .crossselling-product .product-list .thumbnail-container .ttproducthover > div, 
.product_style2 .category-products .product-list .thumbnail-container .ttproducthover > div, 
.product_style2 .view-product .product-list .thumbnail-container .ttproducthover > div{
	opacity:1;
	transition:none;
}
.column_6.product_style2 #products .thumbnail-container .ttproducthover > div, 
.column_6.product_style2 .products .thumbnail-container .ttproducthover > div, 
.column_6.product_style2 .featured-products .thumbnail-container .ttproducthover > div, 
.column_6.product_style2 .ttfeatured-products .thumbnail-container .ttproducthover > div, 
.column_6.product_style2 .product-accessories .thumbnail-container .ttproducthover > div, 
.column_6.product_style2 .ttbestseller-products .thumbnail-container .ttproducthover > div, 
.column_6.product_style2 .ttnew-products .thumbnail-container .ttproducthover > div, 
.column_6.product_style2 .ttspecial-products .thumbnail-container .ttproducthover > div, 
.column_6.product_style2 .crossselling-product .thumbnail-container .ttproducthover > div, 
.column_6.product_style2 .category-products .thumbnail-container .ttproducthover > div, 
.column_6.product_style2 .view-product .thumbnail-container .ttproducthover > div {
	height: 30px;
}
.product_style2 #products .thumbnail-container .ttproducthover > div.wishlist,
.product_style2 .products .thumbnail-container .ttproducthover > div.wishlist,
.product_style2 .featured-products .thumbnail-container .ttproducthover > div.wishlist,
.product_style2 .ttfeatured-products .thumbnail-container .ttproducthover > div.wishlist,
.product_style2 .product-accessories .thumbnail-container .ttproducthover > div.wishlist,
.product_style2 .ttbestseller-products .thumbnail-container .ttproducthover > div.wishlist,
.product_style2 .ttnew-products .thumbnail-container .ttproducthover > div.wishlist,
.product_style2 .ttspecial-products .thumbnail-container .ttproducthover > div.wishlist,
.product_style2 .crossselling-product .thumbnail-container .ttproducthover > div.wishlist,
.product_style2 .category-products .thumbnail-container .ttproducthover > div.wishlist,
.product_style2 .view-product .thumbnail-container .ttproducthover > div.wishlist {
	transition-delay: 0.1s;
}
.product_style2 #products .thumbnail-container .ttproducthover>div.compare,
.product_style2 .products .thumbnail-container .ttproducthover>div.compare,
.product_style2 .featured-products .thumbnail-container .ttproducthover>div.compare,
.product_style2 .ttfeatured-products .thumbnail-container .ttproducthover>div.compare,
.product_style2 .product-accessories .thumbnail-container .ttproducthover>div.compare,
.product_style2 .ttbestseller-products .thumbnail-container .ttproducthover>div.compare,
.product_style2 .ttnew-products .thumbnail-container .ttproducthover>div.compare,
.product_style2 .ttspecial-products .thumbnail-container .ttproducthover>div.compare,
.product_style2 .crossselling-product .thumbnail-container .ttproducthover>div.compare,
.product_style2 .category-products .thumbnail-container .ttproducthover>div.compare,
.product_style2 .view-product .thumbnail-container .ttproducthover>div.compare {
	transition-delay: 0.2s;
}

.product_style2 #products .thumbnail-container .ttproducthover>div.quick-view-block,
.product_style2 .products .thumbnail-container .ttproducthover>div.quick-view-block,
.product_style2 .featured-products .thumbnail-container .ttproducthover>div.quick-view-block,
.product_style2 .ttfeatured-products .thumbnail-container .ttproducthover>div.quick-view-block,
.product_style2 .product-accessories .thumbnail-container .ttproducthover>div.quick-view-block,
.product_style2 .ttbestseller-products .thumbnail-container .ttproducthover>div.quick-view-block,
.product_style2 .ttnew-products .thumbnail-container .ttproducthover>div.quick-view-block,
.product_style2 .ttspecial-products .thumbnail-container .ttproducthover>div.quick-view-block,
.product_style2 .crossselling-product .thumbnail-container .ttproducthover>div.quick-view-block,
.product_style2 .category-products .thumbnail-container .ttproducthover>div.quick-view-block,
.product_style2 .view-product .thumbnail-container .ttproducthover>div.quick-view-block {
	transition-delay: 0.3s;
	margin:0;
}
.product_style2 #products .thumbnail-container:hover .ttproducthover>div,
.product_style2 .products .thumbnail-container:hover .ttproducthover>div,
.product_style2 .featured-products .thumbnail-container:hover .ttproducthover>div,
.product_style2 .ttfeatured-products .thumbnail-container:hover .ttproducthover>div,
.product_style2 .product-accessories .thumbnail-container:hover .ttproducthover>div,
.product_style2 .ttbestseller-products .thumbnail-container:hover .ttproducthover>div,
.product_style2 .ttnew-products .thumbnail-container:hover .ttproducthover>div,
.product_style2 .ttspecial-products .thumbnail-container:hover .ttproducthover>div,
.product_style2 .crossselling-product .thumbnail-container:hover .ttproducthover>div,
.product_style2 .category-products .thumbnail-container:hover .ttproducthover>div,
.product_style2 .view-product .thumbnail-container:hover .ttproducthover>div {
	opacity:1;
}
@media (max-width:767px) and (min-width:544px){
	.product_style2 #products .product-sort .thumbnail-container .ttproducthover{
		width:50%;
	}
}
/*----------------------End of product_style2------------*/
.product_style1 #products .product-list .thumbnail-container .ttproducthover,
.product_style2 #products .product-list .thumbnail-container .ttproducthover,
.product_style2 #products .product-sort .thumbnail-container .ttproducthover {
	display: block;
	float: right;
	position: static;
	width: auto;
	text-align: center;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	background: none;
	transform: none;
}
.product_style2 #products .product-list .thumbnail-container .ttproducthover>div {
	transform: none;
	display: inline-block;
}
.product_style1.responsive_style2 #products .thumbnail-container .ttproducthover,
.product_style1.responsive_style2 .products .thumbnail-container .ttproducthover,
.product_style1.responsive_style2 .featured-products .thumbnail-container .ttproducthover,
.product_style1.responsive_style2 .ttfeatured-products .thumbnail-container .ttproducthover,
.product_style1.responsive_style2 .product-accessories .thumbnail-container .ttproducthover,
.product_style1.responsive_style2 .ttbestseller-products .thumbnail-container .ttproducthover,
.product_style1.responsive_style2 .ttnew-products .thumbnail-container .ttproducthover,
.product_style1.responsive_style2 .crossselling-product .thumbnail-container .ttproducthover,
.product_style1.responsive_style2 .category-products .thumbnail-container .ttproduct,
.product_style2.responsive_style2 #products .thumbnail-container .ttproducthover,
.product_style2.responsive_style2 .products .thumbnail-container .ttproducthover,
.product_style2.responsive_style2 .featured-products .thumbnail-container .ttproducthover,
.product_style2.responsive_style2 .ttfeatured-products .thumbnail-container .ttproducthover,
.product_style2.responsive_style2 .product-accessories .thumbnail-container .ttproducthover,
.product_style2.responsive_style2 .ttbestseller-products .thumbnail-container .ttproducthover,
.product_style2.responsive_style2 .ttnew-products .thumbnail-container .ttproducthover,
.product_style2.responsive_style2 .crossselling-product .thumbnail-container .ttproducthover,
.product_style2.responsive_style2 .category-products .thumbnail-container .ttproduct,
.product_style3.responsive_style2 #products .thumbnail-container .ttproducthover,
.product_style3.responsive_style2 .products .thumbnail-container .ttproducthover,
.product_style3.responsive_style2 .featured-products .thumbnail-container .ttproducthover,
.product_style3.responsive_style2 .ttfeatured-products .thumbnail-container .ttproducthover,
.product_style3.responsive_style2 .product-accessories .thumbnail-container .ttproducthover,
.product_style3.responsive_style2 .ttbestseller-products .thumbnail-container .ttproducthover,
.product_style3.responsive_style2 .ttnew-products .thumbnail-container .ttproducthover,
.product_style3.responsive_style2 .crossselling-product .thumbnail-container .ttproducthover,
.product_style3.responsive_style2 .category-products .thumbnail-container .ttproduct{
	position:static;
}
.product_style1.responsive_style2 .ttspecial-products .thumbnail-container .ttproducthover,
.product_style2.responsive_style2 .ttspecial-products .thumbnail-container .ttproducthover,
.product_style3.responsive_style2 .ttspecial-products .thumbnail-container .ttproducthover{
	position:absolute !important;
}
/*----------------------Start of product_style3------------*/
.product_style3 #products .thumbnail-container .ttproducthover,
.product_style3 .products .thumbnail-container .ttproducthover,
.product_style3 .featured-products .thumbnail-container .ttproducthover,
.product_style3 .ttfeatured-products .thumbnail-container .ttproducthover,
.product_style3 .product-accessories .thumbnail-container .ttproducthover,
.product_style3 .ttbestseller-products .thumbnail-container .ttproducthover,
.product_style3 .ttnew-products .thumbnail-container .ttproducthover,
.product_style3 .ttspecial-products .thumbnail-container .ttproducthover,
.product_style3 .crossselling-product .thumbnail-container .ttproducthover,
.product_style3 .category-products .thumbnail-container .ttproducthover,
.product_style3 .view-product .thumbnail-container .ttproducthover {
	position: absolute;
	bottom: 0;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	width: 100%;
	text-align: center;
	background: rgba(255, 255, 255, .19);
	padding: 7px 0 3px;
	opacity: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out
}

.product_style3 #products .thumbnail-container .ttproducthover>div,
.product_style3 .products .thumbnail-container .ttproducthover>div,
.product_style3 .featured-products .thumbnail-container .ttproducthover>div,
.product_style3 .ttfeatured-products .thumbnail-container .ttproducthover>div,
.product_style3 .product-accessories .thumbnail-container .ttproducthover>div,
.product_style3 .ttbestseller-products .thumbnail-container .ttproducthover>div,
.product_style3 .ttnew-products .thumbnail-container .ttproducthover>div,
.product_style3 .ttspecial-products .thumbnail-container .ttproducthover>div,
.product_style3 .crossselling-product .thumbnail-container .ttproducthover>div,
.product_style3 .category-products .thumbnail-container .ttproducthover>div,
.product_style3 .view-product .thumbnail-container .ttproducthover>div {
	background: transparent;
	font-size: 14px;
	z-index: 1;
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	cursor: pointer;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	vertical-align: top;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out
}

.product_style3 #products .thumbnail-container:hover .ttproducthover,
.product_style3 .products .thumbnail-container:hover .ttproducthover,
.product_style3 .featured-products .thumbnail-container:hover .ttproducthover,
.product_style3 .ttfeatured-products .thumbnail-container:hover .ttproducthover,
.product_style3 .product-accessories .thumbnail-container:hover .ttproducthover,
.product_style3 .ttbestseller-products .thumbnail-container:hover .ttproducthover,
.product_style3 .ttnew-products .thumbnail-container:hover .ttproducthover,
.product_style3 .ttspecial-products .thumbnail-container:hover .ttproducthover,
.product_style3 .crossselling-product .thumbnail-container:hover .ttproducthover,
.product_style3 .category-products .thumbnail-container:hover .ttproducthover,
.product_style3.view-product .thumbnail-container:hover .ttproducthover {
	transition: all 1s ease-in-out 0s;
	-webkit-transition:all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.product_style3 #products .thumbnail-container:hover .ttproducthover>div,
.product_style3 .products .thumbnail-container:hover .ttproducthover>div,
.product_style3 .featured-products .thumbnail-container:hover .ttproducthover>div,
.product_style3 .ttfeatured-products .thumbnail-container:hover .ttproducthover>div,
.product_style3 .product-accessories .thumbnail-container:hover .ttproducthover>div,
.product_style3 .ttbestseller-products .thumbnail-container:hover .ttproducthover>div,
.product_style3 .ttnew-products .thumbnail-container:hover .ttproducthover>div,
.product_style3 .ttspecial-products .thumbnail-container:hover .ttproducthover>div,
.product_style3 .crossselling-product .thumbnail-container:hover .ttproducthover>div,
.product_style3 .category-products .thumbnail-container:hover .ttproducthover>div,
.product_style3 .view-product .thumbnail-container:hover .ttproducthover>div {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}
.product_style3 #products .product-sort .thumbnail-container .ttproducthover>div,
.product_style3 .products .product-sort .thumbnail-container .ttproducthover>div,
.product_style3 .featured-products .product-sort .thumbnail-container .ttproducthover>div,
.product_style3 .ttfeatured-products .product-sort .thumbnail-container .ttproducthover>div,
.product_style3 .product-accessories .product-sort .thumbnail-container .ttproducthover>div,
.product_style3 .ttbestseller-products .product-sort .thumbnail-container .ttproducthover>div,
.product_style3 .ttnew-products .product-sort .thumbnail-container .ttproducthover>div,
.product_style3 .ttspecial-products .product-sort .thumbnail-container .ttproducthover>div,
.product_style3 .crossselling-product .product-sort .thumbnail-container .ttproducthover>div,
.product_style3 .category-products .product-sort .thumbnail-container .ttproducthover>div,
.product_style3 .view-product .product-sort .thumbnail-container .ttproducthover>div,
.product_style3 #products .product-list .thumbnail-container .ttproducthover>div,
.product_style3 .products .product-list .thumbnail-container .ttproducthover>div,
.product_style3 .featured-products .product-list .thumbnail-container .ttproducthover>div,
.product_style3 .ttfeatured-products .product-list .thumbnail-container .ttproducthover>div,
.product_style3 .product-accessories .product-list .thumbnail-container .ttproducthover>div,
.product_style3 .ttbestseller-products .product-list .thumbnail-container .ttproducthover>div,
.product_style3 .ttnew-products .product-list .thumbnail-container .ttproducthover>div,
.product_style3 .ttspecial-products .product-list .thumbnail-container .ttproducthover>div,
.product_style3 .crossselling-product .product-list .thumbnail-container .ttproducthover>div,
.product_style3 .category-products .product-list .thumbnail-container .ttproducthover>div,
.product_style3 .view-product .product-list .thumbnail-container .ttproducthover>div  {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transition:none;
}

@media (min-width: 595px) {
	.product_style3 #products .product-list .thumbnail-container .ttproducthover .tt-button-container {
		width: auto!important;
	}
}
/*----------------------End of product_style3------------*/

/*----------------------Start of product_style4------------*/

.product_style4 #products .thumbnail-container .ttproducthover,
.product_style4 .products .thumbnail-container .ttproducthover,
.product_style4 .featured-products .thumbnail-container .ttproducthover,
.product_style4 .ttfeatured-products .thumbnail-container .ttproducthover,
.product_style4 .product-accessories .thumbnail-container .ttproducthover,
.product_style4 .ttbestseller-products .thumbnail-container .ttproducthover,
.product_style4 .ttnew-products .thumbnail-container .ttproducthover,
.product_style4 .ttspecial-products .thumbnail-container .ttproducthover,
.product_style4 .crossselling-product .thumbnail-container .ttproducthover,
.product_style4 .category-products .thumbnail-container .ttproducthover,
.product_style4 .view-product .thumbnail-container .ttproducthover {
	visibility: hidden;
	transform: perspective(600px) rotateX(90deg);
	-webkit-transform: perspective(600px) rotateX(90deg);
	-moz-transform: perspective(600px) rotateX(90deg);
	-o-transform: perspective(600px) rotateX(90deg);
	box-shadow: 1px 1px 0 0 #e8e8e8;
	background: #fff;
	bottom: 20px;
	position: absolute;
	left: 20px;
	right: 20px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	padding: 5px 0;
	width:auto;
}
.product_style4 #products .thumbnail-container .ttproducthover > div,
.product_style4 .products .thumbnail-container .ttproducthover > div,
.product_style4 .featured-products .thumbnail-container .ttproducthover>div,
.product_style4 .ttfeatured-products .thumbnail-container .ttproducthover>div,
.product_style4 .product-accessories .thumbnail-container .ttproducthover>div,
.product_style4 .ttbestseller-products .thumbnail-container .ttproducthover>div,
.product_style4 .ttnew-products .thumbnail-container .ttproducthover>div,
.product_style4 .ttspecial-products .thumbnail-container .ttproducthover>div,
.product_style4 .crossselling-product .thumbnail-container .ttproducthover>div,
.product_style4 .category-products .thumbnail-container .ttproducthover>div,
.product_style4 .view-product .thumbnail-container .ttproducthover>div {
	margin: 0;
}
.product_style4 #products .thumbnail-container:hover .ttproducthover,
.product_style4 .products .thumbnail-container:hover .ttproducthover,
.product_style4 .featured-products .thumbnail-container:hover .ttproducthover,
.product_style4 .ttfeatured-products .thumbnail-container:hover .ttproducthover,
.product_style4 .product-accessories .thumbnail-container:hover .ttproducthover,
.product_style4 .ttbestseller-products .thumbnail-container:hover .ttproducthover,
.product_style4 .ttnew-products .thumbnail-container:hover .ttproducthover,
.product_style4 .ttspecial-products .thumbnail-container:hover .ttproducthover,
.product_style4 .crossselling-product .thumbnail-container:hover .ttproducthover,
.product_style4 .category-products .thumbnail-container:hover .ttproducthover,
.product_style4 .view-product .thumbnail-container:hover .ttproducthover {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.product_style4 #products .product-list .thumbnail-container .ttproducthover {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	visibility: visible;
	background: none;
	position: static;
	text-align: left;
	box-shadow: none;
	padding: 0;
}

@media (max-width: 767px) {
.product_style2 #products .product-sort .thumbnail-container .ttproducthover,
.product_style1 #products .product-sort .thumbnail-container .ttproducthover,
.product_style3 #products .product-sort .thumbnail-container .ttproducthover {
	display: block;
	float: right;
	position: static;
	width: 50%;
	text-align: center;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	background: none;
	transform: none;
}
	.product_style1 #products .thumbnail-container .ttproducthover,
	.product_style1 .products .thumbnail-container .ttproducthover,
	.product_style1 .featured-products .thumbnail-container .ttproducthover,
	.product_style1 .ttfeatured-products .thumbnail-container .ttproducthover,
	.product_style1 .product-accessories .thumbnail-container .ttproducthover,
	.product_style1 .ttbestseller-products .thumbnail-container .ttproducthover,
	.product_style1 .ttnew-products .thumbnail-container .ttproducthover,
	.product_style1 .ttspecial-products .thumbnail-container .ttproducthover,
	.product_style1 .crossselling-product .thumbnail-container .ttproducthover,
	.product_style1 .category-products .thumbnail-container .ttproducthover,
	.product_style1 .view-product .thumbnail-container .ttproducthover,
	.product_style1 #ttcategorytabs .products .thumbnail-container .ttproducthover {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		bottom: 15px;
	}
	.product_style2 #products .thumbnail-container .ttproducthover,
	.product_style2 .products .thumbnail-container .ttproducthover,
	.product_style2 .featured-products .thumbnail-container .ttproducthover,
	.product_style2 .ttfeatured-products .thumbnail-container .ttproducthover,
	.product_style2 .product-accessories .thumbnail-container .ttproducthover,
	.product_style2 .ttbestseller-products .thumbnail-container .ttproducthover,
	.product_style2 .ttnew-products .thumbnail-container .ttproducthover,
	.product_style2 .ttspecial-products .thumbnail-container .ttproducthover,
	.product_style2 .crossselling-product .thumbnail-container .ttproducthover,
	.product_style2 .category-products .thumbnail-container .ttproducthover,
	.product_style2 .view-product .thumbnail-container .ttproducthover {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		bottom: 15px;
	}
	.product_style2 #products .thumbnail-container .ttproducthover>div,
	.product_style2 .products .thumbnail-container .ttproducthover>div,
	.product_style2 .featured-products .thumbnail-container .ttproducthover>div,
	.product_style2 .ttfeatured-products .thumbnail-container .ttproducthover>div,
	.product_style2 .product-accessories .thumbnail-container .ttproducthover>div,
	.product_style2 .ttbestseller-products .thumbnail-container .ttproducthover>div,
	.product_style2 .ttnew-products .thumbnail-container .ttproducthover>div,
	.product_style2 .ttspecial-products .thumbnail-container .ttproducthover>div,
	.product_style2 .crossselling-product .thumbnail-container .ttproducthover>div,
	.product_style2 .category-products .thumbnail-container .ttproducthover>div,
	.product_style2 .view-product .thumbnail-container .ttproducthover>div {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}
	.product_style3 #products .thumbnail-container .ttproducthover,
	.product_style3 .products .thumbnail-container .ttproducthover,
	.product_style3 .featured-products .thumbnail-container .ttproducthover,
	.product_style3 .ttfeatured-products .thumbnail-container .ttproducthover,
	.product_style3 .product-accessories .thumbnail-container .ttproducthover,
	.product_style3 .ttbestseller-products .thumbnail-container .ttproducthover,
	.product_style3 .ttnew-products .thumbnail-container .ttproducthover,
	.product_style3 .ttspecial-products .thumbnail-container .ttproducthover,
	.product_style3 .crossselling-product .thumbnail-container .ttproducthover,
	.product_style3 .category-products .thumbnail-container .ttproducthover,
	.product_style3 .view-product .thumbnail-container .ttproducthover {
		opacity: 1;
	}
	.product_style3 #products .thumbnail-container .ttproducthover>div,
	.product_style3 .products .thumbnail-container .ttproducthover>div,
	.product_style3 .featured-products .thumbnail-container .ttproducthover>div,
	.product_style3 .ttfeatured-products .thumbnail-container .ttproducthover>div,
	.product_style3 .product-accessories .thumbnail-container .ttproducthover>div,
	.product_style3 .ttbestseller-products .thumbnail-container .ttproducthover>div,
	.product_style3 .ttnew-products .thumbnail-container .ttproducthover>div,
	.product_style3 .ttspecial-products .thumbnail-container .ttproducthover>div,
	.product_style3 .crossselling-product .thumbnail-container .ttproducthover>div,
	.product_style3 .category-products .thumbnail-container .ttproducthover>div,
	.product_style3 .view-product .thumbnail-container .ttproducthover>div {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
	.product_style4 #products .thumbnail-container .ttproducthover,
	.product_style4 .products .thumbnail-container .ttproducthover,
	.product_style4 .featured-products .thumbnail-container .ttproducthover,
	.product_style4 .ttfeatured-products .thumbnail-container .ttproducthover,
	.product_style4 .product-accessories .thumbnail-container .ttproducthover,
	.product_style4 .ttbestseller-products .thumbnail-container .ttproducthover,
	.product_style4 .ttnew-products .thumbnail-container .ttproducthover,
	.product_style4 .ttspecial-products .thumbnail-container .ttproducthover,
	.product_style4 .crossselling-product .thumbnail-container .ttproducthover,
	.product_style4 .category-products .thumbnail-container .ttproducthover,
	.product_style4 .view-product .thumbnail-container .ttproducthover {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		visibility: visible;
	}
}
@media (max-width: 621px) {
.product_style2 #products .product-sort .thumbnail-container .ttproducthover, .product_style1 #products .product-sort .thumbnail-container .ttproducthover, .product_style3 #products .product-sort .thumbnail-container .ttproducthover {
	display: block;
	float: right;
	position: static;
	width: 30%;
	text-align: center;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	background: none;
	transform: none;
}
}
/*----------------------------------- End -------------------------*/

/*----------------------Start of product_style5------------*/


.product_style5 #products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .featured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .ttfeatured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .product-accessories .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .ttbestseller-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .ttnew-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .ttspecial-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .crossselling-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .category-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .view-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: auto;
	transform: translateY(80px);
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-o-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	margin: auto;
	height: 40px;
	visibility: hidden;
}
.product_style5 #products .thumbnail-container:hover .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .products .thumbnail-container:hover .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .featured-products .thumbnail-container:hover .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .ttfeatured-products .thumbnail-container:hover .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .product-accessories .thumbnail-container:hover .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .ttbestseller-products .thumbnail-container:hover .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .ttnew-products .thumbnail-container:hover .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .ttspecial-products .thumbnail-container:hover .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .crossselling-product .thumbnail-container:hover .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .category-products .thumbnail-container:hover .ttproduct-image .ttproducthover .tt-button-container, 
.product_style5 .view-product .thumbnail-container:hover .ttproduct-image .ttproducthover .tt-button-container {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	visibility: visible;
}
.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 {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	height: 40px !important;
	line-height: 18px;
	width: 100% !important;
	box-shadow: none;
}
.product_style5 #products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn:hover, 
.product_style5 .products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn:hover, 
.product_style5 .featured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn:hover, 
.product_style5 .ttfeatured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn:hover, 
.product_style5 .product-accessories .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn:hover, 
.product_style5 .ttbestseller-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn:hover, 
.product_style5 .ttnew-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn:hover, 
.product_style5 .ttspecial-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn:hover, 
.product_style5 .crossselling-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn:hover, 
.product_style5 .category-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn:hover, 
.product_style5 .view-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn:hover {
	background-color:#fed604;
}
.product_style5 #products .thumbnail-container .ttproducthover .tt-button-container span, 
.product_style5 .products .thumbnail-container .ttproducthover .tt-button-container span, 
.product_style5 .featured-products .thumbnail-container .ttproducthover .tt-button-container span, 
.product_style5 .ttfeatured-products .thumbnail-container .ttproducthover .tt-button-container span, 
.product_style5 .product-accessories .thumbnail-container .ttproducthover .tt-button-container span, 
.product_style5 .ttbestseller-products .thumbnail-container .ttproducthover .tt-button-container span, 
.product_style5 .ttnew-products .thumbnail-container .ttproducthover .tt-button-container span, 
.product_style5 .ttspecial-products .thumbnail-container .ttproducthover .tt-button-container span, 
.product_style5 .crossselling-product .thumbnail-container .ttproducthover .tt-button-container span, 
.product_style5 .category-products .thumbnail-container .ttproducthover .tt-button-container span, 
.product_style5 .view-product .thumbnail-container .ttproducthover .tt-button-container span {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
}
.product_style5 #products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover, 
.product_style5 .products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover, 
.product_style5 .featured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover, 
.product_style5 .ttfeatured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover, 
.product_style5 .product-accessories .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover, 
.product_style5 .ttbestseller-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover, 
.product_style5 .ttnew-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover, 
.product_style5 .ttspecial-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover, 
.product_style5 .crossselling-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover, 
.product_style5 .category-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover, 
.product_style5 .view-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover {
	background: #222 none repeat scroll 0 0;
}
#products .product-list .thumbnail-container .ttproducthover .tt-button-container .btn, 
.products .product-list .thumbnail-container .ttproducthover .tt-button-container .btn, 
.featured-products .product-list .thumbnail-container .ttproducthover .tt-button-container .btn, 
.ttfeatured-products .product-list .thumbnail-container .ttproducthover .tt-button-container .btn, 
.product-accessories .product-list .thumbnail-container .ttproducthover .tt-button-container .btn, 
.ttbestseller-products .product-list .thumbnail-container .ttproducthover .tt-button-container .btn, 
.ttnew-products .product-list .thumbnail-container .ttproducthover .tt-button-container .btn, 
.ttspecial-products .product-list .thumbnail-container .ttproducthover .tt-button-container .btn, 
.crossselling-product .product-list .thumbnail-container .ttproducthover .tt-button-container .btn, 
.category-products .product-list .thumbnail-container .ttproducthover .tt-button-container .btn, 
.view-product .product-list .thumbnail-container .ttproducthover .tt-button-container .btn {
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	vertical-align:top;
	transition: all 400ms ease-in-out;
}
.product_style5 #products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover span, 
.product_style5 .products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover span, 
.product_style5 .featured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover span, 
.product_style5 .ttfeatured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover span, 
.product_style5 .product-accessories .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover span, 
.product_style5 .ttbestseller-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover span, 
.product_style5 .ttnew-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover span, 
.product_style5 .ttspecial-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover span, 
.product_style5 .crossselling-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover span, 
.product_style5 .category-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover span, 
.product_style5 .view-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable:hover span {
	color:#fff;
}
.product_style5 #products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, 
.product_style5 .products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, 
.product_style5 .featured-products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, 
.product_style5 .product-accessories .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, 
.product_style5 .ttfeatured-products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, 
.product_style5 .crossselling-product .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, 
.product_style5 .ttbestseller-products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i,
.product_style5 .ttnew-products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, 
.product_style5 .ttspecial-products .thumbnail-container .ttproducthover div.tt-button-container .btna.ajax_add_to_cart_button i, 
.product_style5 .category-products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, 
.product_style5 .view-product .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i {
	display: none;
}
#products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, .products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, .featured-products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, .product-accessories .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, .ttfeatured-products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, .crossselling-product .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, .ttbestseller-products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, .ttnew-products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, .ttspecial-products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btna.ajax_add_to_cart_button i, .product_style5 .product-list .category-products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, .view-product .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i {
	line-height: 18px;
	height: 22px;
	width: 22px;
}

#products .product-sort .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button .loading{
width: 26px;
}

#products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button .loading{
width: 26px;
}
.product_style5 #products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button::before, 
.product_style5 .products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button::before, 
.product_style5 .featured-products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button::before, 
.product_style5 .product-accessories .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button::before, 
.product_style5 .ttfeatured-products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button::before, 
.product_style5 .crossselling-product .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button::before, 
.product_style5 .ttbestseller-products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button::before,
.product_style5 .ttnew-products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button::before, 
.product_style5 .ttspecial-products .thumbnail-container .ttproducthover div.tt-button-container .btna.ajax_add_to_cart_button::before, 
.product_style5 .category-products .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button::before, 
.product_style5 .view-product .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button::before {
	display: none !important;
}
.product_style5 #products .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart.btn-default span::before, 
.product_style5 .products .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart.btn-default span::before, 
.product_style5 .featured-products .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart.btn-default span::before, 
.product_style5 .ttfeatured-products .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart.btn-default span::before, 
.product_style5 .product-accessories .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart.btn-default span::before, 
.product_style5 .ttbestseller-products .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart.btn-default span::before, 
.product_style5 .ttnew-products .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart.btn-default span::before, 
.product_style5 .ttspecial-products .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart.btn-default span::before, 
.product_style5 .crossselling-product .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart.btn-default span::before, 
.product_style5 .category-products .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart.btn-default span::before, 
.product_style5 .view-product .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart.btn-default span::before {
	content: "+";
	margin: 0 5px;
}

.product_style5 #products .thumbnail-container .ttproducthover .tt-button-container .btn:hover span, 
.product_style5 .products .thumbnail-container .ttproducthover .tt-button-container .btn:hover span, 
.product_style5 .featured-products .thumbnail-container ttproducthover .tt-button-container .btn:hover span, 
.product_style5 .ttfeatured-products .thumbnail-container .ttproducthover .tt-button-container .btn:hover span, 
.product_style5 .product-accessories .thumbnail-container .ttproducthover .tt-button-container .btn:hover span, 
.product_style5 .ttbestseller-products .thumbnail-container .ttproducthover .tt-button-container .btn:hover span, 
.product_style5 .ttnew-products .thumbnail-container .ttproducthover .tt-button-container .btn:hover span, 
.product_style5 .ttspecial-products .thumbnail-container .ttproducthover .tt-button-container .btn:hover span, 
.product_style5 .crossselling-product .thumbnail-container .ttproducthover .tt-button-container .btn:hover span, 
.product_style5 .category-products .thumbnail-container .ttproducthover .tt-button-container .btn:hover span, 
.product_style5 .view-product .thumbnail-container .ttproducthover .tt-button-container .btn:hover span {
	color:#111;
}
#products .product-list .thumbnail-container .ttproducthover .tt-button-container:hover .btn, 
.products .product-list .thumbnail-container .ttproducthover .tt-button-container:hover .btn, 
.featured-products .product-list .thumbnail-container ttproducthover .tt-button-container:hover .btn, 
.ttfeatured-products .product-list .thumbnail-container .ttproducthover .tt-button-container:hover .btn, 
.product-accessories .product-list .thumbnail-container .ttproducthover .tt-button-container:hover .btn, 
.ttbestseller-products .product-list .thumbnail-container .ttproducthover .tt-button-container:hover .btn, 
.ttnew-products .product-list .thumbnail-container .ttproducthover .tt-button-container:hover .btn, 
.ttspecial-products .product-list .thumbnail-container .ttproducthover .tt-button-container:hover .btn, 
.crossselling-product .product-list .thumbnail-container .ttproducthover .tt-button-container:hover .btn, 
.category-products .product-list .thumbnail-container .ttproducthover .tt-button-container:hover .btn, 
.view-product .product-list .thumbnail-container .ttproducthover .tt-button-container:hover .btn,
#products .product-list .thumbnail-container .ttproducthover .tt-button-container:active .btn, 
.products .product-list .thumbnail-container .ttproducthover .tt-button-container:active .btn, 
.featured-products .product-list .thumbnail-container ttproducthover .tt-button-container:active .btn, 
.ttfeatured-products .product-list .thumbnail-container .ttproducthover .tt-button-container:active .btn, 
.product-accessories .product-list .thumbnail-container .ttproducthover .tt-button-container:active .btn, 
.ttbestseller-products .product-list .thumbnail-container .ttproducthover .tt-button-container:active .btn, 
.ttnew-products .product-list .thumbnail-container .ttproducthover .tt-button-container:active .btn, 
.ttspecial-products .product-list .thumbnail-container .ttproducthover .tt-button-container:active .btn, 
.crossselling-product .product-list .thumbnail-container .ttproducthover .tt-button-container:active .btn, 
.category-products .product-list .thumbnail-container .ttproducthover .tt-button-container:active .btn, 
.view-product .product-list .thumbnail-container .ttproducthover .tt-button-container:active .btn,
#products .product-list .thumbnail-container .ttproducthover .tt-button-container:focus .btn, 
.products .product-list .thumbnail-container .ttproducthover .tt-button-container:focus .btn, 
.featured-products .product-list .thumbnail-container ttproducthover .tt-button-container:focus .btn, 
.ttfeatured-products .product-list .thumbnail-container .ttproducthover .tt-button-container:focus .btn, 
.product-accessories .product-list .thumbnail-container .ttproducthover .tt-button-container:focus .btn, 
.ttbestseller-products .product-list .thumbnail-container .ttproducthover .tt-button-container:focus .btn, 
.ttnew-products .product-list .thumbnail-container .ttproducthover .tt-button-container:focus .btn, 
.ttspecial-products .product-list .thumbnail-container .ttproducthover .tt-button-container:focus .btn, 
.crossselling-product .product-list .thumbnail-container .ttproducthover .tt-button-container:focus .btn, 
.category-products .product-list .thumbnail-container .ttproducthover .tt-button-container:focus .btn, 
.view-product .product-list .thumbnail-container .ttproducthover .tt-button-container:focus .btn {
	color:#111;
}
#products .product-list .thumbnail-container .ttproducthover .tt-button-container:hover .btn[disabled],
#products .product-list .thumbnail-container .ttproducthover .tt-button-container:active .btn[disabled],
#products .product-list .thumbnail-container .ttproducthover .tt-button-container:focus .btn[disabled]{
	color:#fff;	
}
.product_style5 #products .thumbnail-container .ttproducthover .tt-button-container .btn.add-to-cart-disable:hover span, 
.product_style5 .products .thumbnail-container .ttproducthover .tt-button-container .btn.add-to-cart-disable:hover span, 
.product_style5 .featured-products .thumbnail-container ttproducthover .tt-button-container .btn.add-to-cart-disable:hover span, 
.product_style5 .ttfeatured-products .thumbnail-container .ttproducthover .tt-button-container .btn.add-to-cart-disable:hover span, 
.product_style5 .product-accessories .thumbnail-container .ttproducthover .tt-button-container .btn.add-to-cart-disable:hover span, 
.product_style5 .ttbestseller-products .thumbnail-container .ttproducthover .tt-button-container .btn.add-to-cart-disable:hover span, 
.product_style5 .ttnew-products .thumbnail-container .ttproducthover .tt-button-container .btn.add-to-cart-disable:hover span, 
.product_style5 .ttspecial-products .thumbnail-container .ttproducthover .tt-button-container .btn.add-to-cart-disable:hover span, 
.product_style5 .crossselling-product .thumbnail-container .ttproducthover .tt-button-container .btn.add-to-cart-disable:hover span, 
.product_style5 .category-products .thumbnail-container .ttproducthover .tt-button-container .btn.add-to-cart-disable:hover span, 
.product_style5 .view-product .thumbnail-container .ttproducthover .tt-button-container .btn.add-to-cart-disable:hover span {
	color:#fff;
}
.product_style5 #products .thumbnail-container .ttproducthover div.tt-button-container .product-add-to-cart, 
.product_style5 .products .thumbnail-container .ttproducthover div.tt-button-container .product-add-to-cart, 
.product_style5 .featured-products .thumbnail-container .ttproducthover div.tt-button-container .product-add-to-cart, 
.product_style5 .ttfeatured-products .thumbnail-container .ttproducthover div.tt-button-container .product-add-to-cart, 
.product_style5 .product-accessories .thumbnail-container .ttproducthover div.tt-button-container .product-add-to-cart, 
.product_style5 .ttbestseller-products .thumbnail-container .ttproducthover div.tt-button-container .product-add-to-cart, 
.product_style5 .ttnew-products .thumbnail-container .ttproducthover div.tt-button-container .product-add-to-cart, 
.product_style5 .ttspecial-products .thumbnail-container .ttproducthover div.tt-button-container .product-add-to-cart, 
.product_style5 .crossselling-product .thumbnail-container .ttproducthover div.tt-button-container .product-add-to-cart, 
.product_style5 .category-products .thumbnail-container .ttproducthover div.tt-button-container .product-add-to-cart, 
.product_style5 .view-product .thumbnail-container .ttproducthover div.tt-button-container .product-add-to-cart {
	width: 100%;
}
#products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button {
	padding: 6px 12px;
	width: auto;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	font-size:13px;
}
#products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable {
	padding: 8px 15px;
	background:#222;
	opacity: 0.6;
}
.product_style5 #products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button, 
.product_style5 .products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button, 
.product_style5 .featured-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button, 
.product_style5 .ttfeatured-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button, 
.product_style5 .product-accessories .product-grid .thumbnail-container .ttproducthover div.ttproduct-button, 
.product_style5 .ttbestseller-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button, 
.product_style5 .ttnew-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button, 
.product_style5 .ttspecial-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button, 
.product_style5 .crossselling-product .product-grid .thumbnail-container .ttproducthover div.ttproduct-button, 
.product_style5 .category-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button, 
.product_style5 .view-product .product-grid .thumbnail-container .ttproducthover div.ttproduct-button {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 42px;
	z-index: 1;
}
.product_style5 #products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
.product_style5 .products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
.product_style5 .featured-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
.product_style5 .ttfeatured-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
.product_style5 .product-accessories .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
.product_style5 .ttbestseller-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
.product_style5 .ttnew-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
.product_style5 .ttspecial-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
.product_style5 .crossselling-product .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
.product_style5 .category-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
.product_style5 .view-product .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div {
	display: block;
	margin: 0 0 10px;
	position: relative;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	float: left;
	width: 100%;
}
.product_style5 #products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .featured-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .ttfeatured-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .product-accessories .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .ttbestseller-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .ttnew-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .ttspecial-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .crossselling-product .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .category-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .view-product .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.wishlist {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
.product_style5 #products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .featured-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .ttfeatured-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .product-accessories .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .ttbestseller-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .ttnew-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .ttspecial-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .crossselling-product .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .category-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.wishlist, 
.product_style5 .view-product .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.wishlist {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.product_style5 #products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .featured-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .ttfeatured-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .product-accessories .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .ttbestseller-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .ttnew-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .ttspecial-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .crossselling-product .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .category-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .view-product .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.compare {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
.product_style5 #products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .featured-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .ttfeatured-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .product-accessories .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .ttbestseller-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .ttnew-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .ttspecial-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .crossselling-product .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .category-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.compare, 
.product_style5 .view-product .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.compare {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
}
.product_style5 #products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .featured-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .ttfeatured-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .product-accessories .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .ttbestseller-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .ttnew-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .ttspecial-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .crossselling-product .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .category-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .view-product .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div.quick-view-block {
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
.product_style5 #products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .featured-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .ttfeatured-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .product-accessories .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .ttbestseller-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.quick-view-block,
.product_style5 .ttnew-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .ttspecial-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .crossselling-product .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.quick-view-block,
.product_style5 .category-products .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.quick-view-block, 
.product_style5 .view-product .product-grid .thumbnail-container:hover .ttproducthover div.ttproduct-button div.quick-view-block {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
}
#products .product-list .thumbnail-container .ttproducthover .ttproduct-button div,
.products .product-list .thumbnail-container .ttproducthover .ttproduct-button div, 
.featured-products .product-list .thumbnail-container .ttproducthover .ttproduct-button div, 
.ttfeatured-products .product-list .thumbnail-container .ttproducthover .ttproduct-button div, 
.product-accessories .product-list .thumbnail-container .ttproducthover .ttproduct-button div, 
.ttbestseller-products .product-list .thumbnail-container .ttproducthover .ttproduct-button div, 
.ttnew-products .product-list .thumbnail-container .ttproducthover .ttproduct-button div, 
.ttspecial-products .product-list .thumbnail-container .ttproducthover .ttproduct-button div, 
.crossselling-product .product-list .thumbnail-container .ttproducthover .ttproduct-button div, 
.category-products .product-list .thumbnail-container .ttproducthover .ttproduct-button div, 
.view-product .product-list .thumbnail-container .ttproducthover .ttproduct-button div {
	margin: 0 5px 0 0;
}
#products .product-list .thumbnail-container .ttproducthover .ttproduct-button div:last-child,
.products .product-list .thumbnail-container .ttproducthover .ttproduct-button div:last-child, 
.featured-products .product-list .thumbnail-container .ttproducthover .ttproduct-button div:last-child, 
.ttfeatured-products .product-list .thumbnail-container .ttproducthover .ttproduct-button div:last-child, 
.product-accessories .product-list .thumbnail-container .ttproducthover .ttproduct-button div:last-child, 
.ttbestseller-products .product-list .thumbnail-container .ttproducthover .ttproduct-button div:last-child, 
.ttnew-products .product-list .thumbnail-container .ttproducthover .ttproduct-button div:last-child, 
.ttspecial-products .product-list .thumbnail-container .ttproducthover .ttproduct-button div:last-child, 
.crossselling-product .product-list .thumbnail-container .ttproducthover .ttproduct-button div:last-child, 
.category-products .product-list .thumbnail-container .ttproducthover .ttproduct-button div:last-child, 
.view-product .product-list .thumbnail-container .ttproducthover .ttproduct-button div:last-child {
	margin: 0;
}
.product_style5 #products .product-miniature .product-flags .new.on-sale, 
.product_style5 #products .product-miniature .online-only.on-sale, 
.product_style5 #products .product-miniature .on-sale.on-sale, 
.product_style5 #products .product-miniature .discount-percentage.on-sale, 
.product_style5 .products .product-miniature .product-flags .new.on-sale, 
.product_style5 .products .product-miniature .online-only.on-sale, 
.product_style5 .products .product-miniature .on-sale.on-sale, 
.product_style5 .products .product-miniature .discount-percentage.on-sale, 
.product_style5 .featured-products .product-miniature .product-flags .new.on-sale, 
.product_style5 .featured-products .product-miniature .online-only.on-sale, 
.product_style5 .featured-products .product-miniature .on-sale.on-sale, 
.product_style5 .featured-products .product-miniature .discount-percentage.on-sale, 
.product_style5 .view-product .product-miniature .product-flags .new.on-sale, 
.product_style5 .view-product .product-miniature .online-only.on-sale, 
.product_style5 .view-product .product-miniature .on-sale.on-sale, 
.product_style5 .view-product .product-miniature .discount-percentage.on-sale, 
.product_style5 .crossselling-product .product-miniature .product-flags .new.on-sale, 
.product_style5 .crossselling-product .product-miniature .online-only.on-sale, 
.product_style5 .crossselling-product .product-miniature .on-sale.on-sale, 
.product_style5 .crossselling-product .product-miniature .discount-percentage.on-sale, 
.product_style5 .category-products .product-miniature .product-flags .new.on-sale, 
.product_style5 .category-products .product-miniature .online-only.on-sale, 
.product_style5 .category-products .product-miniature .on-sale.on-sale, 
.product_style5 .category-products .product-miniature .discount-percentage.on-sale, 
.product_style5 .ttbestseller-products .product-miniature .product-flags .new.on-sale, 
.product_style5 .ttbestseller-products .product-miniature .online-only.on-sale, 
.product_style5 .ttbestseller-products .product-miniature .on-sale.on-sale, 
.product_style5 .ttbestseller-products .product-miniature .discount-percentage.on-sale, 
.product_style5 .ttnew-products .product-miniature .product-flags .new.on-sale, 
.product_style5 .ttnew-products .product-miniature .online-only.on-sale, 
.product_style5 .ttnew-products .product-miniature .on-sale.on-sale, 
.product_style5 .ttnew-products .product-miniature .discount-percentage.on-sale, 
.product_style5 .ttspecial-products .product-miniature .product-flags .new.on-sale, 
.product_style5 .ttspecial-products .product-miniature .online-only.on-sale, 
.product_style5 .ttspecial-products .product-miniature .on-sale.on-sale, 
.product_style5 .ttspecial-products .product-miniature .discount-percentage.on-sale, 
.product_style5 .product-accessories .product-miniature .product-flags .new.on-sale, 
.product_style5 .product-accessories .product-miniature .online-only.on-sale, 
.product_style5 .product-accessories .product-miniature .on-sale.on-sale, 
.product_style5 .product-accessories .product-miniature .discount-percentage.on-sale, 
.product_style5 .ttfeatured-products .product-miniature .product-flags .new.on-sale, 
.product_style5 .ttfeatured-products .product-miniature .online-only.on-sale, 
.product_style5 .ttfeatured-products .product-miniature .on-sale.on-sale, 
.product_style5 .ttfeatured-products .product-miniature .discount-percentage.on-sale {
	left: 5px;
	top: 56px !important;
	right:auto !important;
}
.product_style5 .product-miniature .thumbnail-container .product-flags .new {
	left:5px;
}
.product_style5 .product-miniature .thumbnail-container .product-flags .pack {
	left:5px;
}
.product_style5 .product-miniature .thumbnail-container:hover .product-flags .pack {
	left:20px;
}
.product_style5 #products .product-miniature .thumbnail-container:hover .product-flags .new.on-sale, 
.product_style5 #products .product-miniature .thumbnail-container:hover .online-only.on-sale, 
.product_style5 #products .product-miniature .thumbnail-container:hover .on-sale.on-sale, 
.product_style5 #products .product-miniature .thumbnail-container:hover .discount-percentage.on-sale, 
.product_style5 .products .product-miniature .thumbnail-container:hover .product-flags .new.on-sale, 
.product_style5 .products .product-miniature .thumbnail-container:hover .online-only.on-sale, 
.product_style5 .products .product-miniature .thumbnail-container:hover .on-sale.on-sale, 
.product_style5 .products .product-miniature .thumbnail-container:hover .discount-percentage.on-sale, 
.product_style5 .featured-products .product-miniature .thumbnail-container:hover .product-flags .new.on-sale, 
.product_style5 .featured-products .product-miniature .thumbnail-container:hover .online-only.on-sale, 
.product_style5 .featured-products .product-miniature .thumbnail-container:hover .on-sale.on-sale, 
.product_style5 .featured-products .product-miniature .thumbnail-container:hover .discount-percentage.on-sale, 
.product_style5 .view-product .product-miniature .thumbnail-container:hover .product-flags .new.on-sale, 
.product_style5 .view-product .product-miniature .thumbnail-container:hover .online-only.on-sale, 
.product_style5 .view-product .product-miniature .thumbnail-container:hover .on-sale.on-sale, 
.product_style5 .view-product .product-miniature .thumbnail-container:hover .discount-percentage.on-sale, 
.product_style5 .crossselling-product .product-miniature .thumbnail-container:hover .product-flags .new.on-sale, 
.product_style5 .crossselling-product .product-miniature .thumbnail-container:hover .online-only.on-sale, 
.product_style5 .crossselling-product .product-miniature .thumbnail-container:hover .on-sale.on-sale, 
.product_style5 .crossselling-product .product-miniature .thumbnail-container:hover .discount-percentage.on-sale, 
.product_style5 .category-products .product-miniature .thumbnail-container:hover .product-flags .new.on-sale, 
.product_style5 .category-products .product-miniature .thumbnail-container:hover .online-only.on-sale, 
.product_style5 .category-products .product-miniature .thumbnail-container:hover .on-sale.on-sale, 
.product_style5 .category-products .product-miniature .thumbnail-container:hover .discount-percentage.on-sale, 
.product_style5 .ttbestseller-products .product-miniature .thumbnail-container:hover .product-flags .new.on-sale, 
.product_style5 .ttbestseller-products .product-miniature .thumbnail-container:hover .online-only.on-sale, 
.product_style5 .ttbestseller-products .product-miniature .thumbnail-container:hover .on-sale.on-sale, 
.product_style5 .ttbestseller-products .product-miniature .thumbnail-container:hover .discount-percentage.on-sale, 
.product_style5 .ttnew-products .product-miniature .thumbnail-container:hover .product-flags .new.on-sale, 
.product_style5 .ttnew-products .product-miniature .thumbnail-container:hover .online-only.on-sale, 
.product_style5 .ttnew-products .product-miniature .thumbnail-container:hover.on-sale.on-sale, 
.product_style5 .ttnew-products .product-miniature .thumbnail-container:hover .discount-percentage.on-sale, 
.product_style5 .ttspecial-products .product-miniature .thumbnail-container:hover .product-flags .new.on-sale, 
.product_style5 .ttspecial-products .product-miniature .thumbnail-container:hover .online-only.on-sale, 
.product_style5 .ttspecial-products .product-miniature .thumbnail-container:hover .on-sale.on-sale, 
.product_style5 .ttspecial-products .product-miniature .thumbnail-container:hover .discount-percentage.on-sale, 
.product_style5 .product-accessories .product-miniature .thumbnail-container:hover .product-flags .new.on-sale, 
.product_style5 .product-accessories .product-miniature .thumbnail-container:hover .online-only.on-sale, 
.product_style5 .product-accessories .product-miniature .thumbnail-container:hover .on-sale.on-sale, 
.product_style5 .product-accessories .product-miniature .thumbnail-container:hover .discount-percentage.on-sale, 
.product_style5 .ttfeatured-products .product-miniature .thumbnail-container:hover .product-flags .new.on-sale, 
.product_style5 .ttfeatured-products .product-miniature .thumbnail-container:hover .online-only.on-sale, 
.product_style5 .ttfeatured-products .product-miniature .thumbnail-container:hover .on-sale.on-sale, 
.product_style5 .ttfeatured-products .product-miniature .thumbnail-container:hover .discount-percentage.on-sale {
	left: 20px;
}
.product_style5 #products .product-miniature .product-flags .new.online-only, 
.product_style5 #products .product-miniature .online-only.online-only,
.product_style5 #products .product-miniature .on-sale.online-only, 
.product_style5 #products .product-miniature .discount-percentage.online-only, 
.product_style5 .products .product-miniature .product-flags .new.online-only, 
.product_style5 .products .product-miniature .online-only.online-only, 
.product_style5 .products .product-miniature .on-sale.online-only, 
.product_style5 .products .product-miniature .discount-percentage.online-only, 
.product_style5 .featured-products .product-miniature .product-flags .new.online-only, 
.product_style5 .featured-products .product-miniature .online-only.online-only, 
.product_style5 .featured-products .product-miniature .on-sale.online-only, 
.product_style5 .featured-products .product-miniature .discount-percentage.online-only, 
.product_style5 .view-product .product-miniature .product-flags .new.online-only, 
.product_style5 .view-product .product-miniature .online-only.online-only, 
.product_style5 .view-product .product-miniature .on-sale.online-only, 
.product_style5 .view-product .product-miniature .discount-percentage.online-only, 
.product_style5 .crossselling-product .product-miniature .product-flags .new.online-only, 
.product_style5 .crossselling-product .product-miniature .online-only.online-only, 
.product_style5 .crossselling-product .product-miniature .on-sale.online-only, 
.product_style5 .crossselling-product .product-miniature .discount-percentage.online-only, 
.product_style5 .category-products .product-miniature .product-flags .new.online-only, 
.product_style5 .category-products .product-miniature .online-only.online-only, 
.product_style5 .category-products .product-miniature .on-sale.online-only, 
.product_style5 .category-products .product-miniature .discount-percentage.online-only, 
.product_style5 .product-accessories .product-miniature .product-flags .new.online-only, 
.product_style5 .product-accessories .product-miniature .online-only.online-only, 
.product_style5 .product-accessories .product-miniature .on-sale.online-only, 
.product_style5 .product-accessories .product-miniature .discount-percentage.online-only, 
.product_style5 .ttbestseller-products .product-miniature .product-flags .new.online-only, 
.product_style5 .ttbestseller-products .product-miniature .online-only.online-only, 
.product_style5 .ttbestseller-products .product-miniature .on-sale.online-only, 
.product_style5 .ttbestseller-products .product-miniature .discount-percentage.online-only, 
.product_style5 .ttnew-products .product-miniature .product-flags .new.online-only, 
.product_style5 .ttnew-products .product-miniature .online-only.online-only, 
.product_style5 .ttnew-products .product-miniature .on-sale.online-only, 
.product_style5 .ttnew-products .product-miniature .discount-percentage.online-only, 
.product_style5 .ttspecial-products .product-miniature .product-flags .new.online-only, 
.product_style5 .ttspecial-products .product-miniature .online-only.online-only, 
.product_style5 .ttspecial-products .product-miniature .on-sale.online-only, 
.product_style5 .ttspecial-products .product-miniature .discount-percentage.online-only, 
.product_style5 .ttfeatured-products .product-miniature .product-flags .new.online-only, 
.product_style5 .ttfeatured-products .product-miniature .online-only.online-only, 
.product_style5 .ttfeatured-products .product-miniature .on-sale.online-only, 
.product_style5 .ttfeatured-products .product-miniature .discount-percentage.online-only {
	left: 10px;
	right: auto !important;
	top: 76px !important;
}
.product_style5 #products .product-miniature .product-flags .new.online-only, 
.product_style5 #products .product-miniature .online-only.online-only,
.product_style5 #products .product-miniature .on-sale.online-only, 
.product_style5 #products .product-miniature .discount-percentage.online-only, 
.product_style5 .products .product-miniature .product-flags .new.online-only, 
.product_style5 .products .product-miniature .online-only.online-only, 
.product_style5 .products .product-miniature .on-sale.online-only, 
.product_style5 .products .product-miniature .discount-percentage.online-only, 
.product_style5 .featured-products .product-miniature .product-flags .new.online-only, 
.product_style5 .featured-products .product-miniature .online-only.online-only, 
.product_style5 .featured-products .product-miniature .on-sale.online-only, 
.product_style5 .featured-products .product-miniature .discount-percentage.online-only, 
.product_style5 .view-product .product-miniature .product-flags .new.online-only, 
.product_style5 .view-product .product-miniature .online-only.online-only, 
.product_style5 .view-product .product-miniature .on-sale.online-only, 
.product_style5 .view-product .product-miniature .discount-percentage.online-only, 
.product_style5 .crossselling-product .product-miniature .product-flags .new.online-only, 
.product_style5 .crossselling-product .product-miniature .online-only.online-only, 
.product_style5 .crossselling-product .product-miniature .on-sale.online-only, 
.product_style5 .crossselling-product .product-miniature .discount-percentage.online-only, 
.product_style5 .category-products .product-miniature .product-flags .new.online-only, 
.product_style5 .category-products .product-miniature .online-only.online-only, 
.product_style5 .category-products .product-miniature .on-sale.online-only, 
.product_style5 .category-products .product-miniature .discount-percentage.online-only, 
.product_style5 .product-accessories .product-miniature .product-flags .new.online-only, 
.product_style5 .product-accessories .product-miniature .online-only.online-only, 
.product_style5 .product-accessories .product-miniature .on-sale.online-only, 
.product_style5 .product-accessories .product-miniature .discount-percentage.online-only, 
.product_style5 .ttbestseller-products .product-miniature .product-flags .new.online-only, 
.product_style5 .ttbestseller-products .product-miniature .online-only.online-only, 
.product_style5 .ttbestseller-products .product-miniature .on-sale.online-only, 
.product_style5 .ttbestseller-products .product-miniature .discount-percentage.online-only, 
.product_style5 .ttnew-products .product-miniature .product-flags .new.online-only, 
.product_style5 .ttnew-products .product-miniature .online-only.online-only, 
.product_style5 .ttnew-products .product-miniature .on-sale.online-only, 
.product_style5 .ttnew-products .product-miniature .discount-percentage.online-only, 
.product_style5 .ttspecial-products .product-miniature .product-flags .new.online-only, 
.product_style5 .ttspecial-products .product-miniature .online-only.online-only, 
.product_style5 .ttspecial-products .product-miniature .on-sale.online-only, 
.product_style5 .ttspecial-products .product-miniature .discount-percentage.online-only, 
.product_style5 .ttfeatured-products .product-miniature .product-flags .new.online-only, 
.product_style5 .ttfeatured-products .product-miniature .online-only.online-only, 
.product_style5 .ttfeatured-products .product-miniature .on-sale.online-only, 
.product_style5 .ttfeatured-products .product-miniature .discount-percentage.online-only {
	left: 5px;
	right: auto !important;
	top: 76px !important;
}
.product_style5 #products .product-miniature .thumbnail-container:hover .product-flags .new.online-only, 
.product_style5 #products .product-miniature .thumbnail-container:hover .online-only.online-only,
.product_style5 #products .product-miniature .thumbnail-container:hover .on-sale.online-only, 
.product_style5 #products .product-miniature .thumbnail-container:hover .discount-percentage.online-only, 
.product_style5 .products .product-miniature .thumbnail-container:hover .product-flags .new.online-only, 
.product_style5 .products .product-miniature .thumbnail-container:hover .online-only.online-only, 
.product_style5 .products .product-miniature .thumbnail-container:hover .on-sale.online-only, 
.product_style5 .products .product-miniature .thumbnail-container:hover .discount-percentage.online-only, 
.product_style5 .featured-products .product-miniature .thumbnail-container:hover .product-flags .new.online-only, 
.product_style5 .featured-products .product-miniature .thumbnail-container:hover .online-only.online-only, 
.product_style5 .featured-products .product-miniature .thumbnail-container:hover .on-sale.online-only, 
.product_style5 .featured-products .product-miniature .thumbnail-container:hover .discount-percentage.online-only, 
.product_style5 .view-product .product-miniature .thumbnail-container:hover .product-flags .new.online-only, 
.product_style5 .view-product .product-miniature .thumbnail-container:hover .online-only.online-only, 
.product_style5 .view-product .product-miniature .thumbnail-container:hover .on-sale.online-only, 
.product_style5 .view-product .product-miniature .thumbnail-container:hover .discount-percentage.online-only, 
.product_style5 .crossselling-product .product-miniature .thumbnail-container:hover .product-flags .new.online-only, 
.product_style5 .crossselling-product .product-miniature .thumbnail-container:hover .online-only.online-only, 
.product_style5 .crossselling-product .product-miniature .thumbnail-container:hover .on-sale.online-only, 
.product_style5 .crossselling-product .product-miniature .thumbnail-container:hover .discount-percentage.online-only, 
.product_style5 .category-products .product-miniature .thumbnail-container:hover .product-flags .new.online-only, 
.product_style5 .category-products .product-miniature .thumbnail-container:hover .online-only.online-only, 
.product_style5 .category-products .product-miniature .thumbnail-container:hover .on-sale.online-only, 
.product_style5 .category-products .product-miniature .thumbnail-container:hover .discount-percentage.online-only, 
.product_style5 .product-accessories .product-miniature .thumbnail-container:hover .product-flags .new.online-only, 
.product_style5 .product-accessories .product-miniature .thumbnail-container:hover .online-only.online-only, 
.product_style5 .product-accessories .product-miniature .thumbnail-container:hover .on-sale.online-only, 
.product_style5 .product-accessories .product-miniature .thumbnail-container:hover .discount-percentage.online-only, 
.product_style5 .ttbestseller-products .product-miniature .thumbnail-container:hover .product-flags .new.online-only, 
.product_style5 .ttbestseller-products .product-miniature .thumbnail-container:hover .online-only.online-only, 
.product_style5 .ttbestseller-products .product-miniature .thumbnail-container:hover .on-sale.online-only, 
.product_style5 .ttbestseller-products .product-miniature .thumbnail-container:hover .discount-percentage.online-only, 
.product_style5 .ttnew-products .product-miniature .thumbnail-container:hover .product-flags .new.online-only, 
.product_style5 .ttnew-products .product-miniature .thumbnail-container:hover .online-only.online-only, 
.product_style5 .ttnew-products .product-miniature .thumbnail-container:hover .on-sale.online-only, 
.product_style5 .ttnew-products .product-miniature .thumbnail-container:hover .discount-percentage.online-only, 
.product_style5 .ttspecial-products .product-miniature .thumbnail-container:hover .product-flags .new.online-only, 
.product_style5 .ttspecial-products .product-miniature .thumbnail-container:hover .online-only.online-only, 
.product_style5 .ttspecial-products .product-miniature .thumbnail-container:hover .on-sale.online-only, 
.product_style5 .ttspecial-products .product-miniature .thumbnail-container:hover .discount-percentage.online-only, 
.product_style5 .ttfeatured-products .product-miniature .thumbnail-container:hover .product-flags .new.online-only, 
.product_style5 .ttfeatured-products .product-miniature .thumbnail-container:hover .online-only.online-only, 
.product_style5 .ttfeatured-products .product-miniature .thumbnail-container:hover .on-sale.online-only, 
.product_style5 .ttfeatured-products .product-miniature .thumbnail-container:hover .discount-percentage.online-only {
	left: 20px;
}
@media(max-width:991px) {
.product_style4 .ttspecial-products .thumbnail-container .ttproducthover {
	left:10px;
	right:10px;
}
}
.product_style6 #products .product-list .product-price-and-shipping,
.product_style7 #products .product-list .product-price-and-shipping,
.product_style8 #products .product-list .product-price-and-shipping {
	padding:0;
}
@media (max-width: 767px) {
.product_style2 #products .thumbnail-container:hover .ttproducthover, .product_style2 .products .thumbnail-container:hover .ttproducthover, .product_style2 .featured-products .thumbnail-container:hover .ttproducthover, .product_style2 .ttfeatured-products .thumbnail-container:hover .ttproducthover, .product_style2 .product-accessories .thumbnail-container:hover .ttproducthover, .product_style2 .ttbestseller-products .thumbnail-container:hover .ttproducthover, .product_style2 .ttnew-products .thumbnail-container:hover .ttproducthover, .product_style2 .ttspecial-products .thumbnail-container:hover .ttproducthover, .product_style2 .crossselling-product .thumbnail-container:hover .ttproducthover, .product_style2 .category-products .thumbnail-container:hover .ttproducthover, .product_style2 .view-product .thumbnail-container:hover .ttproducthover {
bottom: 15px;
transition: none;
transform: none;
}
.product_style2 #products .thumbnail-container:hover .ttproducthover > div, .product_style2 .products .thumbnail-container:hover .ttproducthover > div, .product_style2 .featured-products .thumbnail-container:hover .ttproducthover > div, .product_style2 .ttfeatured-products .thumbnail-container:hover .ttproducthover > div, .product_style2 .product-accessories .thumbnail-container:hover .ttproducthover > div, .product_style2 .ttbestseller-products .thumbnail-container:hover .ttproducthover > div, .product_style2 .ttnew-products .thumbnail-container:hover .ttproducthover > div, .product_style2 .ttspecial-products .thumbnail-container:hover .ttproducthover > div, .product_style2 .crossselling-product .thumbnail-container:hover .ttproducthover > div, .product_style2 .category-products .thumbnail-container:hover .ttproducthover > div, .product_style2 .view-product .thumbnail-container:hover .ttproducthover > div {
	opacity: 1;
}
.product_style2 #products .thumbnail-container .ttproducthover > div, .product_style2 .products .thumbnail-container .ttproducthover > div, .product_style2 .featured-products .thumbnail-container .ttproducthover > div, .product_style2 .ttfeatured-products .thumbnail-container .ttproducthover > div, .product_style2 .product-accessories .thumbnail-container .ttproducthover > div, .product_style2 .ttbestseller-products .thumbnail-container .ttproducthover > div, .product_style2 .ttnew-products .thumbnail-container .ttproducthover > div, .product_style2 .ttspecial-products .thumbnail-container .ttproducthover > div, .product_style2 .crossselling-product .thumbnail-container .ttproducthover > div, .product_style2 .category-products .thumbnail-container .ttproducthover > div, .product_style2 .view-product .thumbnail-container .ttproducthover > div {
	opacity: 1;
}
	.product_style5 #products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
	.product_style5 .products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
	.product_style5 .featured-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
	.product_style5 .ttfeatured-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
	.product_style5 .product-accessories .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
	.product_style5 .ttbestseller-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
	.product_style5 .ttnew-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
	.product_style5 .ttspecial-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
	.product_style5 .crossselling-product .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
	.product_style5 .category-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div, 
	.product_style5 .view-product .product-grid .thumbnail-container .ttproducthover div.ttproduct-button div {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important; 
	}
	.product_style5 #products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
	.product_style5 .products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
	.product_style5 .featured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
	.product_style5 .ttfeatured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
	.product_style5 .product-accessories .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
	.product_style5 .ttbestseller-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
	.product_style5 .ttnew-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
	.product_style5 .ttspecial-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
	.product_style5 .crossselling-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
	.product_style5 .category-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
	.product_style5 .view-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container {
		opacity: 1 !important;
		transform: none !important;
		visibility: visible;
	}
	#products .thumbnail-container .ttproducthover div .btn span.view_block, 
	.products .thumbnail-container .ttproducthover div .btn span.view_block, 
	.featured-products .thumbnail-container .ttproducthover div .btn span.view_block, 
	.ttfeatured-products .thumbnail-container .ttproducthover div .btn span.view_block, 
	.product-accessories .thumbnail-container .ttproducthover div .btn span.view_block, 
	.ttbestseller-products .thumbnail-container .ttproducthover div .btn span.view_block, 
	.ttnew-products .thumbnail-container .ttproducthover div .btn span.view_block, 
	.ttspecial-products .thumbnail-container .ttproducthover div .btn span.view_block, 
	.crossselling-product .thumbnail-container .ttproducthover div .btn span.view_block, 
	.category-products .thumbnail-container .ttproducthover div .btn span.view_block, 
	.view-product .thumbnail-container .ttproducthover div .btn span.view_block {
		display: block;
	}
	.product_style2 .product-miniature.product-grid .thumbnail-container .ttproductcountdown {
		bottom:auto !important;
		top:60px !important;
	}
	.product_style2 .product-miniature.product-grid .thumbnail-container:hover .ttproductcountdown {
		bottom:auto !important;
		top:60px !important;
	}
	.product_style4 .product-miniature.product-grid .thumbnail-container .ttproductcountdown {
		bottom:80px !important;
	}
	.product_style4 .product-miniature.product-grid .thumbnail-container:hover .ttproductcountdown {
		bottom:80px !important;
	}
	.responsive_style2 .product-miniature.product-grid .thumbnail-container .ttproductcountdown {
		display:none !important;
	}
	.product_style5 .product-miniature .thumbnail-container .product-flags .pack {
		left:20px;
	}
	.product_style5 .product-miniature .thumbnail-container .product-flags .new {
		left:20px;
	}
	.product_style5 #products .product-miniature .product-flags .new.online-only, 
.product_style5 #products .product-miniature .online-only.online-only,
.product_style5 #products .product-miniature .on-sale.online-only, 
.product_style5 #products .product-miniature .discount-percentage.online-only, 
.product_style5 .products .product-miniature .product-flags .new.online-only, 
.product_style5 .products .product-miniature .online-only.online-only, 
.product_style5 .products .product-miniature .on-sale.online-only, 
.product_style5 .products .product-miniature .discount-percentage.online-only, 
.product_style5 .featured-products .product-miniature .product-flags .new.online-only, 
.product_style5 .featured-products .product-miniature .online-only.online-only, 
.product_style5 .featured-products .product-miniature .on-sale.online-only, 
.product_style5 .featured-products .product-miniature .discount-percentage.online-only, 
.product_style5 .view-product .product-miniature .product-flags .new.online-only, 
.product_style5 .view-product .product-miniature .online-only.online-only, 
.product_style5 .view-product .product-miniature .on-sale.online-only, 
.product_style5 .view-product .product-miniature .discount-percentage.online-only, 
.product_style5 .crossselling-product .product-miniature .product-flags .new.online-only, 
.product_style5 .crossselling-product .product-miniature .online-only.online-only, 
.product_style5 .crossselling-product .product-miniature .on-sale.online-only, 
.product_style5 .crossselling-product .product-miniature .discount-percentage.online-only, 
.product_style5 .category-products .product-miniature .product-flags .new.online-only, 
.product_style5 .category-products .product-miniature .online-only.online-only, 
.product_style5 .category-products .product-miniature .on-sale.online-only, 
.product_style5 .category-products .product-miniature .discount-percentage.online-only, 
.product_style5 .product-accessories .product-miniature .product-flags .new.online-only, 
.product_style5 .product-accessories .product-miniature .online-only.online-only, 
.product_style5 .product-accessories .product-miniature .on-sale.online-only, 
.product_style5 .product-accessories .product-miniature .discount-percentage.online-only, 
.product_style5 .ttbestseller-products .product-miniature .product-flags .new.online-only, 
.product_style5 .ttbestseller-products .product-miniature .online-only.online-only, 
.product_style5 .ttbestseller-products .product-miniature .on-sale.online-only, 
.product_style5 .ttbestseller-products .product-miniature .discount-percentage.online-only, 
.product_style5 .ttnew-products .product-miniature .product-flags .new.online-only, 
.product_style5 .ttnew-products .product-miniature .online-only.online-only, 
.product_style5 .ttnew-products .product-miniature .on-sale.online-only, 
.product_style5 .ttnew-products .product-miniature .discount-percentage.online-only, 
.product_style5 .ttspecial-products .product-miniature .product-flags .new.online-only, 
.product_style5 .ttspecial-products .product-miniature .online-only.online-only, 
.product_style5 .ttspecial-products .product-miniature .on-sale.online-only, 
.product_style5 .ttspecial-products .product-miniature .discount-percentage.online-only, 
.product_style5 .ttfeatured-products .product-miniature .product-flags .new.online-only, 
.product_style5 .ttfeatured-products .product-miniature .online-only.online-only, 
.product_style5 .ttfeatured-products .product-miniature .on-sale.online-only, 
.product_style5 .ttfeatured-products .product-miniature .discount-percentage.online-only {
	left: 20px;
}
.product_style5 #products .product-miniature .product-flags .new.on-sale, 
.product_style5 #products .product-miniature .online-only.on-sale, 
.product_style5 #products .product-miniature .on-sale.on-sale, 
.product_style5 #products .product-miniature .discount-percentage.on-sale, 
.product_style5 .products .product-miniature .product-flags .new.on-sale, 
.product_style5 .products .product-miniature .online-only.on-sale, 
.product_style5 .products .product-miniature .on-sale.on-sale, 
.product_style5 .products .product-miniature .discount-percentage.on-sale, 
.product_style5 .featured-products .product-miniature .product-flags .new.on-sale, 
.product_style5 .featured-products .product-miniature .online-only.on-sale, 
.product_style5 .featured-products .product-miniature .on-sale.on-sale, 
.product_style5 .featured-products .product-miniature .discount-percentage.on-sale, 
.product_style5 .view-product .product-miniature .product-flags .new.on-sale, 
.product_style5 .view-product .product-miniature .online-only.on-sale, 
.product_style5 .view-product .product-miniature .on-sale.on-sale, 
.product_style5 .view-product .product-miniature .discount-percentage.on-sale, 
.product_style5 .crossselling-product .product-miniature .product-flags .new.on-sale, 
.product_style5 .crossselling-product .product-miniature .online-only.on-sale, 
.product_style5 .crossselling-product .product-miniature .on-sale.on-sale, 
.product_style5 .crossselling-product .product-miniature .discount-percentage.on-sale, 
.product_style5 .category-products .product-miniature .product-flags .new.on-sale, 
.product_style5 .category-products .product-miniature .online-only.on-sale, 
.product_style5 .category-products .product-miniature .on-sale.on-sale, 
.product_style5 .category-products .product-miniature .discount-percentage.on-sale, 
.product_style5 .ttbestseller-products .product-miniature .product-flags .new.on-sale, 
.product_style5 .ttbestseller-products .product-miniature .online-only.on-sale, 
.product_style5 .ttbestseller-products .product-miniature .on-sale.on-sale, 
.product_style5 .ttbestseller-products .product-miniature .discount-percentage.on-sale, 
.product_style5 .ttnew-products .product-miniature .product-flags .new.on-sale, 
.product_style5 .ttnew-products .product-miniature .online-only.on-sale, 
.product_style5 .ttnew-products .product-miniature .on-sale.on-sale, 
.product_style5 .ttnew-products .product-miniature .discount-percentage.on-sale, 
.product_style5 .ttspecial-products .product-miniature .product-flags .new.on-sale, 
.product_style5 .ttspecial-products .product-miniature .online-only.on-sale, 
.product_style5 .ttspecial-products .product-miniature .on-sale.on-sale, 
.product_style5 .ttspecial-products .product-miniature .discount-percentage.on-sale, 
.product_style5 .product-accessories .product-miniature .product-flags .new.on-sale, 
.product_style5 .product-accessories .product-miniature .online-only.on-sale, 
.product_style5 .product-accessories .product-miniature .on-sale.on-sale, 
.product_style5 .product-accessories .product-miniature .discount-percentage.on-sale, 
.product_style5 .ttfeatured-products .product-miniature .product-flags .new.on-sale, 
.product_style5 .ttfeatured-products .product-miniature .online-only.on-sale, 
.product_style5 .ttfeatured-products .product-miniature .on-sale.on-sale, 
.product_style5 .ttfeatured-products .product-miniature .discount-percentage.on-sale {
	left: 20px;
}
}
@media (max-width: 640px) {
	#products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button {
		padding: 0;
		width: 42px;
	}
	#products .product-list .thumbnail-container .tt-button-container .btn.ajax_add_to_cart_button.add-to-cart-disable {
		padding: 0;
	}
	#products .product-list .thumbnail-container .ttproducthover .tt-button-container span, 
	.products .product-list .thumbnail-container .ttproducthover .tt-button-container span, 
	.featured-products .product-list .thumbnail-container .ttproducthover .tt-button-container span, 
	.ttfeatured-products .product-list .thumbnail-container .ttproducthover .tt-button-container span, 
	.product-accessories .product-list .thumbnail-container .ttproducthover .tt-button-container span, 
	.ttbestseller-products .product-list .thumbnail-container .ttproducthover .tt-button-container span, 
	.ttnew-products .product-list .thumbnail-container .ttproducthover .tt-button-container span, 
	.ttspecial-products .product-list .thumbnail-container .ttproducthover .tt-button-container span, 
	.crossselling-product .product-list .thumbnail-container .ttproducthover .tt-button-container span, 
	.category-products .product-list .thumbnail-container .ttproducthover .tt-button-container span, 
	.view-product .product-list .thumbnail-container .ttproducthover .tt-button-container span {
		display: none;
	}
	#products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, 
	.products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, 
	.featured-products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, 
	.product-accessories .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, 
	.ttfeatured-products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, 
	.crossselling-product .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, 
	.ttbestseller-products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, 
	.ttnew-products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, 
	.ttspecial-products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btna.ajax_add_to_cart_button i, 
	.category-products .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i, 
	.view-product .product-list .thumbnail-container .ttproducthover div.tt-button-container .btn.ajax_add_to_cart_button i {
		display: block;
		width: 38px;
		line-height: 38px;
		height:38px;
	}
}
.product_style4 .product-grid .product-add-to-cart {
	margin:0 !important;
}
@media (max-width: 543px) {
.product_style1 #products .product-list .thumbnail-container .ttproducthover, 
.product_style2 #products .product-list .thumbnail-container .ttproducthover {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.column_5 #products .product-grid .thumbnail-container .ttproducthover, .products .thumbnail-container .ttproducthover {
	float:none !important;
}
}
@media(min-width:718px) and (max-width:767px) {
	.column_4 .product-thumbs .product-list .thumbnail-container .ttproduct-image {
		width:auto
	}
}
@media (max-width: 543px) {
.product_style1 #products .product-list .thumbnail-container .ttproducthover, 
.product_style2 #products .product-list .thumbnail-container .ttproducthover {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.responsive_style2 #products .thumbnail-container .product-list-reviews, 
.responsive_style2 .featured-products .thumbnail-container .product-list-reviews, 
.responsive_style2 .product-accessories .thumbnail-container .product-list-reviews, 
.responsive_style2 .ttfeatured-products .thumbnail-container .product-list-reviews, 
.responsive_style2 .crossselling-product .thumbnail-container .product-list-reviews, 
.responsive_style2 .ttbestseller-products .thumbnail-container .product-list-reviews,
.responsive_style2 .ttnew-products .thumbnail-container .product-list-reviews, 
.responsive_style2 .category-products .thumbnail-container .product-list-reviews,
.responsive_style2 .view-product .thumbnail-container .product-list-reviews {
	bottom: 58px !important;
}
.responsive_style2 #products .thumbnail-container:hover .product-list-reviews, 
.responsive_style2 .featured-products .thumbnail-container:hover .product-list-reviews, 
.responsive_style2 .product-accessories .thumbnail-container:hover .product-list-reviews, 
.responsive_style2 .ttfeatured-products .thumbnail-container:hover .product-list-reviews, 
.responsive_style2 .crossselling-product .thumbnail-container:hover .product-list-reviews, 
.responsive_style2 .ttbestseller-products .thumbnail-container:hover .product-list-reviews, 
.responsive_style2 .ttnew-products .thumbnail-container:hover .product-list-reviews,  
.responsive_style2 .category-products .thumbnail-container:hover .product-list-reviews, 
.responsive_style2 .view-product .thumbnail-container:hover .product-list-reviews {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	bottom: 58px !important;
	z-index: 1;
}
.responsive_style2 #products .product-miniature .product-flags .new.online-only::before, 
.responsive_style2 #products .product-miniature .online-only.online-only::before,
.responsive_style2 #products .product-miniature .on-sale.online-only::before, 
.responsive_style2 #products .product-miniature .discount-percentage.online-only::before, 
.responsive_style2 .products .product-miniature .product-flags .new.online-only::before, 
.responsive_style2 .products .product-miniature .online-only.online-only::before,
.responsive_style2 .products .product-miniature .on-sale.online-only::before,
.responsive_style2 .products .product-miniature .discount-percentage.online-only::before,
.responsive_style2 .featured-products .product-miniature .product-flags .new.online-only::before,
.responsive_style2 .featured-products .product-miniature .online-only.online-only::before,
.responsive_style2 .featured-products .product-miniature .on-sale.online-only::before,
.responsive_style2 .featured-products .product-miniature .discount-percentage.online-only::before,
.responsive_style2 .view-product .product-miniature .product-flags .new.online-only::before,
.responsive_style2 .view-product .product-miniature .online-only.online-only::before,
.responsive_style2 .view-product .product-miniature .on-sale.online-only::before,
.responsive_style2 .view-product .product-miniature .discount-percentage.online-only::before, 
.responsive_style2 .crossselling-product .product-miniature .product-flags .new.online-only::before,
.responsive_style2 .crossselling-product .product-miniature .online-only.online-only::before, 
.responsive_style2 .crossselling-product .product-miniature .on-sale.online-only::before, 
.responsive_style2 .crossselling-product .product-miniature .discount-percentage.online-only::before,
.responsive_style2 .category-products .product-miniature .product-flags .new.online-only::before,
.responsive_style2 .category-products .product-miniature .online-only.online-only::before, 
.responsive_style2 .category-products .product-miniature .on-sale.online-only::before,
.responsive_style2 .category-products .product-miniature .discount-percentage.online-only::before, 
.responsive_style2 .product-accessories .product-miniature .product-flags .new.online-only::before,
.responsive_style2 .product-accessories .product-miniature .online-only.online-only::before,
.responsive_style2 .product-accessories .product-miniature .on-sale.online-only::before,
.responsive_style2 .product-accessories .product-miniature .discount-percentage.online-only::before,
.responsive_style2 .ttbestseller-products .product-miniature .on-sale.online-only::before, 
.responsive_style2 .ttbestseller-products .product-miniature .online-only.online-only::before, 
.responsive_style2 .ttbestseller-products .product-miniature .product-flags .new.online-only::before,
.responsive_style2 .ttbestseller-products .product-miniature .discount-percentage.online-only::before,
.responsive_style2 .ttnew-products .product-miniature .on-sale.online-only::before, 
.responsive_style2 .ttnew-products .product-miniature .online-only.online-only::before,
.responsive_style2 .ttnew-products .product-miniature .product-flags .new.online-only::before,
.responsive_style2 .ttnew-products .product-miniature .discount-percentage.online-only::before,
.responsive_style2 .ttspecial-products .product-miniature .on-sale.online-only::before,
.responsive_style2 .ttspecial-products .product-miniature .online-only.online-only::before,
.responsive_style2 .ttspecial-products .product-miniature .product-flags .new.online-only::before,
.responsive_style2 .ttspecial-products .product-miniature .discount-percentage.online-only::before,
.responsive_style2 .ttfeatured-products .product-miniature .product-flags .new.online-only::before, 
.responsive_style2 .ttfeatured-products .product-miniature .online-only.online-only::before,
.responsive_style2 .ttfeatured-products .product-miniature .on-sale.online-only::before,
.responsive_style2 .ttfeatured-products .product-miniature .discount-percentage.online-only::before{
	display:none;
}
.responsive_style2.product_style1 #products .thumbnail-container .ttproducthover,
.responsive_style2.product_style1 .products .thumbnail-container .ttproducthover,
.responsive_style2.product_style1 .featured-products .thumbnail-container .ttproducthover,
.responsive_style2.product_style1 .ttfeatured-products .thumbnail-container .ttproducthover,
.responsive_style2.product_style1 .product-accessories .thumbnail-container .ttproducthover,
.responsive_style2.product_style1 .ttbestseller-products .thumbnail-container .ttproducthover,
.responsive_style2.product_style1 .ttnew-products .thumbnail-container .ttproducthover,
.responsive_style2.product_style1 .ttspecial-products .thumbnail-container .ttproducthover,
.responsive_style2.product_style1 .crossselling-product .thumbnail-container .ttproducthover,
.responsive_style2.product_style1 .category-products .thumbnail-container .ttproducthover,
.responsive_style2.product_style1 .view-product .thumbnail-container .ttproducthover {
position:static;
margin:10px 0 0;
width: 100%;
}
.responsive_style2.product_style4 #products .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .products .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .featured-products .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .ttfeatured-products .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .product-accessories .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .ttbestseller-products .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .ttnew-products .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .ttspecial-products .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .crossselling-product .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .category-products .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .view-product .thumbnail-container .ttproducthover {
margin:10px 0 0;
}
#category.responsive_style2 #products .product-miniature.product-grid {
	width:50% !important;
}

.responsive_style2 #products .product-grid .thumbnail-container .ttproducthover div .btn,
.responsive_style2 .products .product-grid .thumbnail-container .ttproducthover div .btn, 
.responsive_style2 .featured-products .product-grid .thumbnail-container .ttproducthover div .btn, 
.responsive_style2 .ttfeatured-products .product-grid .thumbnail-container .ttproducthover div .btn,
.responsive_style2 .product-accessories .product-grid .thumbnail-container .ttproducthover div .btn,
.responsive_style2 .ttnew-products .product-grid .thumbnail-container .ttproducthover div .btn, 
.responsive_style2 .ttspecial-products .product-grid .thumbnail-container .ttproducthover div .btn,
.responsive_style2 .crossselling-product .product-grid .thumbnail-container .ttproducthover div .btn, 
.responsive_style2 .category-products .product-grid .thumbnail-container .ttproducthover div .btn, 
.responsive_style2 .view-product .product-grid .thumbnail-container .ttproducthover div .btn{
height:38px!important;
width:38px!important;
}
.responsive_style2 #products .product-grid .thumbnail-container .ttproducthover div .btn i,
.responsive_style2 .products .product-grid .thumbnail-container .ttproducthover div .btn i, 
.responsive_style2 .featured-products .product-grid .thumbnail-container .ttproducthover div .btn i,
.responsive_style2 .ttfeatured-products .product-grid .thumbnail-container .ttproducthover div .btn i,
.responsive_style2 .product-accessories .product-grid .thumbnail-container .ttproducthover div .btn i,
.responsive_style2 .ttnew-products .product-grid .thumbnail-container .ttproducthover div .btn i, 
.responsive_style2 .ttspecial-products .product-grid .thumbnail-container .ttproducthover div .btn i,
.responsive_style2 .crossselling-product .product-grid .thumbnail-container .ttproducthover div .btn i,
.responsive_style2 .category-products .product-grid .thumbnail-container .ttproducthover div .btn i, 
.responsive_style2 .view-product .product-grid .thumbnail-container .ttproducthover div .btn i{
width: 38px;
line-height: 37px !important;
height: 38px;
font-size: 17px !important;
}

.responsive_style2 #products .product-grid .product-title a,
.responsive_style2 .products .product-grid .product-title a,
.responsive_style2 .featured-products .product-grid .product-title a,
.responsive_style2 .product-accessories .product-grid .product-title a,
.responsive_style2 .ttfeatured-products .product-grid .product-title a,
.responsive_style2 .crossselling-product .product-grid .product-title a,
.responsive_style2 .category-products .product-grid .product-title a,
.responsive_style2 .ttbestseller-products .product-grid .product-title a,
.responsive_style2 .ttnew-products .product-grid .product-title a,
.responsive_style2 .ttspecial-products .product-grid .product-title a, 
.responsive_style2 .ttbestseller-products .product-grid .product-title a,
.responsive_style2 .ttnew-products .product-grid .product-title a,
.responsive_style2 .ttspecial-products .product-grid .product-title a, 
.responsive_style2 .view-product .product-grid .product-title a{
font-size:15px;
}
.responsive_style2 #products .product-grid .product-price-and-shipping, 
.responsive_style2 .products .thumbnail-container .product-price-and-shipping {
	font-size:16px;
}

.responsive_style2.product_style3 #products .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style3 .products .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style3 .featured-products .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style3 .ttfeatured-products .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style3 .product-accessories .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style3 .ttbestseller-products .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style3 .ttnew-products .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style3 .ttspecial-products .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style3 .crossselling-product .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style3 .category-products .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style3 .view-product .product-grid .thumbnail-container .ttproducthover {
padding:5px 0;
}

.responsive_style2.product_style3 #products .product-grid .thumbnail-container .ttproducthover>div,
.responsive_style2.product_style3 .products .product-grid .thumbnail-container .ttproducthover>div,
.responsive_style2.product_style3 .featured-products .product-grid .thumbnail-container .ttproducthover>div,
.responsive_style2.product_style3 .ttfeatured-products .product-grid .thumbnail-container .ttproducthover>div,
.responsive_style2.product_style3 .product-accessories .product-grid .thumbnail-container .ttproducthover>div,
.responsive_style2.product_style3 .ttbestseller-products .product-grid .thumbnail-container .ttproducthover>div, 
.responsive_style2.product_style2 .ttnew-products .product-grid .thumbnail-container .ttproducthover>div, 
.responsive_style2.product_style3 .ttspecial-products .product-grid .thumbnail-container .ttproducthover>div,
.responsive_style2.product_style3 .crossselling-product .product-grid .thumbnail-container .ttproducthover>div,
.responsive_style2.product_style3 .category-products .product-grid .thumbnail-container .ttproducthover>div,
.responsive_style2.product_style3 .view-product .product-grid .thumbnail-container .ttproducthover>div{
height:38px;
}
/*
.responsive_style2.product_style3 .ttspecial-products .product-grid .thumbnail-container .ttproducthover>div{
display: inline;
}
*/

.responsive_style2.product_style3 #products .product-grid .thumbnail-container .ttproducthover>div#product-style,
.responsive_style2.product_style3 .products .product-grid .thumbnail-container .ttproducthover>div#product-style,
.responsive_style2.product_style3 .featured-products .product-grid .thumbnail-container .ttproducthover>div#product-style,
.responsive_style2.product_style3 .ttfeatured-products .product-grid .thumbnail-container .ttproducthover>div#product-style,
.responsive_style2.product_style3 .product-accessories .product-grid .thumbnail-container .ttproducthover>div#product-style,
.responsive_style2.product_style3 .ttbestseller-products .product-grid .thumbnail-container .ttproducthover>div#product-style, 
.responsive_style2.product_style2 .ttnew-products .product-grid .thumbnail-container .ttproducthover>div#product-style, 
.responsive_style2.product_style3 .ttspecial-products .product-grid .thumbnail-container .ttproducthover>div#product-style,
.responsive_style2.product_style3 .crossselling-product .product-grid .thumbnail-container .ttproducthover>div#product-style,
.responsive_style2.product_style3 .category-products .product-grid .thumbnail-container .ttproducthover>div#product-style,
.responsive_style2.product_style3 .view-product .product-grid .thumbnail-container .ttproducthover>div#product-style {
	display:none !important;
}
.responsive_style2.product_style4 #products .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .products .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .featured-products .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .ttfeatured-products .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .product-accessories .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .ttbestseller-products .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .ttnew-products .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .ttspecial-products .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .crossselling-product .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .category-products .product-grid .thumbnail-container .ttproducthover,
.responsive_style2.product_style4 .view-product .product-grid .thumbnail-container .ttproducthover {
bottom:7px;
left:5px;
right:5px;
}
.responsive_style2.product_style5 #products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
.responsive_style2.product_style5 .products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container,
.responsive_style2.product_style5 .featured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
.responsive_style2.product_style5 .ttfeatured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
.responsive_style2.product_style5 .product-accessories .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container,
.responsive_style2.product_style5 .ttbestseller-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container,
.responsive_style2.product_style5 .ttnew-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container, 
.responsive_style2.product_style5 .ttspecial-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container,
.responsive_style2.product_style5 .crossselling-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container,
.responsive_style2.product_style5 .category-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container,
.responsive_style2.product_style5 .view-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container{
left: 7px;
right: 7px;
bottom: 7px;
height: 25px;
}
.responsive_style2.product_style5 #products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.responsive_style2.product_style5 .products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.responsive_style2.product_style5 .featured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.responsive_style2.product_style5 .ttfeatured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn, 
.responsive_style2.product_style5 .product-accessories .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.responsive_style2.product_style5 .ttbestseller-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.responsive_style2.product_style5 .ttnew-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.responsive_style2.product_style5 .ttspecial-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.responsive_style2.product_style5 .crossselling-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.responsive_style2.product_style5 .category-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn,
.responsive_style2.product_style5 .view-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn{
height: 25px !important;
line-height: 18px;
width: 100%!important;
}
.responsive_style2.product_style5 #products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn span,
.responsive_style2.product_style5 .products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn span,
.responsive_style2.product_style5 .featured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn span,
.responsive_style2.product_style5 .ttfeatured-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn span, 
.responsive_style2.product_style5 .product-accessories .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn span,
.responsive_style2.product_style5 .ttbestseller-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn span,
.responsive_style2.product_style5 .ttnew-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn span,
.responsive_style2.product_style5 .ttspecial-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn span,
.responsive_style2.product_style5 .crossselling-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn span,
.responsive_style2.product_style5 .category-products .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn span,
.responsive_style2.product_style5 .view-product .thumbnail-container .ttproduct-image .ttproducthover .tt-button-container .btn span{
font-size:12px;
}
.responsive_style2.product_style5 #products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button,
.responsive_style2.product_style5 .products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button, 
.responsive_style2.product_style5 .featured-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button,
.responsive_style2.product_style5 .ttfeatured-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button,
.responsive_style2.product_style5 .product-accessories .product-grid .thumbnail-container .ttproducthover div.ttproduct-button, 
.responsive_style2.product_style5 .ttbestseller-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button,
.responsive_style2.product_style5 .ttnew-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button, 
.responsive_style2.product_style5 .ttspecial-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button, 
.responsive_style2.product_style5 .crossselling-product .product-grid .thumbnail-container .ttproducthover div.ttproduct-button, 
.responsive_style2.product_style5 .category-products .product-grid .thumbnail-container .ttproducthover div.ttproduct-button, 
.responsive_style2.product_style5 .view-product .product-grid .thumbnail-container .ttproducthover div.ttproduct-button{
    width: 25px;
}
.responsive_style2 #products .product-grid .product-miniature.product-grid .thumbnail-container .product-flags .on-sale,
.responsive_style2 #products .product-grid .product-miniature.product-grid .thumbnail-container .product-flags .online-only,
.responsive_style2 #products .product-miniature .online-only.online-only,
.responsive_style2 #products .product-miniature .on-sale {
	right:10px !important;
	font-size:10px !important;
	left:auto !important;
}
.responsive_style2.product_style5 #products .product-grid .product-miniature.product-grid .thumbnail-container .product-flags .on-sale,
.responsive_style2.product_style5 #products .product-grid .product-miniature.product-grid .thumbnail-container .product-flags .online-only,
.responsive_style2.product_style5 #products .product-miniature .online-only.online-only,
.responsive_style2.product_style5 #products .product-miniature .on-sale {
	font-size:11px !important;
	left:10px !important;
	right:auto !important
}
.responsive_style2 #products .product-grid .product-miniature .thumbnail-container .product-flags .new, 
.responsive_style2 .products .product-grid .product-miniature .thumbnail-container .product-flags .pack,.responsive_style2 #products .product-miniature .thumbnail-container .product-flags .new,
.responsive_style2 .products .product-miniature .thumbnail-container .product-flags .pack {
	left:5px;
	font-size:10px;
}
.responsive_style2 #products .product-grid .product-miniature .thumbnail-container .product-flags .new, 
.responsive_style2 .products .product-grid .product-miniature .thumbnail-container .product-flags .pack {
	left:5px;
}
	.responsive_style2 .ttspecial-products .products .product-miniature .thumbnail-container .product-flags .on-sale, 
	.responsive_style2 .ttspecial-products .products .product-miniature .thumbnail-container .product-flags .online-only {
		left: 5px !important;
		font-size: 11px !important;
		right: auto !important;
	}
.responsive_style2 .products .product-miniature .thumbnail-container .product-flags .on-sale{
	right:5px !important;
	font-size:11px !important;
	left:auto !important;
} 
.responsive_style2 .products .product-miniature .thumbnail-container .product-flags .online-only {
	right:5px !important;
	font-size:11px !important;
	left:auto !important;
	top: 75px !important;
}
.responsive_style2.product_style5 .products .product-miniature .thumbnail-container .product-flags .on-sale, 
.responsive_style2.product_style5 .products .product-miniature .thumbnail-container .product-flags .online-only {
	left:5px !important;
	font-size:11px !important;
	right:auto !important;
}
.responsive_style2 .product-miniature .thumbnail-container .product-flags .new,
.responsive_style2 .product-miniature .thumbnail-container:hover .product-flags .new {
    left: 5px;
	font-size:11px;
}
/**/
.responsive_style2 #products .product-grid .thumbnail-container .ttproducthover .wishlist,
.responsive_style2 #products .product-grid .thumbnail-container .ttproducthover .compare, 
.responsive_style2 #hometab .product-grid .thumbnail-container .ttproducthover .wishlist,
.responsive_style2 #hometab .product-grid .thumbnail-container .ttproducthover .compare{
	display:none;
}
} 	