:root{
    --logo-crvena:#ed1b2f;
}

.tf-section{
    padding: 60px 0 !important;
}
.copyright a{
    font-size: 14px;
    color: var(--logo-crvena);
}
.copyright a:hover{
    color: #fff;
}

.qty::-webkit-inner-spin-button,
.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty {
    -moz-appearance: textfield;
    width: 40px !important;
    padding: 4px 10px 4px 10px !important;
    /*padding-right: 10px !important;*/
}

.qtyHolder{
    width: auto;
}

.addToCart svg{
    margin-top: -5px;
    margin-right: 7px;
}

.tf-icon-box .icon svg {
    width: 50px;
    fill: var(--logo-crvena);
}

.specifications-wrap .specifications {
    background-color: rgb(0 0 0 / 49%);
    /* border-radius: 16px; */
    padding: 20px;
    width: 190px;
}

.flat-blog-grid .box .content > p,
.blog-article-item.style2 .content > p,
.blog-article-item .content > p{
    -webkit-line-clamp: none;

    line-height: 24px;
    /*text-align: justify;*/
}

.usporedba-btn{
    padding: 6px 12px;
    border-radius: 99px;
}

.usporedba-alert-info {
    --bd-callout-color: var(--bs-info-text-emphasis);
    --bd-callout-bg: var(--bs-info-bg-subtle);
    --bd-callout-border: var(--bs-info-border-subtle);
}

.usporedba-alert {
    --bs-link-color-rgb: var(--bd-callout-link);
    --bs-code-color: var(--bd-callout-code-color);
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--bd-callout-color, inherit);
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: .25rem solid var(--bd-callout-border, var(--bs-gray-300));
}

.gdpr{
    font-size: 14px;
    padding: 15px;
}
.gdpr a{
    text-decoration: underline;
}

.slider.home7 .slider-item .content .po-content {
    width: fit-content;
}

.blog-article-item.style1 .images {
    height: fit-content;
}

.tekst-ds{
    text-shadow: 2px 2px #00000029;
    /*color: #fff;*/
}
.tekst-ds p{
    color: #fff !important;
}

.wrap-single-compare .header-compare .box-car-list {
    width: calc(49.9999% - 30px);
    margin-left: 30px;
}

.video-wrapper {
    width: 100%;
}

.video-wrapper iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}