/* webkit-specific letter-spacing */
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
	body
	{
		letter-spacing: 0px;
	}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 0px) and (max-width: 599px) {

	img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
	}
	
	html {
		-webkit-text-size-adjust: none;
	}
	
	input[type="submit"], input[type="reset"] {
		appearance: none;
		-webkit-appearance: none;
	}

.slicknav_menu {
	background: #fff !important;
	border-radius: 0;
	border: none !important;
	box-shadow: none !important;
	display: block;
	margin: 0 auto !important;
	padding: 15px 0 !important;
	position: fixed;
	width: 100%;
	max-width: 100%;
	z-index: 9999;
	top: 0;
	right: 0;
	left: inherit;
}

.slicknav_menu .slicknav_menutxt {
	font-family: "Rubik", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	transition: all .3s linear;
}

.slicknav_menu .slicknav_menutxt:hover {
	font-size: 14px;
	color: #fff;
}

.slicknav_btn {
	background: #0073c8 !important;
	border-radius: 4px;
	border: none;
	padding: 14px 20px 13px !important;
	margin: 0 auto !important;
	float: none;
	display: table;
	height: auto;
	width: 95%;
}

.slicknav_btn.slicknav_open {
	border-radius: 4px 4px 0 0;
}

.slicknav_nav ul {
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.20);
}

.slicknav_nav ul li a {
	background: none !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	text-transform: none !important;
	border-left: 5px solid #fc5f6f;
	padding: 10px 15px !important;
}

.slicknav_nav ul li a:hover,
.slicknav_nav ul li a > a:hover {
	font-size: 14px !important;
	background: #f5f5f5 !important;
}

.slicknav_nav ul li a > a {
	background: none !important;
	border-left: none !important;
	padding: 0 !important;
}

.slicknav_nav, .slicknav_nav ul {
	background-color: #f5f5f5 !important;
	position: relative;
	z-index: 9999;
}

.slicknav_nav {
	width: 95%;
	margin: 0 auto;
	border-bottom: none;
	box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.60);
	border-radius: 0;
}

.slicknav_nav li {
	border-bottom: 1px solid #cdcdcd !important;
	box-shadow: none;
}

.slicknav_nav li:last-of-type {
	border: none !important;
}

.slicknav_nav a {
	font-family: "Rubik", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 16px !important;
	color: rgba(0,0,0,0.80) !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	padding: 10px 20px 9px !important;
	margin: 0 !important;
	background: #fff !important;
	transition: all .3s linear;
	border-radius: 0 !important;
}

.slicknav_nav a > a {
	padding: 0 !important;
	margin: 0 !important;
}

.slicknav_nav a:before,
.slicknav_nav a:after {
	display: none;
}

.slicknav_nav .slicknav_arrow {
	font-size: 13px;
	color: rgba(0,0,0,1);
	margin: -5px 0 0 10px;
	display: inline-block;
	vertical-align: middle;
}

.slicknav_nav .slicknav_row {
	margin: 0;
	padding: 0;
}

.slicknav_nav .slicknav_row:hover {
	font-family: "Rubik", Arial, Tahoma, Calibri, Verdana, sans-serif;
	padding: 0;
	border-radius: 0;
}

.slicknav_nav a:hover,
.slicknav_nav a.is-active,
.slicknav_nav a:hover > a,
.slicknav_nav a.is-active > a {
	font-family: "Rubik", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 16px !important;
	color: #000 !important;
	background: #d7d7d7 !important;
	transition: all .3s linear;
}

.slicknav_menu .slicknav_icon {
	margin: 1px 0 0 15px;
	padding: 0 !important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #fff !important;
	box-shadow: none;
}

.slicknav_nav li.slicknav_open ul li.has-children.slicknav_parent.slicknav_collapsed > a.slicknav_item.slicknav_row {
	display: none !important;
}

.slicknav_nav li.slicknav_open ul li ul.is-hidden.slicknav_hidden {
	display: block !important;
}

.slicknav_nav ul h2 {
	font-size: 18px;
	color: rgba(0,0,0,0.80);
	font-weight: 400;
	margin: 0;
	padding: 10px 20px;
	display: block;
	text-decoration: underline;
}

/*slick nav second menu*/

.slicknav_nav li ul li {
	border-bottom: 1px solid #d7d7d7 !important;
	box-shadow: none;
}

.slicknav_nav ul li a {
	font-family: "Rubik", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 14px !important;
	color: rgba(0,0,0,0.80) !important;
	font-weight: 400 !important;
	text-transform: none !important;
	padding: 6px 20px 6px 30px !important;
	margin: 0 !important;
	background: #fff !important;
	transition: all .3s linear;
	border-radius: 0 !important;
	border: none !important;
}

.slicknav_nav ul li a:hover,
.slicknav_nav ul li a.is-active,
.slicknav_nav ul li a:hover > a,
.slicknav_nav ul li a.is-active > a {
	font-family: "Rubik", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 14px !important;
	color: #000 !important;
	background: #d7d7d7 !important;
	transition: all .3s linear;
}

