@charset "utf-8";
/* Editing file "/media/templates/site/vmbasic/css/vmbasic.css" in template "vmbasic". */
/* Bootstrap */
.dropdown-menu {
	border-radius: 0;
	--bs-dropdown-zindex: 1030;
}

.dropdown-toggle {
	display: flex;
	align-items: center;
}

.dropdown-toggle::after {
	content: "";
	border: none;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px
}

.btn {
	border-radius: 0
}

.input-group .btn {
	font-size: 14px;
	border-radius: var(--bs-border-radius);
}

.btn-primary {
	--bs-btn-bg: #333;
	--bs-btn-border-color: #333;
	--bs-btn-hover-bg: #555;
	--bs-btn-hover-border-color: #555;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-bg: #555;
	--bs-btn-active-border-color: #555;
	--bs-btn-disabled-bg: #A0A0A0;
	--bs-btn-disabled-border-color: #A0A0A0;
}

.btn-secondary {
	--bs-btn-color: #333;
	--bs-btn-bg: #EFEFEF;
	--bs-btn-border-color: #EFEFEF;
	--bs-btn-hover-bg: #333;
	--bs-btn-hover-border-color: #333;
	--bs-btn-active-bg: #333;
	--bs-btn-active-border-color: #333;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	color: #A0A0A0;
}

.text-secondary {
	color: #A0A0A0 !important;
}

.form-control,
.form-select {
	font-size: 14px
}

form .form-control,
form .form-select {
	border-color: #C7C7C7
}

/* General styles */
body {
	font-size: 15px;
	color: #333;
}

a,
.btn-link {
	color: #A0A0A0;
	text-decoration: none
}

a:hover,
.btn-link:hover {
	color: #333;
}

img {
	max-width: 100%;
	height: auto;
	aspect-ratio: attr(width) / attr(height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin-bottom: 1em;
	margin-top: 3rem;
	color: #333;
}

h1 {
	font-size: 32px
}

h2 {
	font-size: 28px
}

h3 {
	font-size: 25px
}

h4 {
	font-size: 22px
}

h5 {
	font-size: 20px
}

h6 {
	font-size: 18px
}

.toolbar {
	font-size: 14px;
	padding: 0 !important;
	background-color: transparent;
}

.toolbar a,
.toolbar .btn-link {
	color: inherit;
}

.toolbar .btn svg {
	margin-right: 5px;
}

.toolbar svg {
	line-height: 16px;
	vertical-align: sub;
}

.top-bar {
	font-weight: bold;
}

header p {
	margin: 0
}

.toolbar .dropdown-menu {
	font-size: 14px;
	line-height: 14px;
	min-width: 100%;
	width: max-content;
}

.form-control-feedback {
	display: block;
	font-size: 14px;
	color: red;
}

/* Main menu */
.main-menu {
	background-color: #fff;
	color: #fff;
	margin-top: 70px;
}

.main-menu .nav-item {
	position: relative;
}

.main-menu a,
.main-menu span {
	position: relative;
	display: block;
	padding: 14px 14px;
	color: #000;
	background-color: #fff;
	transition: background-color linear 250ms;
	border-width: 1px;
}

.main-menu .active>a,
.main-menu .active>span,
.main-menu a:hover,
.main-menu span:hover {
	background-color: #fff;
	border-bottom: 1px solid #A0A0A0;
	transition: border-bottom linear 250ms;
	color: #c0392b;
}

.main-menu .parent>a::after,
.main-menu .parent>span::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin-left: 5px;
	-webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
	mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
}

.main-menu .mod-menu__sub .parent>a::after,
.main-menu .mod-menu__sub .parent>span::after {
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
}

.main-menu .mod-menu__sub {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1022;
	/*min-width: 200px;*/
	opacity: 0;
	visibility: hidden;
	transition: all linear 250ms
}

.main-menu .parent:hover>.mod-menu__sub {
	opacity: 1;
	visibility: visible;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
	transition: all linear 250ms
}

.mod-menu__sub .mod-menu__sub {
	left: 100%;
	top: 0
}

/* Banners */
.banner-section p {
	margin: 0
}

