/* UNIVERSAL */

html, body {
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

.product-details-box .product-detail-info .product-price-box .old-price {
    vertical-align: bottom;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #999;
}

.product-price-box .old-price {
    color: #8c8c8c;
    font-size: 20px;
    text-decoration: line-through;
    margin-top: 7px;
    margin-left: 6px;
}

body, p {
	font-family: 'Barlow', sans-serif;
}

p {
    color: #221e1f;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0 0 12px;
    font-size: 1em;
}

a {
	color: #0679b7;
}

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

.main li {
    color: #221e1f;
    line-height: 1.3em;
    font-weight: 400;
    margin: 0 0 12px;
    font-size: 1em;
}

h1, h2, h3, h4, h5 {
    color: #000;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0px;
}

h1 {
    font-size: 4em;
    line-height: normal;
    font-weight: 400;
    margin: 0 0 20px 0;
}

h2 {
    line-height: 32px;
    font-size: 2em;
    margin-bottom: 24px;
}

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

h4 {
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.4;
    margin: 0 0 8px 0;
    color: #0679b7;
}

#header {
    z-index: 999;
}

.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;}
.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:#ddd;}
.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;}
.glavna-tekst {}
.page-header .breadcrumb {color:#0679b7;}

/* 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; line-height: 21px;}
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, .product-actions button.posaljiupit, .product-actions button.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, .hide-addtolinks .product-actions button.posaljiupit, .hide-addtolinks .product-actions button.brzipregled {
	display: none;
}
.product-actions a.posaljiupit, .product-actions button.posaljiupit {
	right: -37px;
	color: #ed4949;
	border: 1px solid #ed4949;
}
.product-actions a.posaljiupit:hover, .product-actions button.posaljiupit:hover {
	color: #fff;
	background-color: #ed4949;
}
.product:hover .product-actions a.posaljiupit, .product:hover .product-actions button.posaljiupit {
	visibility: visible;
	opacity: 1;
	right: 0;
}
.product-actions a.brzipregled, .product-actions button.brzipregled {
	left: -37px;
	color: #52b9b5;
	border: 1px solid #52b9b5;
}
.product-actions a.brzipregled:hover, .product-actions button.brzipregled:hover {
	color: #fff;
	background-color: #52b9b5;
}
.product:hover .product-actions a.brzipregled, .product:hover .product-actions button.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;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    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;}

#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: 100px;
}

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

#header .header-top i {
    font-weight: 900;
	font-size: 1em;
}

.lijevo-header-top a {
	color: #687241;
	margin-left: 25px !important;
	font-weight: 500;
}

.lijevo-header-top {
	padding: 7px 0;
}

.sredina-header-top {
	padding: 7px 0;
	margin: 0 auto;
}

.sredina-header-top p a {
	color: #fcfcfc;
	font-weight: 500;
}

.sredina-header-top p {
	float: none !important;
}

.lijevo-header-top p:first-child a {
	margin-left: 0px !important;
}

#header .header-top p .fa, #header .header-top p .icons {
    position: relative;
    top: 0px;
}

html .btn-quaternary {
    color: #000;
    border: 0px !important;
    background-color: #f5f5f5;
  	-webkit-transition: background-color 2s ease-out;
  	-moz-transition: background-color 2s ease-out;
  	-o-transition: background-color 2s ease-out;
  	transition: background-color 2s ease-out;
    text-transform: uppercase;
}

html .btn-quaternary:hover, html .btn-quaternary:focus, html .btn-quaternary:active:hover, html .btn-quaternary:active:focus {
    color: #000 !important;
    position: relative;
    text-transform: none;
    border: 0px !important;
    background-color: #f5f5f5;
    transition: opacity 0.5s ease-out;
    text-transform: uppercase;
}

.btn-primary {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    border: 1px !important;
  	-webkit-transition: background-color 2s ease-out;
  	-moz-transition: background-color 2s ease-out;
  	-o-transition: background-color 2s ease-out;
  	transition: background-color 2s ease-out;
}

.btn-primary span {
    position: relative;
    z-index: 3;
    color: #fff !important;
}

.btn-lg {
	padding: 16px 16px;
    font-size: 1em;
    font-weight: 500;
    height: 50px;
}

.desno-header-top .btn {
    float: right;
    font-size: 0.8em;
    padding: 18px 20px;
    font-weight: 400;
}

.sredina-header-top {
	text-align: center;
}

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

#header .header-logo {
    float: none;
    position: relative;
}

#header .header-search {
    float: left;
    margin-top: 0px;
    margin-left: 0px;
}

#header .header-search .form-control {
    border-radius: 0px;
    font-size: 0.9em;
    height: 50px;
    margin: 0;
    padding: 10px 16px;
    width: 210px;
	border-left: 1px solid rgba(216, 216, 216, 0.3);
    border-right: 1px solid rgba(216, 216, 216, 0.3);
    border-top: 0px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.3);
}

#header .header-search .btn-default {
    background: transparent;
    border: 0 none;
    color: #d8d8d8;
    position: absolute;
    padding: 15px;
    right: 0px;
    top: 0px;
    z-index: 3;
}

#cart-menu i {
	font-size: 1.6em;
	color: #687241;
	margin-right: 6px;
}

.desno-header-top-dolje {
	float: right;
	color: #687241;
	margin-top: 60px;
	text-align: right;
}

.desno-header-top-dolje a {
	color: #687241;
}

.cart-1 {
	float: right;
	margin-left: -16px;
}

.cart-2 {
	float: right;
}

.ikonica-srce {
    position: relative;
    left: -18px;
    top: -16px;
    background: #ff810d;
    color: #fff;
    padding: 2px 4px;
    font-size: 0.8em;
    border-radius: 4px;
}

.ikonica-kosarica {
    position: relative;
    left: 30px;
    top: -16px;
    background: #ff810d;
    color: #fff;
    padding: 2px 1px 2px 4px;
    font-size: 0.8em;
    border-radius: 4px;
}

#cart-menu a {
	text-decoration: none;
}

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

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

.izbornik-sredina {
    display: inline-grid;
    width: 100%;
}

.header-top-dolje {
	margin-bottom: 20px;
}

#header .header-nav-main nav > ul > li > a {
    display: inline-block;
    border-radius: 0px;
    font-size: 1em;
    color: #221e1f;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 14px;
    text-transform: uppercase;
}

ul.nav-pills > li.active > a {
    background: transparent !important;
    color: #0679b7 !important;
    font-weight: 700 !important;
}

ul.nav-pills > li.active:hover > a {
    background-color: transparent !important;
    color: #0679b7 !important;
}


#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
    background-color: transparent;
    color: #0679b7 !important;
}

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

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

.product-slider-sadrzaj {
	text-align: left;
    padding: 60px 0px 50px 30px;
}

#slider-gore {
	padding: 50px 0px;
}

.btn {
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s !important;
}

.btn-md {
    display: inline-block;
    padding: 10px 24px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
}

.product-slider-sadrzaj h3 {
    font-size: 2.6em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 44px;
    margin-bottom: 20px;
    color: #383837;
    text-transform: none;
}

.product-slider-sadrzaj p {
    font-size: 1.2em;
    line-height: 26px;
    margin-bottom: 26px;
}

.product-slider-sadrzaj h5 {
    font-size: 1.2em;
    font-weight: 600;
    color: #8c8c8c;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0 0 20px 0;
    text-transform: none;
}

.product-slider-sadrzaj h3 a {
    color: #383837;
}

.product-price-box {
    font-size: 0;
    margin: 6px 0 8px;
}

.product-price-box .product-price {
    font-size: 32px;
    line-height: 38px;
    color: #ff810d;
}

.product-price-box .old-price {
    color: #8c8c8c;
    font-size: 20px;
    text-decoration: line-through;
    margin-top: 7px;
    margin-left: 6px;
}

.postarina {
    font-size: 16px;
    color: #687241;
    font-weight: 600;
}

#znacajke-section {
	background: #687241;
    padding: 33px 0px 30px;
    color: #fcfcfc;
}

#znacajke-section h4 {
    font-size: 1.1em;
    color: #fcfcfc;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 2px;
    margin-top: -2px;
}

#znacajke-section p {
	font-size: 0.9em;
    color: #fcfcfc;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 18px;
}

.znacajka-sadrzaj {
	padding-left: 13px;
    margin-left: 56px;
}

#ponuda-section {
	padding: 50px 0px;
}

.product .product-label {
    left: 10px;
    right: auto;
}

.product .product-label span.new {
    background-color: #687241;
}

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

.product .product-label span {
    display: block;
    position: relative;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
}

.product .product-label + .product-label {
    top: 36px;
}

.product-shop-okvir {
    position: relative;
    border: 1px solid rgba(139, 140, 140, 1);
    border-radius: 6px;
    padding: 16px;
}

.product-shop-okvir .product-name a {
    color: #383837;
}

.product-shop-okvir .product-name {
    color: #383837;
    font-weight: 600;
    font-size: 1.2em;
    margin: 0 0 12px;
    height: 47px;
    overflow: hidden;
    line-height: 24px;
    letter-spacing: 0px;
}

.product-shop-okvir .product-details-area {
    padding: 10px 0px 0px;
    text-align: center;
}

.product-shop-okvir .product-details-area p {
	font-size: 0.9em;
    color: #8c8c8c;
    line-height: 18px;
    height: 56px;
    margin: 0 0 10px;
    overflow: hidden;
}

#ponuda-section h3, #ponuda-section p {
    text-align: center;
}

#rabatt-section {
    padding: 20px 0px;
    min-height: 260px;
    background: url(https://pulsusmedical.hr/slike/masline-rabatt-01.png) center center no-repeat;
    background-color: #ff810d;
    background-size: cover;
    color: #fff;
}

.lijevo-rabatt {
    padding: 0px 90px 0px 40px;
}

.lijevo-rabatt h3 {
    padding: 37px 50px;
    font-size: 2.2em;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 500;
    border: 4px dashed #ff810d;
}

.desno-rabatt {
	padding: 30px 60px;
}

.lijevo-rabatt h3 span {
    color: #ff810d;
    margin-top: 30px;
    font-size: 1.5em;
    line-height: 10px;
    font-weight: 900;
}

.product-naslov-manji {
	height: 50px !important;
    overflow: hidden;
    margin-bottom: 6px;
}

.small, small {
    font-size: 80%;
}

.product-shop-okvir-manji {
    border: 1px solid #8c8c8c !important;
    padding: 10px !important;
}

.valuta {
	font-size: 16px;
    font-weight: 300;
}

.desno-rabatt h3 {
    font-size: 3.2em;
    font-weight: 600;
    color: #fff;
    letter-spacing: normal;
    line-height: 50px;
    margin-bottom: 18px;
    text-transform: none;
}

.desno-rabatt p {
    color: #fff;
}

.btn-tertiary {
	background: rgb(255,255,255) !important;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%) !important;
    color: #383837 !important;
    font-weight: 500 !important;
}

.btn-tertiary:hover {
	background: rgb(255,255,255) !important;
	background: linear-gradient(90deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%) !important;
    color: #383837;
}

#zasto-section {
    padding: 50px 0px;
    min-height: 600px;
    background: url(https://pulsusmedical.hr/slike/masline-zasto.png) center center no-repeat;
    background-color: #ff810d;
    background-size: cover;
    color: #fff;
}


#zasto-section h4 {
    font-size: 1.1em;
    color: #fcfcfc;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 2px;
    margin-top: -2px;
}

#zasto-section p {
	font-size: 0.9em;
    color: #fcfcfc;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 18px;
}


#zasto-section h3 {
    font-size: 2.4em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 42px;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 26px;
    text-transform: none;
    color: #fcfcfc;
}

ul.products {
    padding-inline-start: 0px;
}

#izdvojeno-dolje-section {
	background: #a4c2a5;
    padding: 50px 0;
}

.proizvod-izdvojeno-bg {
	background: #fff;
    border-radius: 6px;
    padding: 16px;
    min-height: 240px;
}

#izdvojeno-dolje-section .product-slider-sadrzaj h3 {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 12px;
    color: #383837;
    text-transform: none;
}

#izdvojeno-dolje-section .product-slider-sadrzaj {
    text-align: left;
    padding: 20px 0px 20px 15px;
}

#izdvojeno-dolje-section .product-slider-sadrzaj p {
    font-size: 0.8em;
    line-height: 16px;
    margin-bottom: 16px;
}

#izdvojeno-dolje-section .product-slider-sadrzaj h5 {
    font-size: 0.86em;
    font-weight: 600;
    color: #383837;
    letter-spacing: normal;
    line-height: 26px;
    margin: 0 0 12px 0;
    text-transform: none;
}

#izdvojeno-dolje-section .product-slider-sadrzaj h5 span {
    font-size: 1.8em;
    font-weight: 700;
    color: #383837;
    letter-spacing: normal;
}

#izdvojeno-dolje-section .product-price-box {
    font-size: 0;
    margin: -4px 0 8px;
}

#izdvojeno-dolje-section .product-price {
    font-size: 26px;
    line-height: 26px;
    color: #ff810d;
}

#izdvojeno-dolje-section .product-price-box {
    font-size: 0;
    margin: 3px 0 8px;
}

#izdvojeno-dolje-section .valuta {
    font-size: 10px;
    font-weight: 300;
}

#izdvojeno-dolje-section .product-price-box .old-price {
    color: #8c8c8c;
    font-size: 16px;
    text-decoration: line-through;
    margin-top: 0px;
    margin-left: 0px;
}

#footer {
    background: #fff;
    border-top: 0px solid #0e0e0e;
    color: #8c8c8c;
    font-size: 0.9em;
    margin-top: 0px;
    padding: 70px 0 0;
    position: relative;
    clear: both;
    background-size: auto;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(https://pulsusmedical.hr/slike/pulsus-znak.png);
}

#footer .footer-copyright nav ul li {
    border-left: 1px solid #fff;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}


#footer h4 {
    font-size: 1.2em;
    font-weight: 600;
    color: #383837;
    margin: 0 0 8px 0;
}

#footer.short .footer-copyright {
    background: transparent;
    border: 0;
    padding-top: 20px;
    margin-top: 30px;
    color: #221e1f;
}

#footer.short .footer-copyright p {
    font-weight: 300;
    line-height: 1.4em;
    font-size: 0.88em;
}

#footer.short .footer-copyright p, #footer.short .footer-copyright a {
    color: #221e1f;
}

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

.desno-copy {
	text-align: right;
}

.lijevo-copy {
	text-align: left;
}

.schnelle {
	padding: 24px 10px;
    background: #687241;
    border-radius: 6px;
    width: 316px;
}

.schnelle h4 {
    font-size: 1.1em !important;
    color: #fcfcfc !important;
    font-weight: 600 !important;
    line-height: 21px !important;
    margin-bottom: 2px !important;
    margin-top: -2px !important;
}

.schnelle p {
	font-size: 0.9em !important;
    color: #fcfcfc !important;
    font-weight: 300 !important;
    margin-bottom: 0px !important;
    line-height: 18px !important;
}

.social-icons li {
    display: inline-block;
    margin: 0px 1px 5px 10px;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
}

.social-icons li:first-child {
    margin: 0px 1px 5px 0px;
}

.social-icons li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #fff;
    display: block;
    height: 18px;
    line-height: 10px;
    width: 18px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
}

#footer .lijevo-rabatt {
    padding: 0px 0px 0px 0px;
    max-width: 200px;
}

#footer .lijevo-rabatt h3 {
    padding: 12px 0px;
    color: #8c8c8c !important;
    font-size: 1em;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
    border-radius: 6px;
    line-height: 30px !important;
    border: 2px dashed #ff810d;
}

#footer .payway-m {
    float: left;
    margin: 0 15px 3px 0;
}

hr.hrfull {
    background: rgba(140, 140, 140, 0.1);
}

.tabs.tabs-simple-pocetna .nav-tabs > li a, .tabs.tabs-simple-pocetna .nav-tabs > li a:hover, .tabs.tabs-simple-pocetna .nav-tabs > li a:focus {
    padding: 5px 7px;
    background: rgba(140, 140, 140, 0.1);
    border-bottom: 0px solid #eee;
    border-radius: 6px;
    color: #8c8c8c;
    font-size: 11px;
    margin-left: 8px;
}

.tabs.tabs-simple-pocetna .nav-tabs li.active a, .tabs.tabs-simple-pocetna .nav-tabs li.active a:hover, .tabs.tabs-simple-pocetna .nav-tabs li.active a:focus {
    border-bottom: 0px solid #CCC;
    background: #8c8c8c;
    color: #fff !important;
    border-top-color: transparent;
}

.breadcrumb {
    padding: 10px 0px 6px;
    margin-bottom: 0px;
    margin-top: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    text-align: right;
    font-size: 1em;
    text-transform: none;
}

.product-img-box .product-img-wrapper {
    padding: 1px;
    border: 1px solid #ff810d;
    border-radius: 6px;
}

.page-header {
    background-color: #fff;
    border-bottom: 0px solid #CCC;
    border-top: 0px solid #384045;
    margin: 0 0 40px 0;
    position: relative;
    text-align: right;
    min-height: 360px;
    background: url(https://pulsusmedical.hr/slike/hex-1.png) bottom right no-repeat;
    background-color: #FFF;
    background-size: auto;
    padding: 0px 0 10px;
    line-height: 360px;
}

.page-header h1 {
    border-bottom: 0px solid #CCC;
    color: #0679b7;
    display: inline-block;
    font-size: 4em;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 0px;
    padding: 0 0 10px;
    text-transform: none;
    position: relative;
}

.page-header .breadcrumb > li {
    display: inline-block;
    font-size: 0.8em;
    text-transform: none;
    text-shadow: none;
    text-align: left;
}

.page-header .breadcrumb a {
    color: #777;
}

.product-details-box .product-nav-container .product-nav .product-nav-dropdown:before {
    border-bottom-color: #FF810D;
}

.product-details-box .product-nav-container .product-nav .product-nav-dropdown {
    border-top: 3px solid #FF810D;
}

.product-details-box .product-name {
    margin: 0px 0 12px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: #383837;
}

.product-details-box .product-short-desc {
    padding: 0 0 10px;
    border-bottom: 0px solid #ebebeb;
}

.product-details-box .product-detail-info {
    padding-bottom: 00px;
    margin-top: 18px;
    border-bottom: 0px solid #ebebeb;
}

.product-details-box .product-detail-info .product-price-box .product-price {
    font-size: 32px;
    line-height: 38px;
    color: #ff810d;
}

.product-details-box .product-detail-info .product-price-box .old-price {
    vertical-align: bottom;
    color: #8c8c8c;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    text-decoration: line-through;
    margin-top: -10px;
    margin-left: 8px;
}

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

.catmenu .depth1 {
    background: #29265D;
    font-size: 1em;
    line-height: 21px;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 6px;
}

.catmenu ul li {
    padding: 0;
}

.catmenu .depth1 > .active, .catmenu .depth1:hover {
    background: #C41F2E;
    color: #687241;
}

.catmenu .depth1 a:link, .catmenu .depth1 a:visited, .catmenu .depth1 a:active, .catmenu .depth1 a:hover {
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 21px;
    text-decoration: none;
    text-transform: none;
}


.catmenu .depth2 {
    background: #ddd;
    font-size: 12px;
    border-bottom: 0px solid #FF810D;
}

.catmenu .depth2 a:link, .catmenu .depth2 a:visited, .catmenu .depth2 a:active, .catmenu .depth2 a:hover {
    color: #C41F2E;
    width: 100%;
    display: block;
    padding: 6px 30px;
    text-decoration: none;
    background: #FCFCFC;
    text-transform: none;
    font-weight: 500;
}

.sidebar .heading-primary {
    font-size: 1.2em;
    font-weight: 600;
    color: #fff !important;
    text-transform: none;
    padding: 16px 30px;
    background: #687241;
    text-align: left;
    line-height: 26px;
    margin: 0 0 0px 0;
    border-radius: 6px 6px 0px 0px;
}

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

.catmenu .depth1 a:hover {
    color: #fff !important;
}

.catmenu .depth2 a:hover {
    color: #C41F2E !important;
}

label {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: 300;
}

.form-control {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #687241;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(104,114,65,0.4);
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -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;
}

.sidebar .schnelle {
    padding: 24px 10px;
    background: #687241;
    border-radius: 6px;
    width: auto !important;
}

.sidebar .znacajka-sadrzaj {
    padding-left: 13px;
    margin-left: 41px;
}

.sidebar .schnelle h4 {
    font-size: 0.82em !important;
    line-height: 18px !important;
}

.sidebar .schnelle p {
    font-size: 0.8em !important;
    line-height: 16px !important;
}

.eebloqs h3 {
    margin-bottom: 20px !important;
    font-size: 2.4em;
    color: #221e1f;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.5;
}

.img-thumbnail {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #FF810D;
    border-radius: 6px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #687241 transparent transparent transparent;
    border-style: solid;
    border-width: 4px;
    content: " ";
    float: right;
    margin-top: 8px;
    margin-left: 8px;
}

.prikazujemo {
    width: 100%;
    display: inline-block;
    color: #687241;
}

.product-details-box .product-detail-info .product-price-box {
    margin: 0 0 16px;
}

.shop {
    margin-top: 0px;
}

.page-not-found p {
    font-size: 1.1em;
    line-height: 24px;
    margin-bottom: 30px;
}

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    background: #8c8c8c;
    border-left-color: #EEE;
    border-right-color: #EEE;
    border-top: 0px solid #CCC;
    color: #fff;
}

html body .tabs .nav-tabs li.active a, html body .tabs .nav-tabs li.active:hover a, html body .tabs .nav-tabs li.active a:hover, html.dark body .tabs .nav-tabs li.active a {
    border-top-color: rgba(140, 140, 140, 0.5);
    color: #0679b7 !important;
    background: #687241;
    text-transform: uppercase;
    text-align: center;
    width: auto;
}

.nav-tabs li a, .nav-tabs li a:hover {
	background: #d8d8d8;
    border-bottom: none;
    text-align: center;
    width: 250px;
    text-transform: uppercase;
    color: #383837 !important;
    border-left: 0px solid rgba(140, 140, 140, 0.5);
    border-right: 0px solid rgba(140, 140, 140, 0.5);
    border-radius: 0px 0px 0 0;
    border-top: 0px solid rgba(140, 140, 140, 0.5);
}

.tabs.product-tabs .tab-content {
    padding: 20px 0;
    min-height: 180px;
    border-radius: 0 0 0px 0px;
    box-shadow: 0 0px 0px #eee;
    border: 0px solid #f4f4f4;
    background-color: #fff;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0px solid rgba(140, 140, 140, 0.5);
}

html body .tabs .nav-tabs a:hover, html.dark body .tabs .nav-tabs a:hover, html body .tabs .nav-tabs a:focus, html.dark body .tabs .nav-tabs a:focus {
    border-top-color: rgba(140, 140, 140, 0.5);
    color: #FF810D;
}

html body .tabs .nav-tabs a:hover, html.dark body .tabs .nav-tabs a:hover {
    color: #FF810D;
}

.nav>li>a {
    padding: 16px 24px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 2px;
}

ul.products li {
	list-style-type: none;
}

.product-slider-sadrzaj .product-label {
    left: 46px !important;
    top: 24px !important;
    right: auto;
}

.product-details-box .product-short-desc p {
    font-size: 0.9em;
    color: #8c8c8c;
    line-height: 21px;
    margin: 0 0 20px;
}

html.sticky-header-active #header .header-body {
    position: fixed;
    border-bottom-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.kosarica-sticky {
	display: none !important;
    margin-left: 20px !important;
}

html.sticky-header-active #header .header-nav-main nav > ul > li {
	display: block !important;
}

.masonry-loader ul.products .product {
    position: relative;
    margin-bottom: 25px;
}

.masonry-loader ul.products {
    padding: 0 0 0px 0;
    list-style: none;
}

.product-shop-okvir-manji:hover {
    border: 1px solid rgba(139, 140, 140, 0.4) !important;
}

.product-shop-okvir:hover {
    border: 1px solid rgba(139, 140, 140, 0.4) !important;
}

.products-naranda .product-shop-okvir {
    border: 1px solid rgb(255,129,13) !important;
}

.products-naranda .product-shop-okvir:hover {
    border: 1px solid rgb(255,129,13, 0.4) !important;
}

.controls {
	margin-bottom: 10px;
}

.btn-default {
    color: #8c8c8c !important;
}


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

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

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

.product-img-box .product-img-wrapper {
	border: 0px solid;
}

.input-quantity {
    width: 100px;
    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: 26px !important;
    height: 48px !important;
}

.modifier-select {
    border-color: rgba(140, 140, 140, 0.2) !important;
    padding: 3px 12px;
    height: 48px;
    font-size: 20px !important;
    line-height: 26px !important;
    color: #8c8c8c !important;
    width: 192px;
}

.add_to_cart_function {
	text-transform: uppercase;
    height: 48px;
}

.tezina {
	font-size: 1.1em;
    font-weight: 600;
    color: #8c8c8c;
    letter-spacing: normal;
    line-height: 21px;
    margin: 0 0 0px 0;
    text-transform: none;
}

.upit-tekst {
	font-size: 0.8em;
    text-align: right;
    margin-bottom: 30px;
}

.tabs-simple-pocetna .nav-tabs li a, .tabs-simple-pocetna .nav-tabs li a:hover {
    width: 150px !important;
    text-transform: none !important;
    color: #8c8c8c !important;
}

html .btn-secondary:hover, html .btn-secondary:focus, html .btn-secondary:active:hover, html .btn-secondary:active:focus {
    color: #FFF !important;
}

.modal-body-kosarica {
	
}


.modal-header {
    padding: 12px;
    border-bottom: 0px solid #e5e5e5;
}

.alert-success {
    color: #fff;
    background-color: rgb(210,104,6);
    background-image: linear-gradient(45deg, rgba(210,104,6,1) 15%, rgba(255,129,13,1) 60%, rgba(255,172,96,1) 100%);
    border-color: #d6e9c6;
    text-transform: uppercase;
    font-size: 0.9em;
    border: 0px !important;
}

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

.fancybox-skin {
    background: #fff !important;;
}

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

.modal-content.popupproduct {
    background-color: #fff;
}

.kosarica-sve .product-name {
    margin: 0px 0 12px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: #383837;
}

.alert-info {
    color: #fff;
    background-color: #d9edf7;
    background-color: #687241;
    background-image: linear-gradient(227.03deg,#42d478,#0e6949 100%);
    border: 0px solid transparent;
    padding: 15px;
    text-transform: uppercase;
    font-size: 0.9em;
    border: 0px !important;
}

.cart-table-wrap {
    padding: 0px;
    border-top: 1px solid rgba(140, 140, 140, 0.2);
    border-bottom: 1px solid rgba(140, 140, 140, 0.2);
    border-left: 0px solid #ececec;
    border-right: 0px solid #ececec;
    border-radius: 0px;
    background: #fff;
    display: block;
    margin-bottom: 12px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.08);
}

.cart-table tbody tr td {
    border-bottom: 0px solid #dcdcdc;
    padding: 20px 5px;
    line-height: 1.3;
}

.btn-bijeli {
    color: #000;
    text-transform: uppercase;
    padding: 10px 0px;
    background: #fff;
}

.btn-bijeli:active {
	 box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}

.btn-bijeli:hover {
    color: #ff810d !important;
}

.cart-table tbody tr td.product-name-td h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 21px;
    margin: 0 0 6px;
}

h3.product-sku, h3.product-mod {
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: 2px;
    text-transform: none;
    color: #383837;
    line-height: 18px;
    font-family: 'Barlow', sans-serif;
}

.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.3) !important;
    background-color: #fff;
}

.qty-input {
    width: 52px !important;
    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: 26px !important;
    height: 48px;
}

.btn-remove {
    display: block;
    width: auto;
    height: auto;
    font-size: 11px;
    color: #d0021b;
    line-height: 22px;
    overflow: hidden;
    padding: 2px 5px;
    text-align: left;
}

.h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #383837;
    font-weight: bold;
}

.text-secondary {
	color: #ff810d;
}

.text-cijena-ukupno {
	font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
}

.text-cijena-zbroj {
	font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #8c8c8c;
}

.cart-table tbody tr td.product-name-td {
    max-width: 240px;
}

p.rabbat-p i {
    color: #ff810d;
}

p.rabbat-p {
    font-size: 12px;
    color: #383837;
    margin: 2px 0 10px;
    font-weight: 500;
}

.form-rabatt {
	width: 246px;
    height: 50px;
    margin-right: 12px;
    margin-bottom: 10px;
}

h4.title-smaller-shop {
    margin-bottom: 20px !important;
    font-size: 1.6em;
    text-transform: none !important;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 30px;
    margin: 0 0 14px 0;
}

.tablica-shop-smaller {
	padding: 18px 24px 42px 24px;
    background: #ffffff;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    border-radius: 6px;
}

.totals-table tbody tr td {
    padding: 8px 0px;
    font-size: 1.16em !important;
    font-weight: 500 !important;
    line-height: 24px;
    color: #383837;
    text-align: left !important;
}

.totals-table tbody tr {
    border-bottom: 0px solid #dcdcdc;
}

.ikonice-shop-smaller h4 {
    font-size: 0.9em;
    color: #8c8c8c;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 2px !important;
    margin-top: -2px;
    text-transform: none !important;
}

.ikonice-shop-smaller p {
    font-size: 0.8em;
    color: #8c8c8c;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 18px;
}

.ikonice-shop-smaller .znacajka-sadrzaj {
    padding-left: 10px;
    margin-left: 30px;
}

.ikonice-shop-smaller img {
    margin-top: 6px;
}

.ikonice-shop-smaller {
	margin-top: 30px;
}

html.sticky-header-active #header .header-nav-main nav > ul > li a {
    padding: 15px 14px;
}

input[type=checkbox], input[type=radio] {
    margin: 1px 0 0px;
    margin-top: 1px\9;
    line-height: normal;
}

input.pm-input + label + div {
    display: block;
}

.pm-desc-checked {
    min-height: 20px;
    padding: 0px 0px 12px;
    font-size: 0.9em;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 0px solid #eaeaea;
    border-radius: 0;
}

.pm-label {
    font-weight: 700;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 6px;
    color: #383837;
}

.zasto-smaller p {
    color: #383837;
    line-height: 18px;
    font-size: 0.86em;
    margin: 0 0 10px;
}

.zasto-smaller p i {
    color: #ff810d;
}

label {
    font-size: 12px;
    line-height: 16px;
    color: #383837;
    margin-bottom: 6px;
    font-weight: 500;
}

.form-control {
    padding: 6px 12px;
    font-size: 12px;
    color: #383837;
    background-color: #fff;
    border: 1px solid rgba(104,114,65,0.4);
    border-radius: 0px;
    height: 34px;
}

.lijevo-nopadd {
	padding-left: 0px;
}

.desno-nopadd {
	padding-right: 0px;
}

.product-slider-sadrzaj .product-label span.discount {
    top: 26px !important;
}

a.close {background:transparent url("https://pulsusmedical.hr/images/uploads/banner-close-3.png") no-repeat top left;width:32px;height:32px;position:absolute;cursor:pointer;top: 8px;right:8px; opacity:1 !important;}
a.close:hover {background:transparent url("https://pulsusmedical.hr/images/uploads/banner-close-3.png") no-repeat top left; opacity:1 !important;}

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

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 0px;
    color: #fff;
    margin-left: 16px;
}

.vidljivo-male {
	display: none !important;
}

html.sticky-header-active #header .header-nav-main nav > ul > li.vidljivo-male {
	display: none !important;
}

h2.index-projekti {
    line-height: 32px;
    font-size: 1.4em;
    text-transform: none;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.thumb-info2 {
    background-color: #ff810d;
    border: 0px solid #DDD;
    border-radius: 6px;
}

blockquote {
    border-left: 5px solid #FF810D !important;
}

html.webkit .thumb-info .thumb-info-wrapper {
    margin: 1px 1px 1px 1px;
}

#header .header-nav-main {
    min-height: 45px;
    margin: 0px 0 0;
    min-height: 40px;
    float: left;
}

#header .header-nav-main nav > ul > li .header-social-icons {
    float: right;
    margin: -4px 0 0 20px;
}

#header .header-nav-main nav > ul > li .social-icons li {
    display: inline-block;
    margin: 0px 1px 1px 4px;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
}

#header .header-nav-main nav > ul > li .social-icons li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100%;
    border: 0px solid #8c8c8c;
    display: block;
    height: 30px;
    line-height: 26px;
    width: 30px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
}

#header .header-top p {
    font-size: 1em;
    margin: 0;
    padding: 0;
    line-height: 38px;
    margin-left: 0px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 0;
    float: left;
    font-weight: 300;
    color: #fff;
}

#header .header-top a {
    color: #fff;
}


#header .header-top .social-icons li {
    display: inline-block;
    margin: 10px 0px 10px 6px;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
}

.social-icons li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #fff;
    display: block;
    height: 18px;
    line-height: 10px;
    width: 18px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
}

#header .header-top .social-icons li i {
    font-weight: 300;
    font-size: 0.6em;
}

#header .header-top .social-icons li:first-child {
    margin-left: 0px;
}

.upravljanje-sredina {
    background: #c41f2e;
    -ms-transform: skew(-25deg,0deg);
    -webkit-transform: skew(-25deg,0deg);
    transform: skew(-25deg,0deg);
    height: 38px;
    text-transform: uppercase;
    text-align: center;
}

.upravljanje-sredina p {
	-ms-transform: skew(25deg,0deg);
    -webkit-transform: skew(25deg,0deg);
    transform: skew(25deg,0deg);
    text-align: center !important;
    float: none !important;
    line-height: 38px;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
}

.agencija-desno {
	text-align: right !important;
    float: right !important;
    text-transform: uppercase;
}

#onama-section {
	padding: 70px 0;
    position: relative;
}

.linija-sredina {
	height: 120px;
    width: 4px;
    background: #29265D;
    display: block;
    margin: 0 auto 20px;
}

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

#onama-section h2 {
    text-align: center;
    text-transform: uppercase;
	line-height: normal;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 6px;
    margin-bottom: 24px;
}

#onama-section h3 {
    text-align: center;
}

.upravljanje-lijevo-gore {
	padding-right: 0px;
}

.upravljanje-lijevo {
	background: #f5f5f5;
    padding: 60px 30px;
    text-align: center;
    margin-top: 150px;
}

.upravljanje-desno-gore {
	padding-left: 0px;
}

.stanovi-desno {
	background: #f5f5f5;
    padding: 60px 30px;
    text-align: center;
    margin-top: 150px;
}

#nekretnine-section {
	padding: 70px 0;
    background: #fafafa;
    position: relative;
}

#nekretnine-section h2 {
    text-align: center;
    text-transform: uppercase;
	line-height: normal;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 6px;
    margin-bottom: 24px;
}

#nekretnine-section h3 {
    text-align: center;
}

.linija-vodoravno {
    width: 200px;
    height: 4px;
    background: #29265D;
    float: left;
    margin-bottom: 200px;
    margin-right: 40px;
    margin-top: 8px;
}

#zgrade-section h2 {
    text-align: center;
    text-transform: uppercase;
	line-height: normal;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 6px;
    margin-bottom: 24px;
}

#zgrade-section h3 {
    text-align: center;
}

#zgrade-section p {
    text-align: center;
}

#stanovi-section h2 {
    text-align: center;
    text-transform: uppercase;
	line-height: normal;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 6px;
    margin-bottom: 24px;
}

#stanovi-section h3 {
    text-align: center;
}

#zgrade-section p {
    text-align: center;
}

#aktualnosti-section {
	padding: 70px 0;
    background: #fff;
    text-align: left;
}

.box-izdvojeno {
	text-align: left;
    padding: 20px;
}

.box-izdvojeno .thumb-info-caption p {
    font-size: 0.9em;
    line-height: 20px;
    margin: 0 0 16px;
    padding: 0px;
    display: block;
    height: 60px;
    overflow: hidden;
}

.box-izdvojeno i {
    font-size: 1.8em;
    padding: 0px;
    top: 4px;
    left: 4px;
    position: relative;
}

.box-izdvojeno a {
	color: #C41F2E;
}


a.link-tekst {
	text-transform: uppercase;
    font-weight: 500;
    color: #c3222e;
}

.novost-naslov {
	height: 46px;
    overflow: hidden;
}

.krug-oko {
    position: relative;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #86181D;
	-webkit-box-shadow: 0px 0px 0px 4px rgba(134,24,29,1);
	-moz-box-shadow: 0px 0px 0px 4px rgba(134,24,29,1);
	box-shadow: 0px 0px 0px 4px rgba(134,24,29,1);
    padding: 16px;
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    float: left;
}

.krug-prvi {
	padding: 16px 21px;
}

.krug-drugi {
	padding: 16px 16px;
}

.krug-treci {
	padding: 16px 18px;
}

.krug-cetvrti {
	padding: 16px 15px;
}

img.logo-footer {
	width: 300px;
    height: 41px;
    margin-top: 30px;
    margin-bottom: 20px;
}


#footer p a, #footer .potpis-tekst p {
    color: #333;
}

.karta-footer {
	position: relative;
    margin-top: -230px;
    padding-left: 0px;
}

.sadrzaj-lijevo-slider {
	
}

.sadrzaj-lijevo-slider span {
    height: 490px;
    align-items: center;
    justify-content: center;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}

.linija-lijevo-slider {
    padding: 0px 0px;
    position: absolute;
    line-height: 100vh;
    text-align: left;
    width: 100%;
    left: 0px;
}

.linija-lijevo-slider span {
    display: inline-block;
    vertical-align: bottom;
    line-height: normal;
    margin-bottom: 160px;
}

.linija-lijevo-slider span .linija-lijevo-sadrzaj {
	position: absolute;
    bottom: 0px;
    height: 400px;
    width: 4px;
    background: #fff;
    left: 0px;
    z-index: 99;
}

img.img-trokut {
    bottom: 0px;
    right: 0px;
    position: absolute;
    z-index: 9;
    height: 960px;
}

.sadrzaj-lijevo-slider h2 {
    line-height: 1.4;
    font-size: 4.2em;
    color: #000;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 30px;
    letter-spacing: normal;
}

.sadrzaj-lijevo-slider p {
    font-size: 1.1em;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 80px 30px 0;
    color: #000;
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2D2519;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.hvr-bounce-to-primary:hover, .hvr-bounce-to-primary:focus, .hvr-bounce-to-primary:active {
    color: #0679b7 !important;
}

.hvr-bounce-to-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-primary {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 1px solid #0679b7 !important;
}

.hvr-bounce-to-primary:hover:before, .hvr-bounce-to-primary:focus:before, .hvr-bounce-to-primary:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-quaternary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-quaternary {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-quaternary:hover:before, .hvr-bounce-to-quaternary:focus:before, .hvr-bounce-to-quaternary:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

img.tko-smo-slika-lijevo {
    position: absolute;
    top: 0px;
    left: 0px;
}

img.upravljanje-desno {
    position: absolute;
    top: -360px;
    max-height: 1500px;
    width: -webkit-fill-available;
}

#zgrade-section {
	padding: 20px 0;
    position: relative;
}

#stanovi-section {
	padding: 20px 0;
    position: relative;
}

.upravljanje-desno-gore {
    padding-left: 0px;
}

img.karta-bg {
    position: absolute;
    top: -100px;
    right: 0px;
}

.opis-nekretnina-zajedno {
	padding: 10px;
    margin-top: -97px;
    position: relative;    
}

.opis-nekretnina-sadrzaj {
	background: #fff;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.3);
}

a.link-tekst {
    color: #c3222e;
}

a.link-tekst i {
    font-size: 1.8em;
    padding: 0px;
    top: 4px;
    left: 4px;
    position: relative;
    color: #C41F2E;
}

.red-nekretnina {
	padding: 12px 0 6px;
    height: 40px;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
}

.red-nekretnina p {
	color: rgba(25, 23, 22, 0.5);
    font-size: 0.7em;
}

.red-nekretnina-dolje b {
	color: #191716;
}

.cijena-e {
    color: #191716;
    font-size: 1.4em;
    font-weight: 700;
    line-height: normal;
    padding-top: 16px;
    display: block;
}

#nekretnine-section a.link-tekst {
	color: #fff;
    margin-right: 10px;
}

#aktualnosti-section h2 {
    text-transform: uppercase;
    line-height: normal;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 6px;
    margin-bottom: 24px;
}

.blog-dio {
	background: #fafafa !important;
}

.sadrzaj-desno-blog {
	text-align: right;
}

.blog-dio {
	background: #fafafa !important;
}

.blog-dio .linija-vodoravno {
    float: right;
    margin-left: 40px;
    margin-right: 0px;
}

#footer-kontakt {
	padding: 0px 0px;
    height: 280px;
    background: url(https://pulsusmedical.hr/slike/linija-kuca.svg) bottom center no-repeat;
    background-color: #fff;
    background-size: cover;
    color: #fff;
}

#footer-kontakt h2 {
    color: #2a265c;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    line-height: normal;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 6px;
    margin-bottom: 24px;
}

#footer-kontakt .linija-vodoravno {
    width: 100px;
    height: 4px;
    background: #29265D;
    float: left;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-top: 6px;
}

#footer-kontakt h3 {
    font-size: 2em;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.5;
    margin-bottom: 24px;
    text-transform: none;
    color: #29265d;
}

.sadrzaj-kontakt-footer {
	padding: 70px 0 0px;
    margin-bottom: 20px;
}

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

.kontakt-desno-sadrzaj {
    padding: 0px 0px;
    position: relative;
    line-height: 64px;
    text-align: left;
    float: left;
    margin-left: 16px;
}

.kontakt-zadnji {
	line-height: 54px;
}

.kontakt-desno-sadrzaj p {
    font-size: 0.86em;
    margin-bottom: 2px;
}

.kontakt-desno-sadrzaj span {
	display: inline-block;
    vertical-align: bottom;
    line-height: normal;
}

.footer-slika-krovovi {
	background: url(https://pulsusmedical.hr/slike/krovovi-footer.png) top left no-repeat;
    background-size: cover;
    height: 370px;
    padding-right: 0px;
}

.main {
    margin-top: 178px;
    background: url(https://pulsusmedical.hr/slike/background-04-2.png) bottom left no-repeat;
    background-size: auto;
}

.main-pocetna {
    margin-top: 150px;
    background: none;
}

img.img-trokut-header {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 400px;
}

.offer-gore {
    background: #008094;
    color: #fff;
    width: 100%;
    font-size: 10px;
    height: 50px;
    padding: 13px;
}

.trazilica-filter {
    padding: 16px;
    background: #f5f5f5;
    float: none;
    width: 100%;
    display: inline-block;
    background: url(https://pulsusmedical.hr/slike/zgrade-bg.png) bottom right no-repeat;
    background-size: contain;
}

.shop_filter_low_box {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
    position: relative;
    cursor: pointer;
}

.trazilica-filter h4 {
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.4;
    color: #86181D;
    margin: 0 0 6px 0;
}

.trazilica-filter .fa-caret-down {
	padding-top: 12px;
}

.box_gray {
    background: #f2f2f2;
    color: #27276d;
}

.shop_filter_low_drop_down {
    float: left;
    height: 38px;
    width: 100%;
    border: 1px solid #fff;
    padding: 0px 0px 0px 10px;
    position: relative;
    background: white;
}

.shop_filter_title {
    float: left;
    width: 90%;
    font-size: 1em;
    font-weight: 700;
    line-height: 38px;
    height: 38px;
}

.filters_box {
    display: none;
    position: absolute;
    left: 0px;
    top: 38px;
    width: 100%;
    z-index: 100;
}

.offer-gore {
    background: transparent;
    width: 100%;
    font-size: 10px;
    height: 50px;
    padding: 13px;
}

.offer-gore h3 {
    color: #86181D;
    font-size: 2.2em;
    font-weight: 600;
}

.sidebar {
	margin-top: 0px;
    padding: 0px 0 0;
    background: transparent;
}

.sidebar .filteri-lijevo {
	margin-top: 20px;
    padding: 0px 0 0;
    background: #f5f5f5;
}

.kontakt-desno-podaci {
	padding-left: 50px;
}

.kontakt-desno-podaci i {
	color: #86181D;
}

.page-not-found h2 {
    font-size: 3.6em;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.3;
    text-align: center;
}

.page-not-found h3 {
    font-size: 2em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.4;
    margin-bottom: 20px;
    text-transform: none;
}

.page-not-found h3 a {
	color: #0679b7;
}

.upravljanje-sredina p, .agencija-desno p {
	margin-left: 0px;
    margin-right: 0px !important;
}

.projekti-portfolio .thumb-info {
    border: 0px solid #DDD;
    border-radius: 0px;
}

html.webkit .projekti-portfolio .thumb-info .thumb-info-wrapper {
    margin: 0px 0px 0px 0px;
}

.projekti-portfolio img {
    padding: 0;
}

.projekti-portfolio .thumb-info .thumb-info-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(23, 23, 23, 0.8);
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    left: 15%;
    top: 37%;
    right: 15%;
    bottom: auto;
    text-align: center;
    letter-spacing: 0px;
    padding: 30px 16px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    z-index: 2;
    max-width: 70%;
}

.projekti-portfolio .thumb-info .thumb-info-inner {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    text-align: center;
}

.projekti-portfolio h2 {
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 0px 0;
    color: #FFF;
}

.projekti-portfolio .thumb-info .thumb-info-type {
    margin: 0px;
    padding: 3px 6px;
    background-color: transparent;
}

.nekretnine-stranica a.link-tekst {
    color: #fff;
    margin-right: 10px;
}

.apartman-desno-opis {
    padding-left: 30px;
    float: left;
    width: 100%;
}

.apartman-desno-opis h2 {
    margin-bottom: 16px;
}

.table-apartman tr td {
    padding: 20px;
    border-right: 1px solid rgba(134,24,29, 0.2);
    border-bottom: 1px solid rgba(134,24,29, 0.2);
    text-align: center;
}

.table-apartman tr td img {
    height: 36px;
}

.table-apartman h5 {
    font-size: 0.86em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.6;
    margin: 0 0 0px 0;
    font-family: 'Barlow', sans-serif;
    text-transform: none;
    padding-top: 6px;
}

.table-apartman h5 span {
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.6;
    margin: 0 0 0px 0;
    font-family: 'Barlow', sans-serif;
    text-transform: none;
}

.table-apartman tr td:last-child {
    border-right: 0px solid rgba(134,24,29, 0.2);
}

.cijena-slika {
    position: absolute;
    bottom: 70px;
    right: 15px;
    background: #fff;
    padding: 6px 12px;
    border-right: 0px solid #f0d07f;
    border-bottom: 0px solid #f0d07f;
    font-size: 1.4em;
    color: #86181D;
}

.cijena-slika span {
    font-size: 0.7em;
}

/* FILTERI */
.trazilica-filter {background-color: #f2f2f2;padding: 10px;float: left;}
.shop_filters_box {
    float:  left;
    // width: 960px;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 25px 0px;
    position: relative;
}

.shop_filter_low_box {
    float: left;
    width: 100%;
    margin: 0px 10px 10px 0px;
    position: relative;
    cursor: pointer;
}

.shop_filter_low_drop_down {
    float: left;
    height: 38px;
    width: 100%;
    border: 1px solid #fff;
    padding: 0px 0px 0px 10px;
    position: relative;
    background: white;
}

.shop_filter_low_box .icon-caret-down {
    position: absolute;
    right: 10px;
    top: 12px;
}

ul.filter_list li .icon-check {
    position: absolute;
    right: 8px;
    top: 6px;
}

.shop_filter_low_box:hover .icon {
    
}

.box_gray {
    background: #fff;
    color: #27276d;
}

.shop_filter_title {
    float: left;
    width: 90%;
    font-size: 15px;
    font-weight: 700;
    line-height: 38px;
    height: 38px;
}

.selected_filter {
    color: red;
}

.filters_box {
    display: none;
    position: absolute;
    left: 0px;
    top: 38px;
    // width: 150px;
    width: 100%;
    z-index: 100;
}

.shop_filter_low_box:hover {
    color: #787878;
}

.shop_filter_low_box:hover .filters_box {
    display: inline;
}

.shop_filter_low_box:hover ul li {
    color: black;
}

.shop_filter_low_box ul {
    float: left;
    width: 100%;
    list-style-type: none;
    margin:  0px 0px 0px 0px;
    background: white;
    padding: 10px 0px 5px 10px;
    border-left: 0px solid #D4D4D4;
    border-right: 0px solid #D4D4D4;
    border-bottom: 0px solid #D4D4D4;
    border-top: 0px solid #f5f5f5;
}

.shop_filter_low_box ul.filter_color_grid {
    padding: 10px 0px 0px 10px;
}

.shop_filter_low_box ul li {
    position: relative;
    float: left;
    padding: 3px 5%;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}

.shop_filter_low_box ul li a {
    display: block;
    width: 85%;
}

.shop_filter_low_box ul.filter_list li {
    width: 90%;
    margin: 0px 0px 2px 0px;
}

.shop_filter_low_box ul.filter_grid li {
    width: 48px;
    margin: 0px 0px 2px 0px;
}

.shop_filter_low_box ul.filter_color_grid li {
    width: 14px;
    height: 14px;
    margin: 1px 12px 12px 3px;
    padding: 1px;
}

.shop_filter_low_box ul.filter_color_grid li.pattern span {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 2px;
    left: 0px;
}

.shop_filter_low_box ul.filter_color_grid li span, .shop_filter_low_box ul.filter_color_grid li span img {
    float: left;
    width: 14px;
    height: 14px;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.shop_filter_low_box ul.filter_color_grid li:hover, .shop_filter_low_box ul.filter_color_grid li.selected {
    background: none repeat scroll 0 0 white;
    border: 0 none;
    height: 14px;
    margin: 1px 12px 12px 3px;
    width: 14px;
}

.shop_filter_low_box ul.filter_color_grid li:hover span, .shop_filter_low_box ul.filter_color_grid li.selected span, .shop_filter_low_box ul.filter_color_grid li:hover span img, .shop_filter_low_box ul.filter_color_grid li.selected span img  {
    width: 12px;
    height: 12px;
}

.pattern_color_filter {
    background-image: url(../images/pattern.png);
    background-repeat: no-repeat;
}

.shop_filter_low_box ul.filter_color_grid li span.color_filter {
    border: 1px solid #666;
    height: 14px;
    padding: 1px;
    width: 14px;
}

.shop_filter_low_box ul.filter_color_grid li:hover span.color_filter {
    border: 1px solid #000;
    height: 14px;
    padding: 1px;
    width: 14px;
}

.shop_filter_low_box ul.filter_color_grid li.selected span.color_filter {
    border: none;
    width: 12px;
    height: 12px;
}

.shop_filter_unit ul.filter_grid li.all_selected_filter {
    clear: both;
}

/*
.checkbox {
    width: 8px;
    height: 8px;
    position: absolute;
    border: 1px solid black;
    top: 2px;
    left: 0px;
}
*/


.unselected {
    background-color: white;
}

.selected, .shop_filter_low_box ul li:hover span.unselected {
    background-color: transparent;
}

.shop_filter_low_box ul li:hover span.selected {
    background-color: white;
}

.shop_filter_low_box ul li:hover {
    background: transparent;
}

.shop_filter_low_box ul li:hover a {
    color: #86181D !important;
}

.shop_selected_filters_box {
    float: left;
    width: 120px;
    height: 24px;
    line-height: 24px;
    background: #D3000D;
    background: red;
    padding: 0px 15px 0px 15px;
    color: white;
    font-size: 11px;
}

.shop_filters_box ul.primary_filters li a.filter_sale.selected {
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 5px;
    border-bottom: 2px solid #000;
}

.filters_selected_count {
    float: left;
}

.reset_filters_link {
    width: 100%;
    float: left;
    cursor: pointer;
    color: white;
}

.reset_filters_link a {
    width: 100%;
    float: left;
    color: white;
}

.reset_filters_link a span {
    float: right;
    width: 14px;
    height: 14px;
    margin: 5px 0px 0px 0px;
    background-image: url(../images/icons_sprite_new.png);
    background-repeat: no-repeat;
    background-position: -20px -620px;
}

.reset_filters_link a:hover span {
    background-position: 0px -620px;
}

a.chosen_filters:link, a.chosen_filters:visited, a.chosen_filters:active {
    color: #fff;
    text-decoration: none;
    border: 1px solid #27276d;
    border-radius: 0;
    padding: 2px 8px;
    background: #27276d;
    float: left;
    margin: 0 4px 4px 0;
    font-size: 12px !important;
}

a.chosen_filters:hover {
border: 1px solid #86181D;
background: #86181D;
color: #fff !important;
}

.eebloqs li {
    color: #000;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0 0 12px;
    font-size: 1em;
}

.btn {
	border-radius: 0px;
}

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    text-align: center;
    max-width: 100%;
    background-color: #FFF;
    border: 0px solid #DDD;
    border-radius: 0px;
    overflow: hidden;
}

html.webkit .thumb-info .thumb-info-wrapper {
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
}

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

.thumb-info h4 {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.4;
    margin: 0 0 16px 0;
}

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

.eebloqs li {
    color: #000;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0 0 12px;
    font-size: 1em;
}

.glavna-tekst li {
    color: #000;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0 0 12px;
    font-size: 1em;
}

h3.entry-title-index {
    font-weight: 500;
    line-height: 1.4;
    color: #C41F2E;
    font-size: 1.6em;
    margin-bottom: 16px;
}

.btn:hover {
	opacity: 1;
}

.ikonica-ops {
    color: #888;
    font-size: 1.1em;
    margin-bottom: 16px;
    text-align: left;
    opacity: 0.2;
}

.ikonica-opacity {
    color: #888;
    font-size: 1.1em;
    margin-bottom: 16px;
    text-align: left;
    opacity: 1;
}

.ikonica-ops i {
    font-size: 1.4em;
}

.ikonica-opacity i {
    color: #c3222e;
}

h4.naslov-h4 {
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.4;
    margin: 0 0 20px 0;
}

img.ikonica-godina {
    height: 20px;
    float: left;
    padding-right: 16px;
}

span.ikonica-span {
    float: left;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 70px;
}

.radovi-box {
    background: #c3222e;
    padding: 14px 0px 0px;
}

.radovi-box h3 {
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 16px;
    text-align: center;
    text-transform: none;
}

.cocoen {
    box-sizing: border-box;
    cursor: pointer;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cocoen>div:first-child, picture .cocoen>div {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%;
}

.cocoen * {
    box-sizing: inherit;
}

.cocoen>img, .cocoen>picture>img {
    display: block;
    width: 100%;
}

.cocoen img, .cocoen picture>img {
    max-width: none;
}

.cocoen>div:first-child, picture .cocoen>div {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%;
}

.cocoen-drag {
    background: #fff;
    bottom: 0;
    cursor: ew-resize;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 2px;
}

.cocoen-drag::before {
    border: 3px solid #fff;
    content: '';
    height: 30px;
    left: 50%;
    margin-left: -7px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    width: 14px;
}

#header .header-nav-main nav > ul > li > a:hover {
	opacity: 1;
}

a.btn:hover {
	opacity: 1;
}

.catmenu .depth1 a:hover {
    opacity: 1;
}

.slika-nekretnina img:hover, .bigtar img:hover {
	-webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); 
}

.slika-nekretnina img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.slika-bigtar img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slika-nekretnina {
	position: relative;
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.slika-bigtar {
	position: relative;
    overflow: hidden;
}

ul.jezik-navigacija>li>a {
    padding: 16px 24px;
    font-size: 1em;
    margin-right: 0px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

ul.jezik-navigacija a img {
    margin-top: -2px;
}

#header .header-nav-zgrade nav > ul > li > a {
    font-size: 0.84em;
    color: #29265d;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 4px 5px !important;
    text-transform: uppercase;
}

.header-nav-zgrade ul.jezik-navigacija>li>a {
    font-size: 0.84em;
    margin-right: 0px;
    font-style: normal;
    font-weight: 500;
    padding: 4px 5px !important;
    line-height: 24px;
}

ol {
  list-style: none;
  counter-reset: steps;
  padding-inline-start: 0px;
}

ol li {
  counter-increment: steps;
}

ol li::before {
  content: counter(steps);
  margin-right: 0.8rem;
  background: #86181D;
  color: white;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  line-height: 2em;
  font-weight: 600;
}

.header-top .col-md-2 {
	align-items: center;
    display: flex;
    justify-content: center;
}

.header-top i {
	color: #76aad6;
}

.header-top i.fa-whatsapp, .header-top i.fa-viber {
	color: #fff;
}

p.viber-p {
	margin-left: 20px !important;
}

.sadrzaj-podaci {
    float: right;
    width: 40%;
    position: relative;
}

.sadrzaj-desno span {
	font-size: 0.76em;
}

.sadrzaj-desno p {
	line-height: 1.3;
    margin-bottom: 0px;
}

.ikonica-lijevo {
	float: left;
    padding: 5px 16px 5px;
}

.ikonica-lijevo i {
	font-size: 2em;
}

.header-column-desno {
    display: table-cell !important;
    vertical-align: middle !important;
    justify-content: flex-end !important;
    padding-top: 4px;
}

.header-bottom {
    border-top: 1px solid rgba(216, 216, 216, 0.3);
    position: relative;
}

html #header .header-nav-main nav > ul > li a i.fa-facebook-f, html #header .header-nav-main nav > ul > li a i.fa-instagram, html #header .header-nav-main nav > ul > li a i.fa-linkedin {
    color: #0679b7;
    font-weight: 900;
}

html #header .header-nav-main nav > ul > li a i.fa-instagram {
    margin-left: -10px;
}