.slicknav_nav ul li a > a {
	padding: 0 !important;
	margin: 0 !important;
	border-right: none !important;
}

/*slick nav third menu*/

.slicknav_nav li ul li ul {
	box-shadow: none !important;
}

.slicknav_nav li ul li ul li {
	border-bottom: 1px solid #d7d7d7 !important;
	box-shadow: none;
}

.slicknav_nav ul li ul li a {
	font-family: "Rubik", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 13px !important;
	color: rgba(0,0,0,0.80) !important;
	font-weight: 600 !important;
	text-transform: none !important;
	padding: 9px 20px !important;
	margin: 0 !important;
	background: #fff !important;
	transition: all .3s linear;
	border-radius: 0 !important;
	border: none !important;
	border-right: none !important;
}

.slicknav_nav ul li ul li a:hover,
.slicknav_nav ul li ul li a.is-active,
.slicknav_nav ul li ul li a:hover > a,
.slicknav_nav ul li ul li a.is-active > a {
	font-family: "Rubik", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 13px !important;
	color: #fc5f6f !important;
	background: #fff !important;
	transition: all .3s linear;
}

.slicknav_nav ul li ul li a > a {
	padding: 0 !important;
	margin: 0 !important;
	border-right: none !important;
}




.wrapper {
	/*padding-top: 43px;*/
	padding-top: 73px;
}

header {
	width: 95%;
}

.logo {
	margin: 0 auto 15px;
	display: table;
}

header section {
	width: 100%;
	display: table;
}

.notification_cnt {
	margin: 0 0 15px;
}

header nav {
	display: none;
}

.search_content {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 30px;
}

.search_content input[type="search"] {
	padding: 11px 15px 12px;
}

.search_icon {
	padding: 12px;
}

.header_contacts {
	float: none;
	display: table;
	margin: 0 auto;
}

.header_contacts a {
	font-size: 16px;
	margin-right: 15px;
}

.header_contacts a:last-of-type {
	font-size: 12px;
}

.social_netws_header {
	float: none;
	display: table;
	margin: 0 auto;
}

.slider_content {
	width: 95%;
}

.bx-wrapper img {
	height: 280px;
	max-width: inherit;
}

.featured_products_home_cnt {
	width: 95%;
}

.featured_products_home_cnt article {
	width: 100%;
	float: none;
	display: table;
}

.featured_products_home_cnt article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.featured_products_home_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
	padding: 0 20px;
}

.featured_products_home_cnt article h1 {
	overflow: inherit;
	height: auto;
}

.featured_products_home_cnt article em,
.featured_products_home_cnt article p {
	overflow: inherit;
	height: auto;
}

.news_featured_cnt aside {
	width: 95%;
}

.news_featured_cnt article {
	width: 100%;
	float: none;
	display: table;
	margin-bottom: 30px;
}

.news_featured_cnt article:last-of-type {
	margin-bottom: 0;
}

.news_featured_cnt article h1 {
	overflow: inherit;
	height: auto;
}

.news_featured_cnt article em,
.news_featured_cnt article p {
	overflow: inherit;
	height: auto;
}

.footer_top_cnt section {
	width: 95%;
}

.footer_top_cnt section aside {
	width: 100%;
	float: none;
	display: table;
	padding: 0 20px;
}

.footer_top_cnt section aside:nth-of-type(2) {
	width: 100%;
	padding: 20px;
}

.footer_top_cnt section iframe {
	height: 280px;
}

.footer_bottom_cnt nav {
	width: 95%;
}

.footer_bottom_cnt nav ul li {
	width: 46.4%;
	margin: 0 20px 0 0;
	padding: 0 20px 4px 0;
	border-right: 1px solid rgba(255,255,255,0.30);
}

.footer_bottom_cnt nav ul li:nth-of-type(2n) {
	border: none;
	margin: 0;
	padding: 0 0 4px;
}

.footer_bottom_cnt nav ul li:last-of-type {
	margin: 0 20px 0 0;
	padding: 0 20px 4px 0;
	border-right: 1px solid rgba(255,255,255,0.30);
}

.footer_bottom_cnt em {
	padding: 0 2.5%;
}

.contact_form div {
	width: 100%;
	float: none;
	display: table;
}

.basic_site_inner_content {
	width: 95%;
}

.basic_site_inner_content figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 0 20px;
	padding: 0;
	float: none !important;
}

.basic_site_inner_content figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.basic_site_inner_content_contact {
	width: 95%;
}

.basic_site_inner_content_contact article {
	width: 100%;
	float: none;
	display: table;
}

.right_column_contact {
	width: 100%;
	float: none;
	display: table;
	padding-top: 30px;
}

.basic_site_inner_content_contact iframe {
	width: 100%;
	height: 280px;
	float: none;
	display: table;
}

.books_main_container_right {
	width: 95%;
}

.books_main_container_right article {
	width: 100%;
	float: none;
	display: table;
	margin-right: 0;
}

.books_main_container_right article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.books_main_container_right article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.books_main_container_right article h1 {
	overflow: inherit;
	height: auto;
}

