/* 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: var(--darkgrey) !important;
	border: none !important;
	box-shadow: none !important;
	display: block;
	margin: 0 auto !important;
	padding: 0 !important;
	position: absolute;
	width: 100%;
	z-index: 9999;
	top: 88px;
	right: 0;
	left: inherit;
}

.slicknav_menu .slicknav_menutxt {
	font-family: "Montserrat", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 16px;
	color: var(--white);
	font-weight: 500;
	text-transform: none;
	transition: all .3s linear;
}

.slicknav_menu .slicknav_menutxt:hover {
	font-size: 16px;
	color: var(--white);
}

.slicknav_btn {
	background: transparent !important;
	border-radius: 0;
	border: none;
	padding: 15px 15px 16px !important;
	margin: 0 !important;
	float: none;
	display: table;
	height: auto;
	width: 100%;
}

.slicknav_btn.slicknav_open {
	border-radius: 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 #00599b;
	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: 100%;
	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: "Montserrat", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 18px !important;
	color: var(--darkgrey) !important;
	font-weight: 500 !important;
	text-transform: none !important;
	padding: 14px 20px !important;
	margin: 0 !important;
	background: #f0f0f0 !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: 11px;
	color: rgba(0,0,0,0.60);
	margin: -1px 0 0 10px;
	display: inline-block;
	vertical-align: middle;
}

.slicknav_nav .slicknav_row {
	margin: 0;
	padding: 0;
}

.slicknav_nav .slicknav_row:hover {
	font-family: "Montserrat", 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: "Montserrat", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 18px !important;
	color: #fff !important;
	background: var(--red) !important;
	transition: all .3s linear;
}

.slicknav_menu .slicknav_icon {
	margin: 2px 0 0;
	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: "Montserrat", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 13px !important;
	color: rgba(0,0,0,0.75) !important;
	font-weight: 400 !important;
	text-transform: none !important;
	padding: 8px 20px !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: "Montserrat", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 13px !important;
	color: #00599b !important;
	background: #fff !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: "Montserrat", 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: 6px 30px !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: "Montserrat", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 13px !important;
	color: #00599b !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;
}

body {
	background: none;
}




header {
	position: relative;
	left: inherit;
	top: inherit;
	z-index: inherit;
}

.wrapper {
	padding-top: inherit;
}

.header_top_cnt {
	width: 95%;
}

.logo {
	float: none;
	display: table;
	margin: 0 auto 95px;
}

.logo img {
	max-height: 48px;
}

header nav {
	display: none;
}

.login_cart_right_cnt {
	width: 95%;
	float: none;
	display: table;
}

.header_bottom_cnt {
	width: 95%;
}

.header_phone_cnt {
	float: none;
	display: table;
	margin: 0 auto 10px;
}

.header_phone_cnt a,
.header_phone_cnt span {
	margin: 0 8px 0 0;
}

.header_social {
	float: none;
	display: table;
	margin: 0 auto 20px;
}

.search_content {
	width: 100%;
	float: none;
	display: table;
}

.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	width: 100%;
	left: inherit;
	bottom: 0;
}

.bx-controls-direction {
	width: 100%;
	left: inherit;
	bottom: 0;
}

.slider_content ul li aside {
	width: 100%;
	padding-bottom: 80px;
	position: relative;
	left: inherit;
	bottom: inherit;
}

.slider_content ul li aside em {
	height: 65px;
}

.products_featured_cnt section {
	width: 95%;
}

/*
.products_featured_cnt article {
	width: 100%;
	float: none;
}
*/

.products_featured_cnt article {
	width: 50%;
}

.products_featured_cnt article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	float: none;
}

.products_featured_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

/*
.products_featured_cnt article h1 {
	overflow: inherit;
	height: auto;
}

.products_featured_cnt article em {
	overflow: inherit;
	height: auto;
}
*/

.price_cnt {
	width: 92%;
	height: auto;
}

