/* Common */
body {
	font-size: 1.4rem;
}

body {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.sticky {
	position: fixed;
    width: calc(100vw - 15px);
    z-index: 100;
}

/*******************************************/
/*******************************************/
/* Head */
.panel.wrapper, .panel.wrapper a {
	background: #0094df;
	color:#fff !important;
	padding-top: 3px;
}

.panel.header, .header.panel>.header.links>li {
	font-size:1.6rem !important;
	letter-spacing: 0.5px !important;
}

.page-header .header.panel {
	padding-top:16px !important;
}

.greet.welcome {
	display:none !important;
}

/*******************************************/
/*******************************************/
/* Header */
.minisearch .nested {
	display:none !important;
}

.page-header .switcher .options ul.dropdown {
	position:relative;
	display:inline-block;
	min-width:auto;
	border:none;
	box-shadow: none;
	margin:0;
	padding:0;
	margin-left:20px;
}

.page-header .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown:before, .page-header .switcher .options ul.dropdown:after, .page-footer .switcher .options ul.dropdown:after {
	display:none;
}

.switcher-options {
	margin-top:-2px;
}

.page-header .switcher .options ul.dropdown a {
    padding: 2px 8px !important;
    border-right:1px solid #fff;
}

.page-header .switcher .options ul.dropdown li:last-child a {
    border-right:none;
}

.dropdown.switcher-dropdown:before, .switcher-option:after {
	display:none;
}

.page-header .switcher .options .action.toggle {
	display:none;
}

.page-header .switcher .options ul.dropdown li {
	float:left;	
	font-size:16px;
}

.block-search .control {
	padding-bottom:0px !important;
}

/*******************************************/
/*******************************************/
/* Category Menu */
.sections.nav-sections {
	background:#fff;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.navigation span {
	font-size:1.6rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	padding-left: 18px;
	padding-right: 18px;
}

.navigation {
	background:none !important;
}

.navigation .level0>.level-top {
    color: #575757;
    line-height: 64px;
    font-weight: 400;
    border-left:1px solid #eee;
}

.navigation .level0:last-child > .level-top {
	border-right:1px solid #eee;
}

.navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top {
    border-color: #0094df !important;
}

.navigation .level1 span, .navigation .level2 span {
	padding-left:0px;
	padding-right:0px;
	font-weight: 400;
	text-transform: none !important;
	letter-spacing: 0.1px;
}

.navigation .level0 .submenu .active>a {
    border-color: #0094df !important;
}

/*
.modes {
	display:none;
}
*/

/*******************************************/
/*******************************************/
/* Product Grid */
a.katalog {
	float:left;
	width:45%;
	background:#444;
	color:#fff;
	padding:6px 6px;
	text-align:center;
	text-transform: uppercase;
	font-weight:700;
	font-size:1.4rem;
}

a.katalog:hover {
	background:#222;
	text-decoration: none;
}

a.pregled {
	float:right;
	width:45%;
	background:#0094df;
	color:#fff;
	padding:6px 6px;
	text-align:center;
	text-transform: uppercase;
	font-weight:700;
	font-size:1.4rem;
}

a.pregled:hover {
	background:#007fbf;
	text-decoration: none;
}

.item.product.product-item {
	border:1px solid #ddd;
	transition: all 250ms;
	margin-bottom: 15px;
}

.product.photo.product-item-photo {
	border-bottom:1px solid #ddd;
}

.product.name.product-item-name {
	float:left;
	width:100%;
	font-weight:600;
	margin-top:12px;
}

.product.details.product-item-details {
	padding:12px;
}

.product-item .price-box {
	margin: 0px 0 12px;
}

.price-box {
	float:left;
	width:100%;
}

.catalog-category-view .page-title-wrapper {
	display:none;
}

.block-title.filter-title {
	display:none;
}

.block-subtitle.filter-subtitle {
	/*display:none;*/
}

.item.product.product-item:hover .product-image-photo {
	transform: scale(1.1);
	transition: all 250ms;
}

.item.product.product-item:hover {
	transition: all 250ms;
	/*border:1px solid #0094df;*/
	border:1px solid #666;
	/*box-shadow: 0px 0px 20px rgba(0,0,0,0.3);*/
}

.item.product.product-item:hover .product.photo.product-item-photo {
	/*border-bottom:1px solid #0094df;*/
}
.modes {
	display:none !important;
}

.swatch-attribute {    
	padding-top: 0px !important;
}

.block-subtitle {
    display: inline-block;
    margin-bottom: 20px;
}

.filter-options .filter-options-title {
	font-weight: 400;
    font-size: 1.2rem;
    color: #007fbf;
}

.toolbar-products {
    margin-bottom: 10px;
}

.products {
    margin: 16px 0 30px 0;
}

.block-content.filter-content {
	margin-top:11px;

}

.filter-options .filter-options-content {
    margin: 0px 0 10px;
}

/*******************************************/
/*******************************************/
/* Product view */
.catalog-product-view h1.page-title span {
	font-size:2.1rem;
	font-weight:300;
	margin-bottom: 25px;
	display: block;
	margin-top: 15px;
}

.product-info-main {
	padding-right: 24px;
}

.block_klavzula {
	line-height: 15px;
	color: #a5a5a5;
	border-top: 1px solid #ddd;
	padding-top: 25px;
}

.catalog-product-view .price-box {
	margin: 10px 0px 30px 0px;
}

.product-reviews-summary {
	display:none;
}

.product-social-links {
	display:none;
}

.box-tocart .action.toquote {
	width:100% !important;
}

.bundle-actions .action.primary, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .product-info-main .box-tocart .action.tocart, .product-options-bottom .box-tocart .action.tocart, .cart-container .checkout-methods-items .action.primary, .block-minicart .block-content>.actions>.primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary, .box-tocart .action.toquote {
    line-height: 2.0rem !important;
    padding: 16px 10px !important;
    font-size: 1.6rem !important;
}

.product-info-main .box-tocart, .product-options-bottom .box-tocart {
    margin: 6px 0;
}

.action.primary.toquote {
    background: #999;
    border: 1px solid #999;
    color: #fff;
}

.action.primary.toquote:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff;
}

