.horizontal_slider.white{
    position: relative;
}

.white .carousel-content a .name{
    display:block;
    margin-bottom: 0px;
    text-decoration: none;
    color:#333333;
    font-weight: normal;
}

.big_slider.white .price_container{
    z-index: 3;
    display: inline-block;
    text-align: center;
}

.big_slider.white .price_container span.price{
    display:block;
    background-color: #F18200;
    color:#ffffff;
    font-weight: bold;
    line-height: 34px;
    height:34px;
    padding: 0px 5px 0px 10px;
}

.big_slider.white .price_container span.price_right{
    float: right;
    display: block;
    margin-left: -1px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #F18200;
}

.big_slider.white .slide-item{
    position: relative;
    display: table;
    height: 224px;
}

.white .carousel-content .price_container {
    z-index: 2;
    display: block;
	margin-bottom: 15px;
}

.white .carousel-content .price_container span.price, .white.extended .carousel-content .products-block:hover .price_container span.price{
    color: #b4923c;
    display: block;
	font-size: 18px;
    font-weight: 500;
    height: 18px;
    line-height: 18px;
    padding: 0 0;
}

.white .carousel-content .price_container span.price_right, .white.extended .carousel-content .products-block:hover .price_container span.price_right{
    border-bottom: 9px solid rgba(0, 0, 0, 0);
    border-left: 9px solid #C4C4C4;
    border-top: 9px solid rgba(0, 0, 0, 0);
    display: none;
    float: right;
    height: 0;
    width: 0;
}

.white .carousel-content a img{
    border: none;
}

.white .carousel-content .slide-item{
    background-color: #fff;
}

.white .carousel-content .slide-item .btn-cart{
    margin-bottom:10px;    
}

#big_slider.white .carousel-content .slide-item .btn-cart{
    padding-bottom: 0px !important;
}

.white .carousel-content div.slide-item:hover, .white .carousel-content div.slide-item.active{
    background-color: #ffffff;
}

.dark .carousel-content div.slide-item:hover a .name{
    color: #333333;
}

.white .carousel-content .slide-item  a{
    display:block;
    text-decoration: none;
    position: relative;	
}
.white .carousel-content .slide-item a:hover{
	text-decoration: none;
}

.white .carousel-content a:hover .price_container span.price, .white .carousel-content a.active .price_container span.price, .white.carousel .carousel-content div.slide-item:hover .price_container span.price{
   /* background-color: #F18200;
    color:#fff;*/
}

.white .carousel-content a.active .price_container span.price{
    background-color: #F18200 !important;
    color:#fff!important;
}

.white .carousel-content a.active .price_container span.price_right{
    /*border-bottom: 9px solid rgba(0, 0, 0, 0);
    border-left: 9px solid #F18200 !important;
    border-top: 9px solid rgba(0, 0, 0, 0);*/
}

.white .carousel-content a:hover .price_container span.price_right, .white .carousel-content a.active .price_container span.price_right, .white.carousel .carousel-content div.slide-item:hover .price_container span.price_right{
    /*border-bottom: 9px solid rgba(0, 0, 0, 0);
    border-left: 9px solid #F18200;
    border-top: 9px solid rgba(0, 0, 0, 0);*/
}

.white a.carousel-control.prev,
.white a.carousel-control.next {
	text-decoration: none;
    background-color: none;
    border: none;
	float: left;
    font-size: 32px;
    height: 48px;
	color: rgba(0,0,0,.2);
	line-height: 50px;
    margin-top: -21px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 48px;
	z-index: 9;
}
.white a.carousel-control.prev {
    left: 0;    
}

.white a.carousel-control.next {    
    right: 0;
}

.white a.carousel-control:hover {    
	color: #ecc66a;
}

.vertical_slider.white {
    text-align: center;
}

.vertical_slider.white .carousel-control.prev {
    position: inherit;
    float:none;
    display: block;
    line-height:30px;
    margin: 0px 0px;
    width:auto;
}

.vertical_slider.white .carousel-control.next{
    position: inherit;
    float:none;
    display: block;
    line-height:34px;
    margin: 0px 0px;
    width:auto;
}