.footer_top_container {
	width: 95%;
}

.footer_top_container section {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 30px;
}

.footer_top_container section:last-of-type {
	margin: 0;
}

.footer_top_container section nav ul li {
	width: 100%;
	float: none;
}

.footer_cards_pay_cnt ul {
	text-align: center;
}

.footer_copyright aside {
	width: 95%;
}

.footer_copyright p {
	float: none;
	display: table;
}

.footer_copyright p:last-of-type {
	float: none;
	padding-top: 15px;
}

.main_container nav {
	width: 100%;
	float: none;
	margin: 0 0 30px;
}

.products_main_inner {
	width: 95%;
}

.products_main_right_cnt {
	width: 100%;
	float: none;
	display: table;
}

/*
.products_main_container article {
	width: 100%;
	float: none;
}
*/

.products_main_container article {
	width: 50%;
}

.products_main_container article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	float: none;
}

.products_main_container article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

/*
.products_main_container article h1 {
	overflow: inherit;
	height: auto;
}

.products_main_container article em {
	overflow: inherit;
	height: auto;
}
*/

.products_main_container article .price_cnt {
	width: 92%;
}

.search_main_inner {
	width: 95%;
}

/*
.searched_term_cnt article {
	width: 100%;
	float: none;
}
*/

.searched_term_cnt article {
	width: 50%;
}

.searched_term_cnt article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	float: none;
}

.searched_term_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

/*
.searched_term_cnt article h1 {
	overflow: inherit;
	height: auto;
}

.searched_term_cnt article em {
	overflow: inherit;
	height: auto;
}
*/












.product_details_inner {
	width: 95%;
}

.product_details_right_cnt_container {
	width: 100%;
	float: none;
	display: table;
}

.product_details_left_cnt {
	width: 100%;
	float: none;
	display: table;
}

.product_details_right_cnt {
	width: 100%;
	float: none;
	display: table;
	padding-left: 15px;
	padding-right: 15px;
}

.product_details_right_cnt dl dt {
	width: 30%;
}

.product_details_right_cnt dl dd {
	width: 69%;
}

.tabs {
	width: 100%;
	float: none;
	display: table;
}

.tab-content {
	width: 100%;
	min-height: inherit;
	float: none;
}

/*
.related_products_cnt article {
	width: 100%;
	float: none;
	display: table;
}
*/

.related_products_cnt article {
	width: 50%;
}

.related_products_cnt article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	float: none;
}

.related_products_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

/*
.related_products_cnt article h1 {
	overflow: inherit;
	height: auto;
}

.related_products_cnt article em {
	overflow: inherit;
	height: auto;
}
*/

.related_products_cnt article .price_cnt {
	width: 92%;
}

.news_page_inner {
	width: 95%;
}

.news_page_cnt article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 0 30px;
	padding: 0;
	float: none;
}

.news_page_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.news_page_cnt article:nth-of-type(even) figure {
	float: none;
	margin: 0 0 30px;
}

.news_details_inner {
	width: 95%;
}

.news_page_cnt_details article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 0 30px;
	padding: 0;
	float: none;
}

.news_page_cnt_details article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.news_page_cnt_details article figure figcaption {
	display: none;
}

.basic_site_inner {
	width: 95%;
}

.basic_site_inner_content figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 0 30px;
	padding: 0;
	float: none;
}

.basic_site_inner_content figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.basic_site_inner_content_contact article {
	width: 100%;
	float: none;
	display: table;
}

.right_column_contact {
	width: 100%;
	float: none;
	display: table;
	margin: 30px 0 0;
}

.contact_form div {
	width: 100%;
	float: none;
	display: table;
	margin-right: 0;
	
	
}




/*//////// LEAN DIALOG ///////*/

#signin, 
#forgotten,
#follow,
.follow,
#cart_checkout {
	width: 90%;
}

#forgotten {
	height: 394px;
}

