/* product grid */
.product-grid {
	margin-bottom:20px;
}
.product-grid .caption,
.product-customize .caption {
	padding: 20px 0 0;
	text-align:center;
}
.product-name{	
	font-size: 14px;
	text-transform: capitalize;
	margin: 0 0 15px;
	font-weight:400;
}
.product-name a {
	color: #333333;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.product-name a:hover {
	color: #ec610a;
}
.price-tax{
	display: none;
}
.price {
	color: #ec0a0a;
	font-size: 18px;
	margin: 0;
	font-weight:400;
}
.price-old {
	color:#b1b1b1;
	font-size:14px;
	text-decoration: line-through;
	margin-right: 5px;
	font-weight:300;
}
.product-des{
	color: #777777;
	line-height: 24px;
	font-size:14px;
	margin: 20px 0 0 0;	
}
.product-list .product-des {
	margin: 10px 0 0 0;	
	font-size:14px;
	color:#666666;
	line-height:26px;
}
.ratings .rating-box div[class^="rating"]{
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0;
	height: 12px;
}
.ratings .rating-box .rating0{
	background-image: url("image/rating0.png")
}
.ratings .rating-box .rating1{
	background-image: url("image/rating1.png")
}
.ratings .rating-box .rating2{
	background-image: url("image/rating2.png")
}
.ratings .rating-box .rating3{
	background-image: url("image/rating3.png")
}
.ratings .rating-box .rating4{
	background-image: url("image/rating4.png")
}
.ratings .rating-box .rating5{
	background-image: url("image/rating5.png")
} 
.image > a{
	display: block;
	overflow: hidden;
	position: relative;
}
.image{
	position: relative;
	overflow: hidden;
	z-index: 4;
}
.img-r{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.product-layout:hover .img-r{
	opacity: 1;
}
.action-links,
.image img{
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
}
.item-inner {
	position:relative;
	background:#fff;
	padding:10px 10px 23px;
	-webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    transition: ease .4s all;
}
.item-inner .ratings {
	width:100%;
	margin: 0 auto;
	padding:0 0 15px;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.item-inner .ratings .rating-box div[class^="rating"] {
	background-position: center center;
}
.item-inner .actions {
    text-align: center;
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
	z-index:10;
	padding:8px 0 1px;
	background:rgba(255,255,255,0.9);
	-webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
	-webkit-transition: ease-in-out .4s all;
    -moz-transition: ease-in-out .4s all;
    transition: ease-in-out .4s all;
}
.item-inner:hover .actions {
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.item-inner .actions .add-to-links {
    padding: 0;
    display:inline-block;
}
.item-inner .add-to-links div {
    list-style: none;
	margin-left:5px;
	float:left;
}
.item-inner .add-to-links div:first-child {
	margin:0;
}
.item-inner .add-to-links button {
    line-height: 36px;
    height: 34px;
    width: 34px;
    border-radius: 10px;
    padding: 0;
    position: relative;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    font-size: 0;
    color: #333333;
    cursor: pointer;
    border: 0;
    background:none;
    -webkit-transition: ease .5s all;
    -moz-transition: ease .5s all;
    transition: ease .5s all;
}
.item-inner .add-to-links button:before {
    font-family: 'et-line';
    display: inline-block;
    font-size: 14px;
}
.item-inner .add-to-links .wishlist button:before {
    content: "\e04a";
}
.item-inner .add-to-links .compare button:before {
    content: "\e05a";
}
.item-inner .add-to-links .cart button:before {
    content:"\e027";
}
.item-inner .add-to-links .qv-button-container button:before {
	content:"\e037";
}
.item-inner .add-to-links button:hover {
	background:#ec610a;
	color:#fff;
}
.label-product {
	position: absolute;
    top: 0;
    right: 8px;
    color: #fff;
    background: #79d46f;
    width:41px;
	height:41px;
    line-height: 41px;
    border-radius: 100%;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
	z-index:1;
}
.label-product.label_sale {
	background: #ee7022;
}
.label-product + .label-product{
	display: none;
}
.btn-cart span{
	display: none;	
}
.manufacture-product a:hover{
	color: #ee3333
}
.manufacture-product a{
	vertical-align: top;
	color: #929292;
	letter-spacing: .025em;
	line-height: 18px;
	text-transform: capitalize;
}
.manufacture-product{
	color: #929292;
	float: left;
	width: 50%;
	display:none;
}
/* tabs product */
.tt-product { text-align:center; }
.tab-heading.nav-pills > li.active a:focus,
.tab-heading.nav-pills > li.active a:hover,
.tab-heading.nav-pills > li.active a,
.tab-heading.nav-pills > li a:focus,
.tab-heading.nav-pills > li a:hover{
	color: #333333;
	background: none;
}
.tab-heading.nav-pills > li a {
	background: none;
	color: #999999;
	margin: 0;
	font-size: 20px;
	line-height: 1;
	text-transform: capitalize;
	padding: 0 0 20px;
	cursor: pointer;
	position: relative;
	font-weight:500;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.tab-heading.nav-pills > li a:before {
	content:'';
	height:2px;
	width:60%;
	background:#ec610a;
	position:absolute;
	left:0;
	bottom:-1px;
	opacity:0;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.tab-heading.nav-pills > li a:hover:before,
.tab-heading.nav-pills > li.active a:before {
	opacity:1;
	color:#444;
}
.tab-heading.nav-pills > li {
	float: none;
	display: inline-block;
	position: relative;
	margin-right:30px;
	z-index:1;
}
.tab-heading.nav-pills > li:first-child a {
	padding-left:0;
	margin-left:0;
}
.tab-heading.nav-pills > li:last-child a {
	padding-right:0;
	margin-right:0;
}
.tab-heading {
	width:100%;
	text-align: left;
	padding: 0;
	display: inline-block;
    position: relative;
}
/* responsive */
@media(max-width: 1199px){
	.item-inner .qv-button-container {
		display:none !important;
	}
}
@media(max-width: 560px){
	.tab-heading:before { display:none !important; }
	.tab-heading.nav-pills > li a { margin:0; }
}
@media(max-width: 480px){
	.tab-heading.nav-pills > li a { font-size:20px; }
	.tab-heading.nav-pills > li { margin-right:15px; }
}