html.sticky-header-active #header .header-nav-main nav > ul > li a i.fa-instagram, html.sticky-header-active #header .header-nav-main nav > ul > li a i.fa-linkedin {
    margin-left: -10px;
}

#slider-bg {
	margin-top: 50px;
}

.slika-desno-slider {
	width: 50%;
    float: right;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    height: 500px;
}

.lijevo-slider {
    background-size: auto;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(https://pulsusmedical.hr/slike/slider-bg.png);
}

img.lijevo-bg-slider {
	position: absolute;
}

#slider-bg .owl-carousel .owl-nav {
    top: auto;
    bottom: 100px;
    position: absolute;
    margin-top: 0px;
    width: auto;
    left: 45%;
}

#slider-bg .owl-carousel .owl-nav .owl-next {
    right: -45px;
}

#slider-bg .owl-carousel .owl-nav .owl-prev {
    left: -60px;
}

.owl-carousel .owl-nav [class*="owl-"] {
    color: #d8d8d8;
    background-color: #fff !important;
    border-color: #d8d8d8 #d8d8d8 #d8d8d8 !important;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: unset;
    border: 2px solid !important;
    border-radius: 50% !important;
}


.owl-carousel .owl-nav .owl-prev:before {
    position: relative;
    left: -1px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.izdvojeno-slider {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 30%);
    position: absolute;
    display: inline-block;
    width: 100%;
    margin: 0 15px 0;
    top: -50px;
    z-index: 9;
    height: 240px;;
}

