/* UNIVERSAL */

body, body * {
    font-family: 'Work Sans', sans-serif;
    color: #1f0318;
}

p {
    color: #1f0318;
    line-height: 21px;
    margin: 0 0 16px;
}

a {
	color: #1f0318;
}

a:hover {
	text-decoration: none;
    opacity: 0.8;
}

a:active, a:focus, a:visited {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0px;
    font-family: 'Work Sans', sans-serif;
}

h1 {
	font-size: 3em;
	line-height: 1.2;
	margin: 0 0 16px 0;
    color: #f2562b;
    font-weight: 400;
}

h2 {
    font-size: 3em;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 16px 0;
    letter-spacing: 0px;
    color: #005581;
}

h3 {
    line-height: 1.5;
    margin-bottom: 12px;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}

h4 {
	font-size: 1.5em;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 1.2;
	margin: 0 0 12px 0;
	color: #1f0318;
}

h5 {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.3;
    margin: 0 0 12px 0;
    color: #1f0318;
    text-transform: uppercase;
}


.main li {
    font-size: 1em;
    line-height: 21px;
	font-weight: 400;
}

.form-control {
    display: block;
    width: 100%;
    border-radius: 8px;
    height: 40px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.clear {clear:both; height:0px;}
.clear10 {clear:both; height:10px;}
.clear15 {clear:both; height:15px;}
.clear20 {clear:both; height:20px;}
.clear30 {clear:both; height:30px;}
.clear40 {clear:both; height:40px;}
.clear50 {clear:both; height:50px;}
.clear60 {clear:both; height:60px;}
.clear70 {clear:both; height:70px;}
.clear80 {clear:both; height:80px;}

.relative {position:relative !important;}
.inline {display:inline !important;}
.block {display:block !important;}
.inline-block {display:inline-block !important;}

.whitetext {color:#fff !important;}
.noradi {border-radius:0 !important}

.righttoleft {text-align:right;}
.centertoleft {text-align:center;}

hr.hrfull {
    background: rgba(31,3,24,0.15);
    margin: 20px 0 20px;
}

.bigtar:hover {cursor:pointer;}

.glavna-tekst {}
.glavna-tekst img {max-width:100%; height:auto; display:inline-block;}

.cart5error .help-block {color:#d2322d;}
.error_message p {font-size:0.8em; color:#d2322d;}
.success_message p {font-size:2em; font-weight:700; color:#67d187;}
.error_message_product p {font-size:0.8em; color:#d2322d;}
.success_message_product p {font-size:2em; font-weight:700; color:#67d187;}

h2.entry-title-index {font-weight:500; font-size: 2.3em;}
h3.entry-title-index {font-weight:200; font-size: 1.6em; text-transform: uppercase; margin-bottom: 16px;}
.glavna-tekst {}
.page-header .breadcrumb {color:#ddd;}

/* fix za blurry owl images */

.owl-carousel .owl-item img {transform-style:flat; -webkit-backface-visibility: hidden;}

/* Cookie skripta */

.cc-cookies {position:fixed; width: 100%; left: 0; bottom:0; padding: 10px 5%; background:#fff;background:rgba(255,255,255,.85); color: #110300; font-size: 12px; font-weight: 400; z-index: 99999; text-align: center; }
.cc-cookies a, .cc-cookies a:hover { color: #110300; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 90%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: inline-block; color: #fff; text-decoration: none; background: #7DAF3B; padding: 0.5em 0.75em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  { background: #000; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }


/* Ovo je za videe embedane u wygwam, dodan je js plugin za wygwam koji oko videa automatski stavi div video-container */
.video-container {
	padding-top: 25px;
	padding-bottom: 50.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	height: 0;
}

.video-container.vimeo {
	padding-top: 0;
	padding-bottom: 56.4%;
}

.video-container embed,
.video-container iframe,
.video-container object,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p.uslugeboxtext {height:80px; padding:0 10px; overflow:hidden;}

.blockimg-right {padding-right:0 !important; float:right; margin-top:7px;}
.blockimg-left {padding-left:0 !important; margin-top:7px;}

#cart-menu {display:inline;}

.product-nav-prev.disabled a {color:#ddd !important;}
.product-nav-next.disabled a {color:#ddd !important;}

.owl-proizvodi .owl-item, .owl-proizvodi2 .owl-item {opacity:0.5;}
.owl-proizvodi .owl-item.superactive, .owl-proizvodi2 .owl-item.superactive {opacity:1}

.input-quantity {width:50px;}
.store_product_out_of_stock {display:none;}
.store_product_in_stock {display:block;}
.btn-plusminus {width:34px; height:34px;}
.qty-dec-btn, .qty-inc-btn {padding:0; outline:0;}
.btn-remove {border:0; background:#fff;}

h3.product-sku, h3.product-mod {font-size: 12px; font-weight: 400; margin-bottom: 0; text-transform:none;}
h2.product-name {line-height: 20px; color: #000; font-weight: 700; font-size: 16px; margin: 0 0 3px;}
.product-price-td {min-width:100px;}
.product-subtotal-td {min-width:100px;}

input.pm-input + label + div {
  display: none;
}
input.pm-input:checked + label + div {
  display: block;
}
input.sm-input + label + div {
  display: none;
}
input.sm-input:checked + label + div {
  display: block;
}
.pm-table {width:100%;}
.pm-label {font-weight:bold; cursor: pointer; margin-left: 5px; margin-bottom: 0;}
.pm-desc-checked {
    min-height: 20px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    border-radius: 0;
}

.sm-table {width:100%;}
.sm-label {font-weight:bold; cursor: pointer; margin-left: 5px; margin-bottom: 0;}
.sm-desc-checked {
    min-height: 20px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    border-radius: 0;
}

.modal-content.popupproduct {
    border: none !important;
    box-shadow: none !important;
    background: transparent;
}

/* SPECIFIC */


.panel-box .panel-box-content {background:none;}
#forgpass-trigger {cursor:pointer}
#footer .footer-copyright nav {float:none}


.product-actions a.posaljiupit, .product-actions a.brzipregled {
	font-size: 17px;
	height: 38px;
	width: 40px;
	line-height: 38px;
	background-color: transparent;
	visibility: hidden;
	opacity: 0;
}
.hide-addtolinks .product-actions a.posaljiupit, .hide-addtolinks .product-actions a.brzipregled {
	display: none;
}
.product-actions a.posaljiupit {
	right: -37px;
	color: #ed4949;
	border: 1px solid #ed4949;
}
.product-actions a.posaljiupit:hover {
	color: #fff;
	background-color: #ed4949;
}
.product:hover .product-actions a.posaljiupit {
	visibility: visible;
	opacity: 1;
	right: 0;
}
.product-actions a.brzipregled {
	left: -37px;
	color: #52b9b5;
	border: 1px solid #52b9b5;
}
.product-actions a.brzipregled:hover {
	color: #fff;
	background-color: #52b9b5;
}
.product:hover .product-actions a.brzipregled {
	visibility: visible;
	opacity: 1;
	left: 0;
}

.product-actions .add_to_cart {
	color: #333;
	background-color: #fff;
	font-size: 14px;
	padding: 0 10px 0 8px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ccc;
}
.product-actions .add_to_cart i {
	font-size: 15px;
	margin-right: 2px;
}
.product:hover .product-actions .add_to_cart {
	background-color: #3b3b3b;
	border-color: #3b3b3b;
	color: #fff;
}
.product-actions addtocart.outofstock {
	padding: 0 10px;
	cursor: default;
}
.product:hover .product-actions .add_to_cart.outofstock {
	color: #333 !important;
	background-color: #fff !important;
	border-color: #ccc !important;
}

.product.product-list .product-actions .add_to_cart {
	background-color: #3b3b3b;
	border-color: #3b3b3b;
	color: #fff;
}


.zoomContainer.fancy {z-index:10000}

@media (max-width: 767px) {
	.product-img-box2 {
		margin-bottom: 25px;
	}
}
.product-img-box2 img {
	display: block;
	width: 100%;
	height: auto;
}
.product-img-box2 .product-img-wrapper2 {
	margin-bottom: 2px;
}
.product-img-box2 .owl-carousel {
	margin-bottom: 0;
}
.product-img-box-wrapper2 {
	position: relative;
	margin-bottom: 10px;
}
.product-img-box-wrapper2 .product-img-zoom2 {
	position: absolute;
	right: 11px;
	bottom: 7px;
	z-index: 50;
}

.totals-table tbody tr td:nth-child(2) {min-width:140px;}
.shop-podnaslov {font-size:20px; font-weight:400; text-transform:none}
.cart-table tbody tr td.product-image-td a img {width:80px}
.cart-table-wrap {padding:20px;}
.totals-table tbody tr td {font-size:14px;}
.totals-table tbody tr:last-child td:last-child, .totals-table tbody tr:last-child td:first-child {font-size: 17px;}

.call-to-action-success {background-color: #dff0d8; border:1px solid #d6e9c6;}
.prikazujemo {width:100%; display:inline-block;}
.eebloqs p, .eebloqs h3, .eebloqs ul, .eebloqs ol {margin-bottom:20px !important;}

.container-fluid-full {
    padding-left: 5%;
    padding-right: 5%;
}

#header .header-top {
    background-color: #fff;
    border-bottom: 0px solid #ededed;
    margin-top: 0px;
    padding: 0px 0;
    position: relative;
    z-index: 4;
    border-bottom: 1px solid #f0f2ef;
}

#header .header-body {
    background: #FFF;
    border-top: 0px solid #EDEDED;
    border-bottom: 0px solid transparent;
    padding: 0px 0;
    -webkit-transition: min-height 0.3s ease;
    -moz-transition: min-height 0.3s ease;
    transition: min-height 0.3s ease;
    width: 100%;
    z-index: 1001;
    min-height: 92px;
}

.header-top-link {
    transition: 0.5s ease;
}

.header-top-elem, .header-top-link {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 16px;
    text-transform: none;
    background: transparent;
    font-size: 1em;
    color: #1f0318;
    border-right: 0px solid #dedede;
}

li.header-top-elem {
	line-height: 0px;
}

.header-top-link .header-top-elem {
    padding: 0px;
    border-right: 0px;
}

.header-top-ikona, .header-top-tekst {
    display: inline-block;
    vertical-align: middle;
}

.header-top-ikona {
    margin-right: 6px;
    font-size: 1.2em;
}

.header-top-link:hover > .header-top-ikona, .header-top-tekst {
    color: #fff; 
}

.header-top-link:hover {
    text-decoration: none;
	background: transparent;
}

.header-top-elem * {
    color: #1f0318;
}

.adresa-zadnje {
    border-right: 0px solid #dedede;
}

.poslati-upit {
	margin-left: -4px;
}

.bijelipodloga {
	height: 116px;
}

#header .header-container {
    position: relative;
    display: grid;
}

#header .header-logo img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
	margin: 7px 15px 10px 0px; 
}


#header .header-row {
    display: block;
    clear: both;
}

header .header-search {
    float: left;
    margin-left: 10px;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

 #header .header-search .input-group {
    display: flex;
}

#header .header-search .form-control {
    margin: 0px;
    position: relative;
    border-radius: 8px;
    display: block;
    grid-template-columns: 150px auto 55px;
    height: 36px;
    padding-left: 15px;
    overflow: hidden;
    border: 1px solid #ddd;
    font-size: 0.8em;
    width: 190px;
    color: #1f0318;
    opacity: 0.5;
    margin-top: 10px;
}

#header .header-search .btn-default {
    height: 100%;
    display: inline-block;
    background: transparent;
    border: 0px;
    color: rgba(31, 3, 24, 0.3) !important;
    font-size: 17px;
    padding: 6px 20px;
}

#header .header-search .btn * {
	color: #fff !important;
}

#header .header-search .btn-default .fa-search {
    color: #1f0318 !important;
}

#header .header-search {
    float: right;
    margin-top: 4px;
    margin-left: 10px;
}

.cart-polje {
    border: 1px solid #dedede;
    border-radius: 21px;
    padding: 16px 10px;
    font-size: 0;
    color: #939598;
    height: 55px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cart-polje * {
    color: #939598;
}

.cart-kos * {
    color: #f36a34;
}

.cart-kol {
    border-left: 0px solid #dedede;
    border-right: 1px solid #dedede;
    margin-right: 2px;
    margin-left: 2px;
    padding-right: 2px;
    padding-left: 2px;
}

.cart-polje div {
    display: block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
}

#header .header-column {
    display: table-cell;
    vertical-align: middle;
}

#header .header-nav-main nav > ul > li > a {
    display: inline-block;
    border-radius: 0px;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 600;
    color: #918F90;
    line-height: 20px;
    padding: 23px 18px 21px;
    text-transform: none;
    transition: 0.4s ease;
}


.sivo-izbornik {
	background: #858585;
    border-bottom: 1px solid #dedede;
}

#header .header-nav-main {
    float: right;
    margin: 0px 0 0 0px;
    min-height: 42px;
}

.nav-pills>li+li {
    margin-left: 0px;
}

.catmenu-naslov {
    background: #f4f4f4;
    color: #005581 !important;
    text-transform: none;
    font-size: 1.3em;
    font-weight: 800;
    padding: 10px 30px;
    margin: 0;
}

.catmenu ul {list-style-type:none;margin:0;padding:0}

.catmenu ul li {padding:0; transition: 0.5s ease;}

.catmenu .depth1 {
    background: #f9f9f9;
    display: block;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    font-size: 0.9em;
    text-transform: none;
    transition: 0.5s ease;
    color: #939598;
    transition: 0.5s ease;
}

.catmenu .depth1 a {
    transition: 0.5s ease;
    position: relative;
}

.catmenu .depth1:hover {
  background: #f3f3f3;
}

.catmenu .depth1:hover a {
  color: #1f0318;
  text-decoration: none;
}

.catmenu .depth1:hover a span {
  color: #1f0318;
}

.catmenu .depth1:hover > .catmenu .depth2 a span {
  color: #1f0318;
}

.catmenu .depth2:hover a span {
  color: #1f0318 !important;
}

.catmenu .depth2 a span {
    color: #1f0318 !important;
}

.catmenu .depth2 {background:#ddd;font-size: 0.9em;border-bottom:0px solid #fff;}
.catmenu .depth3 {background:#f2f2f2;font-size:11px}
.catmenu .depth1 a:link, .catmenu .depth1 a:visited, .catmenu .depth1 a:active, .catmenu .depth1 a:hover {width:100%;display:block;padding:10px 30px;text-decoration:none}
.catmenu .depth2 a:link, .catmenu .depth2 a:visited, .catmenu .depth2 a:active, .catmenu .depth2 a:hover {color:#1f0318;width:100%;display:block;padding:10px 40px 10px 40px !important;text-decoration:none;background:#f9f9f9}
.catmenu .depth3 a:link, .catmenu .depth3 a:visited, .catmenu .depth3 a:active, .catmenu .depth3 a:hover {color:#1f0318;width:100%;display:block;padding:10px 50px;text-decoration:none;background:#f9f9f9;border-bottom:1px solid #fff}

.depth1 .active {background:#f9f9f9;color:#1f0318}
.depth1 a.active span {color:#1f0318;font-weight: 600;}
.depth1 a.active > .depth2 a span {color:#1f0318}
.depth2 .active {background:#b9b9b9;color:#1f0318;font-weight:800;}
.depth3 .active {background:#F2F2F2;color:#FF8200;font-weight:800;border-bottom:1px solid #fff;border-top:1px solid #fff}


.kategorije-izbornik-gore {
        height: auto;
	    display: block;
	    font-weight: 400;
        background: #f36a34;
}

.kategorije-izbornik-link {
    background: transparent;
    padding: 14px 30px;
    display: block;
    border-bottom: 0px solid #dedede;
    border-right: 1px solid #dedede;
    font-size: 1.1em;
    text-transform: uppercase;
    transition: 0.4s ease;
    color: #fff;
    line-height: 20px;
}

.kategorije-izbornik-link:hover {
    color: #fff;
    text-decoration: none;
}

.pr-23px {
	padding-right: 23px;
}

.izbornik-slider {
	background: #f9f9f9;
    display: block;
    grid-template-rows: 48px auto;
    align-items: center;
    background: #141414;
    height: auto;
    background: -moz-linear-gradient(-21deg, #141414 0%, #545454 100%);
    background: -webkit-linear-gradient(-21deg, #141414 0%,#545454 100%);
    background: linear-gradient(-21deg, #141414 0%,#545454 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#545454',GradientType=0 );
    background: #dfdfdf;
    background: -moz-linear-gradient(210deg, #dfdfdf 0%, #ffffff 100%);
    background: -webkit-linear-gradient(210deg, #dfdfdf 0%,#ffffff 100%);
    background: linear-gradient(210deg, #ffffff 0%,#dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#ffffff',GradientType=0 );
}

.izdvojeno-pro-lijevo {
	padding: 16px 60px 10px;
    color: #919191;
}

.izdvojeno-pro-lijevo p {
    color: #919191;
}

.stara-cijena-izdv {
    text-decoration: line-through;
    color: #939598;
    font-size: 13px;
}

.stara-cijena-wrap {
    background: #d9d9d9;
    padding: 3px 12px;
    display: inline-block;
    font-size: 1.3em;
}

.stara-cijena-wrap * {
    color: #989898;
}

.stara-cijena-wrap .cijena-izdv {
    text-decoration: line-through;
}

.nova-cijena-wrap {
    background: #f36a34;
    padding: 0px 15px;
    display: inline-block;
    font-size: 22px;
    padding: 13px 15px 8px;
}

.nova-cijena-wrap * {
    color: #fff;
}

.nova-cijena-izdv .cijena-izdv {
    font-weight: 600;
    font-size: 37px;
}

.nova-cijena-wrap.nova-cijena-mpc-izdv {
    background: #919191;
    font-size: 18px;
    padding: 13px 15px 8px;
    
}

.nova-cijena-wrap.nova-cijena-mpc-izdv .cijena-izdv {
    font-size: 32px;
}

.izdvojeno-pro-desno {
	padding: 13px 26px 24px !important;
}

.izdvojeno-pro-desno .img-wrap {
    padding: 0px;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.31);
    padding: 10px;
    border: 1px solid #c0c0c0;
}

.izdvojeno-pro-desno .img-wrap img {
    border-radius: 10px;
}

h2.naslov-izdv {
    font-size: 2.3em;
    font-weight: 100;
    line-height: 32px;
    margin: 0 0 8px 0;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
    border-radius: 21px;
}

.btn-default {
	background: transparent;
    color: #919191;
    border: 1px solid #919191;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 30px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 21px;
    font-weight: 100 !important;
}

.btn-group-md>.btn, .btn-md {
    padding: 13px 32px;
    font-size: 1.1em;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600 !important;
}

.aktivnost-box {
    text-align: center;
    border: 1px solid #e9e9e9;
    position: relative;
}

.aktivnost-ikona {
    border: 1px solid #fff;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    background: #f36a34;
    z-index: 1;
    top: -50px;
}

.aktivnost-ikona .svg-inline--fa {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 45px;
}

.aktivnost-ikona * {
    color: #fff;
}

.aktivnost-sadrzaj {
    padding: 20px 15px 0px;
    position: relative;
    z-index: 0;
    top: -50px;
}

.aktivnost-sadrzaj h4 {
	font-size: 1.7em;
    letter-spacing: normal;
    margin: 0 0 6px 0;
    font-weight: 700;
    line-height: 1.2;
}

.aktivnost-opis {
    color: #939598;
    margin-bottom: 0px;
    height: 46px;
    margin-bottom: 10px;
    overflow: hidden;
}

.karakteristike-pocetna {
	padding: 130px 0px;
}

.aktivnost-vise {
    margin-top: 10px;
    display: contents;
    color: #f36a34;
    font-size: 17px;
    text-transform: uppercase;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.aktivnost-vise:hover {
    text-decoration: none;
}

.borderorange {
    border-bottom: 1px solid #f36a34;
    width: 30%;
    margin: 0 auto;
    margin-top: 4px;
}


.aktivnost-box:hover .borderorange {
    border-bottom: 1px solid #f36a34;
    width: 50%;
    margin: 4px auto 0px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.izdvojeno-pocetna {
	padding: 0px 0px 0px;
}

.istaknuti-proizvodi-naslov {
    text-transform: uppercase;
    border-bottom: 1px solid #cacaca;
    position: relative;
    color: #fff;
    margin-bottom: 20px;
}

.istaknuti-proizvodi-naslov h3 {
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 26px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.istaknuti-proizvodi-naslov:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 150px;
    background: #f36a34;
}

.product .product-image-area {
    overflow: hidden;
    position: relative;
    padding: 0px;
    background-color: #f8f8f8;
    border: 0px solid #ddd;
    border-radius: 8px;
}

.product .product-details-area {
    text-align: center;
    padding: 20px 0 2px;
    margin-bottom: 0px;
    height: auto;
}

.product .product-details-area p {
    height: 21px;
    border-bottom: 0px solid #ededed;
    overflow: hidden;
    margin-bottom: 0px;
    font-size: 0.9em;
    line-height: 1.5;
    text-align: center;
    color: #777;
}

.product-details-area h2 {
	font-size: 1.08em !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    height: 37px;
    overflow: hidden;
    text-align: center;
    overflow: unset;
    white-space: normal;
    word-break: break-word;
    text-transform: none;
}

.product .product-name a {
	color: #005581;
    margin: 0 0 6px;
}

.product-details-area h5 {
	text-align: center;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
    height: 52px;
    overflow: hidden;
    margin: 0 0 0px 0;
}

.product-details-area h5 a {
	color: #f36a34;
}

.product-price-box {
    text-align: left;
    font-size: 1.2em;
    margin: 4px 0px 10px;
}

.product-price-box .old-price {
    color: #939598;
    font-weight: 100;
    text-decoration: line-through;
    height: 24px;
}

.product-price-box .product-price {
    display: block;
    vertical-align: unset;
    font-weight: 600 !important;
    font-weight: unset;
    margin: 3px 0px;
    text-align: center;
}

.product-price-box .product-price span {
    color: #f36a34;
    font-weight: 700;
}

.product .btn-primary, .product .btn-primary *, .product .btn-secondary, .product .btn-secondary *, .product .btn-tertiary, .product .btn-tertiary *  {
    color: #fff;
    text-transform: uppercase;
}

.product {
    background: transparent;
}

.pleksiglas-pocetna {
	margin-top: 40px;
    padding: 100px 0px 80px;
    background: #f36a34;
    background: -moz-linear-gradient(210deg, #ffb699 0%, #f36a34 100%);
    background: -webkit-linear-gradient(210deg, #ffb699 0%,#f36a34 100%);
    background: linear-gradient(210deg, #ffb699 0%,#f36a34 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb699', endColorstr='#f36a34',GradientType=0 );
}

.product-pleksiglas {
    background: #fff !important;
    padding: 0px;
    border-radius: 15px;
    border: 4px solid #e4e4e4;
    -webkit-box-shadow: 5px 5px 11px -1px rgba(0,0,0,0);
    -moz-box-shadow: 5px 5px 11px -1px rgba(0,0,0,0);
    box-shadow: 5px 5px 11px -1px rgba(0,0,0,0);
}

.btn-table {
    display: table;
    margin: 0 auto;
}

.product-pleksiglas .product-details-area h2 {
    font-size: 1.1em !important;
    text-align: center;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    padding-bottom: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    height: 28px;
    line-height: 21px;
    text-overflow: ellipsis;
}

.product-pleksiglas .product-details-area {
    text-align: left;
    padding: 15px;
    margin-bottom: 6px;
}

.pleksiglas-naslov {
    display: inline-block;
    vertical-align: middle;
   	border-bottom: 1px solid #fff;
    width: 100%;
    margin-bottom: 40px;
}

.pleksiglas-naslov h1 {
    font-size: 2.2em;
    line-height: 32px;
    margin: 0 0 12px 0;
    text-align: center;
    color: #fff;
    font-weight: 100 !important;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 8px;
}

.owl-theme .owl-nav [class*=owl-] {
    padding: 12px;
    font-size: 16px;
    text-align: center;
    background: transparent;
    border: 1px solid #fff;
    border-bottom: 0px;
    cursor: pointer;
    margin: 6px;
    border-radius: 8px;
}

.owl-pleksiglas .owl-nav [class*="owl-"] {
    background-color: transparent;
    border-color: #fff #ffff #fff #fff;
}

.owl-pleksiglas .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
    border-color: #fff #ffff #fff #fff;
}

.owl-pleksiglas .owl-nav [class*="owl-"]:active, .owl-pleksiglas .owl-nav [class*="owl-"]:focus, .owl-pleksiglas .owl-nav [class*="owl-"]:active:hover, .owl-pleksiglas .owl-nav [class*="owl-"]:active:focus {
    background-color: transparent;
    border-color: #fff #ffff #fff #fff;
}

.owl-pleksiglas .owl-nav {
    top: -95px !important;
    position: absolute !important;
    margin-top: 0px !important;
    width: 100% !important;
    color: #fff;
}

.owl-theme .owl-dots .owl-dot span {
    width: 70px;
    height: 2px;
    margin: 5px 2px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 00px;
}

.owl-izbornik .owl-dots {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}

.owl-izbornik .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    margin-left: 60px;
}

.product-pleksiglas .product-image-area {
    border-radius: 12px;
}

.product-pleksiglas .product-image-area .product-image {
    border-radius: 0px;
}

.product-pleksiglas .product-image-area .product-image img {
    border-radius: 0px;
}

.img-wrap img {
    border-radius: 20px !important;
}

.product .product-image-area .product-image {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}

#header .izbornik-sredina .header-nav-main {
    text-align: center;
    float: none;
}

.izbornik-sredina {
	display: inline-grid;
}

#header .izbornik-sredina .header-nav-main {
    margin: 0 auto;
}

aside .catmenu .depth1 {
    border-bottom: 0px solid #dedede;
    border-right: 0px solid #dedede;
    border-left: 0px solid #dedede;
    border-top: 0px solid #dedede;
}

aside .catmenu .depth1 a:link, aside .catmenu .depth1 a:visited, aside .catmenu .depth1 a:active, aside .catmenu .depth1 a:hover {
    width: 100%;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}

aside .catmenu-naslov {
    padding: 12px 20px;
    border-radius: 8px 8px 0 0;
}

.breadcrumb {
    padding: 12px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #F9F9F9;
    border-radius: 4px;
}

.page-header {
    border-bottom: 0px solid #CCC;
    border-top: 0px solid #384045;
    margin: 0 0 0px 0;
    min-height: 50px;
    height: auto;
    position: relative;
    text-align: left;
    background-color: #fff;
    background: transparent;
    padding: 0px 0;
    background-size: cover;
    color: #858585;
}

.page-header .breadcrumb {
    color: #858585;
}

.page-header h1 {
    display: inline-block;
    font-size: 2em;
    color: #005581;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 -25px;
    padding: 0 0 9px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #005581;
}

h3.podnaslov-bloq {
    color: #F36A34;
    margin-bottom: 10px !important;
    font-size: 1.6em;
    line-height: 24px;
}

h2.entry {
	font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 16px 0;
    font-weight: 700;
}

.owl-izdvojeno .owl-nav {
    top: 117%;
    position: absolute;
    margin-top: 0px;
    width: 100%;
}

.owl-izdvojeno .owl-nav .owl-prev {
    left: 37%;
    right: unset;
}

.owl-izdvojeno .owl-nav .owl-next {
    left: unset;
    right: 37%;
}

.owl-izdvojeno .owl-nav [class*=owl-] {
    border: 1px solid #f2562b;
    background: #f2562b;
}

.owl-izdvojeno .owl-nav [class*="owl-"] {
    color: #fff;
}

.shop ul.products {
    margin: 0;
    padding: 0px 0 10px;
    list-style: none;
}

.btn-plusminus {
    border-radius: 0px;
}

.nav-tabs li a {
    border-radius: 12px 12px 0 0;
    font-size: 12px;
    margin-right: 1px;
}

.cijena-upit-box {
    margin-top: 56px !important;
}

.product .product-label span.new {
    background-color: #62b959;
    color: #fff;
}

.product .product-label span.discount {
    background-color: #e27c7c;
    color: #fff;
}

a.orange {
	color: #F36A34;
}

h3.h3-bez {
	margin-bottom: 0px;
}

.br-20 {
	border-radius: 20px;
}

.alert-success {
    color: #494949;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #494949;	
}

.user-ikonica * {
	color: #1f0318;
}

.opis-shop-gore {
	padding: 15px;
    background: #F9F9F9;
    border: 1px solid #858585;
    border-radius: 0px;
    margin: 0px 15px 40px;
}

.opis-shop-gore p {
	margin-bottom: 0px;
}

.slika-kategorije {
    margin: 0px 0px 0px;
    border: 1px solid #858585;
    border-top: 0px solid #858585;
    border-bottom: 0px solid #858585;
    
}

.call-to-action-success {
	background: #F36B34;
    border-color: #3c3c3c;
}

.call-to-action p {
	color: #fff;
    margin: 0 0 30px;
}

.bg-danger {
    background-color: rgba(237, 237, 237, 1);
}

.product-img-box .product-img-wrapper {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.product-img-box img {
    border-radius: 20px;
}

.product-img-box .owl-slike {
    padding: 6px !important;
    border: 1px solid #ddd;
    border-radius: 6px !important;
}

.owl-carousel .owl-slike img {
    border-radius: 6px !important;
}

html .alert-tertiary {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    color: #3c3c3c;
}

.add_to_cart_function * {
	color: #fff;
}

label.proizvodi-index {
	margin-bottom: 0px;
    border-left: 0px solid #CCC;
    border-radius: 0px;
    color: #CCC;
    display: block;
    background: #858585 !important;
    font-size: 1.2em;
    color: #fff !important;
    text-align: center;
}

.toggle > label.proizvodi-index:before {
    display: none;
}

.toggle-proizvodi .opis-shop-gore {
    padding: 15px;
    background: #F9F9F9;
    border: 1px solid #858585;
    border-top: 0px solid #858585;
    border-radius: 0px;
    margin: 0px 0px 30px;
}

.f-ajax-p-upit * {
	color: #fff;
}

.product .product-details-area-pleksiglas {
	height: auto !important;
}

.toggle-proizvodi {
    margin: 0px 0 20px;
}

.toggle-proizvodi .toggle {
    margin: 0px 0 0;
}

.novosti-index-box {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}

.novosti-index-box h2.entry-title-index {
    font-size: 1.3em !important;
    text-align: center;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    overflow: hidden;
    height: 46px;
    line-height: 1.2;
}

.novost-index-p {
    height: 56px;
    overflow: hidden;
    margin-bottom: 2px;
    padding: 0px 20px 2px;
    text-align: center;
}

.datum-novost-index {
    color: #F36A34;
    margin-bottom: 12px;
}

.datum-novost-index * {
    color: #F36A34;
}

.btn-primary * {
	color: #fff;
}

.btn-default {
    background: transparent;
    color: #3c3c3c;
    border: 1px solid #3c3c3c;
}

.btn-default:hover * {
    color: #fff;
}

.btn-secondary, .btn-secondary * {
	color: #fff;
}

.btn-success *{
    color: #FFF;
}

.call-to-action-content h2 {
	color: #fff;
    font-size: 2em;
    margin-bottom: 16px;
    font-weight: 700;
}

.slider-container .main-label {
    color: #fff;
    font-size: 3.2em !important;
}

.slider-container p {
    color: #fff !important;
    font-size: 0.92em;
    text-align: center;
    line-height: 1.5em;
}

.kategorija-poc h3 {
    font-size: 1.3em !important;
    text-align: center;
    font-weight: 500 !important;
    margin-bottom: 4px !important;
    overflow: hidden;
    white-space: nowrap;
    height: 24px;
    text-overflow: ellipsis;
    text-transform: none;
    margin: 12px 0 8px;
}

.slika-kat {
	min-height: 300px;
}

.kategorija-poc:hover a {
	text-decoration: none !important;
}

.kategorija-zajedno-shop {
	border: 0px solid #ddd;
    padding: 0px;
    margin-bottom: 30px;
}

.kategorija-zajedno-shop h3 {
    font-size: 1.1em !important;
    text-align: center;
    font-weight: 700 !important;
    margin-bottom: 2px !important;
    overflow: unset;
    white-space: normal;
    height: auto;
    word-break: break-all;
    text-transform: none;
    margin: 12px 0 8px;
}

.nav-tabs li a {
    border-radius: 12px 12px 0 0;
    font-size: 14px;
    margin-right: 1px;
    font-weight: 600;
}

.dokumenti-pocetna {
	padding: 90px 0px 40px;
    background: #E4E4E4;
}

.input-quantity {
    width: 80px;
}

.owl-sve .owl-carousel {
    display: -webkit-box;
    width: 33%;
    z-index: 1;
}

#header .header-nav-main nav > ul li.mega-proizvodi a .fa-caret-down {
    color: #918F90;
}

#header .header-nav-main nav > ul > li.dropdown h4 {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 16px;
/*    margin: 0 0 14px 0; ovo je original*/
/*    height: 46px; ovo je original*/
    margin: -13px 0 0px 0;
    height: 30px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}


li.depth1.active>a::before {
    content: "\f0d7";
    font-weight: 300;
    font-family: 'FontAwesome';
}

li.depth1>a::before {
    content: "\f0da";
    font-weight: 600;
    font-family: 'FontAwesome';
    margin-top: -12px;
    position: absolute;
    right: 8px;
    top: 50%;
    color: transparent;
    font-size: 1.2em;
}

.btn-pocetna {
    padding: 6px 16px !important;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 21px;
    font-weight: 100 !important;
}

.owl-carousel {
    margin-bottom: 16px;
}

.cijene-izdv-naslovna .nova-cijena-wrap {
    padding: 8px 15px 4px;
}

.cijene-izdv-naslovna .nova-cijena-wrap .cijena-izdv {
    font-size: 28px;
}

.cijene-izdv-naslovna .stara-cijena-wrap {
	font-size: 1.1em;
}

.cijene-izdv-naslovna .nova-cijena-wrap.nova-cijena-mpc-izdv {
    background: #919191;
    font-size: 15px;
}

.kategorija-poc-nova .kategorija-zajedno-shop {
    padding: 16px;
}

.kategorija-poc-nova {
	background: rgb(0, 85, 129, 0.02);
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #cbcbcb;
}

.kategorija-poc-nova p {
	text-align: center;
    font-size: 0.9em;
    margin-bottom: 4px;
}

.kategorija-poc-nova .slika-kat {
    min-height: 230px;
    background: #fff;
    border-radius: 8px;
}

.katalozi-naslov {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #f36a34;
    width: 100%;
    margin-bottom: 40px;
}

.katalozi-naslov h3 {
    font-size: 2.2em;
    line-height: 32px;
    margin: 0 0 12px 0;
    text-align: center;
    color: #f36a34;
    font-weight: 100 !important;
    text-transform: none;
}

.page-header .breadcrumb > li {
    text-transform: none;
}

.qty-input {
    width: 52px !important;
}

.izdvojeno-pocetna-kategorije {
}

hr.short {
	background-image: -webkit-linear-gradient(left, #858585, #858585, #858585);
    background-image: linear-gradient(to right, #858585, #858585, #858585);
    border: 0;
    height: 4px;
	-webkit-box-shadow: 2px 4px 12px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 4px 12px 10px rgba(0,0,0,0.1);
    box-shadow: 2px 4px 12px 10px rgba(0,0,0,0.1);
}

.djelatnosti-header {
	max-height: 160px;
}

header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
    background: transparent;
    color: #1f0318;
}

#header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
    padding-bottom: 21px;
}

#header .header-nav-main nav > ul > li.dropdown.open > a {
    background: transparent !important;
}

#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #918F90 transparent transparent transparent;
    margin-top: 8px;
    margin-left: 6px;
}

html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #1f0318 transparent transparent transparent;
}

#cart-menu {
    display: inline;
}

.desno-kosarica {
    margin: 4px auto 0;
    float: none;
    font-size: 0.8em;
    color: #060002;
    margin-left: 0px;
}

.desno-kosarica span.kolicina-desno {
    position: relative;
    left: 20px;
    font-weight: 500;
    top: -8px;
    background: #f2562b;
    color: #fff;
    padding: 2px 4px 2px 4px;
    font-size: 0.62em;
    border-radius: 30px;
}

.desno-kosarica i {
    font-size: 21px;
    color: #000;
    margin-right: 12px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
}

html #header .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
}

html #header .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}

html.sticky-header-active #header .hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

html #header .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
}

html.sticky-header-active #header .hamburger-inner, .sticky-header-active .hamburger-inner::before, .sticky-header-active .hamburger-inner::after {
    background-color: #000;
}

html #header .hamburger {
    display: none;
}

.header-top-elem img {
    width: 16px;
    height: 16px;
}

li.profil-img {
    padding: 3px 0px 0px 16px !important;
}

li.icon-other {
	padding: 3px 16px 0;
}

#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
	background: transparent;
}

.column-izbornik {
	width: 100%;
}

.outlet-li a {
	color: #f2562b !important;
}

html .btn-primary {
    color: #fff;
    background-color: #005581;
    border-color: #005581 #005581 #005581;
}

html .btn-primary:hover, html .btn-primary:focus, html .btn-primary:active:hover, html .btn-primary:active:focus {
    color: #005581;
    background-color: #fff;
    border-color: #005581 #005581 #005581;
}

html .btn-primary:active, html .btn-primary:focus, html .btn-primary:active:hover, html .btn-primary:active:focus {
    border-color: #005581 #005581 #005581;
    background-color: #fff;
}

.slider-container .btn-slider-action {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    padding: 12px 32px !important;
    text-transform: uppercase;
    border-radius: 8px !important;
}

#kategorije-section-novo {
	position: relative;
    padding: 70px 0 50px;
}

.cat-oko {
	height: 450px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.cat-oko a:hover, .cat-oko-druga a:hover {
	opacity: 1;
}

.cat-oko-druga {
	height: 210px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
}

.kategorija-prva {
	height: 450px;
    background-size: cover !important;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 12px;
    overflow: hidden;
}

.cat-oko:hover .kategorija-prva, .cat-oko:hover .kategorija-cetvrta {
	transform: scale(1.2);
    overflow: hidden;
    height: 450px;
}

.cat-oko:hover .kategorija-druga, .cat-oko:hover .kategorija-treca {
	transform: scale(1.2);
    overflow: hidden;
    height: 210px;
}

.kategorija-druga {
	height: 210px;
    background-size: cover !important;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 12px;
}

.kategorija-treca {
	height: 210px;
    background-size: cover !important;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 12px;
}

.kategorija-cetvrta {
	height: 450px;
    background-size: cover !important;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 12px;
}

.gradient-kat {
    background-size: cover !important;
    height: 450px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: grid;
    border-radius: 12px;
}

.gradient-kat-druga {
    background-size: cover !important;
    height: 210px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: grid;
    border-radius: 12px;
}

span.istaknuto-bg-tekst, span.kategorije-bg-tekst  {
    bottom: 16px;
    left: 20px;
    right: 30px;
}

.cat-oko span {
    bottom: 15px;
    left: 20px;
    right: 30px;
    position: absolute;
}

#kategorije-section-novo h2 {
	text-align: center;
}

#kategorije-section-novo h3, #izdvojene-kat-section-novo h3 {
	text-transform: uppercase;
    font-weight: 600;
    font-size: 2.06em;
    line-height: 1.2;
    margin-bottom: 4px;
}

#kategorije-section-novo h3 a, #izdvojene-kat-section-novo h3 a {
	color: #fff;
}

#kategorije-section-novo h5, #izdvojene-kat-section-novo h5 {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.3;
    margin: 0 0 2px 0;
    color: #f2562b;
    text-transform: uppercase;
}

#kategorije-section-novo h5 a, #izdvojene-kat-section-novo h5 a {
    color: #f2562b;
}

.cat-oko-djelatnosti h3 {
	text-transform: uppercase;
    font-weight: 600;
    font-size: 2.06em;
    line-height: 1.2;
    margin-bottom: 4px;
}

.cat-oko-djelatnosti h3 a {
	color: #fff;
}

.cat-oko-djelatnosti h5 {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.3;
    margin: 0 0 2px 0;
    color: #f2562b;
    text-transform: uppercase;
}

.cat-oko-djelatnosti h5 a {
    color: #f2562b;
}

.kategorija-treca span, .kategorija-cetvrta span {
	right: 20px;
    text-align: right;
}

#istaknuto-section-novo {
	background: rgba(0, 85, 129, 0.02);
    position: relative;
    padding: 60px 0;
    margin: 0 50px;
}

.istaknuto-bg-tekst {
    font-size: 12em;
    text-transform: uppercase;
    font-weight: 900;
    color: #005581;
    text-align: center;
    margin: 0 auto 60px;
    display: block;
    z-index: 1;
    opacity: 0.04;
}

.kategorije-bg-tekst {
	bottom: 16px;
    left: 20px;
    right: 30px;
    left: 176px !important;
    writing-mode: vertical-lr;
    bottom: -30px !important;
    right: unset !important;
    transform: rotate(-180deg);
    position: absolute;
}

.owl-carousel .owl-nav [class*="owl-"]:active, .owl-carousel .owl-nav [class*="owl-"]:focus, .owl-carousel .owl-nav [class*="owl-"]:active:hover, .owl-carousel .owl-nav [class*="owl-"]:active:focus {
    border-color: #1f0318 #1f0318 #1f0318;
    background-color: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #1f0318;
    border-color: #1f0318 #1f0318 #1f0318;
    background-color: #fff;
}

.btn-add {
    padding: 13px 16px;
    font-size: 1.1em;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600 !important;
}

.izdvojeno-pocetna-shop .btn-secondary {
	float: right;
    margin-right: 1px;
}

html .btn-secondary {
    color: #fff;
    background-color: #f2562b;
    border-color: #f2562b #f2562b #f2562b;
}

html .btn-secondary:hover, html .btn-secondary:focus, html .btn-secondary:active:hover, html .btn-secondary:active:focus {
    color: #f2562b;
    background-color: #fff;
    border-color: #f2562b #f2562b #f2562b;
}

html .btn-secondary:active, html .btn-secondary:focus, html .btn-secondary:active:hover, html .btn-secondary:active:focus {
    border-color: #f2562b #f2562b #f2562b;
    background-color: #fff;
}

.upit-center {
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: -16px;
    margin: 0 auto;
    left: 50%;
}

.btn-upit-cart {
	font-size: 0.9em;
    border-radius: 12px 12px 0 0;
    padding: 6px 24px;
    
}

.product .btn-primary:hover, .product .btn-primary:hover * {
    color: #005581;
}

#asortiman-section-novo {
	padding: 50px 0 30px;
}

#izdvojene-kat-section-novo {
	padding: 50px 0 50px;
    position: relative;
}

