html, body {
    touch-action: manipulation;
}
#agree_cookie_div {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #333333;
    z-index: 10000;
    color: #BEC4C8;
    padding: 20px 20px;
    text-align: center;
}

#agree_cookie_div.mobile {
    text-align: left;
}


#agree_cookie_div .agree_cookie_message {
    margin-right: 20px;
}

#agree_cookie_div .agree_cookie_btn {
    margin-top: 10px;
    margin-bottom: 5px;
}
            
/*panel-collapse collapse*/            
.ajax_container_povratne_linije {
    
    margin-bottom: 40px;
    margin-top: 10px;
}           


.accordion-wrapper:last-child {
    margin-bottom: 0px;
}


.color-tp {
    color: #fea116 !important;
}

.back-color-tp {
    color: white !important;
    background-color: #fea116 !important;
}


/*  load more lines  */

#more_lines_div .progress-bar {
    background-color: #13a66c;
}


.bootbox .modal-body {
    padding: 16px;
}

/*  cart */

.icon_cart_remove_item {
    color: #fea115;
    float: right;
    cursor: pointer;
}

/* korpa ikonica */
.cart_icon {
    font-size: 20px;
    color: #36a76c;
}

.cart_items_count {
    color: #36a76c;
}

/* korpa ikonica - na telefonu */
.navbar-collapse.show .cart_icon {
    color: white;
}

.navbar-collapse.show .cart_items_count {
    color: white;
}

/* preview kupovina u korpi */
.cart-item-header {
    background-color: #f7f9ff;
}

.cart-item-body {
    margin-bottom: 20px;
}

.empty-cart-div {
    padding-bottom: 40px;
}


.text-green {
    color: #36a76c !important;
}

.mobile-cart-container {
    position: absolute;
    top: 0px;
    right: 86px;
}

@media (max-width: 800px) {
    
    .logo a img {
        max-width: 142px;
    }

    .mobile-cart-container {
        right: 80px;
    }
}


.mobile-cart-container .cart_icon {
    font-size: 23px;
}

.mobile-cart-container .cart_items_count {
    margin-left: 5px;
}
button:disabled {
    background-color: gray;
    cursor: not-allowed;
}