#signup {
	width: 90%;
}

#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;
}




/*//////// CART CHECKOUT 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: 43.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: 43.5%;
	padding-left: 7px !important;
	padding-right: 7px !important;
	font-size: 11px !important;
}

.prevStep:hover {
	font-size: 11px !important;
}

.nextStep {
	width: 43.5%;
	padding-left: 7px !important;
	padding-right: 7px !important;
	font-size: 11px !important;
}

.nextStep:hover {
	font-size: 11px !important;
}

.confirmStep {
	width: 43.5%;
	padding-left: 7px !important;
	padding-right: 7px !important;
	font-size: 11px !important;
}

.confirmStep:hover {
	font-size: 11px !important;
}

#second_step_form .prevStep {
	width: 43.5%;
	font-size: 10px !important;
}

#second_step_form .prevStep:hover {
	font-size: 10px !important;
}

#second_step_form .nextStep {
	width: 43.5%;
	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;
	padding: 15px;
}

.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: 95%;
}

.main_container {
	margin: 0;
}



}

/* Larger Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 480px) and (max-width: 599px) {


.products_featured_cnt article {
	width: 50%;
	float: left;
}

.products_featured_cnt article h1 {
	overflow: hidden;
	height: 67px;
}

.products_featured_cnt article em {
	overflow: hidden;
	height: 73px;
}



.products_main_container article {
	width: 50%;
	float: left;
}

.products_main_container article h1 {
	overflow: hidden;
	height: 67px;
}

.products_main_container article em {
	overflow: hidden;
	height: 73px;
}



.searched_term_cnt article {
	width: 50%;
	float: left;
}

.searched_term_cnt article h1 {
	overflow: hidden;
	height: 67px;
}

.searched_term_cnt article em {
	overflow: hidden;
	height: 73px;
}



.related_products_cnt article {
	width: 50%;
	float: left;
}

.related_products_cnt article h1 {
	overflow: hidden;
	height: 67px;
}

.related_products_cnt article em {
	overflow: hidden;
	height: 73px;
}


}

/* 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 {
	display: none;
}

body {
	background: none;
}




header {
	position: relative;
	left: inherit;
	top: inherit;
	z-index: inherit;
}

.wrapper {
	padding-top: inherit;
}

.header_top_cnt {
	width: 97%;
}

.logo {
	float: none;
	display: table;
	margin: 0 auto 20px;
}

header nav {
	float: none;
	display: table;
	margin: 0 auto 20px;
}

.login_cart_right_cnt {
	width: 97%;
	float: none;
	display: table;
}

.header_bottom_cnt {
	width: 97%;
}

.search_content {
	width: 100%;
	float: none;
	display: table;
	padding-top: 15px;
}

.search_content .search_content {
	padding-top: 0;
}

.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	width: 100%;
	left: inherit;
	bottom: 0;
}

.bx-controls-direction {
	width: 100%;
	left: inherit;
	bottom: 0;
}

.slider_content ul li aside {
	width: 100%;
	padding-bottom: 80px;
	position: relative;
	left: inherit;
	bottom: inherit;
}

.slider_content ul li aside em {
	height: 65px;
}

.products_featured_cnt section {
	width: 97%;
}

.products_featured_cnt article {
	width: 33.33%;
}

.products_featured_cnt article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	float: none;
}

.products_featured_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.price_cnt {
	width: 85%;
	height: auto;
}

.footer_top_container {
	width: 97%;
}

.footer_top_container section {
	width: 30%;
}

.footer_top_container section:nth-of-type(2) {
	width: 40%;
}

.footer_top_container section:last-of-type {
	margin: 0;
}

.footer_top_container section nav ul li {
	width: 100%;
	float: none;
}

.footer_cards_pay_cnt ul {
	text-align: center;
}

.footer_copyright aside {
	width: 97%;
}

.footer_copyright p {
	max-width: 78%;
}

.main_container nav {
	width: 30%;
}

.products_main_inner {
	width: 97%;
}

.products_main_right_cnt {
	width: 65%;
}

.products_main_container article {
	width: 50%;
}

.products_main_container article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	float: none;
}

.products_main_container article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.products_main_container article .price_cnt {
	width: 85%;
}

.search_main_inner {
	width: 97%;
}

.searched_term_cnt article {
	width: 33.33%;
}

.searched_term_cnt article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	float: none;
}

.searched_term_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}














.product_details_inner {
	width: 97%;
}

.product_details_right_cnt_container {
	width: 65%;
}

.product_details_left_cnt {
	width: 100%;
	float: none;
	display: table;
}

.product_details_right_cnt {
	width: 100%;
	float: none;
	display: table;
	padding-left: 15px;
	padding-right: 15px;
}

.product_details_right_cnt dl dt {
	width: 30%;
}

.product_details_right_cnt dl dd {
	width: 69%;
}

.tabs {
	width: 100%;
	float: none;
	display: table;
}

.tab-content {
	width: 100%;
	min-height: inherit;
	float: none;
}

.related_products_cnt article {
	width: 50%;
}

.related_products_cnt article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	float: none;
}

.related_products_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.related_products_cnt article .price_cnt {
	width: 85%;
}

.news_page_inner {
	width: 97%;
}

.news_page_cnt article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;
	width: 40%;
	margin-bottom: 30px;
}

.news_page_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.news_details_inner {
	width: 97%;
}

.news_page_cnt_details article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;
	width: 50%;
}

.news_page_cnt_details article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.news_page_cnt_details article figure figcaption {
	display: none;
}

.basic_site_inner {
	width: 97%;
}

.basic_site_inner_content figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;
	max-width: 60%;
}

.basic_site_inner_content figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.basic_site_inner_content_contact article {
	width: 35%;
}

.right_column_contact {
	width: 60%;
}

.contact_form div {
	width: 47%;
	
	
}




/*//////// LEAN DIALOG ///////*/