.books_main_container_right article em,
.books_main_container_right article p {
	overflow: inherit;
	height: auto;
}

.books_main_container_right article aside {
	height: auto;
}

.books_main_container_right_details {
	width: 95%;
}

.books_main_container_right_details article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none !important;
}

.books_main_container_right_details article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.books_main_container_right_details article aside {
	width: 100%;
	float: none;
	display: table;
	padding-top: 30px;
}

.books_main_container_right_details .ecms_gallery_box a {
	width: 26.5%;
}

.books_main_container_right_details .ecms_gallery_box a:nth-of-type(2n) {
	margin-right: 30px !important;
}

.books_main_container_right_details .ecms_gallery_box a:nth-of-type(3n) {
	margin-right: 0 !important;
}

.news_container_group {
	width: 95%;
}

.news_container_group article {
	width: 100%;
	float: none;
	display: table;
	margin-right: 0;
}

.news_container_group article h1 {
	overflow: inherit;
	height: auto;
}

.news_container_group article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.news_container_group article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.news_container_group article em,
.news_container_group article p {
	overflow: inherit;
	height: auto;
}

.news_container_group_details {
	width: 95%;
}

.news_container_group_details figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 0 30px;
	padding: 0;
	float: none !important;
}

.news_container_group_details figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.catalog_main_container_group {
	width: 95%;
}

.catalog_main_container_group article {
	width: 100%;
	float: none;
	display: table;
}

.catalog_main_container_group article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.catalog_main_container_group article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
	padding: 0 20px;
}

.catalog_main_container_group article h1 {
	overflow: inherit;
	height: auto;
}

.catalog_main_container_group article em,
.catalog_main_container_group article p {
	overflow: inherit;
	height: auto;
}

.catalog_main_container_group article div {
	height: auto;
}

.catalog_main_container_details {
	width: 95%;
}

.catalog_main_container_details article aside {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 45px;
}

.catalog_main_container_details article aside:last-of-type {
	width: 100%;
}

.catalog_main_container_details article div p {
	float: none;
}

.catalog_main_container_details .send_request_btn {
	float: none;
}

.catalog_main_container_details article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.catalog_main_container_details article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.catalog_main_container_details .ecms_gallery_box {
	width: 100%;
	float: none;
	display: table;
}

.catalog_main_container_details .ecms_gallery_box a {
	width: 45.1%;
	float: left;
	margin: 0 30px 30px 0;
}

.catalog_main_container_details .ecms_gallery_box a:nth-of-type(2n) {
	margin-right: 0 !important;
}

.catalog_main_container_details .ecms_gallery_box a:last-of-type {
	margin: 0 30px 30px 0;
}

.partners_container {
	width: 95%;
}

.partners_container article {
	width: 100%;
	float: none;
	display: table;
	margin-right: 0;
}

.partners_container article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.partners_container article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
	padding: 0 20px;
}

.partners_container article h1 {
	overflow: inherit;
	height: auto;
}

.partners_container_details {
	width: 95%;
}

.partners_container_details figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 0 20px;
	padding: 0;
	float: none !important;
}

.partners_container_details figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.search_result li {
	width: 100%;
	float: none;
	display: table;
}

.search_result li:nth-of-type(2n) {
	float: none;
}

.search_result li p.content span a {
	word-break: break-all;
}

.search_result li figure {
	max-width: 60px;
	max-height: 60px;
}

.search_result li figure img {
	max-width: 60px;
	max-height: 60px;
}

.ecms_gallery_box a {
	width: 45%;
}

.ecms_gallery_box a:nth-of-type(2n) {
	margin-right: 0 !important;
}

/*WEBSHOP CSS MEDIA QUERIES*/

.shop_head_container {
	position: relative;
	top: inherit;
}

.shop_head_container section {
	width: 95%;
}

.mobile_basket {
	display: none;
}

.sorter form div {
	width: 100%;
	float: none;
	display: table;
	margin: 0;
}

.sorter form div:last-of-type {
	float: none;
	display: table;
	margin: 10px 0 0;
}

.sorter ul li {
	margin: 0 5px 5px 0;
}

.shop_secure_links {
	width: 95%;
}

.shop_secure_links ul li {
	width: 100%;
	float: none;
	display: table;
	border-right: none;
	border-bottom: 1px solid #e5e5e5;
}

/*LEAN DIALOG 320*/

#signin, 
#forgotten,
#follow,
.follow,
#cart_checkout {
	width: 90%;
	top: 12.5% !important;
}

#forgotten {
	height: 394px;
}

#signup {
	width: 90%;
	top: 12.5% !important;
}

#signin .txt-fld label, 
#forgotten .txt-fld label,
#follow .txt-fld label,
.follow .txt-fld label {
	float: none;
	display: table;
	width: 100%;
}

#signup .txt-fld label {
	float: none;
	display: table;
	width: 100%;
}

#signup .txt-fld input, 
#signin .txt-fld input, 
#forgotten .txt-fld input,
#follow .txt-fld input,
.follow .txt-fld input {
	width: 100%;
	float: none;
	display: table;
}