#izdvojene-kat-section-novo .top-titles h2, #izdvojene-kat-section-novo .top-titles p {
	text-align: right;
}

#katalozi-section-novo {
    padding: 30px 0 0px;
    background: transparent;
}

.product-katalozi .product-image-area {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    height: 350px;
    padding: 40px 84px;
}

.product-katalozi h2.product-name {
    font-size: 1.2em !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    height: auto;
    overflow: hidden;
    text-align: left;
}

.product-katalozi .product-details-area h5 {
    text-align: left;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
    height: auto;
    overflow: hidden;
    margin: 0 0 0px 0;
}

.product-katalozi .product-details-area p {
    height: 72px;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    margin-bottom: 12px;
    font-size: 0.9em;
    line-height: 1.5;
    text-align: left;
    color: #1f0318;
}

#footer.short {
    padding-top: 40px;
}

#footer .container .row > div {
    margin-bottom: 10px;
}

#footer .footer-copyright p {
    color: #1f0318;
    margin: 0;
    padding: 0px 0px 0px;
    font-size: 1em;
}

#footer .footer-copyright a {
    color: #1f0318;
    margin: 0;
    padding: 0px 0px 8px;
    font-size: 1em;
}

.footer-linkovi {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 16px;
    margin-bottom: 0px;
}