#signin, 
#forgotten,
#follow,
.follow,
#cart_checkout {
	width: 90%;
}

#forgotten {
	height: 394px;
}

#signup {
	width: 90%;
}

#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;
}




/*//////// CART CHECKOUT 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: 47.5%;
	float: left !important;
	margin: 0 !important;
}

#back_to_shop a {
	width: 100%;
	margin: 0;
	font-size: 14px !important;
}

#back_to_shop a:hover {
	font-size: 14px !important;
}

.prevStep {
	width: 47.5%;
	float: left !important;
	margin: 0 !important;
	font-size: 14px !important;
}

.prevStep:hover {
	font-size: 14px !important;
}

.nextStep {
	width: 47.5%;
	float: right !important;
	margin: 0 !important;
	font-size: 14px !important;
}

.nextStep:hover {
	font-size: 14px !important;
}

.confirmStep {
	width: 47.5%;
	float: right !important;
	margin: 0 !important;
	font-size: 14px !important;
}

.confirmStep:hover {
	font-size: 14px !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: 47.5%;
	/*
	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;
	padding: 15px;
}

.shop_receipt_customer_info_left_column, .shop_receipt_customer_info_right_column {
	width: 50% !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: 95%;
}

.LoginRegisterMain fieldset label {
	font-size: 13px;
	padding: 0 0 5px 5px !important;
}

form#complete_order .consent_data dd {
	width: 90% !important;
}

#complete_order dl.consent_data dd p {
	font-size: 14px;
}

.main_container {
	margin: 0;
}






}


/* Larger Tablets (portrait and landscape) ----------- */
@media only screen and (min-width: 728px) and (max-width: 800px) {

.products_featured_cnt article {
	width: 25%;
}

.products_main_container article {
	width: 33.33%;
}

.searched_term_cnt article {
	width: 25%;
}

.related_products_cnt article {
	width: 33.33%;
}


}