#signin .red_star,
#signup .red_star,
#signin .formInfo,
#signup .formInfo,
#forgotten .red_star,
#forgotten .red_star,
#forgotten .formInfo,
#forgotten .formInfo {
	margin: 0 !important;
	position: absolute !important;
	right: 35px;
	top: 25px;
}

/*QUICK VIEW MODAL BOX*/

.modal-box {
	width: 90%;
	top: 5% !important;
}

.modal-box figure,
.modal-box section {
	display: table !important;
}

.modal-box figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 0 20px;
	padding: 0;
	float: none;
	width: 100%;
}

.modal-box figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.modal-box figure figcaption {
	right: inherit;
	left: 0;
}

.modal-box aside {
	width: 100%;
}

/*SHOP STEPS*/

.HeadShop dt {
	width: 100%;
	display: table;
}

.ListTop {
	display: none !important;
}

.checkout_process dl.ListBottomLighter,
.checkout_process dl.ListBottomDarker {
	margin: 0 0 40px;
	padding: 0 0 40px;
	background: #fff;
}

/*
.checkout_process dl.ListBottomLighter dd:before,
.checkout_process dl.ListBottomDarker dd:before {
	font-size: 12px;
	color: #2d2d2d;
	font-weight: 600;
	margin: 0;
	padding: 12px 20px;
	background: #f0f0f0;
	border-right: 1px solid #d7d7d7;
	width: 100%;
	position: absolute;
	left: 0;
	top: -39px;
	box-sizing: border-box;
}

.checkout_process dl.ListBottomLighter dd:nth-of-type(1):before,
.checkout_process dl.ListBottomDarker dd:nth-of-type(1):before {
	content: "R.br.";
}

.checkout_process dl.ListBottomLighter dd:nth-of-type(2):before,
.checkout_process dl.ListBottomDarker dd:nth-of-type(2):before {
	content: "Artikl";
}

.checkout_process dl.ListBottomLighter dd:nth-of-type(3):before,
.checkout_process dl.ListBottomDarker dd:nth-of-type(3):before {
	content: "Jed. mj.";
}

.checkout_process dl.ListBottomLighter dd:nth-of-type(4):before,
.checkout_process dl.ListBottomDarker dd:nth-of-type(4):before {
	content: "Cijena";
}

.checkout_process dl.ListBottomLighter dd:nth-of-type(5):before,
.checkout_process dl.ListBottomDarker dd:nth-of-type(5):before {
	content: "Kol";
}

.checkout_process dl.ListBottomLighter dd:nth-of-type(6):before,
.checkout_process dl.ListBottomDarker dd:nth-of-type(6):before {
	content: "Iznos";
}
*/

.checkout_process dl.ListBottomLighter dd,
.checkout_process dl.ListBottomDarker dd {
	width: 100% !important;
	display: table;
	text-align: left !important;
	position: relative;
	/*margin-top: 39px;*/
}

.artikl-img {
	display: table;
	padding: 0 20px;
	margin: 0 0 10px;
}

.artikl-img img {
	max-height: 100%;
}

.artikl-info {
	width: 100%;
	display: table;
}

.cart_quantity input {
	width: 100%;
}

.cart_quantity a {
	width: 25%;
}

.PDVList dd {
	padding: 15px 10px;
}

#back_to_shop {
	width: 45.5%;
	margin: 0 5px;
}

#back_to_shop a {
	width: 100%;
	margin: 0;
	padding-left: 7px !important;
	padding-right: 7px !important;
	font-size: 11px !important;
}

#back_to_shop a:hover {
	font-size: 11px !important;
}

.prevStep {
	width: 45.5%;
	padding-left: 7px !important;
	padding-right: 7px !important;
	font-size: 11px !important;
}

.prevStep:hover {
	font-size: 11px !important;
}

.nextStep {
	width: 45.5%;
	padding-left: 7px !important;
	padding-right: 7px !important;
	font-size: 11px !important;
}

.nextStep:hover {
	font-size: 11px !important;
}

.confirmStep {
	width: 45.5%;
	padding-left: 7px !important;
	padding-right: 7px !important;
	font-size: 11px !important;
}

.confirmStep:hover {
	font-size: 11px !important;
}

#second_step_form .prevStep {
	width: 46.2%;
	font-size: 10px !important;
}

#second_step_form .prevStep:hover {
	font-size: 10px !important;
}

#second_step_form .nextStep {
	width: 46.2%;
	font-size: 10px !important;
}

#second_step_form .nextStep:hover {
	font-size: 10px !important;
}

#order_form .middle_order_form_left_column,
#order_form .middle_order_form_right_column,
.MiddleOrderForm .middle_order_form_left_column,
.MiddleOrderForm .middle_order_form_right_column {
	width: 100%;
	float: none;
	display: table;
}

#order_form .middle_order_form_right_column,
.MiddleOrderForm .middle_order_form_right_column {
	float: none;
}

.LeftLogin, .RightRegister, .MiddleOrderForm {
	width: 100%;
	float: none;
	display: table;
}