.footer-linkovi li {
    padding: 8px 0px;
}

.footer-linkovi li, .footer-linkovi .footer-link {
    white-space: nowrap;
    text-decoration: none;
}

.footer-linkovi li, .footer-linkovi .footer-link {
    white-space: nowrap;
}

.footer-linkovi .footer-ikona {
    width: 30px;
}

.footer-linkovi .footer-link-tekst, .footer-linkovi .footer-ikona {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2em;
}

#footer h4 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 24px;
    color: #005581;
}

.footer-linkovi .footer-ikona * {
    color: #fff;
}

.footer-linkovi.footer-linkovi-desno li {
    border: 0px;
    padding: 5px 0px;
}

.footer-linkovi.footer-linkovi-desno .footer-ikona {
    width: 20px;
}

.footer-linkovi.footer-linkovi-desno .footer-ikona * {
    color: #fff;
}

.righttoleft {
    text-align: right;
}

#footer {
    border-top: 0px solid #0e0e0e;
    font-size: 0.92em;
    margin-top: 0px;
    position: relative;
    color: #1f0318;
    clear: both;
    position: relative;
    padding: 40px 0 10px 0;
    background: transparent;
}

#footer-oko {
	position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https://pos-display.hr/slike/footer-bg.jpg);
    min-height: unset;
}

