:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 15px;
	--wd-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Exo", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,79,147);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
html .post.wd-post:not(.blog-design-small) .wd-entities-title {
	font-size: 18px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

@font-face {
	font-family: "icomoon-Ultimate";
	src: url("//techmall.hr/wp-content/uploads/2023/02/icomoon.woff") format("woff");
	font-weight: 400;
	font-display:swap;
	font-style: normal;
}

.summary-inner .product_meta {
    display: none !important;
}

#installments-modal {
    display: none; /* Skriva modal dok se ne otvori */
    position: fixed;
    z-index: 1000; /* Postaraj se da modal bude iznad svih elemenata */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Poluprozirna pozadina */
}

.modal-content {
    background-color: #fff;
    margin: 10% auto; /* Centriranje na ekranu */
    padding: 20px;
    border-radius: 8px;
    width: 90%; /* Širina za mobilne uređaje */
    max-width: 500px;
}

#installments-modal-close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

#installments-modal-close:hover {
    color: red;
}

.wd-accordion-title.wd-opener-pos-right {
    display: none;
}

sup {
    top: -.6em;
    font-size: 55%;
}

.wd-nav-tabs-wrapper {
    margin-bottom: 10px;
    display: none;
}

#style svg {
    width: 16px;
    height: 16px;
    padding-right: 4px;
}

.set-mb-l {
    --margin-bottom: 0px !important;
}

.btn.btn-color-black {
    background-color: #FFA500;
    color: #333;
}

.btn.btn-color-black:hover {
    color: #333;
    box-shadow: inset 0 0 200px rgba(0,0,0,0.1);
}

.searchform[class*="wd-style-with-bg"] .searchsubmit {
    color: #333;
    background-color: #FFA500;
}

.searchform[class*="wd-style-with-bg"] .searchsubmit:hover {
    color: #333;
    box-shadow: inset 0 0 200px rgba(0,0,0,0.1);
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #eee;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.styled {
    padding: 17px 40px;
    text-transform: none !important;
    margin: 0px !important;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #C9221B;
    line-height: 24px;
}

.styled:hover {
    background-color: #b51f18;
    color: #fff;
}