/* Modules */
.mod-breadcrumbs {
	background-color: #EFEFEF;
	font-size: 14px;
	white-space: nowrap;
	overflow: auto;
	flex-wrap: nowrap;
}

.breadcrumb-item+.breadcrumb-item::before {
	float: none;
}

.mod-breadcrumbs a,
.manufacturer-details-view a:not(.btn) {
	color: #71ABD6;
}

.breadcrumb-item.active {
	color: #A0A0A0;
}

aside .module-title {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Footer */
footer {
	padding: 50px 0;
	background-color: rgba(25, 70, 145, 0.1);
	;
}

footer .module-title {
	font-size: 18px;
	margin-bottom: 20px;
}

footer .nav {
	flex-direction: column;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0
}

footer .nav-item,
footer li {
	margin-bottom: 10px;
}

footer a {
	color: #333;
}

footer a:hover {
	color: #A0A0A0;
}

/* Forms */
textarea {
	min-height: 100px
}

.control-label {
	margin-bottom: 5px;
}

/*********
Virtuemart
*********/

/* VM Search module */
.vmbasic-search input {
	border-color: #A0A0A0;
	border-radius: 0;
	height: 40px;
}

.mod-vm-search .btn-svg {
	padding: 0 10px;
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	height: 40px;
}

.vm-search-custom-search-input input,
#vm-orderby-select {
	border-radius: var(--bs-border-radius) !important;
}

/* VM cart module */
.vmCartModule .btn-link {
	color: #333;
}

/* Product page  */
.manufacturer a {
	color: #71ABD6;
}

/* Account */
.vm-add-edit-address>a,
.vm-order-list a {
	font-weight: 600;
	color: #71ABD6
}

/* Checkout */
.vm-coupon-container .btn {
	border-radius: var(--bs-border-radius);
}

#checkoutForm .details {
	font-weight: 600;
	color: #71ABD6
}


/*********
Joomla
*********/

/* com_content */
.item-content .page-header h2 {
	font-size: 20px;
}

.article-info {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	margin-bottom: 5px;
}

.item-image {
	display: block;
	margin: 0 auto 30px;
}

.article-info>* {
	margin-right: 8px
}

.com-content-article__links {
	list-style: none;
	padding: 0;
	margin: 30px 0;
}

.com-content-article__links a,
.items-more a {
	color: #71ABD6
}

.active>.page-link,
.page-link.active {
	background-color: #555555;
	border-color: #555555;
}

.page-link,
.page-link:hover {
	color: #333;
}

.pagenavigation {
	margin: 30px 0;
}

.pagenavigation .next {
	margin-left: auto;
}

/* tags */
.com-tags-tag-list__category,
.com-tags-tag__category {
	margin-top: 30px;
}

.tag-category .list-group-item h3 {
	margin: 0;
	font-size: 16px;
}

.tags .btn {
	font-size: 12px;
	padding: 0 5px;
	color: #fff;
}


/* User */
.com-users-login.login,
.com-users-reset,
.com-users-remind,
.com-users-registration {
	max-width: 400px;
	margin: auto;
	padding: 15px;
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.control-group,
.com-users-login__remember {
	margin-bottom: 15px;
}

.com-users-reset legend,
.com-users-remind legend {
	font-size: 14px
}

/* Contact */
#contact-form legend {
	font-size: 16px;
	font-weight: 600;
}

.com-contact-featured__table {
	margin-top: 30px;
}

/* Modules */
.sidebar-right ul,
.sidebar-left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-right li,
.sidebar-left li {
	margin-bottom: 10px
}


.mod-login__userdata>div {
	margin-bottom: 15px;
}

.awesomplete input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.mod-login__userdata.userdata {
	padding: 15px;
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

#Passkey {
	width: 24px;
}

/* offcanvas*/
.offcanvas-body .mod-menu {
	flex-direction: column;
}

.offcanvas-body .mod-menu__sub {
	display: none;
	padding: 10px
}

.offcanvas-body .nav-item {
	padding: 5px 0;
	border-bottom: 1px solid var(--bs-border-color);
	position: relative;
}