#footer p, #footer a {
	color: #1f0318;
    margin-bottom: 12px;
}

.row-footer {
    border-top: 1px solid rgba(31,3,24,0.15);
    padding: 36px 0 74px;
    border-bottom: 1px solid rgba(31,3,24,0.15);
    margin-bottom: 30px !important;
    margin-top: 30px;
}

.row-footer p {
	margin-bottom: 0px !important;
}

img.ikonice-foot {
    float: left;
    margin-right: 16px;
    padding-top: 3px;
}

.left-line {
	border-right: 1px solid rgba(31,3,24,0.15);
    height: 470px;
}

.center-line {
	padding-left: 30px;
    height: 470px;
}

.right-line {
	border-left: 1px solid rgba(31,3,24,0.15);
	padding-left: 30px;
    height: 470px;
}

.footer-drustvene-copy {
    float: right;
    position: relative;
    width: 100%;
    margin-top: 8px;
}

.footer-drustvene-copy img {
	float: right;
    margin-left: 45px;
    height: 20px;
    width: auto;
}

.footer-podaci-copy p {
	text-align: center;
}

a.cart-menu-a {
	padding: 0px 0px !important;
}

#header .header-nav-main-effect-1 nav > ul > li.dropdown > .dropdown-menu {
    visibility: hidden;
	transition: all 0s;
}