.whb-general-header {
    background: linear-gradient(315deg, #0078B4 0%, #0050A0 100%) !important;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.whb-header-bottom {
    background: linear-gradient(315deg, #006aa1 0%, #00478f 100%);
}

.cookies-buttons .cookies-accept-btn {
    color: #333;
    background-color: #FFA500;
}

.comment-form .submit {
    color: #333;
    background-color: #FFA500;
}

.comment-form .submit:hover {
    color: #333;
    background-color: #d3af43;
}
    
.cookies-buttons .cookies-accept-btn:hover {
    color: #333;
    background-color: #d3af43;
}

.widget {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 0px solid rgba(119,119,119,.2);
}

.prdctfltr_wc .prdctfltr_buttons {
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0 0px 0px;
}

.pf_rngstyle_modern .irs-from, .pf_rngstyle_modern .irs-to, .pf_rngstyle_modern .irs-single {
    background: #024385 !important;
}

.pf_rngstyle_modern .irs-from::after, .pf_rngstyle_modern .irs-to::after, .pf_rngstyle_modern .irs-single::after {
    border-top-color: #024385 !important;
}

.product-image-summary .single_add_to_cart_button {
    font-size: 18px;
    height: 60px;
    width: 70%;
}

.product-image-summary .cart {
    margin-bottom: 0px;
}

div.quantity input[type="button"] {
    height: 60px;
}

div.quantity input[type="number"] {
    height: 60px;
}

.wd-action-btn.wd-style-text > a {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
}

.wd-action-btn.wd-style-text > a::before {
    color: #024385;
}

.btn-style-link.btn-color-primary {
    color: #333;
    border-color: #FFA500 !important;
}

.bg-icon-user::before {
    font: 17px/14px 'IcoMoon-Ultimate';
    content: "\eb08";
    color: #fff;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-post-loop .entry-title a:hover {
    color: #FFA500;
}

.btn-read-more.more-link {
    background-color: #FFA500;
    padding: 20px;
    color: #333;
}

.read-more-section a:hover {
    background-color: #ffd26c !important;
    padding: 20px;
    color: #333 !important;
}

.woodmart-post-date {
    display: none;
}

.bg-icon-user {
    position: relative;
    padding: 0 0 0 25px;
    color: #fff;
}

.bg-icon-mejl::before {
    font: 17px/14px 'IcoMoon-Ultimate';
    content: "\ea32";
    color: #FFA500;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
}

.bg-icon-dostava::before {
    font: 20px/19px 'IcoMoon-Ultimate';
    content: "\ec0f";
    color: #024385;
    background: none;
    position: absolute;
    left: 0;
    top: 12px;
}

.bg-icon-dostava {
    padding-left: 25px;
    font-weight: 400;
}

.bg-icon-dostava2 {
    padding-left: 25px;
}

.bg-icon-povrat::before {
    font: 20px/19px 'IcoMoon-Ultimate';
    content: "\ec1b";
    color: #024385;
    background: none;
    position: absolute;
    left: 0;
}

.bg-icon-povrat {
    padding-left: 25px;
    font-weight: 400;
}

.bg-icon-povrat2 {
    padding-left: 23px;
}

.bg-icon-placanja::before {
    font: 20px/19px 'IcoMoon-Ultimate';
    content: "\ea15";
    color: #024385;
    background: none;
    position: absolute;
    left: 0;
}

.bg-icon-placanja {
    padding-left: 25px;
    font-weight: 400;
}

.bg-icon-placanja2 {
    padding-left: 21px;
}

.bg-icon-mejl {
    position: relative;
    padding: 0 0 0 25px;
    color: #fff;
}

.amount {
    color: #c00c00;
}

.bg-icon-fejs::before {
    font: 17px/14px 'IcoMoon-Ultimate';
    content: "\eeef";
    color: #fff;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
}

.bg-icon-fejs {
    position: relative;
    color: #fff;
    padding: 0 0 0 25px;
}

.bg-icon-instagram::before {
    font: 17px/14px 'IcoMoon-Ultimate';
    content: "\eef1";
    color: #fff;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
}

.bg-icon-instagram {
    position: relative;
    color: #fff;
    padding: 0 0 0 25px;
}

.bg-icon-telefon::before {
    font: 17px/14px 'IcoMoon-Ultimate';
    content: "\ea1f";
    color: #FFA500;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
}

.bg-icon-telefon {
    position: relative;
    padding: 0 0 0 25px;
    color: #fff;
}

.searchform.wd-style-with-bg .searchsubmit {
    background-color: #FFA500 !important;
    color: #333 !important;
}

.wd-tools-element .wd-tools-count {
    background-color: #FFA500 !important;
    color: #333 !important;
}

.woodmart-cart-design-2 .woodmart-cart-number {
    background-color: #FFA500 !important;
    color: #333 !important;
}

.ysm-search-widget-1 .search-submit {
    background-color: #FFA500 !important;
    color: #333 !important;
}

.whb-color-light .whb-text-element a {
    color: #333;
}

.besplatna-dostava::before {
    content: "\e90d";
    font: 45px/40px IcoMoon-v2;
    color: #4d5668;
    background: none;
    position: absolute;
}

.besplatna-dostava a {
    text-align: left;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    padding: 0 0 0 76px;
}

.tehnicka-podrska::before {
    content: "\e90e";
    font: 45px/40px IcoMoon-v2;
    color: #4d5668;
    background: none;
    position: absolute;
}

.tehnicka-podrska a {
    text-align: left;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    padding: 0 0 0 76px;
}

.nacini-placanja::before {
    content: "\e90c";
    font: 45px/40px IcoMoon-v2;
    color: #4d5668;
    background: none;
    position: absolute;
}

.nacini-placanja a {
    text-align: left;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    padding: 0 0 0 76px;
}

.woodmart-hover-base:not([class*="add-small"]) .wd-bottom-actions .woodmart-add-btn > a {
    background-color: #44af69;
}

.woodmart-hover-base:not([class*="add-small"]) .wd-bottom-actions .woodmart-add-btn > a:hover {
    background-color: #44af69;
}

.tabs-wd-5f01decf4793a.tabs-design-default .products-tabs-title .tab-label::after {
    background-color: #4d5668 !important;
}

#installments-text, #cash-text {
    color: #333;
    font-weight: 700;
    font-size: 34px;
}

#cash-text {
    margin-top: 0rem;
}