.product.details.product-item-details .quote-category {
	display:none;
}

button, a.action.primary, .cart.table-wrapper .actions-toolbar>.action, .action-gift {
    border-radius: 0px !important;
}

.page-layout-1column .product.media {
    width: 36% !important;
}

.product-info-main-sidebar {
	float:right;
	width:calc(20% - 5px);
	margin-left:2%;
	padding-left:2%;
}

.page-layout-1column .product-info-main {
    width: 32%;
    margin-left:4%;
}

/* swatches */
.swatch-option.selected {
	outline: 2px solid #000;
}

.swatch-option.text.disabled, .swatch-option.text.disabled_bypass {
	color:#aaa;
}

.swatch-attribute-options {
    margin-top: 4px;
}

.swatch-attribute {
	font-weight: 400;
	padding-top:12px;	
	font-weight:700;
	color:#000;
}

.swatch-attribute-label {
    font-weight: 400;
    font-size: 1.2rem;
    color: #007fbf;
}

.swatch-attribute-selected-option {
    font-size: 1.2rem;
}

.swatch-option.text {    
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

.swatch-option.disabled:after {
	background:none !important;
	color:#aaa;
}

.data.item.content {
	border-bottom: 1px solid #d1d1d1 !important;
    border-left: 1px solid #d1d1d1 !important;
    border-right: 1px solid #d1d1d1 !important;
}

.data.item.content p {
	padding:3px 0px !important;
}

/*******************************************/
/*******************************************/
/* Minicart  */

.miniquote-wrapper .action.showquote:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    line-height: 33px;
    color: #8f8f8f;
    content: '\e605';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-size: 9rem;
    line-height: 64px;    
}

/*******************************************/
/*******************************************/
/* OPC */
.bss-onestepcheckout .opc-wrapper #opc-shipping_method {
    box-shadow: 0 0px 2px rgba(0,0,0,0.24);    
}

.step-title:before, #opc-sidebar .opc-block-summary > .title:before {
    background-color: #0094df !important;
}

.bss-onestepcheckout .step-title:before {
    background-color: #0194e1 !important;
}

.bss-onestepcheckout #opc-sidebar .opc-block-summary>.title:before {
	background-color: #0194e1 !important;
}

.bss-onestepcheckout .opc-wrapper #payment, .bss-onestepcheckout .opc-wrapper #shipping {
	box-shadow: 0 0px 2px rgba(0,0,0,0.24);
}

.opc-block-summary {
	box-shadow: 0 0px 2px rgba(0,0,0,0.24);
}