.shop_receipt_customer_info_left_column, .shop_receipt_customer_info_right_column {
	width: 100% !important;
	float: none !important;
	display: table !important;
	margin-bottom: 40px !important;
}

.shop_receipt_customer_info_right_column {
	border: none !important;
}

.shop_receipt_customer_info dl dt {
	width: 38% !important;
}

.shop_receipt_customer_info dl dd {
	width: 60% !important;
}

.basic_site_inner_content .main_container .shop_receipt_content {
	width: 304px;
	display: block;
	overflow: scroll;
}

.ListTopConfirm {
	display: none !important;
}

#complete_order dl.ListBottomconfirmLighter,
#complete_order dl.ListBottomconfirmDarker {
	margin: 0 0 40px;
	padding: 0 0 40px;
	background: #fff;
}

/*
#complete_order dl.ListBottomconfirmLighter dd:before,
#complete_order dl.ListBottomconfirmDarker dd:before {
	font-size: 12px;
	color: #2d2d2d;
	font-weight: 600;
	margin: 0;
	padding: 12px 20px;
	background: #f0f0f0;
	border-right: 1px solid #d7d7d7;
	width: 100%;
	position: absolute;
	left: 0;
	top: -39px;
	box-sizing: border-box;
}

#complete_order dl.ListBottomconfirmLighter dd:nth-of-type(1):before,
#complete_order dl.ListBottomconfirmDarker dd:nth-of-type(1):before {
	content: "R.br.";
}

#complete_order dl.ListBottomconfirmLighter dd:nth-of-type(2):before,
#complete_order dl.ListBottomconfirmDarker dd:nth-of-type(2):before {
	content: "Naziv proizvoda";
}

#complete_order dl.ListBottomconfirmLighter dd:nth-of-type(3):before,
#complete_order dl.ListBottomconfirmDarker dd:nth-of-type(3):before {
	content: "Jed. mj.";
}

#complete_order dl.ListBottomconfirmLighter dd:nth-of-type(4):before,
#complete_order dl.ListBottomconfirmDarker dd:nth-of-type(4):before {
	content: "Cijena";
}

#complete_order dl.ListBottomconfirmLighter dd:nth-of-type(5):before,
#complete_order dl.ListBottomconfirmDarker dd:nth-of-type(5):before {
	content: "Kol";
}

#complete_order dl.ListBottomconfirmLighter dd:nth-of-type(6):before,
#complete_order dl.ListBottomconfirmDarker dd:nth-of-type(6):before {
	content: "Ukupni iznos";
}
*/

#complete_order dl.ListBottomconfirmLighter dd,
#complete_order dl.ListBottomconfirmDarker dd {
	width: 100% !important;
	display: table;
	text-align: left !important;
	position: relative;
	/*margin-top: 39px;*/
}

form[name="check_coupon"] input {
	width: 180px !important;
	max-width: 180px !important;
}

.IznosBottomLast {
	padding-left: 20px;
	padding-right: 20px;
}

.ButtonBox {
	width: 100%;
}

.filter_content {
	width: 100%;
	float: none;
	display: table;
	padding: 0 20px;
}

.sorter {
	width: 100%;
	float: none;
	display: table;
	padding: 0 20px;
}

.offer_filter .offer_products_cnt {
	width: 100%;
}

.offer_filter .offer_products_cnt article {
	width: 100%;
}

.product_details_content #hist {
	display: table-row;
}

.product_details_content #hist a {
	margin: 0 auto 20px;
}

.LoginRegisterMain fieldset .Payment input, .LoginRegisterMain fieldset .Payment label {
	max-width: 90%;
}

.PDVList {
	width: 100%;
	float: none;
	display: table;
}

.PDVList dl dt,
.PDVList dd {
	width: 100%;
	display: table;
	text-align: left !important;
	border-bottom: 1px dotted rgba(0,0,0,0.20);
}

/*SHOP USER PROFILE*/

table.profile {
	width: 304px;
	display: block;
	overflow: scroll;
}

.edit_profile_main_content p {
	width: 100% !important;
	max-width: 100% !important;
}

.edit_profile_main_content fieldset {
	width: 100%;
	float: none;
	display: table;
}

.edit_profile_main_content fieldset:nth-of-type(2n) {
	float: none;
}

/*button box*/

.ButtonBox,
.action_buttons_content {
	width: 100%;
}

.cancel_button {
	width: 45.5%;
	padding-left: 7px !important;
	padding-right: 7px !important;
	font-size: 11px !important;
}

.next_step_button {
	width: 45.5%;
	padding-left: 7px !important;
	padding-right: 7px !important;
	font-size: 11px !important;
}

#orders {
	width: 100% !important;
	max-width: 100% !important;
}
/*RESPONSIVE ZA UDZBENIKE 14.02.2025*/
.wrapper{
	padding-top: 0px; 
}
.header_udzbenici{
	width: 100%;
	margin: -20px auto 20px auto;
 	padding: 33px 0 65px 0;
}
.logo img{
	max-width: 90px; 
}
.header_udzbenici h1{
	font-size: 22px;
 	top: 46px;
  	left: calc(50% - 70px);
}
.header_udzbenici h1::after{
  	top: 26px;
  	width: 257px;
  	left: -2px;
}
.header_udzbenici h2{
	font-size: 18px;
  	left: calc(50% - 70px);
  	top: 80px;
}