.izdvojeno-polje {
    padding: 30px 10px;
    position: relative;
    display: block;
    height: 240px;
}

.izdvojeno-polje h4 {
    color: #0679b7;
}

.polje-1, .polje-2 {
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.broj-big {
	font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 16px;
}

.izdvojeno-polje p {
    color: #221e1f;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0 0 6px;
    font-size: 0.88em;
}

.izdvojeno-polje p a {
    color: #221e1f;
}

.izdvojeno-polje img {
    right: -30px;
    bottom: -16px;
    position: absolute;
}

#pulsus-section {
	background: url(https://pulsusmedical.hr/slike/hex-1.png) right top no-repeat;
    background-color: #FFFFFF;
    background-size: auto;
    padding: 300px 0 70px;
}

img.slika-krugovi {
    position: absolute;
    padding: 0px 0 20px;
    margin-top: -70px;
    left: 10%;
}

#pulsus-section {
	text-align: right;
}

.heart-line {
    position: absolute;
    left: 10%;
    margin-top: -240px;
}

#proizvodi-section {
	padding: 130px 0 20px;
}

#proizvodi-section .tabs.tabs-simple .nav-tabs {
    border: 0;
    margin-bottom: 0px;
    float: right;
    margin-top: 70px;
}

#proizvodi-section .tabs.tabs-simple .nav-tabs > li {
    margin-bottom: 0px;
}