#header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    transition-delay: 0.4s;
}

ul.ss-box li.ss-header {
    height: 42px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 0 10px;
    color: #fff;
    background-color: #fff;
}

ul.ss-box li.ss-header p.ss-header-text {
    color: #005581 !important;
    margin: 0!important;
    padding: 0 10px 10px !important;
    float: left !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    margin-bottom: 10px !important;
}

ul.ss-box li.ss-header p.ss-header-text input {
    color: #fff !important;
	background: #005581;
    border: 0px solid #ff13a7;
    border-radius: 6px;
}

ul.ss-box li.ss-header p.ss-header-limit {
    color: #005581 !important;
    margin: 0!important;
    padding: 4px 10px 0 0!important;
    float: right !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

ul.ss-box li.ss-result a:hover {
    background: rgba(91, 151, 68, 0.1) !important;
}

ul.ss-box li.ss-result {
    margin: 0!important;
    padding: 0!important;
    border-bottom: 0px solid #cccccc;
}

.opis-dolje-kat {
    background: rgb(0, 85, 129, 0.02);
    border-radius: 12px;
    padding: 30px 40px 20px;
}

#header .header-nav-main nav > ul > li.active > a {
    background-color: transparent;
}

.main-shop {
	margin-top: 20px;
}


.breadcrumb {
    padding: 6px 16px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 8px;
    font-size: 0.86em;
}

