.icon16.star-empty:before, .icon16.star-hover:before, .icon24.star-empty:before, .icon32.star-empty:before {
    content: "\f005";
}
.star-empty {
    color: #CACACA !important;
}
.star-hover {
    color: #D13838 !important;
}
i.icon16 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#reviews-rate i.icon16.star-empty, #reviews-rate i.icon16.star-hover {
    text-indent: inherit;
}
.products_view_compact .autobadge-pl {
    margin-right: 100px!important;
    margin-top: -20px!important;
}
#homeslider_products.stacked .product .image {
    width: 60%;
}
#homeslider_products .product .image .img_middle {
    max-width: 100%;
}
.banner {
    margin-bottom: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #cccccc;
    background-position: center;
}
.banner .slide_text {
    height: 310px;
}
.banner.title {
    font-size: 24px;
    text-align: center;
    padding-top: 50px;
    text-shadow: 1px 1px 3px #000;
}
.banner.text {
    text-align: center;
    text-shadow: 1px 1px 2px #000;
}
.in {
    height: 100%;
    position: relative;
}
.banner.countdown {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

@media (min-width: 1200px) {
#header .col.col-md-3.col-xs-6.h_search {
    width: 33%;
}
#header .col.col-md-3.col-sm-4.col-xs-6.h_contacts {
    width: 20%;
}
#header .row .h_contacts .in {
    margin-left: 10px;
    margin-right: 10px;
}
}

@media (max-width: 600px) {
.banner .slide_text {
    height: 125px;
}
}