#installments-container {
    margin-bottom: 1.5rem;
}

.product .cart .single_add_to_cart_button:hover {
    background: #3e9f5f;
    cursor: pointer;
}

.product .cart .single_add_to_cart_button:before {
    background: none;
}

.bg-icon-cart {
    position: relative;
    padding: 0 0 0 42px;
}

.bg-icon-cart:before {
    font: 27px/27px 'IcoMoon-Ultimate';
    content: "\e9fe";
    color: #fff;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
}

.col-sm-12.col-md-5 .woocommerce .button {
    background: none;
}

.price-small {
    font-size: .74rem;
    text-align: left;
    margin-bottom: -0.2rem;
}

.price-container {
    padding-left: 0;
    margin-top: 0.8rem;
}

.product .price {
    margin-bottom: .4rem;
}

.woocommerce-price-suffix {
    display: none;
}

.yith-wcbr-brands-logo {
    margin-bottom: .5rem;
}

.product .woocommerce-product-gallery .flex-control-thumbs {
    margin-bottom: 2.5rem;
}

.width-20, .width-80 {
    width: 100%;
}

.product-unavailable p {
    color: red;
    text-transform: uppercase;
}

#calculate-installments {
    background: none;
    border: 1px solid #ec2f39;
    color: #2b303a;
    font-size: .6rem;
    margin: 10px 0 0 0;
    width: 55%;
    border-radius: 2px;
    font-weight: 700;
    vertical-align: top;
    height: 30px;
    cursor: pointer;
    min-height: 30px !important;
}

#calculate-installments:before {
    font: 14px/16px 'IcoMoon-Ultimate';
    content: "\ed64";
    color: #ec2f39;
    padding-right: .3rem;
}

#calculate-installments:hover {
    background: #ec2f39;
    color: #fff;
}

#calculate-installments:hover:before {
    color: #fff;
}

#calculate-installments:focus {
    outline: 0;
}

#installments-modal .modal-body {
    padding: 2px 16px;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

#installments-modal .modal-content {
    background-color: #fefefe;
    padding: .2rem;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    font-size: 12px;
}

#installments-modal .modal-header {
    padding: 0;
}

#installments-modal-close {
    color: #aaa;
    text-align: right;
    padding: .5rem;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

#installments-modal .modal-header > h3 {
    padding: .5rem;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
}

#installments-calculate {
    position: relative;
}

.card-row {
    margin-bottom: .1rem;
    padding-bottom: .1rem;
    border-bottom: 1px solid #e2e2e2;
    line-height: 30px;
}

.card-img {
    padding-right: .2rem;
}

.card-price-desc {
    text-align: right;
}

.card-holder {
    font-weight: 700;
}

.yith-wcbr-brands-logo {
    margin-top: 13px;
}

.tekst-ispod-gumba {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    font-size: .72rem;
    margin-bottom: -0.2rem;
}

.search-style-with-bg.searchform .searchsubmit {
    background-color: #FFA500;
    color: #333;
    border-radius: 0 3px 3px 0px;
}

.search-style-with-bg.searchform .searchsubmit:hover {
    color: #333;
}

.search-style-with-bg.searchform input[type="text"] {
    border-radius: 3px;
}

del .amount {
    font-size: 1rem !important;
}