html body #proizvodi-section .tabs.tabs-simple .nav-tabs > li.active a, html.dark body #proizvodi-section .tabs.tabs-simple .nav-tabs > li.active a, html body #proizvodi-section .tabs.tabs-simple .nav-tabs > li.active a:focus, html.dark body #proizvodi-section .tabs.tabs-simple .nav-tabs > li.active a:focus, html body #proizvodi-section .tabs.tabs-simple .nav-tabs > li a:hover, html.dark body #proizvodi-section .tabs.tabs-simple .nav-tabs > li a:hover, html body #proizvodi-section .tabs.tabs-simple .nav-tabs > li.active a:hover, html.dark body #proizvodi-section .tabs.tabs-simple .nav-tabs > li.active a:hover {
    border-top-color: transparent;
    color: #0679b7;
}

#proizvodi-section .tabs.tabs-bottom .nav-tabs li.active a, #proizvodi-section .tabs.tabs-bottom .nav-tabs li.active a:hover, #proizvodi-section .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom: 0px solid #CCC;
}

#proizvodi-section .tabs.tabs-simple .nav-tabs > li a {
    padding: 15px 15px 5px 15px;
    background: none;
    border: 0;
    border-bottom: 0px solid #eee;
    border-radius: 0;
    color: #221e1f !important;
    font-weight: 500;
    font-size: 14px;
    width: auto;
}