.breadcrumb>li {
    line-height: 16px;
}

.filters .dropdown-toggle {
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    border-right: 0px solid #ddd;
    border-left: 0px solid #ddd;
    font-size: 1em;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 8px 15px 8px 15px;
    width: 100%;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    transition: color .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
}

.filters .dropdown {
    margin-left: 10px;
    float: left;
}

.filters {
    display: inline-block;
    margin-top: 0px;
    float: right;
    margin-bottom: 20px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.15);
    border-radius: 6px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.asortiman-zajedno h3 a {
	color: #005581;
}

.filters .alert {
    margin-bottom: 10px;
}

.shop-header .page-header {
	display: none;
}

.breadcrumb-shop {
    padding: 0px 0px;
    margin-bottom: 10px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    font-size: 0.72em;
}

.breadcrumb-shop li {
    line-height: 14px;
}

.breadcrumb-shop>li+li:before {
    padding: 0 1px;
    color: #ccc;
    content: "/\00a0";
}

.page-header hr.hrfull {
    background: rgba(31,3,24,0.15);
    margin: 12px 0 16px;
}

.caret {
    margin-left: 4px;
}

.pagination {
    margin: 15px 15px;
}

.toggle .toggle {
    margin: 0px 0 0;
}

html .toggle-primary .toggle label {
    color: #005581;
    border-left-color: #005581;
    border-right-color: #005581;
    border-radius: 8px;
}