.main_container{
	width: 100%;
}
.books_container_group .upper_menu{
	width: 100%;
}
.main_container .upper_menu ul li a, .main_container .left_menu ul li a{
	padding: 5px 15px; 
}
.book_group_view_details .udzbenici_details{
	width: 100%;
	max-width: 100%; 
}
.udzbenici_details .normal_img,
article.udzbenici_details figure.hover_img{
	float: none;
  	width: 95%;
  	margin: 0 auto;
}
.udzbenici_details h1{
	text-align: center;
  	margin: 20px auto;
}
.udzbenici_details em{
	padding: 0 10px; 
}
.udzbenici_details a.book_btn{
	margin: 20px auto; 
}
.books_container_group aside.left_menu{
	width: 100%;
  	float: none;
  	position: static;
}
.main_container .left_menu nav{
	width: 100%;
	margin: 0 auto 30px auto; 
}
.main_container .left_menu nav ul{
	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
}
.main_container .left_menu ul li{
	margin: 0 10px 10px 0 !important;
}
.books_container_group .book_group_view{
	padding: 0 10px;
}
.books_container_group .book_group_view .book_categ_group{
	width: 100%;
  	justify-content: center;
  	text-align: center;
}
article.udzbenici{
	margin: 0 auto 10px auto;
}
.books_container_group .book_homepage{	
	margin-left: 0;
	box-sizing: border-box;
    	padding: 0 20px;
}




}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 600px) and (max-width: 800px) {

	img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
	}
	
	html {
		-webkit-text-size-adjust: none;
	}
	
	input[type="submit"], input[type="reset"] {
		appearance: none;
		-webkit-appearance: none;
	}

.slicknav_menu {
	background: #fff !important;
	border-radius: 0;
	border: none !important;
	box-shadow: none !important;
	display: block;
	margin: 0 auto !important;
	padding: 15px 0 !important;
	position: fixed;
	width: 100%;
	max-width: 100%;
	z-index: 9999;
	top: 0;
	right: 0;
	left: inherit;
}

.slicknav_menu .slicknav_menutxt {
	font-family: "Rubik", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	transition: all .3s linear;
}

.slicknav_menu .slicknav_menutxt:hover {
	font-size: 14px;
	color: #fff;
}

.slicknav_btn {
	background: #0073c8 !important;
	border-radius: 4px;
	border: none;
	padding: 14px 20px 13px !important;
	margin: 0 auto !important;
	float: none;
	display: table;
	height: auto;
	width: 97%;
}

.slicknav_btn.slicknav_open {
	border-radius: 4px 4px 0 0;
}

.slicknav_nav ul {
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.20);
}

.slicknav_nav ul li a {
	background: none !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	text-transform: none !important;
	border-left: 5px solid #fc5f6f;
	padding: 10px 15px !important;
}

.slicknav_nav ul li a:hover,
.slicknav_nav ul li a > a:hover {
	font-size: 14px !important;
	background: #f5f5f5 !important;
}

.slicknav_nav ul li a > a {
	background: none !important;
	border-left: none !important;
	padding: 0 !important;
}

.slicknav_nav, .slicknav_nav ul {
	background-color: #f5f5f5 !important;
	position: relative;
	z-index: 9999;
}

.slicknav_nav {
	width: 97%;
	margin: 0 auto;
	border-bottom: none;
	box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.60);
	border-radius: 0;
}

.slicknav_nav li {
	border-bottom: 1px solid #cdcdcd !important;
	box-shadow: none;
	float: left;
	width: 50%;
}

.slicknav_nav li:last-of-type {
	border: none !important;
}

.slicknav_nav a {
	font-family: "Rubik", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 16px !important;
	color: rgba(0,0,0,0.80) !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	padding: 10px 20px 9px !important;
	margin: 0 !important;
	background: #fff !important;
	transition: all .3s linear;
	border-radius: 0 !important;
}

.slicknav_nav a > a {
	padding: 0 !important;
	margin: 0 !important;
}

.slicknav_nav a:before,
.slicknav_nav a:after {
	display: none;
}

.slicknav_nav .slicknav_arrow {
	font-size: 13px;
	color: rgba(0,0,0,1);
	margin: -5px 0 0 10px;
	display: inline-block;
	vertical-align: middle;
}

.slicknav_nav .slicknav_row {
	margin: 0;
	padding: 0;
}

.slicknav_nav .slicknav_row:hover {
	font-family: "Rubik", Arial, Tahoma, Calibri, Verdana, sans-serif;
	padding: 0;
	border-radius: 0;
}

.slicknav_nav a:hover,
.slicknav_nav a.is-active,
.slicknav_nav a:hover > a,
.slicknav_nav a.is-active > a {
	font-family: "Rubik", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 16px !important;
	color: #000 !important;
	background: #d7d7d7 !important;
	transition: all .3s linear;
}