.offcanvas-body .nav-item:last-child {
	border-bottom: none;
}

.offcanvas-body a {
	font-size: 15px;
	color: #333
}

.offcanvas-body .active>a {
	font-weight: bold;
}

.offcanvas-body .subtoggle {
	padding: 0;
	background-color: transparent;
	border: none;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 1
}

.offcanvas-body .subtoggle.open {
	transform: rotate(-180deg);
	transition: all linear 200ms
}

/* To top */
.back-to-top-link {
	display: none;
	position: fixed;
	right: 12px;
	bottom: 12px;
	z-index: 1020;
}

@media screen and (max-width: 1080px) {

	body {
		font-size: 14px
	}

}

@media screen and (max-width: 991px) {

	h1 {
		font-size: 24px
	}

	h2 {
		font-size: 22px
	}

	h3 {
		font-size: 20px
	}

	h4 {
		font-size: 18px
	}

	h5 {
		font-size: 16px
	}

	h6 {
		font-size: 15px
	}

	.main-search {
		display: none;
	}
}

@media screen and (max-width: 490px) {

	.toolbar {
		padding: 6px 0;
	}

	.toolbar .bg-alt {
		background-color: #333;
		color: #fff;
	}

	.top-bar {
		background-color: #333;
		color: #fff;
	}

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

	.cart-module .bi-cart3 {
		margin-top: 2px
	}

	.cart-module .total_products {
		display: none;
	}

	.vmCartModule .dropdown-menu {
		margin-right: -10px !important;
	}

	.cart-module .dropdown-toggle::after {
		content: none;
	}

	.com-contact-featured__items,
	.com-contact-category__items {
		overflow-x: auto;
	}

	footer {
		padding-bottom: 30px;
	}
}

/*** Edited by Matija ***/
.logo,
.main-categories,
.main-search,
.cart-module {
	margin: 0;
}

.logo img {
	width: 180px;
}
@media (max-width: 767px) {
  .header-inner {
    height: 47px;
  }
}
.header-inner {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
	position: fixed;
	margin: 0 auto;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 1;
	z-index: 1030;
	border-bottom: 1px solid #A0A0A0;
}

/** Efekt za otvaranje - zatvaranje kategorije modula **/
/* Početno stanje */
.kategorije_proizvoda_header {
	margin: 0;
	font-weight: 400;
	text-transform: lowercase;
	position: relative;
	width: fit-content;
}

.kategorije_proizvoda_header:hover {
	cursor: pointer;
}

.kategorije_proizvoda_header::before {
	content: "";
	display: block;
	width: 14px;
	height: 16px;
	position: absolute;
	top: 6px;
	right: -24px;
	background-image: url(/images/bars-solid_2.svg);
	transition: transform 0.3s ease-in-out;
	background-repeat: no-repeat;
}

.kategorije_proizvoda_header.open::before {
	transform: rotate(90deg);
	transition: transform 0.3s ease-in-out;
}

.kategorije_proizvoda_menu {
	/*display: none; */
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
	opacity: 0;
	max-height: 0;
	background-color: #fff;
	padding: 0;
	z-index: 1031;
	position: absolute;
	top: 57px;
}

/* Prikazano stanje */
.kategorije_proizvoda_menu.open {
	/* display: block; */
	transform: scaleY(1);
	opacity: 1;
	max-height: 200em;
}

.vm-menu>li>a {
	text-transform: lowercase;
}

.vm-menu .active>a {
	font-style: normal !important;
}

.vm-submenukategorije_proizvoda_menu {
	background-color: #fff !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
}

.kategorije_proizvoda_menu .border-bottom {
	padding-left: 2px;
	font-size: 16px;
}

.vm-submenukategorije_proizvoda_menu li.border-bottom {
	/*padding-left: 30px;*/
}

.vm-submenukategorije_proizvoda_menu a {
	color: #A0A0A0;
	text-transform: lowercase !important;
	padding: 3px 0px 3px 30px;
}