#proizvodi-section .tabs.tabs-simple .nav-tabs > li:last-child a {
    padding: 15px 0px 5px 15px;
}

#proizvodi-section .tabs.tabs-simple .nav-tabs > li:last-child a:hover, #proizvodi-section .tabs.tabs-simple .nav-tabs > li.active:last-child a {
    padding: 15px 0px 5px 15px;
}

#proizvodi-section .tabs.tabs-simple .nav-tabs > li a:hover, #proizvodi-section .tabs.tabs-simple .nav-tabs > li a:focus, #proizvodi-section .tabs.tabs-simple .nav-tabs > li.active a {
    padding: 15px 15px 5px;
    background: none;
    border: 0;
    border-bottom: 0px solid #eee;
    border-radius: 0;
    color: #0679b7 !important;
    font-weight: 500;
    width: auto;
}

#proizvodi-section .tabs.tabs-simple .nav-tabs > li a img {
    margin-top: -5px;
    margin-right: 5px;
    max-height: 26px;
}

#proizvodi-section .tabs.tabs-simple .nav-tabs > li.active a img, #proizvodi-section .tabs.tabs-simple .nav-tabs > li.active a:hover img, #proizvodi-section .tabs.tabs-simple .nav-tabs > li a:hover img {
    filter: invert(30%) sepia(98%) saturate(1146%) hue-rotate(175deg) brightness(93%) contrast(95%);
}