.single-product .cijena .amount {
    font-size: 2rem;
}

.woocommerce-product-details__short-description > ul > li {
    list-style: none !important;
    padding-bottom: none;
}

.woocommerce-product-details__short-description > :last-child {
    padding-left: 0px;
}

.woocommerce-product-details__short-description > ul > li::before {
    content: "\ee69";
    font-family: "icomoon-Ultimate";
    color: #feb202;
    margin-right: 5px;
    font-size: 10px;
    line-height: 14px;
}

.footer-top__heading::after {
    content: "";
    display: block;
    width: 110px;
    height: 2px;
    background: #FCD002;
    left: 0;
    bottom: 0;
    margin-top: 6px;
}

.btns-shop-3d #place_order {
    background-color: #44af69;
}

.btns-shop-3d #place_order::before {
    content: "\eb51";
    font-family: "icomoon-Ultimate";
    color: #fff;
    padding-right: 6px;
}

.cart-totals-inner .checkout-button::before {
    content: "\eb51";
    font-family: "icomoon-Ultimate";
    color: #fff;
    padding-right: 6px;
}

.btns-shop-3d .widget_shopping_cart .buttons .checkout::before {
    content: "\eb51";
    font-family: "icomoon-Ultimate";
    color: #fff;
    padding-right: 6px;
}

.mc4wp-form input[type="submit"] {
    background-color: #FFA500 !important;
    color: #333 !important;
}

.mc4wp-form input[type="submit"]:hover {
    color: #333;
    box-shadow: inset 0 0 200px rgba(0,0,0,0.1);
    background-color: #FFA500;
}

.btns-accent-light .mc4wp-form input[type="submit"] {
    color: #333;
}

.wd-header-cart.wd-design-5 .wd-cart-number {
    background-color: #FFA500 !important;
    color: #333 !important;
}

.wd-checkout-steps li span::after {
    background-color: #FFA500;
}

li {
    margin-bottom: 5px;
}

input[type="email"] {
    background-color: #fff !important;
}

.wd-prefooter {
    padding-bottom: 0px;
}

.stock {
    display: none;
}

.single-product div.yith-par-message {
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 5px 0px;
}

.wd-sticky-btn .single_add_to_cart_button {
    height: 60px !important;
}@media (min-width: 1025px) {
	/* ====================================
   DVOSTUPČNE TEHNIČKE KARAKTERISTIKE
   ZA WOODMART + ELEMENTOR
   ==================================== */

#tehnicke-karakteristike {
    margin-left: 60px;
    margin-right: 60px;
}

#tehnicke-karakteristike ul > li > div > div br {
    display: none;
}

#tehnicke-karakteristike ul > li > div > div > span {
    display: block;
}

#tehnicke-karakteristike ul > li > div > div > span:not(:last-child) {
    margin-bottom: 8px;
}

#tehnicke-karakteristike ul > li span > p:empty {
    display: none;
}

#tehnicke-karakteristike ul > li {
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
}

#tehnicke-karakteristike ul > li > div {
    display: flex;
    width: 100%;
}

#tehnicke-karakteristike ul > li > div > div:first-child {
    width: 260px;
    min-width: 260px;
    font-weight: 600;
    color: #111;
}

#tehnicke-karakteristike ul > li > div > div:last-child {
    flex: 1;
}

#tehnicke-karakteristike ul {
    padding-left: 0;
}

#tehnicke-karakteristike ul ul li {
    margin-bottom: 6px;
    border-bottom: none;
}

#tehnicke-karakteristike ul ul li:not(:last-child) {
    margin-bottom: 12px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* Ovdje se ponavljaju desktop stilovi jer ih baza ponovno zahtijeva za tablete */
#tehnicke-karakteristike {
    margin-left: 60px;
    margin-right: 60px;
}

#tehnicke-karakteristike ul > li > div > div br {
    display: none;
}

#tehnicke-karakteristike ul > li > div > div > span {
    display: block;
}

