a:link, a:active, a:visited, a:hover { color: var(--black); text-decoration:none;}
a:hover { color: var(--main); }
/* barve */
.color_main { color:var(--main) !important; }
.color_main_half { color:var(--main_half) !important; }
.color_dark { color:var(--dark) !important; }
.color_black { color:var(--black) !important; }
.color_gray_light { color:var(--gray_light); }
.color_red { color:var(--red) !important; }
.color_red-half { color:var(--red_half) !important; }
.color_green { color:green !important; }
/* */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc !important;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc !important;
}
/*.navbar { padding-left:0px; }*/
.navbar-brand img { max-height:80px; }
			.bg-light { background-color:#fff !important; border-bottom:1px solid var(--gray_light);}
			.navbar-nav .nav-item {
				/*
    			padding-right: 1rem !important;
   				padding-left: 1rem !important;
				*/
					padding-right: .5rem !important;
   				padding-left: .5rem !important;
					border-right:1px solid var(--gray_light) !important;
				}
			.navbar-nav .nav-item:last-of-type { border-right:0px solid transparent !important; }
			.top_basket_total { margin-left:20px;}
			.navbar-light .navbar-text { color:#fff; background-color: var(--main_half) !important; padding:5px 20px; letter-spacing: 2px; margin-left: 2rem !important; }
			#maska { position:absolute; bottom:0; left:0; z-index:1; width:100%;}
			/*
			#maska .container h1, .carousel-title h1 { position:absolute; bottom:30%; z-index:2; letter-spacing: 4px; background: url(markacija.png) no-repeat; background-position: left center; padding-left:60px; color:#fff; text-shadow:1px 1px 1px #000; }
			*/
			.carousel-caption h1 { letter-spacing: 4px; background: url(markacija.png) no-repeat; background-position: center; padding-top:2.2em; color:#fff; text-shadow:1px 1px 1px #000; }
			.carousel-caption h2 { letter-spacing: 4px; color:#fff; text-shadow:1px 1px 1px #000; }
		.carousel-indicators li {
				position: relative;
				-webkit-box-flex: 0;
				-ms-flex: 0 1 auto;
				flex: 0 1 auto;
				width: 30px;
				height: 5px;
				margin-right: 3px;
				margin-left: 3px;
				text-indent: -999px;
				background-color: #fff;
				cursor:pointer;
		}
		.carousel-indicators .active {	background-color: var(--main); }
			#tab_iskanje, #tab_kategorije {
				color:#fff; text-decoration:none; font-size:1.5em; display:block; margin-bottom:0px; background-color:var(--main);
			}
			.tab_cursor { float:right; margin-right:10px;}
			#SearchForm { display:none;background:#fff;  border:1px solid var(--main); padding:20px;}
			#category_slide { display:none;background:#fff; width:100%; border:1px solid var(--main); padding:20px; position:absolute; z-index:100; }
			@media (max-width: 992px) {
				#tab_iskanje { border-right:0px solid #fff; }
			}
			footer { margin-top:40px; background-color:var(--gray_light);}
.carousel_item_img img { padding:30px; height:250px; object-fit:contain;background-color:var(--gray_light); margin-bottom:10px; transition: transform .2s;}
.carousel_item_img img:hover { transform: scale(1.05); background-color:var(--main_half);}
.carousel_item_name {
	color:#333; margin-top:10px;
	text-overflow: ellipsis;
  /* white-space: nowrap; */
  width: 100%;
  overflow: hidden;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.carousel_item_category { font-style: oblique; font-size:0.8rem; }
.carousel_item_price { font-weight:bold; }
/*
.carousel-item { position:relative; }
.carousel-title { position:absolute; bottom:45%; width:100%; }
.carousel-link { position:absolute; bottom:1em; right:50%; }
*/
.old_price { text-decoration: line-through;}
.discount_price { /*margin-left:1em;*/ color:var(--red);}
.new_item_badge { position:absolute; background-color:var(--main); color:#fff; padding:3px 16px; top:20px; left:25px; box-shadow:1px 1px 1px #666; z-index:100;}
.discount_badge { position:absolute; color:var(--red); background-color:#fff; width:45px; height:45px; top:20px; right:25px; border-radius:50%; text-align:center; line-height:45px; font-weight:bold; box-shadow:1px 1px 1px #666;z-index:100;}
.product_of_month_badge { position:absolute; background-color:green; color:#fff; padding:3px 16px; top:20px; left:25px; box-shadow:1px 1px 1px #666; z-index:100; }
.lowercase { text-transform:lowercase; }
.uppercase { text-transform:uppercase; }
.prefooter_icons { text-align:center; position:absolute; border-radius:50%; background-color:white;
	width:100px; height:100px;  line-height:100px; font-size:36px; color:var(--main);
	top:-45px; display:inline-block;
	right:35%;
-webkit-box-shadow: 0 8px 8px -4px #999;
   -moz-box-shadow: 0 8px 8px -4px #999;
        box-shadow: 0 8px 8px -4px #999;
}
.ls-1 { letter-spacing:.1em; }
.ls-2 { letter-spacing:.2em; }
.ls-3 { letter-spacing:.3em; }
.mgl-1 { margin-left:20px; }
#scrollup { display:none; background-color:var(--main_half); color:#fff; padding:10px 15px; position:fixed; bottom:10px; right:10px; cursor:pointer; transition: 0.5s;}
#scrollup:hover { background-color:var(--main); }
.navbar-text { transition: 0.5s; }
.navbar-text:hover { background-color: var(--main) !important; }
footer a, #category_slide a { text-decoration:none !important; color:var(--black); transition: 0.5s;}
footer a:hover, #category_slide a:hover { color:var(--main); }
/* promocija */
.promocija_wrapper {
	margin-bottom:80px;
	background-image: url('public/banner/banner_09.jpg');
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-size: 100%;
}
.promocija_wrapper h2  { padding:20vh 0; color:#fff; text-shadow: 0 0 5px #000; font-size:3rem; }
.item-image img { padding:30px; background-color:var(--gray_light); }
.hr2 { border-color:var(--main); border-width:medium;}
.btn-primary { background-color: var(--main); border-color:var(--main); color:#fff !important;}
.table-borderless td { border-top:none; }
.table-basket td { border-bottom: 1px solid #dee2e6; border-top:none; vertical-align: middle; }
.basket_total { border-top:2px dashed var(--dark);padding-top:5px; }
.basket_img { padding:30px; width:150px; object-fit:contain;background-color:var(--gray_light); }
.basket_qty { color:var(--main) !important; font-weight:bold; background-color:var(--gray_light); text-align:right; padding-right:5px;}
#naveza_result { color:#fff; text-align:center; }
.d-block img { height:300px !important; overflow-y: hidden; object-fit:cover !important;}
.text-center { text-align:center !important; }
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
		background-color:var(--main);
		border-color:var(--main);
}
/* Custom checkbox */
.container_custom {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
 /* font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.container_custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container_custom:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container_custom input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container_custom input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container_custom .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#agree, #same_delivery, #rememberme, #taxpayer, .big_check {
	-ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
	cursor:pointer;
	margin-left:-1rem !important;
}
.big_check {
	margin-left:0 !important;
}
ul.dash {
  list-style-type: none;
	margin-left:0;
	padding-left: 1em;
}
ul.dash > li {
  /*text-indent: -5px;*/
}
ul.dash > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}
a.addtowishlist:link, a.addtowishlist:visited, a.addtowishlist:active { color:var(--red_half) !important; }
a.addtowishlist:hover { color:var(--red) !important; }
.active_tab { color:var(--main); }
#diferent_delivery_address { display:none; }
/* za number INPUT polja */
.quantity { position: relative; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] { -moz-appearance: textfield; }
.quantity input {
  width: 100px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
	color:var(--main) !important; font-weight:bold; background-color:var(--gray_light); text-align:center;
}
.quantity input:focus {
  outline: 0;
}
.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  border: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: var(--main);
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
	background-color:#fff;
}
.quantity-button:hover {
	background-color:var(--main_half);
}
.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}
.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}
.shopping-delivery-payment {
    width: 33.333333%;
    float: left;
    padding-top: 9px;
    /*color: #3e4d5c;*/
}
.shopping-delivery-payment ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.shopping-delivery-payment li {
    border-bottom: solid 1px #eee;
    width: 100%;
    overflow: hidden;
    padding: 9px 0;
		font-size:1.3em;
}
.shopping-delivery-payment span {
    color: var(--main);
    font-weight: normal;
    float: right;
}
.shopping-delivery-payment em {
    float: left;
    text-transform: uppercase; font-style: normal;
    position: relative;
    top: 2px;
}
.checkout-total-block {
    margin-bottom: 20px;
}
.shopping-total, .checkout-total-block {
    width: 33.333333%;
    float: right;
    padding-top: 9px;
}
.shopping-total ul, .checkout-total-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.shopping-total li, .checkout-total-block li {
    border-bottom: solid 1px #eee;
    width: 100%;
    overflow: hidden;
    padding: 9px 0;
		font-size:1.3em;
}
.shopping-total em, .checkout-total-block em {
    float: left;
    text-transform: uppercase; font-style: normal;
    position: relative;
    top: 2px;
}
.shopping-total span, .checkout-total-block span {
    color: var(--main);
    font-weight: normal;
    float: right;
	}
#error_txt, #error_txt2, #error_delivery, #error_payment { display:none; }
#pw_ok { display: none; color: #5cb854; }
#value_submit_btn { border:1px solid #eee; padding:20px; border-radius:5px; }
#value_submit_btn:hover { background:#eee; }
.active_range { color:#29ABE2; }
.count_circle { text-align:center; border-radius:50%; background-color:#eaeaea; float:right; width:24px; height:24px; line-height: 24px; color:#fff; font-size:12px; letter-spacing: 0;}
.product_dropdown_price {
	position:absolute;
    right:10px; top:10px;
    background-color: var(--main);
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
	display:block; width:80px; text-align:right;
}
/*
.category_level0 { font-weight:bold; }
.category_level1 { font-weight:bold; font-style:italic;}
*/
.selected_category { border:1px solid var(--main); border-radius: .2rem;background:var(--gray_light); }
/* novo collapsed menu */
.list-group-item { border:0px !important; padding: .25rem 1.5rem; padding-left: 0px;}
.list-group-item-success { background:transparent; }
.category_level0 { font-weight:normal; color:var(--main) !important;}
.category_level1 { padding-left: 1rem;}
.category_level2 { padding-left: 2rem; }
/* novo collapsed menu */
.fa-mountain { font-size:10px !important; }
/* telefon */
@media only screen and (max-width: 600px) {
  	.carousel-inner { height:300px;}
	#maska img { height:150px !important; }
	#maska .container h1 {
		background-size: 20px;
		padding-left: 40px;
		font-size:24px;
	}
	/*.carousel-item > img { height:300px; }*/
}
/* begin | S3C | 15.5.2020 */
.hide-xs { display: none; }
.block-xs { display: block; }
.inline-xs { display: inline; }
.inline-block-xs { display: inline-block; }
.flex-xs { display: flex; }
.grid-xs { display: grid; }
@media screen and (min-width: 576px) {
  .hide-sm { display: none; }
  .block-sm { display: block; }
  .inline-sm { display: inline; }
  .inline-block-sm { display: inline-block; }
  .flex-sm { display: flex; }
  .grid-sm { display: grid; }
}
@media screen and (min-width: 768px) {
  .hide-md { display: none; }
  .block-md { display: block; }
  .inline-md { display: inline; }
  .inline-block-md { display: inline-block; }
  .flex-md { display: flex; }
  .grid-md { display: grid; }
}
@media screen and (min-width: 992px) {
  .hide-lg { display: none; }
  .block-lg { display: block; }
  .inline-lg { display: inline; }
  .inline-block-lg { display: inline-block; }
  .flex-lg { display: flex; }
  .grid-lg { display: grid; }
}
@media screen and (min-width: 1200px) {
  .hide-xl { display: none; }
  .block-xl { display: block; }
  .inline-xl { display: inline; }
  .inline-block-xl { display: inline-block; }
  .flex-xl { display: flex; }
  .grid-xl { display: grid; }
}
.space-evenly { justify-content: space-evenly; }
body { padding-top: 9rem; }
.fixed-top {
  top: 52px; /* calculation in .topbar below */
}
.topbar {
  display: block;
  z-index: 1040;
  font-size: 1rem; /* 1rem * 2em(font-size i) + 2*10px(margin i) = 52px */
  position: fixed;
  width: 100%;
  background: var(--main);
  color: white;
  line-height: 1.2;
  top: 0;
}
.topbar i {
  font-size: 2em;
  margin: 10px 0;
  padding: 0 20px;
}
.topbar a {
  color: inherit;
  text-decoration: none;
}
.topbar-dropdown {
  position: relative;
  background: inherit;
  width: 100%;
}
.topbar-dropdown a {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 1.4em;
}
main[role=main] {
  position: relative;
  top: 15px;
}
@media screen and (min-width: 1200px) {
  main[role=main] {
    top: -37px;
  }
}
.carousel-item>img {
  top: 0;
	height:100%;
	width:100%;
	object-position: center;
}
#SearchForm .easy-autocomplete {
  width: calc(100% - 148px) !important;
}
#SearchForm .easy-autocomplete input {
  border-radius: 0;
  text-overflow: ellipsis;
}
form[name=deliveryForm] h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
.carousel-caption {
  bottom: 15em;
}
@media screen and (min-width: 601px) {
	.carousel-caption {
		bottom: 10em;
	}	
}
*/
#myCarousel { height: 32em }
.carousel-inner { height: 100% }
.carousel-item { height: 100% }
@media screen and (max-width: 600px) {
    #myCarousel { height: 300px }
} 
/* end | S3C | 15.5.2020 */
#shop_tabs i { font-size:1.3em !important;}
#shop_tabs .active_tab, 
#shop_tabs .inactive_tab { background-color:var(--main); color:#fff; height:3em !important; line-height:3em !important; border-left:1px solid var(--gray_light); }
#shop_tabs .inactive_tab { background-color:var(--gray_light); color:var(--black); }
	
.tab3 {
    border-color: var(--gray_light) transparent var(--gray_light) var(--main) !important;
}
.tab3 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.5em 0 1.5em 1.5em;
    /*border-color: #eee transparent #eee #85bf3f;*/
    position: absolute;
    top: 0;
    right: -1px;
}
#podatki_partnerja_naveza { display:none; }

/*
html { overflow: auto }
body { overflow: hidden } 
*/
@media screen and (min-width: 1200px) {
	main[role=main] {
		margin-bottom: -80px; 
	}
}

/*
body {
    padding-bottom: 0rem !important;
}	
*/

#cookie_div {
    position: fixed;
    bottom: 0px;
    padding: 20px;
    text-align: center;
    width: 100%;
    z-index: 1000;
    background: #333;
    color: #ffffff;
}

/* #coupon_error { display:none; } */
#coupon_error { vertical-align:top;}
.coupon_info { color:inherit; }
.coupon_error { color:red; }
.coupon_valid { color: green;}