.proizvod-zajedno {
	border: 1px solid #d8d8d8;
    padding: 24px;
    text-align: center;
    background: #fff;
}

.proizvod-zajedno img {
	margin-bottom: 20px;
}

.proizvod-zajedno h4 {
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 0 6px 0;
    color: #0679b7;
}

.proizvod-zajedno h5 {
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

.proizvod-zajedno p {
    margin-bottom: 20px;
    font-size: 0.9em;
    height: 40px;
    overflow: hidden;
}

.btn-ponuda {
    width: 55%;
    align-items: center;
    display: flex !important;
    justify-content: center;
    padding: 10px 10px;
}

.btn-detalji {
	width: 40%;
    margin-left: 5%;
}

.hvr-bounce-to-default:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0679b7;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-default {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-transform: uppercase;
}

.hvr-bounce-to-default:hover:before, .hvr-bounce-to-default:focus:before, .hvr-bounce-to-default:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-default {
    color: #0679b7 !important;
    border: 1px solid #0679b7;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #fff !important;
    border-color: #0679b7;
}

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

#zastupnistva-section {
	background-size: auto;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(https://pulsusmedical.hr/slike/hex-1.png);
    padding: 70px 0 50px;
    position: relative;
}

.desno-zastupnistva {
	text-align: right;
}

img.zastupnistvo-logo {
	max-width: 160px;
    margin-bottom: 20px;
}

img.img-zastupnistvo-proizvod {
	max-height: 250px;
    width: auto;
}

.zastupnistvo-zajedno-ljevo {
	width: 100%;
    height: 300px;
    border: 1px solid #d8d8d8;
    padding: 30px 20px;
    background: #fff;
}

.zastupnistvo-zajedno-ljevo h3 {
    font-size: 2.2em;
    line-height: 1.3;
    margin-bottom: 6px;
    text-transform: none;
}

.zastupnistvo-zajedno-desno {
    height: 300px;
    background: #0679b7;
    padding: 24px 10px 16px 16px;
    background-size: auto;
    background-position: right -96px bottom -40px;
    background-repeat: no-repeat;
    background-image: url(https://pulsusmedical.hr/slike/big-heart-1.svg);
    position: relative;
}

.zastupnistvo-zajedno-desno h3 {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 6px;
    text-transform: none;
    color: #fff;
}

.zastupnistvo-zajedno-desno ul {
    padding-inline-start: 20px;
}

.zastupnistvo-zajedno-desno ul li { 
  list-style-image: url("https://pulsusmedical.hr/slike/small-heart-list.svg");
  color: #fff;
  font-size: 0.8em;
  margin-top: 12px;
  line-height: 1.4;
}

.zastupnistvo-zajedno-desno ul li::marker {
    margin-top: 2px;
}

.owl-carousel .owl-nav .owl-prev {
    left: -60px;
}

.owl-carousel .owl-nav .owl-next {
    right: -60px;
}

img.bg-zastupnistvo {
	position: absolute;
    bottom: 0px;
    left: 0px;
}

#newsletter-section {
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(https://pulsusmedical.hr/slike/newsletter-img.png);
    padding: 40px 0;
    position: relative;
    margin-top: -6px;
}

img.slika-news {
    position: absolute;
    top: -110px;
    max-height: 460px;
    right: 0px;
    opacity: 0.2;
}

.desno-news {
	text-align: right;
}

.news-search {
	float: right;
}

.news-search .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    background: transparent;
    float: right;
    margin-top: 20px;
    display: table;
}

#mc_embed_signup input#mc-embedded-subscribe {
    color: #0679b7 !important;
    text-transform: uppercase !important;
    background: #fff !important;
    border: 1px solid #0679b7 !important;
    -webkit-transition: background-color 2s ease-out !important;
    -moz-transition: background-color 2s ease-out !important;
    -o-transition: background-color 2s ease-out !important;
    transition: background-color 2s ease-out !important;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(48,35,174,0.3) !important;
    -moz-box-shadow: 0px 0px 10px 1px rgba(48,35,174,0.3) !important;
    box-shadow: 0px 0px 10px 1px rgba(48,35,174,0.3) !important;
    display: inline-block !important;
    padding: 12px 24px 12px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-radius: 0px !important;
    height: 42px !important;
    line-height: 1 !important;
}