.white .carousel-content span.new{
    background: #990000; /* Old browsers */
    background: -moz-linear-gradient(left,  #990000 0%, #ed1300 50%, #990000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#990000), color-stop(50%,#ed1300), color-stop(100%,#990000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #990000 0%,#ed1300 50%,#990000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #990000 0%,#ed1300 50%,#990000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #990000 0%,#ed1300 50%,#990000 100%); /* IE10+ */
    background: linear-gradient(to right,  #990000 0%,#ed1300 50%,#990000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#990000',GradientType=1 ); /* IE6-9 */
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    padding: 1px 4px;
    position: absolute;
    right: -30px;
    text-align: center;
    text-transform: uppercase;
    top: 15px;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    width: 101px;
}

.big_slider.white .carousel-content .new_container{
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    box-sizing: content-box;
}

.big_slider.white .carousel-content span.new{
    font-size: 21px;
    box-sizing: content-box;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 40px;
    bottom: -10px;
    top: auto;
    height: 70px;
    right: -53px;
    width: 141px;
}

.big_slider.white{
    background: #fff;

}

.big_slider.white .slide-item{
    background: none !important;
}

.big_slider.white .carousel-content a.product-image{
    display:table-cell;
    /*float: left;*/
    width:43%;
    padding: 10px 0px;
    vertical-align: middle;
}

.big_slider.white .carousel-content a.product-image img{
    width:90%;
}

.big_slider.white .carousel-content .content-info{
    display:table-cell;
    vertical-align: middle;
    width:57%;
    text-align: left;
    padding: 10px 5px 10px 0px;
}

.big_slider.white a.product-image:hover{
    background: none;
}

.big_slider.white .price-box p, .big_slider.white .special-price .price-label, .big_slider.white .special-price .price{    
    margin: 0;
}

.big_slider.white .description{
    height:78px;
    overflow: auto;
    margin-bottom: 2px;
}

.white a.control-dead, .white a.carousel-control.carousel-disabled{ opacity: 1!important; }

.horizontal_slider.white .carousel-wrapper{
    /* border-left: 1px solid #C0C0C0; */
}

.vertical_slider.white .carousel-wrapper{ }
.horizontal_slider{ margin-bottom: 25px; }
/* New Theme CSS */
.product-carousel {
	padding: 0 50px;
}
.white a.carousel-control.prev {
	left: -50px;
}
.white a.carousel-control.next {
	right: -50px;
}
.horizontal_slider.white .carousel-wrapper .carousel-content {
	margin: 0 auto;
}
.horizontal_slider.white .carousel-wrapper,
.horizontal_slider.white .carousel-wrapper .carousel-content,
.white .carousel-content .slide-item {
	height: auto!important;
}
.white .carousel-content .slide-item .products-block {
	background: #fff;
	padding: 20px;
	margin: 15px;
	position: relative;	
}
@media (min-width: 768px){
	.white .carousel-content .slide-item .products-block:hover{
		background: #fff;
		-webkit-box-shadow: 0px 5px 15px rgba(228,228,228,0.9);
		-moz-box-shadow: 0px 5px 15px rgba(228,228,228,0.9);
		box-shadow: 0px 5px 15px rgba(228,228,228,0.9);
	}
}
.horizontal_slider .image_container {
	text-align: center;
	margin-bottom: 20px;
}

.white .carousel-content .name {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #6d6d6d;
	text-transform: inherit;
	min-height: 60px;
	margin-bottom: 5px;
	letter-spacing: 0.5px;	
	text-align: left;
}

.white .carousel-content a:hover .name{
	color: #c2a555;
}
.white .carousel-content .products-block .quickview {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	padding: 10px 20px;
	background: #000;
	color: #ffffff;
	letter-spacing: 0.3px;
	font-size: 13px;
}
.white .carousel-content .products-block .wishlist {
	position: absolute;
	left: 0;
	bottom: 13px;
	display: inline-block;
	padding: 10px 15px;
	background: #fff;
	color: #888888;
}
.white .carousel-content .products-block .quickview:hover {
	background: #ecc66a;
	color: #000;
}
.white .carousel-content .products-block .wishlist:hover {
	background: #888888;
	color: #fff;
}
.white .carousel-content .products-block .quickview,
.white .carousel-content .products-block .wishlist,
.white .carousel-content .products-block .btn-cart {
	opacity: 0;
}
.white .carousel-content .products-block:hover .quickview,
.white .carousel-content .products-block:hover .wishlist,
.white .carousel-content .products-block:hover .btn-cart {
	opacity: 1;
}
@media (max-width: 767px){
	.white .carousel-content .products-block .quickview, .white .carousel-content .products-block .wishlist, .white .carousel-content .products-block .btn-cart {
		opacity: 1;
	}
	.products-block .amquickview-hover { display: none!important; opacity: 0!important; }
	.white .carousel-content .slide-item .products-block button.btn-cart {
		font-size: 16px;
	}
	.white .carousel-content .slide-item .products-block {
		padding: 15px 5px;
		margin: 0;
	}
}
@media (max-width: 767px){
	.product-carousel {
		padding: 0;
	}
	.white a.carousel-control.prev,
	.white a.carousel-control.next {
		background: rgba(255,255,255,.7);
	}
	.white a.carousel-control.prev {
		left: 0;
	}
	.white a.carousel-control.next {
		right: 0;
	}
	.white a.carousel-control.prev em,
	.white a.carousel-control.next em {
		font-size: 24px;
	}
}