.thumbnails-list div{
    margin: 15px 0px 0px 0px;
}
.table.table-clear.table-predmet{
    display: block;
    overflow: hidden;
}
.table.table-clear.table-predmet td:first-child{
    width: 150px;
}
.table-kupi{
    background: #f4f4f4;
    border-radius: 7px;
    padding: 20px;
}
.table.table-predmet .input-group-addon{
    width: 150px;
    background: #ccc;
    border: 1px solid #aaa;
    font-weight: bold;
}
.how_to_buy{
    line-height: 2;
    font-size: 14px;
}
h1.predmet_heading {
    display: inline-block;
    margin-bottom: 0;
}
.line_through{
    text-decoration:line-through;
}
.alert{
    margin-bottom: 0;
}
.well{
    margin-bottom: 0;
}
.discount_info{
    margin-left: 10px;
    margin-bottom: 15px;
}
.alert-info{
    padding: 9px;
}
.popust10{
    background-image: url(/images/popust/popust_10.png);
    background-position: top right;
    background-repeat: no-repeat;  padding-right: 40px; 
}
.popust20{
    background-image: url(/images/popust/popust_20.png);
    background-position: top right;
    background-repeat: no-repeat;  padding-right: 40px; 
}
.popust30{
    background-image: url(/images/popust/popust_30.png);
    background-position: top right;
    background-repeat: no-repeat;  padding-right: 40px; 
}
.popust40{
    background-image: url(/images/popust/popust_40.png);
    background-position: top right;
    background-repeat: no-repeat;  padding-right: 40px; 
}
.popust50{
    background-image: url(/images/popust/popust_50.png);
    background-position: top right;
    background-repeat: no-repeat;  padding-right: 40px; 
}
.btn_buy{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.question_mark{
    position: absolute;
    top: 8px;
    margin-left: 3px;
}
.table.table-predmet .input-group-addon{
    background: #fff;
}
#scroll_top{
    border: 5px solid #ccc;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    font-size: 31px;
    color: #ccc;
    padding: 7px 5px 5px 8px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    background: #fff;
    z-index: 99;
}
.broj_pregleda{
    font-size: 14px;
}
.center_widget_title{
    text-align: center;
    color: #FF991F;
}
.widget_predmet_title{
    min-height: 40px;
    font-size: 14px;
}
.widget_link{
    text-decoration: none;
}
.widget_more a {
    background-color: #f5f5f5;
    margin-top: 60px;
    display: block;
    line-height: 40px;
    text-align: center;
}
.privatna_lista{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.javna_lista{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.predmet_details {
    max-width: 450px;
    position: relative;
}
.prodavac-box {
    position: absolute;
    right: -219px;
    top: 0;
}
.table.table-clear td {
    border: medium none;
    padding-left: 0;
}

/**************************************
        START / RESPONSIVE
***************************************/

@media screen and (max-width: 1389px){
    .predmet_details_holder {
        padding-left: 0;
    }
    .predmet_details {
        max-width: 350px;
    }
    .prodavac-box {
        right: -220px;
        max-width: 250px;
        min-width: 225px;
    }
}

@media screen and (max-width: 1191px){
    .predmet_details {
        max-width: 460px;
    }
    .prodavac-box {
        left: -375px;
        max-width: none;
        position: relative;
        width: calc(100% + 405px);
    }
    .pozicija_233 {
        display: none;
    }
    .pozicija_230 {
        float: none;
        margin: 10px auto;
    }
}
@media (max-width: 767px) {
    .predmet_details_holder {
        padding-left: 15px;
    }
    .predmet_details {
        max-width: 100%;
    }
    .prodavac-box {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0;
    }
    .widget_predmet_title {
        font-size: 12px;
        font-weight: normal;
        max-height: 40px;
        overflow: hidden;
    }
    .widget_more a {
        margin-top: 20px;
    }
    .pozicija_230 {
        float: none;
        margin: 10px auto;
    }
    .img-responsive.img-thumbnail {
        margin: 0 auto;
    }
    .carousel-indicators {
        display: none;
    }
    #predmet-carousel {
        margin-top: 15px;
    }
}
@media (max-width: 744px) {
    .pozicija_233 {
        margin-left: -15px;
    }
}
@media (max-width: 728px) {
    .pozicija_233 {
        display: none;
    }
}
@media (max-width: 345px) {
    .btn_padding{
        padding: 5px 2px;
    }
    .widget_predmet_title {
        font-size: 11px;
    }
}