html .toggle-primary .toggle.active > label {
    background-color: #005581;
    border-color: #005581;
    color: #FFF;
}

.toggle {
    margin: 0px 0 20px;
    position: relative;
    clear: both;
}

.product-price-box .euro-cijena {
    font-size: 12px;
    color: #505050;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgb(0 0 0 / 50%);
    -moz-box-shadow: 3 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 0px rgb(0 0 0);
}

.fancybox-opened .fancybox-skin {
    border-radius: 12px;
    /* padding: 0px !important; */
}

.kosarica-sve .product-name {
    margin: 0px 0 12px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
}

.fancybox-cart-close {
    position: absolute;
    top: 13px;
    right: 6px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.product-details-box .page-header h1 {
    font-size: 2.3em;
    color: #005581;
    font-weight: 800;
    line-height: 1.3;
    padding: 0 0 7px;
}

.product-details-box .btn-minus {
    border-radius: 6px 0px 0px 6px !important;
    border-color: rgba(140, 140, 140, 0.2) !important;
    border-right: 0px solid !important;
}

.store_product_in_stock {
    display: block;
}

.product-details-box .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
}

.btn-plusminus {
    width: 46px;
    height: 47px;
    font-size: 1.8em;
    padding: 3px 12px;
    font-weight: 700;
    color: rgba(140, 140, 140, 0.3) !important;
}

.input-quantity {
    width: 48px;
    padding: 10px 12px;
    border-color: rgba(140, 140, 140, 0.2) !important;
    border-radius: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    color: #8c8c8c !important;
    font-size: 20px !important;
    line-height: 22px !important;
    height: 47px !important;
}

.product-details-box .btn-plus {
    border-radius: 0px 6px 6px 0px !important;
    border-color: rgba(140, 140, 140, 0.2) !important;
    border-left: 0px solid !important;
}

.zoomWindow {
	border-radius: 16px !important;
}

.product-img-box .owl-slike {
    padding: 0px !important;
    border: 0px solid #ddd;
    border-radius: 0px !important;
}

.product-img-box .product-img-wrapper {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 16px;
}

.tabs.product-tabs .tab-content {
    padding: 36px 36px 24px;
    min-height: 200px;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 0px 0px #eee;
    background-color: rgba(0,85,129, 0.02);
}

.tabs.product-tabs {
    margin-bottom: 30px;
}

.tabs.product-tabs .nav-tabs {
    border-bottom: 1px solid #eee;
    background: #f4f4f4;
    border-radius: 16px 16px 0 0;
    margin-top: 20px;
}

.tabs.product-tabs .nav-tabs li a {
    background: transparent;
    border-bottom: none;
    border-left: 0px solid #EEE;
    border-right: 0px solid #EEE;
    border-top: 0px solid #EEE;
    border-radius: 12px 12px 0 0;
    font-size: 16px;
    color: #1f0318;
}

 .tabs.product-tabs .nav-tabs li a:hover {
    color: #f36a34;
}

html body .tabs.product-tabs .nav-tabs li.active a, html.dark body .tabs.product-tabs .nav-tabs li.active a {
    border-top-color: transparent;
    color: #f36a34;
}

.form-control {
    margin: 0px;
    position: relative;
    border-radius: 8px;
    display: block;
    grid-template-columns: 150px auto 55px;
    height: 36px;
    padding-left: 15px;
    overflow: hidden;
    border: 1px solid #f0f2ef;
    font-size: 0.8em;
    color: #1f0318;
    opacity: 0.8;
}

form label.label-modifiers {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
    text-transform: none;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 3px 10px;
    font-size: 10px;
    line-height: 1.4;
    text-transform: none;
    border-radius: 6px;
    word-break: break-all;
}

.btn-header {
    position: absolute;
    right: 15px;
    top: 15px;
}

.cart-table-wrap {
    border: 0px solid #ececec;
    border-radius: 16px;
    background: rgba(0,85,129, 0.02);
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0px 0px rgb(0 0 0 / 8%);
}

.btn-minus-qtr {
    border-radius: 6px 0px 0px 6px !important;
    border-color: rgba(140, 140, 140, 0.2) !important;
    border-right: 0px solid !important;
}

.btn-plus-qtr {
    border-radius: 0px 6px 6px 0px !important;
    border-color: rgba(140, 140, 140, 0.2) !important;
    border-left: 0px solid !important;
}

.qty-dec-btn, .qty-inc-btn {
    width: 28px;
    height: 48px;
    font-size: 26px;
    padding: 3px 3px;
    font-weight: 700;
    color: rgba(140, 140, 140, 0.2) !important;
    background-color: #fff;
}

.qty-input {
    width: 48px !important;
    padding: 10px 12px;
    height: 48px;
    border-left: 0px;
    border-right: 0px;
    border-color: rgba(140, 140, 140, 0.2) !important;
}

.btn-plus-qtr {
    border-radius: 0px 6px 6px 0px !important;
    border-color: rgba(140, 140, 140, 0.2) !important;
    border-left: 0px solid !important;
}

