﻿/* applied to original <select> to hide */
.has_sb{ position:absolute; left:-999999em;text-indent:-999999em;}

/* always visible styles */
.l-fil-sel, .product-sort {
    font-size:13px;
    position:relative;
    vertical-align:middle;
    zoom:1;
}

.l-fil-sel .display {
  border:none;
  border: 5px solid #e4e4e4;
  border-radius: 19px;
  background-color: #fff;
  color:#555;
  cursor:pointer;
  display:block;
  width:200px; height:38px;
  line-height:38px;
  overflow:hidden;
  outline:none;
  position:relative;
  text-decoration:none;
  padding-left:20px;
}
.l-fil-sel.disabled .display { color:#999; }

.l-fil-sel .display:hover, 
.l-fil-sel.focused .display,
.l-fil-sel .display.active {
    background: #fe8420; /* Old browsers */
	background: -moz-linear-gradient(top,  #fe8420 0%, #df6401 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe8420), color-stop(100%,#df6401)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fe8420 0%,#df6401 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fe8420 0%,#df6401 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fe8420 0%,#df6401 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fe8420 0%,#df6401 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8420', endColorstr='#df6401',GradientType=0 ); /* IE6-9 */
}

.l-fil-sel .display.active {
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.6);
}

.l-fil-sel .text {
    padding: 0.4em 0 0 0;
    margin: 0;
    line-height: normal;
}

.l-fil-sel .display:hover .text { color:#fff; }
.l-fil-sel.focused .display .text {
    display:inline-block;
    *display:inline;
    zoom:1;
    color:#fff;
}

.l-fil-sel .display .arrow_btn {
    border:none;
    display:block;
	width:20px; height:20px;
	border-radius: 10px;
    position:absolute;
    top: 3px;
    right:6px;
    text-align:center;
    cursor:pointer;
    /*
	transform: rotate(90deg);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1), 2px 0px 0 0 rgba(0, 0, 0, 0.14), inset 4px 0 2px 0 rgba(0,0,0,0.2);
    */
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1), 0 2px 0 0 rgba(0, 0, 0, 0.14), inset 0 4px 2px 0 rgba(0,0,0,0.2);
    font-family: "Abadi MT Condensed Light","Helvetica CY",Euphemia,Arial,sans-serif;
    font-weight: bold;
    background: #fff url(../assets/laptoparrows.png) 3px 8px no-repeat;
}

/*
.l-fil-sel .display .arrow_btn:before {
    content: ">";
    top: -11px;
    left: 8px;
    position: absolute;
    color: #0079B5;
}
*/
.l-fil-sel .display:hover .arrow_btn,
.l-fil-sel.focused .display .arrow_btn {
    color: #fe8420;
    background: #fff url(../assets/laptoparrows.png) 3px -38px no-repeat;
}
.l-fil-sel .display.active .arrow_btn {
    /*transform: rotate(-90deg);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1), -2px 0px 0 0 rgba(0, 0, 0, 0.14), inset -4px 0 2px 0 rgba(0,0,0,0.2);
	*/
	color: #fe8420;
    background: #fff url(../assets/laptoparrows.png) 3px -85px no-repeat;
}
/*
.l-fil-sel .display.active .arrow_btn:before {
    top: -10px;
    left: 6px;
}
*/
.l-fil-sel .value{display:none;}


/* dropdown styles */
.l-fil-sel.items {
  display:block;
  font-size:11px;
  list-style-type:none;
  margin:8px 0 0 -5px;
  z-index:9999;
  cursor:pointer;
  position:absolute;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}

.l-fil-sel.items li {
    display:block;
    margin:0;
    width:100%; 
    padding:0 10px;
}
.l-fil-sel.items li.first {
    padding-top:4px;
    font-weight:bold;
    margin-top: 8px;
}
.l-fil-sel.items li.last {
    margin-bottom: 8px;
}
.l-fil-sel.items li.first div { display:none; }
.l-fil-sel.items li.last {
    padding-bottom:4px;
}

.l-fil-sel.items li>.item {
    display:block;
    text-decoration:none;
    color:#444;
    padding: 2px 10px 6px 10px;
}

.l-fil-sel.items li>.item>.text { display:inline-block;*display:inline;zoom:1; }
.l-fil-sel.items li.selected>.item,
.l-fil-sel.items li.hover>.item {
    background-color:#ff7200;
    color:#fff;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}
.l-fil-sel.items li.disabled>.item { color:#999; }
.l-fil-sel.items .value { display:none; }


/* ----------------------------------------------------------------------------------------------------------------- product sort ---- */

.product-menu .sort, .novo-sort {
	float: right;
	margin-right: 0;
	background: transparent;
    border: 0;
    border-radius: 17px;
    border: 4px solid transparent;
    width: 188px;
    height:34px;
}

.container.noviproiz .product-menu {
	padding-top: 6px;
	padding-bottom: 1px;
}

.novo-sort {
    width: 244px;
    margin-right: 44px;
    height: auto;
    min-height: 34px;
    border: 0;
}

.product-menu .sort:hover, .novo-sort:hover .display {
    border: 4px solid #bebfc0;
}

.product-menu .sort.sort-proizvodac:hover {
    border: 0;
}

.product-menu .sort.sort-proizvodac {
    position: relative;
}

.product-menu .sort.sort-proizvodac .sortborder {
    position: absolute;
    border-radius: 17px;
    border: 4px solid transparent;
    width: 188px;
    height:34px;
    top: -4px;
    left: -4px;
}

.product-menu .sort.sort-proizvodac:hover .display {
	margin-top: 4px;
	margin-left: 4px;
}

.product-menu .sort.sort-proizvodac:hover .sortborder {
    border: 4px solid #bebfc0;
    top: 0;
    left: 0;
}

.product-menu .sort:first-child, .novo-sort:first-child {
	margin-left: 20px;
}

.product-sort .display, .novo-sort .display {
    background: #fff;
    box-shadow: inset 0 -3px 8px 0 rgba(0,0,0,0.1), 0 1px 1px 0 rgba(0,0,0,0.3);
    border: 0;
    border-radius: 13px;
    cursor:pointer;
    display:block;
    width:180px; height:26px;
    overflow:hidden;
    outline:none;
    position:relative;
    text-decoration:none;
    padding-left:20px;
    font-size:11px;
    color:#444;
    line-height: normal;
}

.novo-sort .display {
    width:244px;
}

.product-sort.disabled .display, .novo-sort.disabled .display { color:#999; }

.product-sort .display .text, .novo-sort .display .text { padding: 7px 0 0 4px; }
.novo-sort:hover .display .text {
    padding: 3px 0 0 0;
}
.novo-sort:hover .display {
    box-shadow: none;
}

.product-sort .display:hover .text, .novo-sort .display:hover .text { color:#444; }
.product-sort.focused .display .text, .novo-sort.focused .display .text {
    display:inline-block;
    *display:inline;
    zoom:1;
    color:#444;
}

.product-sort .display .arrow_btn,
.product-sort .display:hover .arrow_btn,
.product-sort.focused .display .arrow_btn,
.novo-sort .display .arrow_btn,
.novo-sort.focused .display .arrow_btn
{
    background:url(../assets/product_sort_arr.png) no-repeat 0 0;
    border:none;
    display:block;
	width:22px; height:20px;
    position:absolute;
    top:3px; right:10px;
    cursor:pointer;
}
.product-sort .display.active .arrow_btn, .novo-sort .display.active .arrow_btn {
    background-position: 0 -22px;
}


.novo-sort .display:hover .arrow_btn {
    background-position: 4px -4px;
}


.product-sort .value, .novo-sort .value {display:none;}


/* dropdown styles */
.product-sort.items, .novo-sort.items {
  display:block;
  font-size:11px;
  list-style-type:none;
  z-index:9999;
  cursor:pointer;
  margin:9px 0 0 3px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.novo-sort.items:after {
  content:"";
  display: table;
  clear: both;
}

.product-sort.items li, .novo-sort.items li {
    display:block;
    width:100%; 
    padding:0 20px;
	background-color: #fff;
}
.product-sort.items li.first, .novo-sort.items li.first {
    border-radius: 4px;
	padding-top:22px;
	position: relative;
}

.product-sort.items li.first:before, .novo-sort.items li.first:before {
/*
	content: "◆";
	color: #fff;
	font-size: 34px;
	top: -16px;
	left: 76px;
	position: absolute;
*/
	content:"";
	background: transparent url(../assets/nav-strelica.png) center center no-repeat;
	position: absolute;
	top: -18px;
	left: 0;
	width: 100%;
	height: 18px;
}

.product-sort.items li.last, .novo-sort.items li.last {
    border-radius: 4px;
    padding-bottom: 22px;
}

.product-sort.items li>.item, .novo-sort.items li>.item {
    display:block;
    text-decoration:none;
    color:#666;
    padding:5px 10px;
}
.product-sort.items li>.item>.text, .novo-sort.items li>.item>.text { display:inline-block;*display:inline;zoom:1; }

.product-sort.items li.selected>.item,
.product-sort.items li.hover>.item,
.novo-sort.items li.selected>.item,
.novo-sort.items li.hover>.item {
    background-color:#e7e7e7;
    color:#444;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}
.product-sort.items li.disabled>.item, .novo-sort.items li.disabled>.item { color:#999; }
.product-sort.items .value, .novo-sort.items .value { display:none; }

/* ----------------------------------------------------------------------------------------------------------------- novo u ponudi sort ---- */
/*
.novo-sort .display {
    background:url(../assets/novo_sort_input.png) left top no-repeat;
    border:none;
    cursor:pointer;
    display:block;
    width:240px; height:34px;
    overflow:hidden;
    outline:none;
    position:relative;
    text-decoration:none;
    padding-left:20px;
    font-size:11px;
    color:#444;
    line-height:34px;

}
.novo-sort.disabled .display { color:#999; }

.novo-sort .display:hover, 
.novo-sort.focused .display {
    background:url(../assets/novo_sort_input.png) no-repeat 0 -68px;
}
.novo-sort .display:hover .text { color:#444; }
.novo-sort.focused .display .text {
    display:inline-block;
    *display:inline;
    zoom:1;
    color:#444;
}
.novo-sort .display.active { background:url(../assets/novo_sort_input.png) no-repeat 0 -34px; }

.novo-sort .display .arrow_btn,
.pnovo-sort .display:hover .arrow_btn,
.novo-sort.focused .display .arrow_btn {
    background:url(../assets/product_sort_arr.png) no-repeat 0 0;
    border:none;
    display:block;
	width:22px; height:20px;
    position:absolute;
    top:7px; right:10px;
    cursor:pointer;
}
.novo-sort .display.active .arrow_btn {
    background-position:0 -20px;
}

.product-sort .value{display:none;}
*/

/* dropdown styles */
/*
.novo-sort.items {
  display:block;
  font-size:11px;
  list-style-type:none;
  z-index:9999;
  cursor:pointer;
  margin:-12px 0 0 3px;
}
.novo-sort.items li {
    display:block;
    width:214px; 
    padding:0 20px;
    background:url(../assets/novo_sort_drop_bg.png) repeat-y 0 0;
}
.novo-sort.items li.first {
    padding-top:30px;
    background:url(../assets/novo_sort_drop_bgt.png) no-repeat 0 0;
}
.novo-sort.items li.last {
    padding-bottom:22px;
    background:url(../assets/novo_sort_drop_bgb.png) no-repeat bottom left;
}

.novo-sort.items li>.item {
    display:block;
    text-decoration:none;
    color:#666;
    padding:5px 10px;
}
.novo-sort.items li>.item>.text { display:inline-block;*display:inline;zoom:1; }
.novo-sort.items li.selected>.item,
.novo-sort.items li.hover>.item {
    background-color:#e7e7e7;
    color:#444;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}
.novo-sort.items li.disabled>.item { color:#999; }
.novo-sort.items .value { display:none; }
*/