/*******************************************/
/*******************************************/
/* Footer */
.page-footer {
	background:url('../images/footerM.jpg');
	background-position: top center;
}

.footer_sub_content li {
	padding-top:0px;
	padding-bottom:2px;
}

.footer_sub_content img {
	width: 15px;
}

.footer.content {
    padding-top: 5px;
    line-height: 22px;
}

.footer.content h4 {
	font-size:1.8rem;
}

.footer_sub_content {
	float:left;
	width:20%;
}

.footer_sub_content p {
	margin-bottom:0.2rem;
}

.copyright {
	float:left;
	width:100%;
	padding-bottom:16px;
	font-size:1.2rem;
}

/*********************************************/
/* Search */
#search {
	padding: 16px 58px 16px 16px;
    height: auto;
    font-size:1.6rem;
}

.form.minisearch {
	margin-top:2px;
}

.block-search .action.search:before {
	font-size: 42px !important;
	line-height: 53px !important;
}

.block-search {   
    min-width: 350px;
    width: 40%;
}

/*********************************************/
/*********************************************/
/* Other */ 

.minicart-wrapper .action.showcart:before {
    font-size: 9rem;
    line-height: 64px;
    color: #0094df;
}

.minicart-wrapper .action.showcart .text {
	/*width: auto;
	height: auto;
	clip: auto;
	margin-top: 9px;*/
	display:none;
}

.action.showcart .text {
	text-transform: uppercase;
	font-weight:700;	
	color:#000;
}

.counter.qty {
	/*margin-top:35px !important;*/
	margin-left:-24px !important;
}

.miniquote-wrapper .counter.qty {
	margin-left:-24px !important;
	margin-top:3px !important;
}

.minicart-wrapper {
	margin-top:0px;
}

/****************************************************/
/****************************************************/
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/* Slider frontpage */
.width60 .sw-flexslider .slides .slider-title .caption {
    padding: 10px 15px;
}

.width60 .sw-flexslider .slides .bottom-left-fixed-caption {
	bottom: 30%;
}

.width60 .sw-flexslider .slides .slider-title .caption h1 {
    font-size: 2.8rem;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    color: #fff;
    font-weight: 600;
}

.width60 .sw-flexslider .slides .slider-title .caption h2 {
	font-size: 2.6rem;;
	margin: 0px;
	padding: 0px;
}

.width60 .default-theme .sw-flexslider-container, .product-info-main-sidebar .default-theme .sw-flexslider-container {
    box-shadow: none;
}

.width60 .default-theme .sw-flexslider, .product-info-main-sidebar .default-theme .sw-flexslider {
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}

.width60 .sw-flexslider .sw-flexslider-control-paging li a {
	width: 12px;
    height: 12px;
    border:none;
}

.width60 .sw-flexslider-element {
	margin-top: -10px;
}

.page-title-wrapper {
	display: none;
}

.catalog-product-view .page-title-wrapper {
	display: block;
}

.product-info-main-sidebar {
	margin-left: 5px;
	padding-left: 10px;
}

.product-info-main-sidebar .sw-flexslider .slides .bottom-right-fixed-caption {
    bottom: 0%;
    width: 100%;
    text-align: center;
}

.product-info-main-sidebar .sw-flexslider .slides .slider-title .caption {
	padding: 8px;
}

.product-info-main-sidebar .slider-title.bottom-right-fixed-caption p {
	margin-bottom: 0px;
}

/* Statistic */

.statistic {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
	line-height: 18px;
}

.statistic img {
	margin-right: 10px;
}

.auto1 {
	width: calc(40% - 55px);
	float: left;
	text-align: right;
}

.auto2 {
	width: 110px;
	float: left;
	text-align: center;
}

.auto3 {
	width: calc(60% - 55px);
	float: left;
	text-align: left;
	padding-left: 15px;
}

.widget.block.block-static-block div:last-child {
	margin-right: 0px !important;
}

.width30 {
	float: left;
	width: calc(33.33% - 20px);
	background:url('../images/bg-statistika.jpg');
	padding: 20px;
	margin-right: 30px;
	color: #000;
	font-size: 18px;
}

.width40 {
	width: 40%;
	float: left;
}

.width50 {
	float: left;
	width: 50%;
	padding: 0px 0px 15px 15px;
}

.width50 a img {
	transition: all 0.5s ease;
}

