#tm-products-slider {
	clear:both;
	position: relative;
	margin-bottom: 20px;
	min-height: 340px;
	display: none;
}
#tm-products-slider .bx-wrapper {
	margin:0 auto;	
}
#tm-products-slider .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
#product-slider {
	margin:0;
	max-height: 400px;
	padding:0;
}
#product-slider li {
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
	padding: 0;
	position: relative;
}
#product-slider li .slide-info{
	text-align: right;
	padding-right: 42px;
}
#product-slider li .slide-image{
	display: block;
	padding: 0;
	padding-left: 0;
	padding-right: 0;
}
#product-slider li .slide-image img{
	max-width: 100%;
	height: auto;
}
#product-slider li .slider-label{
	background: #d20000;
	width: 170px;
	height: 170px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: -85px;
	top:-85px;
	text-align: left;
	z-index: 99;
}
#product-slider li .slider-label-inset{
	position: absolute;
	bottom: -10px;
	left: 12%;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	width: 120px;
	height: 60px;
	text-align: center;
}
#product-slider li .product-name {
	margin:0 -4px 7px 0;
	padding: 30px 0 0 3px;
	font-size: 26px;
	font-weight: 300;
	color: #6a6d85;
	line-height: 40px;
	text-transform: uppercase;
}
#product-slider li .slide-description{
	margin-bottom: 20px;
}
#product-slider li div.product-price {
	padding-bottom: 49px;
}
#product-slider li .product-price {
	font-size: 40px;
	line-height: 1.2em;
	margin: 0 0 3px 0;
	color: #333;
	display: block;
	font-weight: 400;
}
#product-slider li .product-price.new-product-price{
	color: #d20000;
}
#product-slider li .old-product-price {
	text-decoration:line-through;
	color:#333333;
	font-size: 16px;
	font-weight: 400;
	display: block;
}

#product-slider li .product-price-reduction {
	color:#f00;
	border:1px solid #f00;
	display:inline-block;
	padding:2px 3px;
	font-style:italic;
}

#product-slider li .product-features {
	background:#fff;
	border:1px solid #ccc;
	width:300px;
	padding:10px;
	margin-bottom:10px;
}
#product-slider li .ajax_add_to_cart_button.btn{
	background: none;
	border: 2px solid #6a6d85;
	padding: 13px 23px 15px;
	color: #6a6d85;
	font-size: 17px;
	line-height: 1.2em;
	vertical-align: middle;
	font-weight: normal;
	text-transform: uppercase;
}
#product-slider li .ajax_add_to_cart_button.btn:before{
	display: none;
}
#product-slider li .ajax_add_to_cart_button.btn:hover{
	border-color: #d20000;
	color: #d20000;
}
#product-slider li .product-features small {
	display:block;
	padding-bottom:5px;
}
#tm-products-slider .bx-pager {
	overflow:hidden;
	border:1px solid #ccc;
	float:left;
	margin-right:5px;	
}
#tm-products-slider .bx-pager-item {
	float:left;	
}
#tm-products-slider .bx-pager-link {
	float:left;
	display:block;
	padding:0;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
}
#tm-products-slider .bx-pager-link.active, #tm-products-slider .bx-pager-link:hover {
	color:#fff;
	background:#333;	
}
#tm-products-slider .bx-controls-auto,
#tm-products-slider .bx-controls-auto-item {
	float:left;
		
}
#tm-products-slider .bx-controls-auto-item a {
	display:block;
	width:22px;
	height:22px;
	text-align:center;
}
#tm-products-slider .bx-controls-auto-item a:before {
	font-family:'FontAwesome';	
}
#tm-products-slider .bx-controls-auto-item a.bx-start:before {
	content:'\f04b';	
}
#tm-products-slider .bx-controls-auto-item a.bx-stop:before {
	content:'\f04c';
}
#tm-products-slider .bx-controls-auto-item a.active {
	color:#333;	
}
#tm-products-slider .bx-controls-direction a {
	display: inline-block;
	color: #888888;
	font-size: 24px;
	width: 32px;
	line-height: 32px;
	text-align: center;
}
#tm-products-slider .bx-controls-direction a.bx-prev,
#tm-products-slider .bx-controls-direction a.bx-next{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	top: 50%;
	z-index: 50;
}
#tm-products-slider .bx-controls-direction a.bx-prev{
	left: -29px;
	margin-top: -7px;
}
#tm-products-slider .bx-controls-direction a.bx-next{
	right: -29px;
	margin-top: -7px;
}
#tm-products-slider .bx-controls-direction a.bx-prev:before {
	content:'\f104';
	font-family:'FontAwesome';
	vertical-align: 1px;
}
#tm-products-slider .bx-controls-direction a.bx-next:before {
	content:'\f105';
	font-family:'FontAwesome';
	vertical-align: 1px;
}
#tm-products-slider .bx-controls-direction a:hover {
	color: #6a6d85;
}
@media (min-width: 1230px){
	#tm-products-slider .bx-controls-direction a.bx-prev:hover {
		left: -31px;
	}
	#tm-products-slider .bx-controls-direction a.bx-next:hover {
		right: -31px;
	}
}
@media (max-width: 1230px){
	#tm-products-slider .bx-controls-direction a.bx-prev,
	#tm-products-slider .bx-controls-direction a.bx-prev:hover{
		left: 0;
	}
	#tm-products-slider .bx-controls-direction a.bx-next,
	#tm-products-slider .bx-controls-direction a.bx-next:hover{
		right: 0;
	}
}