.btn-minus-qtr {
    border-radius: 6px 0px 0px 6px !important;
    border-color: rgba(140, 140, 140, 0.2) !important;
    border-right: 0px solid !important;
}

.cart-table tfoot td {
    padding: 24px 5px 0;
}

.btn-remove {
    background: #f4f4f4;
    border-radius: 6px;
}

.call-to-action.with-borders {
  border-top: 0px solid #DFDFDF;
  border-bottom: 0px solid #DFDFDF;
  border-left: 0px solid #ECECEC;
  border-right: 0px solid #ECECEC;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.04);
  background: rgba(0,85,129, 0.02);
}

.product-details-box .product-detail-info {
    padding-bottom: 20px;
    padding-top: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(31,3,24,0.15);
}

.product-details-box .product-short-desc {
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(31,3,24,0.15);
}

.btn-success * {
    color: #f2562b;
}

.call-to-action-success {
    background: #005581;
    border-color: #ddd;
}

html .btn-secondary:hover * {
    color: #f2562b;
}

html .btn-primary:hover * {
    color: #005581;
}

.pagination > .active > a, body.dark .pagination > .active > a {
    color: #fff;
    border-color: #f36a34 #f36a34 #f36a34;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f36a34 !important;
}

.pagination > .active > a:hover, body.dark .pagination > .active > a:hover {
    border-color: #ddd #ddd #ddd;
}


.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #f36a34;
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 14px 20px;
    font-size: 14px;
    line-height: 1.2;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    background: #f4f4f4;
    margin-left: 0px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

img.logo-footer {
	margin-top: -6px;
}

html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after {
    border-color: #918F90 transparent transparent transparent;
}

html .scroll-to-top {
    background: #f36a34;
    border-radius: 12px 12px 0 0;
    color: #FFF !important;
    padding: 20px 16px 36px;
    min-width: 60px;
}

.header-top-drustvene-zajedno {
	
}

.header-top-drustvene img {
	float: right;
    height: 21px;
    width: auto;
    padding-top: 4px;
    margin-right: 2px
}

.header-top-drustvene-zajedno a {
    padding: 6px 6px 0;
}

.header-top-drustvene-zajedno a:first-child {
    padding-right: 21px;
}

.btn-continue * {
	color: #fff;
}

#header .header-nav-main nav > ul > li:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

#header .header-nav-main nav > ul > li:hover:after {
  width: 100%;
  background: #f2562b;
}

#header .header-nav-main nav > ul > li.header-search:after {
  display: none;
}

#header .header-nav-main nav > ul > li.header-search:hover:after {
  display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 0px;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top: 2px solid #f36a34;
    margin: 0px 0 0 0;
}

html .btn-primary-opacity {
	background-color: rgba(0, 85, 129, 0.8);
    border-color: rgba(0, 85, 129, 0.8) rgba(0, 85, 129, 0.8) rgba(0, 85, 129, 0.8);
}

html .btn-secondary-opacity {
	background-color: rgba(242, 86, 43, 0.8);
    border-color: rgba(242, 86, 43, 0.8) rgba(242, 86, 43, 0.8) rgba(242, 86, 43, 0.8);
}

.form-control::-webkit-input-placeholder {
    color: #3c3c3c;
}

#header .header-nav-main nav > ul li a.btn {
    font-size: 1.1em !important;
    line-height: 1.2 !important;
    padding: 10px 16px !important;
    margin: 1px 0 !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    position: absolute !important;
    right: 57px;
    bottom: 10px;
}

#header .header-nav-main nav > ul li a.btn:hover {
    background-color: #fff !important;
    border-color: #F2562B #F2562B #F2562B !important;
    color: #F2562B !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.btn:hover {
    border-bottom: 1px solid #f2562b !important;
}

.filterboje input.boja[type="radio"]:checked:before {
  border: 1px solid #000;
}

.filterboje input.boja[type="radio"] {
    position: relative;
    width: 35px;
    height: 35px;
    vertical-align: bottom;
    margin: 0 8px 8px 0;
}

.filterboje input.boja[type="radio"]:before {
    position: absolute;
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-sizing: content-box;
}

.filterboje input.boja[type="radio"]:after {
  position: absolute;
  top: 1px;
  left: 1px;
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  margin:1px;
  box-shadow: inset 1px 1px 3px 1px rgba(0,0,0,0.12);
}
/* Colors */
.filterboje input.boja[type="radio"][value=""]:after {
  background:url(https://pos-display.hr/slike/no-color.jpg) 0 0 no-repeat;
}
.filterboje input.boja[type="radio"][value="ff8c00"]:after {
  background: #ff8c00;
}
.filterboje input.boja[type="radio"][value="32c800"]:after {
  background: #32c800;
}
.filterboje input.boja[type="radio"][value="e61e1e"]:after {
  background: #e61e1e;
}
.filterboje input.boja[type="radio"][value="227ed4"]:after {
  background: #227ed4;
}
.filterboje input.boja[type="radio"][value="f2f216"]:after {
  background: #f2f216;
}
.filterboje input.boja[type="radio"][value="fafafa"]:after {
  background: #fafafa;
}
.filterboje input.boja[type="radio"][value="000000"]:after {
  background: #000000;
}
.filterboje input.boja[type="radio"][value="a6a6a6"]:after {
  background: #a6a6a6;
}
.filterboje input.boja[type="radio"][value="e66894"]:after {
  background: #e66894;
}
.filterboje input.boja[type="radio"][value="874a1b"]:after {
  background: #874a1b;
}
.filterboje input.boja[type="radio"][value="823f9e"]:after {
  background: #823f9e;
}
.filterboje input.boja[type="radio"][value="3b3b3d"]:after {
  background: #3b3b3d;
}
.filterboje input.boja[type="radio"][value="7a0b1e"]:after {
  background: #7a0b1e;
}
.filterboje input.boja[type="radio"][value="705f47"]:after {
  background: #705f47;
}
.filterboje input.boja[type="radio"][value="1ba6bf"]:after {
  background: #1ba6bf;
}
.filterboje input.boja[type="radio"][value="595959"]:after {
  background: #595959;
}
.filterboje input.boja[type="radio"][value="dedead"]:after {
  background: #dedead;
}
.filterboje input.boja[type="radio"][value="75a8ff"]:after {
  background: #75a8ff;
}
.filterboje input.boja[type="radio"][value="d9ff00"]:after {
  background: #d9ff00;
}
.filterboje input.boja[type="radio"][value="57d99a"]:after {
  background: #57d99a;
}
.filterboje input.boja[type="radio"][value="03054d"]:after {
  background: #03054d;
}

.shop .pagination {
    margin: 15px 15px;
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 12px 16px;
    height: 40px;
    width: 40px;
    font-size: 14px;
    color: #000;
    line-height: 1.2;
}

.product-shop-okvir {
    position: relative;
    border: 0px solid rgba(139, 140, 140, 1);
    border-radius: 8px;
    padding: 8px 8px 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
}

.owl-carousel .product {
    margin: 5px;
}

.alert-success-order {
    color: #494949;
    background-color: #f4f4f4;
    border-color: #eee;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    color: #1f0318;
}

.asideinner {
	position: fixed;
    max-width: 260px;
}

h2.faqh2 {
	font-size: 1.8em;
    text-transform: none;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px 0;
    letter-spacing: 0px;
    color: #005581;
}

#header .header-nav-main nav > ul > li.active > a:hover {
    color: #918F90;
}

header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
    color: #918F90 !important;
}

.asideinner {
	display: block;
}

b.text-uppercase {
	color: #005581;
}

h1.istaknuto-bg-tekst {
	font-size: 12em;
    text-transform: uppercase;
    font-weight: 900;
    color: #005581;
    text-align: center;
    margin: 20px auto 0px;
    display: block;
    z-index: 1;
    opacity: 0.04;
    text-align: center;
}

h1.h1-bg-naslovna {
	font-size: 7em;
}


