/* none slider */
.tt-product .two_items:nth-child(2n+1),
.tt-product .three_items:nth-child(3n+1),
.tt-product .four_items:nth-child(4n+1),
.tt-product .six_items:nth-child(6n+1){
	clear: both;
}
/* general */
.product-des{
	font-size: 15px;
	color: #898989;
	line-height: 21px;
	margin-bottom: 30px;
}
.special-grid .product-layout:hover .product-thumb{
	/* box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2); */
}
.product-grid.product-layout .product-thumb{
	/* border: 1px solid rgba(0,0,0,.1); */
}
.special-grid .product-layout .product-thumb{
	/* box-shadow: 0px 1px 5px 0px transparent; */
	/* border: none; */
}
.product-layout .product-thumb{
	background: #fff;
	/* margin: 10px 0; */
}
.product-list .product-name:not(.none-grid),
.product-grid .none-grid{
	display: none;
}
.product-name{	
	font-size: 15px;	
	font-weight: 400;
	text-transform: capitalize;
	position: relative;
	margin: 0px 0 5px 0;
	font-family: 'Roboto', sans-serif;
}
.product-name a:hover{
	color: #008dd2 !important;
}
.product-name a{
	color: #444349;
	line-height: 20px;
	display: inline-block;
}
.price-countdown .actions-link{
	top: 50%;
	bottom: 50%;
	margin-top: -18px;
}
.actions-link{
	text-align: center;
	position: absolute;
	bottom: 5px;
	line-height: 1;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
}
.product-thumb:hover .actions-link{
	opacity: 1;
	z-index: 1;
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
.btn-cart i{
	font-size: 14px;
	line-height: 32px;
	vertical-align: top;
	margin-right: 5px;
}
.btn-cart{
	display: inline-block;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	line-height: 32px;
	border: none;
	border-radius: 3px;
	background: #444349;
	height: 32px;
	padding: 0 10px;
	margin: 0 0 5px 0;
}
.btn-wishlist{
	padding-right: 5px;
}
.btn-quickview,
.btn-compare,
.btn-wishlist{
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 100%;
	border: 2px solid #008dd2;
	text-align: center;
	padding: 0;
}
.btn-quickview span,
.btn-compare span,
.btn-wishlist span{
	/* display: inline-block; */
	/* padding-left: 7px; */
	/* float: left; */
	/* width: calc(100% - 28px); */
	/* color: #363636; */
	/* font-size: 13px; */
	/* line-height: 15px; */
	/* vertical-align: -4px; */
	/* white-space: normal; */
	font-size: 0;
}
.btn-quickview i,
.btn-compare i,
.btn-wishlist i{
	color: #008dd2;
	font-size: 14px;
	line-height: 34px;
}
.btn-cart:hover{
	border-color: #008dd2;
	background: #008dd2;
	color: #fff !important;
}
.btn-compare:hover span,
.btn-compare:hover i,
.btn-compare:hover,
.btn-wishlist:hover span,
.btn-wishlist:hover i,
.btn-wishlist:hover{
	color: #008dd2 !important;
}
.qv-button-container{
	display: inline-block;
}
.label-product{
}
.l_sale,
.l_new{
	position: absolute;
	height: 40px;
	width: 40px;
	background: #444349;
	border-radius: 100%;
	z-index: 1;
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
	top: 5px;
	right: 5px;
}
.l_sale{
	background: #cc1829;
}
.label-product + .label-product{
	display: none;
}
.symbol-percent{
	font-weight: 400;
}
.manufacture-product{
	display: none
}
.manufacture-product a{
	color: #999999;
	font-size: 12px;
	text-transform: capitalize;
	margin: 0 0 15px 0;
	line-height: 1;
}
.ratings{
	margin-bottom: 10px;
	line-height: 13px;
	/* display: none; */
}
.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")
}
.ratings .text-rating{
	color: #a5a5a5;
	font-size: 14px;
	/* font-family: 'Montserrat', sans-serif; */
	display: inline-block;
	width: 100%;
	text-align: center;
}
.ratings .rating-box div[class^="rating"]{
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;	
	height: 13px;
}
.image > a{
	display: block;
}
.image{
	/* margin-bottom: 10px; */
}
.image > a,
.image{
	position: relative;
}
.img-r{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.product-layout .product-caption{
	position: relative;
}
.product-layout:hover .img-r + img{
	opacity: 0;
}
.product-layout:hover .img-r{
	opacity: 1;
	z-index: 0;
}
.price-container{
	position: relative;
	margin-bottom: 15px;
}
.price span{
	/* display: block; */
}
.price{
	color: #444444;
	margin: 0;
	font-weight: 400;
	font-size: 15px;
	/* font-family: 'Montserrat', sans-serif; */
	line-height: 15px;
	min-height: 40px;
}
.price-tax{
	display: none !important;
}
.price-new{
}
.price-old{
	color: #cc1829;
	text-decoration: line-through;
	font-weight: 400;
	font-size: 13px;
	/* line-height: 20px; */
	margin-right: 3px;
}
/* product grid */
.product-customize .product-thumb .ratings .rating-box div[class^="rating"],
.product-grid .product-thumb .ratings .rating-box div[class^="rating"]{
	/* background-position: left; */
}
.product-customize .product-thumb .product-intro .actions-link2,
.product-grid .product-thumb .product-intro .actions-link2{
	float: left;
	margin-top: 3px;
}
.product-customize .product-thumb .product-intro .ratings,
.product-grid .product-thumb .product-intro .ratings{
	float: right;
	margin: 0;
}
.product-customize:hover .product-thumb .product-caption,
.product-grid:hover .product-thumb .product-caption{
	/* opacity: 0; */
}
.product-customize:hover .product-thumb .product-intro,
.product-grid:hover .product-thumb .product-intro{
	/* background: #fff; */
	/* z-index: 1; */
	/* opacity: 1; */
}
.product-customize .product-thumb .product-intro,
.product-grid .product-thumb .product-intro{
	/* padding: 10px 10px; */
	/* position: absolute; */
	/* top: 50%; */
	/* -webkit-transform: translateY(-50%); */
	/* -moz-transform: translateY(-50%); */
	/* -o-transform: translateY(-50%); */
	/* transform: translateY(-50%); */
	/* left: 0px; */
	/* right: 0px; */
	/* z-index: -1; */
	/* opacity: 0; */
}
.product-customize .product-thumb .product-inner,
.product-grid .product-thumb .product-inner{
	position: relative;
	text-align: center;
	padding: 10px;
	padding-bottom: 40px;
}
/* porudcut list */
.list-style:last-child{
	border: none;
	margin: 10px 0 0 !important;
}
.list-style{
	/* border-bottom: 1px solid rgba(0,0,0,.1); */
	margin: 10px 0 !important;
	padding: 0 !important;
	width: 100%;
	float: left
}
.list-style .ratings .rating-box div[class^="rating"]{
	background-position: left;
}
.list-style .actions-link{
	display: none;
}
.list-style .action-links{
	display: none;
}
.list-style .product-thumb{
	border: none !important;
	box-shadow: none !important;
}
.list-style .product-inner{
	width: 65%;
	float: left;
	padding: 0px 0 0 20px;
}
.list-style .product-name::before{
	left: 0;
	margin-left: 0;
}
/* .list-style .product-name a{ */
	/* line-height: 20px; */
/* } */
/* .list-style .product-name{ */
	/* margin-bottom: 10px; */
	/* font-size: 13px; */
	/* line-height: 20px; */
/* } */
.list-style .image{
	width: 35%;
	float: left;
	padding: 0;
}
.product-list .ratings{
	margin: 15px 0 10px;
}
.product-list .ratings .rating-box div[class^="rating"]{
	margin: 0;
}
.product-list .ratings .text-rating{
	vertical-align: bottom;
	display: inline-block;	
	font-size: 14px;
}
.product-list .rating-box div[class^="rating"]{
	background-position: left center;
}
.product-list .product-name::before{
	left: 0;
	margin-left: 0;
}
.list-style .price{
	/* margin: 0; */
	/* font-size: 18px; */
}
.list-style.product-layout:hover img{
	opacity: 1;
	visibility: visible;
}
.product-layout:hover img{
	opacity: 1;
	visibility: visible;
}
.list-style.product-layout:hover .img-r{
	opacity: 1 !important;
}
.list-style .actions-link2 .btn-cart,
.product-customize .actions-link2 .btn-wishlist,
.product-customize .actions-link2 .btn-compare{
	display: none;
}
/* module product */
.tt-product{
	clear: both;
}
.tt_tabsproduct_module .module-title h2{
	float: left;
}
.tab-heading{
	width: 100%;
}
.tab-heading li a{
	background: none !important;
	border-radius: 0;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.tab-heading li:hover,
.tab-heading li.active{
	background: #008dd2;
	border-color: #008dd2;
}
.tab-heading li.active a:hover,
.tab-heading li.active a:focus,
.tab-heading li:hover a,
.tab-heading li.active a{
	/* color: #008dd2; */
}
.tab-heading{
	background: #444349;
}
.tab-heading li{
	list-style: none;
	cursor: pointer;
	float: none;
	margin: 0 !important;
	padding: 10px;
	float: left;
	width: 16.6666666667%;
	/* font-family: 'Montserrat', sans-serif; */
	border-right: 1px solid rgba(255,255,255,.2);
	text-align: center;
}
.module-image:hover img{
	opacity: .8
}
.module-image{
	text-align: center;
}
.tt_tabsproduct_module{
	/* margin-bottom: 35px; */
}
.tt_product_module{
	/* margin-bottom: 30px; */
}
.mostviewed-products{
	/* margin-bottom: 55px; */
}
.bestseller-products .tt-product{
	margin: 0 auto;
}
.related-products{
	background: #eeeeee;
	padding: 80px 0;
}
.bestseller-products{
	background: #f7f7f7;
	padding: 1px 0 55px;
	margin-top: 45px;
}


.bestseller-products_top{
	background: #f7f7f7;
	padding: 1px 0 55px;
	margin-top: 60px;
}


.new-products{
	margin-bottom: 50px;
}
.tt_tabsproduct_module .module-title > button{
	float: right;
	margin-right: 87px;
	line-height: 1;
	display: block;
	height: 33px;
	width: 33px;
	padding: 0;
	margin-top: 1px;
	border: none;
}
/* responsive */
@media(min-width: 1025px){
	.tt_tabsproduct_module .module-title > button{
		/* display: none; */
	}	
}
@media(max-width: 1024px){
	.five-items .btn-cart{
		font-size: 12px;
	}
}
@media(max-width: 991px){
	.tab-heading li{
		width: 33.33333333%;
	}
}
@media(max-width: 768px){
	.bestseller-products .tt-product{
		padding: 0 15px;
	}
}
@media(min-width: 768px){
	.bestseller-products .tt-product{
		max-width: 750px;
	}
}
@media(min-width: 992px){
	.bestseller-products .tt-product{
		max-width: 970px;
	}
}
@media(min-width: 1200px){
	.bestseller-products .tt-product{
		max-width: 1170px;
	}
}
@media(max-width: 480px){
	.tab-heading li{
		width: 50%;
	}
	.tt_tabsproduct_module .module-title > button{
		margin-right: 0;
	}
	.tt_tabsproduct_module .module-title .tab-heading{
		/* right: 0; */
		/* margin-right: 50px; */
	}
}