#htmlcontent_top .bx-controls-direction a {
	display: inline-block;
	color: #888888;
	font-size: 100px;
	width: 40px;
	line-height: 56px;
	text-align: center;
}
#htmlcontent_top .bx-controls-direction a.bx-prev,
#htmlcontent_top .bx-controls-direction a.bx-next{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	top: 50%;
	z-index: 50;
}
#htmlcontent_top .bx-controls-direction a.bx-prev{
	left: -50px;
	margin-top: -32px;
}
#htmlcontent_top .bx-controls-direction a.bx-next{
	right: -50px;
	margin-top: -32px;
}
#htmlcontent_top .bx-controls-direction a.bx-prev:before {
	content:'\f104';
	font-family:'FontAwesome';
	vertical-align: 1px;
	color: #f17b00;
}
#htmlcontent_top .bx-controls-direction a.bx-next:before {
	content:'\f105';
	font-family:'FontAwesome';
	vertical-align: 1px;
	color: #f17b00;
}
#htmlcontent_top .bx-controls-direction a:hover {
	color: #6a6d85;
}
@media (min-width: 1230px){
	#htmlcontent_top .bx-controls-direction a.bx-prev:hover {
		left: -55px;
	}
	#htmlcontent_top .bx-controls-direction a.bx-next:hover {
		right: -55px;
	}
}
@media (max-width: 1230px){
	#htmlcontent_top .bx-controls-direction a.bx-prev,
	#htmlcontent_top .bx-controls-direction a.bx-prev:hover{
		left: 0;
	}
	#htmlcontent_top .bx-controls-direction a.bx-next,
	#htmlcontent_top .bx-controls-direction a.bx-next:hover{
		right: 0;
	}
}


#homepage-blog #sert_slid .bx-controls-direction a {
	display: inline-block;
	color: #888888;
	font-size: 65px;
	width: 26px;
	line-height: 42px;
	text-align: center;
}
#homepage-blog #sert_slid .bx-controls-direction a.bx-prev,
#homepage-blog #sert_slid .bx-controls-direction a.bx-next{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	top: 50%;
	z-index: 50;
}
#homepage-blog #sert_slid .bx-wrapper {
	position: relative;
	margin: 0!important;
}

#homepage-blog #sert_slid .bx-controls-direction a.bx-prev{
	left: -50px;
	margin-top: -22px;
}
#homepage-blog #sert_slid .bx-controls-direction a.bx-next{
	right: -20px;
	margin-top: -22px;
}
#homepage-blog #sert_slid .bx-controls-direction a.bx-prev:before {
	content:'\f104';
	font-family:'FontAwesome';
	vertical-align: 1px;
	color: #f17b00;
}
#homepage-blog #sert_slid .bx-controls-direction a.bx-next:before {
	content:'\f105';
	font-family:'FontAwesome';
	vertical-align: 1px;
	color: #f17b00;
}
#homepage-blog #sert_slid .bx-controls-direction a:hover {
	color: #6a6d85;
}
@media (min-width: 1230px){
	#homepage-blog #sert_slid .bx-controls-direction a.bx-prev:hover {
		left: -55px;
	}
	#homepage-blog #sert_slid .bx-controls-direction a.bx-next:hover {
		right: -25px;
	}
}
@media (max-width: 1230px){
	#homepage-blog #sert_slid .bx-controls-direction a.bx-prev,
	#homepage-blog #sert_slid .bx-controls-direction a.bx-prev:hover{
		left: 0;
	}
	#homepage-blog #sert_slid .bx-controls-direction a.bx-next,
	#homepage-blog #sert_slid .bx-controls-direction a.bx-next:hover{
		right: 0;
	}
}