.vm-submenukategorije_proizvoda_menu .border-bottom {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Main menu - kontakti */
.contacts .mod-custom,
.contacts .mod-custom .phones {
	display: flex;
	justify-content: end;
	align-items: stretch;
}

.contacts .mod-custom .phones .shop_phone,
.contacts .mod-custom .phones .mp_phone,
.contacts .mod-custom .mail a {
	display: flex;
	column-gap: 6px;
	align-items: center;
	padding: 5px 6px;
	border-bottom: 1px solid transparent;
	height: 100%;
	transition: ease .3s;
}

.contacts .mod-custom .phones .shop_phone:hover,
.contacts .mod-custom .phones .mp_phone:hover,
.contacts .mod-custom .mail a:hover {
	color: #aaa;
	transition: .3s;
}

.contacts .mod-custom .kontakt-content {
	padding: 0;
	background-color: transparent;
	border: none;
  font-size: 12px;
}

.shop_mail:hover .kontakt-content {
	color: #aaa;
	transition: ease .3s;
}

.contacts .mod-custom .kontakt_label {
	font-size: 12px;
	font-weight: 700;
}

/* Kategorije strelica u lijevo */
.vm-menu-btn {
	left: 0;
	right: unset;
}

.vm-menu>li>a {
	display: block;
	padding: 8px 20px;
}

/* Fix checkbox na proizvodima */
.form-check.form-check-inline input {
	display: none;
}

.form-check.form-check-inline {
	display: inline-block !important;
	padding: 0;
	margin-right: 5px !important;
}

.form-check.form-check-inline label {
	padding: 5px 7px;
	border: 1px solid #A0A0A0;
}

.form-check.form-check-inline:hover,
.form-check.form-check-inline label:hover {
	cursor: pointer;
	background-color: rgba(25, 70, 145, .2);
	transition: .3s;
}

.form-check-input:checked~label {
	background-color: rgba(25, 70, 145, .2);
}

.form-check.form-check-inline:first-child {
	display: none !important;
}

/* Širina naslova na kategorijama */
.vm-category-title,
.vm-category-description {
	max-width: 60%;
	margin: 0 auto;
}

.vm-category-title {
	font-size: 35px;
}

.vm-category-description {
	font-size: 18px;
}

/*Prikazivanje proizvoda u kategoriji */
.vm-product-title,
.vm-product-s-desc {
	text-align: left !important;
}

.vm-product-title {
	font-weight: 600 !important;
}

/* input polja za odjeću u bojama */
input[value="Svijetlo plava"]~.form-check-label {
	background-color: lightblue;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
	color: transparent;
}

input[value="Bijela"]~.form-check-label {
	background-color: white;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
	color: transparent;
}

input[value="Tamno Plava"]~.form-check-label {
	background-color: blue;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
	color: transparent;
}

input[value="Crvena"]~.form-check-label {
	background-color: red;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
	color: transparent;
}

input[value="Royal plava"]~.form-check-label {
	background-color: #4a60e8;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
	color: transparent;
}

input[value="Tamno plava"]~.form-check-label {
	background-color: #041268;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
	color: transparent;
}

@media only screen and (max-width : 640px) {
  .icons {
    width: 100%;
  }
  .vm-product-container .vm-product-media-container {
    width: 100% !important;
    float: none !important;
  }
  .header {
  position: fixed;
    top: 0;
    z-index: 999;
  }
  .header .toolbar { display: none;}
  .page {
    padding-top: 84px;
  }
}

/* OMC - Hide duplicate VirtueMart category/search-page search bar, keep header search - Ivan 2026-06-16 */
body.com_virtuemart.view-category .vm-store-category-search {
  display: none !important;
}

/* OMC - Hide broken JCE/TinyMCE captcha placeholder on VirtueMart registration page - Ivan 2026-06-16 */
body.com_virtuemart.view-user.layout-edit .wf-editor-container,
body.com_virtuemart.view-user.layout-edit .mce-tinymce,
body.com_virtuemart.view-user.layout-edit iframe[id*="dynamic_recaptcha"],
body.com_virtuemart.view-user.layout-edit textarea[name*="dynamic_recaptcha"],
body.com_virtuemart.view-user.layout-edit textarea[id*="dynamic_recaptcha"] {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  width: 0 !important;
  max-width: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}