#tehnicke-karakteristike ul > li > div > div > span:not(:last-child) {
    margin-bottom: 8px;
}

#tehnicke-karakteristike ul > li span > p:empty {
    display: none;
}

#tehnicke-karakteristike ul > li {
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
}

#tehnicke-karakteristike ul > li > div {
    display: flex;
    width: 100%;
}

#tehnicke-karakteristike ul > li > div > div:first-child {
    width: 260px;
    min-width: 260px;
    font-weight: 600;
    color: #111;
}

#tehnicke-karakteristike ul > li > div > div:last-child {
    flex: 1;
}

#tehnicke-karakteristike ul {
    padding-left: 0;
}

#tehnicke-karakteristike ul ul li {
    margin-bottom: 6px;
    border-bottom: none;
}

#tehnicke-karakteristike ul ul li:not(:last-child) {
    margin-bottom: 12px;
}

/* Prilagodba rasporeda za mobilne/tablet uređaje */
#tehnicke-karakteristike ul > li {
    flex-direction: column;
    gap: 10px;
}

#tehnicke-karakteristike ul > li > div > div:first-child {
    width: 100%;
    min-width: 100%;
    margin-bottom: 4px;
}

#tehnicke-karakteristike-mobile {
    padding: 0;
}

#tehnicke-karakteristike-mobile .wd-accordion-content.wd-active {
    padding-left: 10px;
    padding-right: 10px;
}

#tehnicke-karakteristike-mobile ul {
    padding-left: 0;
    list-style: none;
}

#tehnicke-karakteristike-mobile li > div > div:first-child {
    color: var(--wd-title-color);
    font-weight: var(--wd-title-font-weight);
    font-family: var(--wd-title-font);
}

#tehnicke-karakteristike-mobile li > div > div:last-child br {
    display: none;
}

#tehnicke-karakteristike-mobile li > div > div:last-child span {
    display: block;
}

#tehnicke-karakteristike-mobile li > div > div:last-child span p:empty {
    display: none;
}

#tehnicke-karakteristike-mobile li > div > div:last-child span:not(:last-child) {
    margin-bottom: 8px;
}

#tehnicke-karakteristike-mobile li > div > div:last-child {
    padding-left: 12px;
}
}

@media (max-width: 576px) {
	#installments-modal {
    display: none;
    position: absolute;
    bottom: -80%;
    right: -50%;
    width: 400%;
    z-index: 9999;
}

.card-price-desc {
    text-align: left;
}

#calculate-installments {
    margin: 0;
    width: 100%;
}

#cash-text {
    font-size: 22px;
    padding-top: 10px;
}

/* Stilovi za tehničke karakteristike na mobitelu */
#tehnicke-karakteristike ul > li {
    flex-direction: column;
    gap: 10px;
}

#tehnicke-karakteristike ul > li > div > div:first-child {
    width: 100%;
    min-width: 100%;
    margin-bottom: 4px;
}

#tehnicke-karakteristike-mobile {
    padding: 0;
}

#tehnicke-karakteristike-mobile .wd-accordion-content.wd-active {
    padding-left: 10px;
    padding-right: 10px;
}

#tehnicke-karakteristike-mobile ul {
    padding-left: 0;
    list-style: none;
}

#tehnicke-karakteristike-mobile li > div > div:first-child {
    color: var(--wd-title-color);
    font-weight: var(--wd-title-font-weight);
    font-family: var(--wd-title-font);
}

#tehnicke-karakteristike-mobile li > div > div:last-child br {
    display: none;
}

#tehnicke-karakteristike-mobile li > div > div:last-child span {
    display: block;
}

#tehnicke-karakteristike-mobile li > div > div:last-child span p:empty {
    display: none;
}

#tehnicke-karakteristike-mobile li > div > div:last-child span:not(:last-child) {
    margin-bottom: 8px;
}

#tehnicke-karakteristike-mobile li > div > div:last-child {
    padding-left: 12px;
}
}