#homepage-blog {
	position: relative;
}
#homepage-blog .bx-wrapper li {
	width: 585px!important;
	clear: none!important;
	float: left!important;
}
#homepage-blog #sert_slid .bx-wrapper {
    max-width: 200px!important;
}
#homepage-blog #sert_slid .bx-wrapper li {
	width: 200px!important;
	clear: none!important;
	float: left!important;
}
#homepage-blog .bx-wrapper {
	max-width: none!important;
}
#homepage-blog .bx-wrapper ul {/* width: 100%!important; */}
#homepage-blog .bx-controls-direction a {
	display: inline-block;
	color: #888888;
	font-size: 100px;
	width: 40px;
	line-height: 56px;
	text-align: center;
}
#homepage-blog .bx-controls-direction a.bx-prev,
#homepage-blog .bx-controls-direction a.bx-next{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	top: 50%;
	z-index: 50;
}
#homepage-blog .bx-controls-direction a.bx-prev{
	left: -50px;
	margin-top: -32px;
}
#homepage-blog .bx-controls-direction a.bx-next{
	right: -50px;
	margin-top: -32px;
}
#homepage-blog .bx-controls-direction a.bx-prev:before {
	content:'\f104';
	font-family:'FontAwesome';
	vertical-align: 1px;
	color: #f17b00;
}
#homepage-blog .bx-controls-direction a.bx-next:before {
	content:'\f105';
	font-family:'FontAwesome';
	vertical-align: 1px;
	color: #f17b00;
}
#homepage-blog .bx-controls-direction a:hover {
	color: #6a6d85;
}
@media (min-width: 1230px){
	#homepage-blog .bx-controls-direction a.bx-prev:hover {
		left: -55px;
	}
	#homepage-blog .bx-controls-direction a.bx-next:hover {
		right: -55px;
	}
}
@media (max-width: 1230px){
	#homepage-blog .bx-controls-direction a.bx-prev,
	#homepage-blog .bx-controls-direction a.bx-prev:hover{
		left: 0;
	}
	#homepage-blog .bx-controls-direction a.bx-next,
	#homepage-blog .bx-controls-direction a.bx-next:hover{
		right: 0;
	}
}

@media (max-width: 1199px){
	#product-slider li .slide-image {
		padding-left: 0;
	}
	#product-slider li .product-name {
		font-size: 19px;
		line-height: 30px;
	}
	#product-slider li .product-price.new-product-price{
		font-size: 30px;
	}
	#product-slider li .slide-info{
		padding-bottom: 30px;
	}
	#product-slider li .ajax_add_to_cart_button.btn{
		font-size: 16px;
	}
	#product-slider li div.product-price {
		padding-bottom: 35px;
	}
	#tm-products-slider {
		min-height: 340px;
	}
}
@media (max-width: 991px) {
	#product-slider li .product-name {
		font-size: 14px;
		line-height: 24px;
	}
	#product-slider li .slide-image {
		padding-left: 0px;
	}
	#product-slider li .product-price.new-product-price{
		font-size: 25px;
	}
	#product-slider li .old-product-price{
		font-size: 14px;
	}
	#product-slider li div.product-price {
		padding-bottom: 20px;
	}
	#product-slider li .ajax_add_to_cart_button.btn{
		font-size: 14px;
		 padding: 11px 18px 12px;
	}
	#tm-products-slider {
		min-height: 95px;
	}
}
@media (max-width: 768px) {
	#product-slider li .slide-image {
		padding: 0;
	}
	#product-slider li .slide-info{
		padding-bottom: 0;
	}
	#tm-products-slider .bx-controls{
		top: inherit;
		bottom: 10px;
	}
	#product-slider li{
		padding-bottom: 0;
	}
	#tm-products-slider .bx-controls-direction a.bx-next{
		float: none;
	}
	#product-slider li .product-name {
		padding-top: 20px;
	}
}