.width50 a img:hover {
	transition: all 0.5s ease;
	transform: scale(1.01, 1.01);
	box-shadow: 0 0 10px #495878;
} 

.width60 {
	width: 60%;
	float: left;
}

.blue {
	color: #0494dd;
	font-size: 42px;
	font-weight: 700;
	line-height: 30px;
}

.banner-middle {
	float: left
	width: 100%;
}

.banner-middle img {
	max-width: 100%;
	height: auto;
}

.cat-1 .product-item-info {
	border:1px solid #d5d5d5;
}

.cat-1 .product-item-details {
	padding: 12px;
	border-top:1px solid #d5d5d5;
	overflow: auto !important;
}

.widget .block-title {
	padding-bottom: 15px;
	background:url('../images/crta.jpg');
	width: 100%;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.widget .block-title strong {
	color: #000;
	font-size: 24px;
}

.block.filter {
	background:#f7f7f7;
	padding: 10px;
	border:1px solid #d8d8d8;
}

.product-item-link {
	min-height: 40px;
	width: 100%;
	display: block;
}

.page-footer a:visited, .page-footer .alink:visited, .page-footer a, .alink {
	color: #0194e1;
}

/* košarica */
.bss-onestepcheckout .miniquote-wrapper .action.showquote:before {
	display: none;
}

.action.action-auth-toggle {
	color: #fff;
	padding: 5px 15px;
	background: #0194e1;
}

.action.action-auth-toggle:hover {
	background: #0285ca;
}

/* Categories */
.block-subtitle.filter-current-subtitle {
	display: none;
}

.ui-slider-handle {
	background:#0194e1; 
}

.block-actions.filter-actions a {
	color: #0194e1;
	text-decoration: none; 
}

.block-actions.filter-actions a:hover {
	color: #000;
}

a.action.remove span {
	display: none;
}

.page-layout-2columns-left .sidebar-main {
	width: 20% !important;
}

.page-layout-2columns-left .column.main {
	width: 80% !important;
}

.page-layout-2columns-left .sidebar-additional {
	display: none;
}

.count {
	float: right;
}

ol.sy-multiple-layered-navigation-items li a {
	line-height: 24px;
}

.quote-category {
	width: 45%;
	float: left;
	margin-top: 0px;
}

.product-item .tocart {
    white-space: normal;
}


.action.primary {
	font-weight: 600px;
	border:none;
}

.action.primary:hover {
	border:none;
}

.action.primary.toquote {
	display: none;
}

.action.primary.toquote:hover {
	border:none;
}

.product-item-actions .actions-secondary {
	display: none;
}

.filter-options .filter-options-title {
	font-size: 1.5rem;
	color: #5a5a5a;
	text-transform: uppercase;
	font-weight: 600;
	border-top: 1px solid #d8d8d8;
	padding-top: 15px;
}

.swatch-option {
	height: auto;
}

.swatch-option.text {
	padding: 2px 4px;
}

.hedaer_content_contact_inner img {
	vertical-align: top;
	margin-top: 2px; 
}

.product.data.items>.item.title:not(.disabled)>.switch:active, .product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus, .product.data.items>.item.title.active>.switch:hover {
    color: #017ac7 !important;
}

.product.data.items>.item.title>.switch {
	height: 41px !important;
    padding: 10px 32px 5px 32px !important;
    background: #fafafa !important;
    border: 1px solid #d1d1d1 !important;    
}

.product.data.items>.item.title.active>.switch {
	background:#fff !important;
	color:#017AC7;	
	border-bottom:1px solid #fff !important;
}

.product.data.items>.item.content {    
    margin-top: 40px !important;
    border-top: 1px solid #d1d1d1 !important;
    padding: 40px !important;
    line-height:180%;
    font-size:16px;
}

.product.data.items>.item.title {
	margin:0 !important;
}

.product.attribute.description h2 {
	font-size: 2rem;
}

.product.attribute.description table tr {
	border-bottom: 1px solid #b4b4b4;
}

.product.attribute.description table tr td {
	padding: 8px 0px;
}

.items-total .count {
	padding-left: 5px;
}

.minicart-items .product-item:first-child {
    padding-top: 15px;
}

/* Sorodni artikli */

.block.related .block-actions {
	display: none;
}

.block.related .field.choice.related label, .block.related .field.choice.related input {
	display: none;
}

.block.related .product-item-info {
	width: auto;
}

.block.related .product-image-container {
	width: 100% !important;
}

.block.related .product-item {
    width: 18.4% !important;
}

ol.products.list.items.product-items li:nth-child(4) {
	margin-left: 2% !important;
}

/* Piškotki */

#bss-cookie-notice {
	border-radius: 0px !important;
	box-shadow: 0px 0px 15px #818181 !important;
	background:#fff;
	z-index: 1000;
}