#newsletter-section h3 {
    font-size: 3.6em;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 6px;
    text-transform: none;
}

#newsletter-section h3 span {
    font-size: 1.3em;
    font-weight: 600;
}

#newsletter-section .form-control {
    padding: 8px 12px;
    font-size: 12px;
    color: #fff !important;
    background-color: transparent;
    border: 1px solid rgba(216, 216, 216, 0.27);
    border-radius: 0px;
    height: 36px;
}

#footer h3 {
    color: #000;
    font-size: 2.2em;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.4;
}

.kontakt-footer p span {
	font-weight: 500;
}

#footer .footer-copyright {
    padding: 30px 0 30px;
}

.copy-desno p {
	text-align: right;
}

.politika-footer {
	position: absolute;
    bottom: 0px;
    right: 0px;
    width: 39%;
    height: auto;
    padding: 40px 170px 30px 30px;
    background: #0679b7;
}

.politika-footer h3 {
    color: #fff !important;
    font-size: 2.2em;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.4;
}

.politika-footer p {
    color: #fff;
    margin-bottom: 20px;
}

.owl-carousel .owl-nav .owl-next:before {
    position: relative;
    left: 2px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #d8d8d8;
    border-color: #d8d8d8;
    text-decoration: none;
}

#header .header-search .btn-default {
    color: #d8d8d8 !important;
}

.page-header .breadcrumb > li + li:before {
    opacity: 1;
    content: ">";
    padding: 0 7px 0 5px;
    color: #777;
}

img.desno-header {
    float: right;
    padding-right: 30px;
    max-height: 300px;
}

.page-header span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
}

.page-header img.slika-krugovi {
    position: absolute;
    padding: 30px 0 20px;
    margin-top: 10px;
    opacity: 0.7;
    left: 15%;
    transform: rotate(20deg);
    width: 440px;
    max-height: 420px;
    filter: invert(25%) sepia(55%) saturate(4674%) hue-rotate(185deg) brightness(95%) contrast(95%);
}

.datum {
    position: absolute;
    top: 40%;
    left: -15px;
    transform: rotate(-90deg);
    background: #0679b7;
    padding: 8.8px 12px;
    font-size: 0.9em;
    color: #fff;
    line-height: 1;
}

img.slika-det {
    max-height: 320px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 15px;
}

.slika-lijevo {
    vertical-align: middle;
    align-items: center;
    display: flex;
    height: 360px;
    justify-content: center;
}

.page-header p {
	color: #0679b7;
}

.hvr-bounce-to-secondary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-secondary {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-transform: uppercase;
}

.hvr-bounce-to-secondary:hover:before, .hvr-bounce-to-secondary:focus:before, .hvr-bounce-to-secondary:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open>.dropdown-toggle.btn-secondary.focus, .open>.dropdown-toggle.btn-secondary:focus, .open>.dropdown-toggle.btn-secondary:hover {
    color: #ff9f50 !important;
    border-color: #ff9f50;
}

.btn-secondary:hover {
    color: #ff9f50 !important;
}

html .btn-secondary:hover, html .btn-secondary:focus, html .btn-secondary:active:hover, html .btn-secondary:active:focus {
    color: #ff9f50 !important;
}

