
.hit_prodaz_main  {
    width: 100% ;
    min-width: 990px;
    float: none;
    clear: both;
    min-height: 310px;
    max-height: 400px;

    -webkit-box-shadow: 7px 39px 98px -70px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 7px 39px 98px -70px rgba(0, 0, 0, 0.6);

    box-shadow:  7px 39px 98px -70px rgba(0, 0, 0, 0.6);



    margin: 0 0 30px 0px;
}
.hit_prodaz_main  h2 { margin: 0 auto;

                       /*  background-color: #565656;
                         color: transparent;
                         text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
                         -webkit-background-clip: text;
                         -moz-background-clip: text;
                         background-clip: text;*/

}
.hit_prodaz_main .hit_prodaz {
    float: left;
    overflow: hidden;
    height: 306px;
    width: 720px;
    
    width: calc(100% - 250px);
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
    .hit_prodaz_main .hit_prodaz {
        max-width: 844px;
        width: 721px;
    }
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1500px){
    .hit_prodaz_main .hit_prodaz {
        max-width: 961px;
        width: 961px;
    }
}


.hit_prodaz_main .hit_prodaz .main-catalog-top .item {
    float: left;
    width: 200px;
    min-height: 210px;
    margin: 26px 20px 27px 0;
    padding: 20px 0 0 20px;
}


.hit_prodaz_main .hit_prodaz .main-catalog-top .item:hover {

    -webkit-box-shadow: 0px 1px 19px -2px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 1px 19px -2px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 19px -2px rgba(50, 50, 50, 0.4);
}

.hit_prodaz_main .hit_prodaz .main-catalog-top .item .pic {

}

.hit_prodaz_main .hit_prodaz .main-catalog-top .item .name {
 width: 210px;
 height: 23px;
 overflow: hidden;
}
.hit_prodaz_main .hit_prodaz .main-catalog-top .item .name a {
    color: #0073a3;
    font-size: 14px;
}

.hit_prodaz_main .hit_prodaz .main-catalog-top .item .buy-button{
    float: left;
    margin: 20px 10px 0;
    padding: 6px 15px;
}
.hit_prodaz_main .hit_prodaz .main-catalog-top .item .subtitle {

}

.hit_prodaz_main .hit_prodaz .main-catalog-top .item .detail {

}

.hit_prodaz_main .hit_prodaz .main-catalog-top .item .root_price,
.hit_prodaz_main .hit_prodaz .main-catalog-top .item .old_price
{
    margin-top: 10px;
    font-size: 14px;
    color: #282828;
    font-weight: 500;
}

.hit_prodaz_main .hit_prodaz .main-catalog-top .item .old_price{
    text-decoration:  line-through;
    margin: 0px;
}
.hit_prodaz_main .hit_prodaz .main-catalog-top .item .new_price {
    color: red;
    margin: -2px;
    font-size: 16px;
    font-weight: bold;
}

.hit_prodaz_main .hit_prodaz .main-catalog-top .item .cost {

}