.horizontal_slider.white{
    position: relative;
}

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

.big_slider.white .price_container{
    position: absolute;
    left:0;
    top:25px;
    z-index: 3;
}

.big_slider.white .price_container span.price{
    display:block;
    float: left;
    background-color: #F18200 !important;
    /*box-shadow: 10px 10px 25px #bbbbbb;*/
    color:#ffffff !important;
    font-size: 19px !important;
    font-weight: bold;
    line-height: 34px!important;
    height:34px !important;
    padding: 0px 5px 0px 10px;
}

.big_slider.white .price-box{
    margin: 0 !important;
}

.big_slider.white .price-label{
    line-height: 38px !important;
}

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

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

.white .carousel-content a .price_container {
    left: 0;
    position: absolute;
    top: 13px;
    z-index: 2;
}

.white .carousel-content a .price_container span.price, .white.extended .carousel-content a:hover .price_container span.price{
    background-color: #c4c4c4;
    color: #383838;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    padding: 0 5px 0 5px;
}

.white .carousel-content a .price_container span.price_right, .white.extended .carousel-content a: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: block;
    float: right;
    height: 0;
    width: 0;
}

.white .carousel-content a img{
    border: 1px solid #C0C0C0;
}

.white .carousel-content .slide-item{
    /*-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;*/
    border: 1px solid #C0C0C0;
    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-align: center;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    position: relative;
}


.white .carousel-content .slide-item>a:hover{
    background-color:#eee;
}

.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{
    text-decoration: none;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    float: left;
    font-size: 32px;
    height: 30px;
    left: 0;
    color:#999999;
    line-height: 26px;
    margin-top: -15px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 9;
}

.white a.carousel-control.next{
    text-decoration: none;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    float: left;
    font-size: 32px;
    height: 30px;
    right: 0;
    color:#999999;
    line-height: 26px;
    margin-top: -15px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 9;
}

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

.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;
    /*float: left;*/
    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{
    font-size: 12px !important;
    margin: 0;
}

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

.white a.control-dead, .white a.carousel-control.carousel-disabled{
    opacity: 0.7;
}

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

.vertical_slider.white .carousel-wrapper{
    border-top: 1px solid #C0C0C0;
}