html .alert-primary {
    background-color: #ff9f50;
    border-color: #ff9f50;
    color: #FFF;
}

.thumb-info-usluge {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 30%);
}

.thumb-info-usluge .thumb-info-caption {
    padding: 16px 24px;
}

.thumb-info-usluge .thumb-info-caption h3 {
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 0 16px 0;
    color: #0679b7;
}

.misija-zajedno {
    height: auto;
    background: #0679b7;
    padding: 12px 10px 6px 16px;
    background-size: auto;
    background-position: right -96px bottom -40px;
    background-repeat: no-repeat;
    background-image: url(https://pulsusmedical.hr/slike/big-heart-1.svg);
    position: relative;
}

.misija-zajedno h3, .misija-zajedno p, .misija-zajedno a, .misija-zajedno h5, .misija-zajedno h6 {
    color: #fff;
}

.misija-zajedno h3 {
    font-size: 2.3em;
}

.politika-zajedno {
	background-color: #efefef;
    padding: 40px 0;
    text-align: center;
    font-size: 1em;
}

.slika-kategorija-glavna {
    height: 280px;
    background-size: cover !important;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.slika-kategorija-glavna a.a-zajedno {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.kategorija-glavna-bg {
    background-size: cover !important;
    height: 280px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: grid;
}

.kategorija-glavna-bg:hover {
    background-size: cover !important;
    height: 280px;
    background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(255,255,255,0) 100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.opis-kategorija-absolute {
    bottom: 20px;
    left: 30px;
    position: absolute;
}

.opis-kategorija-absolute h3 {
    font-size: 1.8em;
    color: #fff;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.kategorija-iznad {
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

ul.sort-source-cat {
    margin-top: 0;
    list-style: none;
    margin-bottom: 10px;
    padding-inline-start: 0px;
    align-items: center;
    display: block;
    justify-content: center;
    float: left;
}

ul.sort-source-cat li {
    color: #58595b;
    line-height: 21px;
    font-size: 1em;
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
    list-style: none;
    font-weight: 500;
}

ul.sort-source-cat > li > a {
    padding: 10px 15px 11px 15px;
    background: none;
    border: 0;
    border: 1px solid #221e1f;
    border-radius: 0;
    color: #221e1f !important;
    font-weight: 500;
    font-size: 1.2em;
    width: auto;
    text-transform: uppercase;
}

ul.sort-source-cat li.active a {
    color: #0679b7;
    border: 1px solid #0679b7;
    border-color: #0679b7;
    font-weight: 500;
}

ul.sort-source-cat li.active a, ul.sort-source-cat li.active a:hover, ul.sort-source-cat li.active a:focus {
    text-decoration: none !important;
    color: #0679b7 !important;
}

.portfolio-medicina {
	min-height: 600px;
}

.slika-lijevo-proizvod {
	height: auto;
    display: block;
    margin-top: 10px;
}

.product-img-box .product-img-wrapper {
    padding: 0px;
    border: 1px solid #0679b7;
    border-radius: 0px;
}

.product-img-box-wrapper .product-img-wrapper {
	border: 1px solid #f9f9f9;
}

.main-proizvod .page-header {
	line-height: 700px; 
}

.main-proizvod .page-header p {
    color: #221e1f;
}

.table-striped>tbody>tr>td {
    vertical-align: middle;
}

#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    width: auto;
    left: 15px;
    right: 15px;
}

#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu .slika-kategorija-glavna {
    height: 160px;
}

#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu .kategorija-glavna-bg {
    height: 136px;
}

#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu .opis-kategorija-absolute {
    bottom: 0px;
    left: 20px;
    position: absolute;
}

#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu .opis-kategorija-absolute h3 {
    font-size: 1.4em;
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    padding: 20px 10px 00px;
}

html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #221e1f transparent transparent transparent;
}

#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #221e1f transparent transparent transparent;
}

#header .header-top i.fa-viber, #header .header-top i.fa-whatsapp {
	font-weight: 100;
    font-size: 1.3em;
}

.btn-news {
    color: #0679b7 !important;
    text-transform: uppercase !important;
    background: #fff !important;
    border: 1px solid #0679b7 !important;
    -webkit-transition: background-color 2s ease-out !important;
    -moz-transition: background-color 2s ease-out !important;
    -o-transition: background-color 2s ease-out !important;
    transition: background-color 2s ease-out !important;
    -webkit-box-shadow: 0px 0px 10px 1px rgb(48 35 174 / 30%) !important;
    -moz-box-shadow: 0px 0px 10px 1px rgba(48,35,174,0.3) !important;
    box-shadow: 0px 0px 10px 1px rgb(48 35 174 / 30%) !important;
    display: inline-block !important;
    padding: 12px 24px 12px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-radius: 0px !important;
    height: 42px !important;
    line-height: 1 !important;
}

.zastupnistvo-zajedno-desno p {
	color: #fff;
}

.prijavnica-header {
    color: #0679B7 !important;
    font-weight: 600;
    padding: 0px 20px;
    background: #fff;
    line-height: 2.2;
    border: 4px solid #0679B7;
}

a[href $='.pdf'] {
    padding: 0 0 3px 20px;
    background: url(https://pulsusmedical.hr/slike/page_white_acrobat.png) top left no-repeat;
    font-size: 0.92em;
}

a[href $='.doc'] {
    padding: 0 0 3px 20px;
    background: url(https://pulsusmedical.hr/slike/page_white_word.png) top left no-repeat;
    font-size: 0.92em;
}

a[href $='.docx'] {
    padding: 0 0 3px 20px;
    background: url(https://pulsusmedical.hr/slike/page_white_word.png) top left no-repeat;
    font-size: 0.92em;
}

a[href $='.xls'] {
    padding: 0 0 3px 20px;
    background: url(https://pulsusmedical.hr/slike/page_white_excel.png) top left no-repeat;
    font-size: 0.92em;
}

a[href $='.xlsx'] {
    padding: 0 0 3px 20px;
    background: url(https://pulsusmedical.hr/slike/page_white_excel.png) top left no-repeat;
    font-size: 0.92em;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}

.owl-klijenti {
    z-index: 4;
    position: relative;
}

.logo-klijenti {
    height: auto;
    width: auto;
    padding: 20px 10px 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    float: none;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    margin: 0 auto;
}

.logo-klijenti img {
    width: auto !important;
    max-height: 50px;
}

#slidebox4449 {width:900px;height:525px;padding:0;background: transparent;border:0;position:fixed;top:120px;left:200px;z-index:10000}
#dobnaverifikacija a.close {background:transparent url(https://pulsusmedical.hr/images/uploads/banner-close.png) no-repeat top left;width:42px;height:42px;position:absolute;cursor:pointer;top:-20px;right:-21px; opacity:1 !important; z-index: 10002;}
#dobnaverifikacija a.close:hover {background:transparent url(https://pulsusmedical.hr/images/uploads/banner-close.png) no-repeat top left; opacity:1 !important;}
#dobnaverifikacija a:hover {opacity: 1 !important;}

#dobnaverifikacija {
	background-color: rgba(0,0,0,0.8); 
	z-index: 10001;
}

.verifikacija {
	margin-top:0px; 
	text-align:center;
}

#dobnaverifikacija .modal-dialog {
	width: 100%; 
	max-width: 900px;
    margin-top: 200px;
}

.verifikacija .btn {margin:0 8px;}

#dobnaverifikacija .modal-body {
    width:900px; 
    padding:0px 0px; 
    background-color: #ddd; 
    max-width:100%; 
    color:#fff;
    border: 0px solid #fff;
}

#dobnaverifikacija .modal-tekst {margin-top:0px; margin-bottom:20px; text-align:center; font-weight:600; font-size:30px; line-height:40px; font-family: adobe-garamond-pro, serif;}

#dobnaverifikacija img {
	width: 100%;
    height: auto;
}

.slika-lijevo-proizvod .owl-carousel .owl-nav .owl-next:before {
	display: none;
}

.slika-lijevo-proizvod .owl-carousel .owl-nav .owl-prev:before {
	display: none;
}

.slika-lijevo-proizvod .owl-carousel .owl-nav .owl-next {
	border: 0 !important;
}

.slika-lijevo-proizvod .owl-carousel .owl-nav .owl-prev {
	border: 0 !important;
}

.cijena-polje {
	border-left: 1px solid #0679b7;
    height: 50px;
    padding: 4px 6px 4px 6px;
    width: 33.3333%;
    float: left;
    display: block;
    text-align: center;
    height: auto;
}

.cijena-polje-1 {
	border-left: 0px solid #0679b7;
}

.cijena-polje h3 {
    font-size: 1.34em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 2px;
    text-transform: none;
    color: #0679b7;
}

.cijena-polje h3 small {
	font-size: 70%;
    font-weight: 100;
    color: #0679b7;
}

.cijena-polje p {
	font-size: 0.86em;
    line-height: 1.3;
    margin-bottom: 0px;
}

.cijena-zajedno-border {
	border-top: 1px solid #0679b7;
    width: 100%;
    padding-top: 40px;
}

.cijena-polje-50 {
    text-align: center;
    width: 50%;
}

.cijena-zajedno-border h5 {
	text-align: center;
}

.page-header a[href $='.pdf'] {
    display: inline-block !important;
    font-size: 1.1em !important;
}

.page-header a.dokumenti-link span {
    margin-top: -6px;
}

.gumb-gore {
    display: inline-block;
    z-index: 9;
    min-width: auto !important;
    width: auto !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0px solid #ddd;
}

#kategorije-gore-section {
	position: relative;
    padding: 90px 0 0;
}


#kategorije-gore-section .kategorija-glavna-bg {
    height: 180px;
}

#kategorije-gore-section .slika-kategorija-glavna {
    height: 180px;
}

#kategorije-gore-section .opis-kategorija-absolute h3 {
    font-size: 1.2em;
}

.plan-lijevo {
    border-radius: 0px;
    height: 572px;
    align-items: center;
    justify-content: center;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    padding: 30px 23px 15px 30px;
    background: #F8FBFD;
}

.plan-lijevo p {
	font-size: 1.16em;
}

.plan-stavke-slika {
    height: 170px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px 0px 0 0;
    border: 0px solid rgba(215, 215, 255, 1);
    margin-bottom: 30px;
}