#bss-cookie-notice .btn-cookie {
	background:#ddd;
	margin: 0px 3px;
}

#bss-cookie-notice .btn-cookie:hover {
	background:#b9b9b9 !important;
}

h4.cookie-title {
	font-weight: 600 !important;
}

@media only screen and (max-width: 1062px) {
	.width30 {
		padding: 20px 2px;
	}
	.blue {
		font-size: 36px;
	}
	.auto1 {
	width: calc(40% - 45px);
		}

	.auto2 {
		width: 90px;
	}

	.auto3 {
		width: calc(60% - 45px);
	}

	a.katalog, a.pregled {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 851px) {
	.width30 {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}

	.block.related .product-item {
	    width: 32% !important;
	}
	ol.products.list.items.product-items li:nth-child(4) {
		margin-left: 0% !important;
	}
}

@media only screen and (max-width: 768px) {
	 .page-header .header.panel {
	 	padding: 5px 15px 1px 15px !important;
	 }

	 .footer_sub_content {
	 	width: 100%;
	 	text-align: center;
	 }
	 .copyright {
	 	text-align: center;
	 }
	 .logo img {
			width: 130px;
	}

	.miniquote-wrapper .action.showquote:before {
		font-size: 5rem;
		line-height: 35px;
	}

	.minicart-wrapper .action.showcart:before {
	    font-size: 4.5rem;
	    line-height: 54px;
	}
	.nav-toggle:before {
		color: #0094df;
		font-size: 30px;
	}
	.sticky {
		display: none;
	}

	.page-layout-1column .product-info-main {
	    margin-left: 0;
	}

	.product-info-main-sidebar {
		width: 100%;
	}

	.product-info-main-sidebar {
		margin-left: 0;
		padding-left: 0;
	}

	.navigation .level0>.level-top {
		line-height: 30px;
	}
	.navigation .parent .level-top:after {
		top: 8px;
	}

	.navigation span {
		padding-left: 0px;
		padding-right: 0px;
	}
	.navigation .submenu:not(:first-child)>li>a {
	    padding-left: 18px;
	}

	.width60, .width40 {
		width: 100%;
	}

	.widget.block.block-static-block .width50:nth-child(1), .widget.block.block-static-block .width50:nth-child(3) {
		padding: 0px 7px 15px 0px;
	}
	.widget.block.block-static-block .width50:nth-child(2), .widget.block.block-static-block .width50:nth-child(4) {
		padding: 0px 0px 15px 7px;
	}

	.product-info-main-sidebar {
		display: none;
	}

	.product.data.items>.item.content {
		margin-top: 0px !important;
	}
	.product.data.items>.item.title>.switch {
	    padding: 0px 10px 5px 10px !important;
	}
	.product.data.items>.item.content {
		padding: 10px !important;
	}
}

@media only screen and (max-width: 650px) {

	.block.related .product-item {
	    width: 49% !important;
	}
	ol.products.list.items.product-items li:nth-child(3), ol.products.list.items.product-items li:nth-child(5) {
		margin-left: 0% !important;
	}
	ol.products.list.items.product-items li:nth-child(4) {
		margin-left: 2% !important;
	}
}

@media only screen and (max-width: 479px) {
	.page-layout-1column .product-info-main {
		width: 100%;
	}

	.hedaer_content_contact_inner {
		font-size: 14px;
	}
	.hedaer_content_contact_inner img {
		width: 15px;
	}
	#search {
	    padding: 10px 8px 10px 8px;
	}
	input#search.input-text {
		width: 300px;
	}
	.width60 .sw-flexslider .slides .bottom-left-fixed-caption {
		width: 80%;
	}
	#bss-cookie-notice {
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 350px) {
	 .logo img {
		width: 100px;
	}
	.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-main, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.cat-1 .product-item-details {
		padding: 10px;
	}
	a.katalog, a.pregled {
		width: 47%;
	}
	.hedaer_content_contact_inner {
	    font-size: 12px;
	}
}