.slicknav_menu .slicknav_icon {
	margin: 1px 0 0 15px;
	padding: 0 !important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #fff !important;
	box-shadow: none;
}

.slicknav_nav li.slicknav_open ul li.has-children.slicknav_parent.slicknav_collapsed > a.slicknav_item.slicknav_row {
	display: none !important;
}

.slicknav_nav li.slicknav_open ul li ul.is-hidden.slicknav_hidden {
	display: block !important;
}

.slicknav_nav ul h2 {
	font-size: 18px;
	color: rgba(0,0,0,0.80);
	font-weight: 400;
	margin: 0;
	padding: 10px 20px;
	display: block;
	text-decoration: underline;
}

/*slick nav second menu*/

.slicknav_nav li ul li {
	border-bottom: 1px solid #d7d7d7 !important;
	box-shadow: none;
	float: none;
	width: 100%;
}

.slicknav_nav ul li a {
	font-family: "Rubik", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 14px !important;
	color: rgba(0,0,0,0.80) !important;
	font-weight: 400 !important;
	text-transform: none !important;
	padding: 6px 20px 6px 30px !important;
	margin: 0 !important;
	background: #fff !important;
	transition: all .3s linear;
	border-radius: 0 !important;
	border: none !important;
}

.slicknav_nav ul li a:hover,
.slicknav_nav ul li a.is-active,
.slicknav_nav ul li a:hover > a,
.slicknav_nav ul li a.is-active > a {
	font-family: "Rubik", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 14px !important;
	color: #000 !important;
	background: #d7d7d7 !important;
	transition: all .3s linear;
}

.slicknav_nav ul li a > a {
	padding: 0 !important;
	margin: 0 !important;
	border-right: none !important;
}

/*slick nav third menu*/

.slicknav_nav li ul li ul {
	box-shadow: none !important;
}

.slicknav_nav li ul li ul li {
	border-bottom: 1px solid #d7d7d7 !important;
	box-shadow: none;
}

.slicknav_nav ul li ul li a {
	font-family: "Rubik", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 13px !important;
	color: rgba(0,0,0,0.80) !important;
	font-weight: 600 !important;
	text-transform: none !important;
	padding: 9px 20px !important;
	margin: 0 !important;
	background: #fff !important;
	transition: all .3s linear;
	border-radius: 0 !important;
	border: none !important;
	border-right: none !important;
}

.slicknav_nav ul li ul li a:hover,
.slicknav_nav ul li ul li a.is-active,
.slicknav_nav ul li ul li a:hover > a,
.slicknav_nav ul li ul li a.is-active > a {
	font-family: "Rubik", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 13px !important;
	color: #fc5f6f !important;
	background: #fff !important;
	transition: all .3s linear;
}

.slicknav_nav ul li ul li a > a {
	padding: 0 !important;
	margin: 0 !important;
	border-right: none !important;
}




.wrapper {
	padding-top: 43px;
}

header {
	width: 97%;
}

.logo {
	margin-right: 20px;
}

header section {
	width: 75%;
}

.notification_cnt {
	margin-bottom: 15px;
}

header nav {
	display: none;
}

.search_content {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 15px;
}

.search_content input[type="search"] {
	padding: 11px 15px 12px;
}

.search_icon {
	padding: 12px;
}

.header_contacts a {
	font-size: 16px;
	margin-right: 15px;
}

.header_contacts a:last-of-type {
	font-size: 12px;
}

.slider_content {
	width: 97%;
}

.bx-wrapper img {
	height: 220px;
	max-width: inherit;
}

.featured_products_home_cnt {
	width: 97%;
}

.featured_products_home_cnt article {
	width: 50%;
}

.featured_products_home_cnt article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.featured_products_home_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.news_featured_cnt aside {
	width: 97%;
}

.news_featured_cnt article {
	width: 33.33%;
}

.news_featured_cnt article:last-of-type {
	margin-bottom: 0;
}

.footer_top_cnt section {
	width: 97%;
}

.footer_top_cnt section aside {
	width: 35%;
}

.footer_top_cnt section aside:nth-of-type(2) {
	width: 30%;
}

.footer_top_cnt section iframe {
	height: 280px;
}

.footer_bottom_cnt nav {
	width: 97%;
}

.footer_bottom_cnt nav ul li {
	width: 31%;
	margin: 0 20px 0 0;
	padding: 0 20px 4px 0;
	border-right: 1px solid rgba(255,255,255,0.30);
}

.footer_bottom_cnt nav ul li:nth-of-type(2n) {
	margin: 0 20px 0 0;
	padding: 0 20px 4px 0;
	border-right: 1px solid rgba(255,255,255,0.30);
}

.footer_bottom_cnt nav ul li:nth-of-type(3n) {
	border: none;
	margin: 0;
	padding: 0 0 4px;
}

.footer_bottom_cnt nav ul li:last-of-type {
	margin: 0 20px 0 0;
	padding: 0 20px 4px 0;
	border-right: 1px solid rgba(255,255,255,0.30);
}

.footer_bottom_cnt em {
	padding: 0 2.5%;
}

.contact_form div {
	width: 100%;
	float: none;
	display: table;
}

.basic_site_inner_content {
	width: 97%;
}

.basic_site_inner_content figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 20px 20px 0;
	padding: 0;
	float: left !important;
	width: 40%;
}

.basic_site_inner_content figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.basic_site_inner_content_contact {
	width: 97%;
}

.basic_site_inner_content_contact article {
	width: 50%;
}

.right_column_contact {
	width: 45%;
}

.basic_site_inner_content_contact iframe {
	width: 45%;
}

.books_main_container_right {
	width: 97%;
}

.books_main_container_right article {
	width: 46.3%;
}

.books_main_container_right article:nth-of-type(2n) {
	margin-right: 0 !important;
}

.books_main_container_right article:nth-of-type(4n) {
	margin-right: 40px;
}

.books_main_container_right article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.books_main_container_right article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.books_main_container_right article aside {
	height: auto;
}

.books_main_container_right_details {
	width: 97%;
}

.books_main_container_right_details article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: left !important;
	width: 35%;
}

.books_main_container_right_details article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.books_main_container_right_details article aside {
	width: 60%;
}

.books_main_container_right_details .ecms_gallery_box a {
	width: 26.5%;
}

.books_main_container_right_details .ecms_gallery_box a:nth-of-type(2n) {
	margin-right: 30px !important;
}

.books_main_container_right_details .ecms_gallery_box a:nth-of-type(3n) {
	margin-right: 0 !important;
}

.news_container_group {
	width: 97%;
}

.news_container_group article {
	width: 47%;
}

.news_container_group article:nth-of-type(2n) {
	margin-right: 0 !important;
}

.news_container_group article:nth-of-type(3n) {
	margin-right: 30px;
}

.news_container_group article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.news_container_group article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.news_container_group_details {
	width: 97%;
}

.news_container_group_details figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 30px 30px 0;
	padding: 0;
	float: left !important;
	width: 45%;
}

.news_container_group_details figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.catalog_main_container_group {
	width: 97%;
}

.catalog_main_container_group article {
	width: 50%;
}

.catalog_main_container_group article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.catalog_main_container_group article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.catalog_main_container_details {
	width: 97%;
}

.catalog_main_container_details article aside {
	width: 53%;
	margin-bottom: 30px;
}

.catalog_main_container_details article aside:last-of-type {
	width: 35%;
}

.catalog_main_container_details article div p {
	float: none;
}

.catalog_main_container_details .send_request_btn {
	float: none;
}

.catalog_main_container_details article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.catalog_main_container_details article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.catalog_main_container_details .ecms_gallery_box {
	width: 100%;
	float: none;
	display: table;
}

.catalog_main_container_details .ecms_gallery_box a {
	width: 21.2%;
	float: left;
	margin: 0 30px 30px 0;
}

.catalog_main_container_details .ecms_gallery_box a:nth-of-type(3n) {
	margin-right: 30px !important;
}

.catalog_main_container_details .ecms_gallery_box a:nth-of-type(4n) {
	margin-right: 0 !important;
}

.catalog_main_container_details .ecms_gallery_box a:last-of-type {
	margin: 0 30px 30px 0;
}

.partners_container {
	width: 97%;
}

.partners_container article {
	width: 28.5%;
}

.partners_container article:nth-of-type(3n) {
	margin-right: 0 !important;
}

.partners_container article:nth-of-type(4n) {
	margin-right: 40px;
}

.partners_container article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.partners_container article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
	padding: 0 20px;
}

.partners_container_details {
	width: 97%;
}

.partners_container_details figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 20px 20px 0;
	padding: 0;
	float: left !important;
	width: 45%;
}

.partners_container_details figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.search_result li {
	width: 100%;
	float: none;
	display: table;
}

.search_result li:nth-of-type(2n) {
	float: none;
}

.search_result li p.content span a {
	word-break: break-all;
}

.ecms_gallery_box a {
	width: 29.7%;
}

.ecms_gallery_box a:nth-of-type(2n) {
	margin-right: 30px !important;
}

.ecms_gallery_box a:nth-of-type(3n) {
	margin-right: 0 !important;
}

/*RESPONSIVE ZA UDZBENIKE 14.02.2025*/
.header_udzbenici{
	width: 600px;	
}
.header_udzbenici h1{
	font-size: 34px;
	top: 58px;
	left: calc(50% - 130px);
}
.header_udzbenici h1::after{
  	top: 43px;
  	width: 410px;
  	left: -5px;
}
.header_udzbenici h2{
	font-size: 22px;
	top: 105px;
	left: calc(50% - 132px);
}
.main_container{
	width: 100%;	
}
.books_container_group aside.left_menu{
	width: 150px;
}
.books_container_group .book_group_view .book_categ_group{
	width: 98%; 
	justify-content: center;
}
.books_container_group .book_group_view article{
	margin: 0 auto 10px auto;
}
.book_group_view_details .udzbenici_details{
	width: 600px ;
	max-width: 600px;
}



}

