/*
 Theme Name:     MIC.hr Theme
 Theme URI:      https://cinnamon.agency
 Description:    MIC Child Theme
 Author:         Cinnamon Agency
 Author URI:     https://cinnamon.agency
 Template:       Divi
 Version:        1.0.0
*/

body {
	font-family: 'Nunito', sans-serif;
	color: #757880;
}

strong {
	color: #1a171b;
}

h1, h2, h3, h4, h5, h6 {
	color: #191919;
}

.et_pb_row {
	width: 100%;
}

@media only screen and (max-width: 1300px) {
	body .et_pb_row {
		width: calc(100% - 30px) !important;
		max-width: 1270px;
		margin: 0 15px !important;
		position: relative;
	}
}

/*********************
HEADER - RESPONSIVE
*********************/
/* Logos */
.order--1
{
	order: 1;
}
/* Cart */
.order--2
{
	order: 2;
}
/* Menu */
.order--3
{
	order: 3;
}
/* Search */
.order--4
{
	order: 4;
}

body .u-acc
{
	margin-right: 10px;
}

body .user-acc.desktop-topbar
{
	display: none;
	color: #ffffff !important;
}
body .user-acc:before
{
	vertical-align: -webkit-baseline-middle !important;
}

.nav li ul
{
	border-top: 3px solid #E42C35!important;
}

li.menu-item:hover
{
	cursor:pointer;
}

@media screen and (min-width: 768px)
{
	body .u-acc
	{
		margin-right: 40px;
	}

	body .user-acc.desktop-topbar
	{
		display: flex;
	}

	body .user-acc.mobile-topbar
	{
		display: none;
	}
}

body .header-responsive-row
{
	border: 1px solid #ff00000;
}
body .header-responsive-row .et_pb_column
{
	display: flex;
	flex-wrap: wrap;
}

body .header-responsive-row .et_pb_column .order--1
{
	width: 70%;
}
body .header-responsive-row .et_pb_column .order--2
{
	width: 15%;
}
body .header-responsive-row .et_pb_column .order--3
{
	width: 15%;
	min-width: 15%;
	max-width: 15%;
}
body .header-responsive-row .et_pb_column .order--4
{
	width: 100%;
}

body .header-responsive-row .header-logos a.logo-lisinski
{
	display: none;
}

body .header-responsive-row .et_pb_column .order--2,
body .header-responsive-row .et_pb_column .order--3
{
	text-align: right;
}

.et_mobile_nav_menu
{
	padding: 0px;
}

.et_mobile_menu .menu-item-has-children>a,
.et_mobile_menu .menu-item-has-children>a:hover,
.et_mobile_menu .menu-item-has-children>a:active
{
	font-weight: 500 !important;
	background: none !important;
	opacity: 1 !important;
}

#mic_mobile_menu
{
	position: absolute !important;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99999;
	background: none;
	box-sizing: border-box;
}

#mic_mobile_menu ul
{
	list-style: none;
	padding: 20px;
}

#mic_mobile_menu > ul
{
	border-top: 3px solid #E42C35 !important;
}

#header-s.et_pb_search
{
	margin: 20px 0px 0px 0px !important;
}

.header__cart,
.header__cart_image
{
	width: 25px;
	height: 25px;
}

.kosarica
{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.mic__search
{
	margin: 0;
	padding: 0;
}

.mic__search input
{
	width: 100%;
	height: 40px;
	margin:10px 0px 0px 0px;
	padding: 10px 10px 10px 50px;
	background: #f5f5f5;
	color: #b2b5c1 !important;
	border: none !important;
	border-radius: 2px;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	line-height: 20px;
	background-image: url('/wp-content/themes/mic-child/search-icon.jpg');
	background-position: left;
	background-repeat: no-repeat;
}

.mic__search input::-webkit-input-placeholder
{
	color: #b2b5c1 !important;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	line-height: 20px;
}
.mic__search input::-moz-placeholder
{
	color: #b2b5c1 !important;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	line-height: 20px;
}
.mic__search input:-ms-input-placeholder
{
	color: #b2b5c1 !important;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	line-height: 20px;
}
.mic__search input:-moz-placeholder
{
	color: #b2b5c1 !important;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	line-height: 20px;
}

@media screen and (min-width: 450px)
{
	body .header-responsive-row .header-logos a.logo-lisinski
	{
		display: block;
	}
}

@media screen and (min-width: 760px)
{
	.order--1
	{
		order: 1;
	}
	.order--2
	{
		order: 3;
	}
	.order--3
	{
		order: 4;
	}
	.order--4
	{
		order: 2;
	}

	body .header-responsive-row .et_pb_column .order--1
	{
		width: 30%;
	}
	body .header-responsive-row .et_pb_column .order--2
	{
		width: 5%;
	}
	body .header-responsive-row .et_pb_column .order--3
	{
		width: 5%;
		min-width: 5%;
		max-width: 5%;
	}
	body .header-responsive-row .et_pb_column .order--4
	{
		width: 60%;
	}

	body .header-responsive-row .header-logos a.logo-lisinski
	{
		display: block;
	}

	body #header-s
	{
		margin: 0 !important;
	}

	.mic__search input
	{
		margin: 0;
	}
}

@media only screen and (max-width: 980px)
{
	header .et_pb_menu--style-left_aligned .et_pb_menu__wrap
	{
  justify-content: flex-end !important;
	}
}

@media screen and (min-width: 981px)
{
	.order--1
	{
		order: 1;
	}
	.order--2
	{
		order: 4;
	}
	.order--3
	{
		order: 2;
	}
	.order--4
	{
		order: 3;
	}

	body .header-responsive-row .et_pb_column .order--1
	{
		width: 30%;
	}
	body .header-responsive-row .et_pb_column .order--2
	{
		width: 5%;
	}
	body .header-responsive-row .et_pb_column .order--3
	{
		width: 45%;
		min-width: 45%;
		max-width: 45%;
	}
	body .header-responsive-row .et_pb_column .order--4
	{
		width: 20%;
	}

	body #header-s
	{
		margin: 0 !important;
	}

	.mic__search input
	{
		margin: 0;
	}
}

/*********************
MOBILE MENU
*********************/
.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before
{
	color: #000000 !important;
}

#mic_mobile_menu .menu-item-has-children::before
{
	float: right;
	margin-right: 10px;
	z-index: 9999;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 15px;
	line-height: 47px;
}
#mic_mobile_menu .menu-item-has-children > .sub-menu
{
	display: none;
}

#mic_mobile_menu .menu-item-has-children:hover > .sub-menu
{
	display: block;
}


/*********************
MAIN CONTENT
*********************/
@media screen and (min-width: 980px)
{
  #main-content
	{
		min-height: 800px;
	}
}

/*********************
FOOTER - MENUS
*********************/
.about--menu,
.about--menu ul,
.categories--menu,
.categories--menu ul
{
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;

}
.about--menu > li > a,
.about--menu ul > li > a,
.categories--menu > li > a,
.categories--menu ul > li >a
{
	line-height: 22px !important;
	font-family: 'Nunito', sans-serif !important;
	font-size: 15px !important;
	color: #ffffff !important;
	opacity: 0.7 !important;

}
.about--menu > li > a,
.categories--menu > li > a
{
	font-weight: 700 !important;
	opacity: 1 !important;
}
.about--menu > li > a:after,
.categories--menu > li > a:after
{
	margin-left: 10px;
	z-index: 9999;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	line-height: 22px;
	color: #ffffff !important;
	opacity: 0.7 !important;
}

.about--menu-activator > a.menu--active:after,
.categories--menu-activator > a.menu--active:after
{
	content: "\f078";
}

.about--menu > a:hover ~ ul,
.about--menu > a:active ~ ul,
.categories--menu> a:hover ~ ul,
.categories--menu > a:active ~ ul
{
	display: block;
}

.about--menu ul,
.categories--menu ul
{
	display: none;
	padding-left: 10px;
}

.et_pb_column_1_tb_footer
{
	margin: 0 !important;
}

@media screen and (min-width: 768px)
{
	.et_pb_column_1_tb_footer
	{
		margin-bottom: 30px;
	}
	.about--menu-activator > a:after,
	.categories--menu-activator > a:after,
	.about--menu-activator > a.menu--active:after,
	.categories--menu-activator > a.menu--active:after
	{
		display: none;
	}
	.about--menu ul,
	.categories--menu ul
	{
		display: block;
	}
}

/*********************
MODULE: MINI SEARCH
*********************/
.mic__search_mini
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;

	border: 1px solid #DADCE1;
	border-radius: 2px;
	background: white;
	padding: 5px;
	width: 100%;
	max-width: 950px;
}

.mic__search_mini input
{
	width: calc(100% - 45px);
	padding: 5px;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #6a6a6a;
	border: none !important;
}

.mic__search_mini button
{
	width: 35px;
	background: #e42c35;
	background-image: url(/wp-content/themes/mic-child/icons/ic-search-white.svg);
	background-repeat: no-repeat !important;
  background-size: 70% 70% !important;
  background-position: center center;
	border: none;
}

/*********************
FOOTER - ROW
*********************/
#footer__row
{
	display: flex;
	flex-wrap: wrap;
}
#footer__row .et_pb_column
{
	width: 100%;
	margin: 0px 0px 40px 0px;
}
#footer__row .et_pb_module
{
	/* margin-bottom: 0; */
}

@media screen and (min-width: 768px)
{
	#footer__row .et_pb_column
	{
		width: 50%;
		margin-bottom: 40px !important;
	}

	.footer__column1
	{
		order: 1
	}
	.footer__column2
	{
		order: 2
	}
	.footer__column3
	{
		order: 4
	}
	.footer__column4
	{
		order: 3
	}
}
@media screen and (min-width: 980px)
{
	#footer__row .et_pb_column
	{
		width:25%;
	}

	.footer__column1
	{
		order: 1
	}
	.footer__column2
	{
		order: 2
	}
	.footer__column3
	{
		order: 3
	}
	.footer__column4
	{
		order: 4
	}
}
/*********************
FOOTER - LOGOS
*********************/
body.et-db #et-boc .et-l #footer__logos.et_pb_row
{
	display: flex;
	flex-wrap: wrap;
	width: 400px;
	max-width: 50%;
	margin: 0 auto !important;
}
body.et-db #et-boc .et-l #footer__logos.et_pb_row .et_pb_column span
{
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	align-items: center !important;
	align-content: center !important;
}
@media screen and (max-width: 767px)
{
	body.et-db #et-boc .et-l #footer__logos.et_pb_row .et_pb_column
	{
		width: 50% !important;
		padding: 10px;
		margin: 0 !important;
	}
}

@media screen and (min-width: 768px)
{
	body.et-db #et-boc .et-l #footer__logos.et_pb_row
	{
		width: 600px;
		max-width: 50%;
	}
	body.et-db #et-boc .et-l #footer__logos.et_pb_row .et_pb_column
	{
		width: 25% !important;
		padding: 10px;
		margin: 0 !important;
	}
}

/*********************
BREADCRUMBS
*********************/
.breadcrumbs
{
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	color: #e42c35;
}

.breadcrumbs a
{
	color: #e42c35;
}

.breadcrumb_last
{
	color: #757880;
}

@media screen and (min-width: 960px)
{
	.breadcrumbs
	{
		font-size: 14px;
	}
}

/*********************
SEARCH RESULTS
*********************/
.search-results:not(.post-type-archive-product) #left-area
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.search-results:not(.post-type-archive-product) #left-area article
{
	width: 30%;
}

.search-results:not(.post-type-archive-product) #left-area .pagination
{
	width: 100%;
}

/*********************
CONTACT
*********************/
#contact_row1,
#contact_row2,
#contact_row3
{
	display: flex;
	flex-wrap: wrap;
}

#contact_row1 .contact_row1-column1,
#contact_row1 .contact_row1-column2,
#contact_row1 .contact_row1-column3,
#contact_row1 .contact_row1-column4,
#contact_row2 .contact_row2-column1,
#contact_row2 .contact_row2-column2,
#contact_row2 .contact_row2-column3,
#contact_row2 .contact_row2-column4,
#contact_row3 .contact_row3-column1,
#contact_row3 .contact_row3-column2,
#contact_row3 .contact_row3-column3,
#contact_row3 .contact_row3-column4
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

@media screen and (min-width: 768px)
{
	#contact_row1 .contact_row1-column1,
	#contact_row1 .contact_row1-column2,
	#contact_row1 .contact_row1-column3,
	#contact_row1 .contact_row1-column4,
	#contact_row2 .contact_row2-column1,
	#contact_row2 .contact_row2-column2,
	#contact_row2 .contact_row2-column3,
	#contact_row2 .contact_row2-column4,
	#contact_row3 .contact_row3-column1,
	#contact_row3 .contact_row3-column2,
	#contact_row3 .contact_row3-column3,
	#contact_row3 .contact_row3-column4
	{
		width: 50%;
	}
	#contact_row1 .contact_row1-column3,
	#contact_row2 .contact_row2-column3
	{
		order: 4;
	}
	#contact_row1 .contact_row1-column4,
	#contact_row2 .contact_row2-column4
	{
		order: 3;
	}
}

@media screen and (min-width: 980px)
{
	#contact_row1 .contact_row1-column1,
	#contact_row1 .contact_row1-column4,
	#contact_row2 .contact_row2-column1,
	#contact_row2 .contact_row2-column4,
	#contact_row3 .contact_row3-column1,
	#contact_row3 .contact_row3-column4
	{
		width: 20%;
	}
	#contact_row1 .contact_row1-column2,
	#contact_row1 .contact_row1-column3,
	#contact_row2 .contact_row2-column2,
	#contact_row2 .contact_row2-column3,
	#contact_row3 .contact_row3-column2,
	#contact_row3 .contact_row3-column3
	{
		width: 30%;
	}
	#contact_row1 .contact_row1-column3,
	#contact_row2 .contact_row2-column3
	{
		order: 3;
	}
	#contact_row1 .contact_row1-column4,
	#contact_row2 .contact_row2-column4
	{
		order: 4;
	}
}
/*********************
HOME
*********************/
.blogs .swiper-slide a:hover .et_overlay
{
	display: none;
}
.blogs .swiper-slide a:hover h2,
.blogs .swiper-slide a:hover h3
{
	color: #E42C35;
}

/*********************
PROMOTIVNI PROJEKT - SLIDER
*********************/
.home .et_pb_slider_0 .et_pb_slide,
.home .et_pb_slider_1 .et_pb_slide
{
	background-size: contain;
}

/**********************
    Toggle arrow icon
**********************/
.et_pb_toggle .et_pb_toggle_title:before {
    left: 188px;
    content: "5";
	transition: all .3s ease-in-out;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
    left: 188px;
	content: "5";
	transform: rotate(180deg);
	right: unset;
}

/**********************
    Header
**********************/

.header-logos {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 35px;
}

.header-logos a:first-child {
	padding-right: 30px;
}

.header-logos a {
	line-height: 1;
}

.h-top-r {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.u-acc {
	margin-right: 62px;
}

body a.user-acc {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #fff;

	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}

a.user-acc .acc-icon
{
	margin-right: 15px;
}
/* a.user-acc:before {
	content: url('/wp-content/themes/mic-child/icons/ic-user.svg');
    margin-right: 15px;
} */

.woocommerce table.my_account_orders {
	font-size: 1.0em;
}

.wpml-r ul {
	padding: 0 !important;
}

.wpml-ls-legacy-dropdown a {
	border: none !important;
	background-color: transparent !important;
	padding: 0;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: -webkit-calc(10px + 18px);
    padding-right: calc(10px + 18px);
}

.wpml-ls-legacy-dropdown {
    width: auto;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	background: #fff;
	padding: 15px !important;
	width: 70px;
	left: -15px;
	box-shadow: 0px 0px 5px #EDEDED;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	content: "\f078";
    margin-left: 0.35em;
    border-top:none;
    font-family: "Font Awesome 5 Free" !important;
	font-size: 10px;
    font-weight: 900;
	color: #fff;
	border: none !important;
	top: calc(50% - 5px);
}

/*Header bottom*/

#header-b .et_pb_column {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

#header-b .menu {
	margin-right: auto;
}

/*Search*/

#header-b .kosarica li {
	list-style-type: none;
}

#header-s.et_pb_search {
	border-radius: 2px;
	border: none;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	margin-right: 30px;
}

#header-s.et_pb_search.et_pb_hide_search_button input.et_pb_s {
	padding: 10px 10px 10px 17px !important;

	color: #B2B5C1;
	opacity: 0.73;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	line-height: 24px !important;
}

#header-s.et_pb_search:before {
	content: url('/wp-content/themes/mic-child/icons/ic-search.svg');
    left: 16px;
	position: relative;
	padding-right: 17px;
}

#header-s input .et_pb_s{
	padding: 10px 10px 10px 17px !important;
	}


/**********************
    Woocommerce
**********************/

/*Sale label*/

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
	left: 0 !important;
	top: 0 !important;
}



.woocommerce span.onsale, .woocommerce-page span.onsale {
	background: #E42C35 !important;
	border-radius: 2px !important;
	font-family: 'Nunito', sans-serif !important;
	font-size: 14px !important;
	line-height: 19px !important;
	font-weight: 700 !important;
	padding: 12px 11px 11px 17px !important;
}

/*Najam label*/

.najam-label {
	position: absolute;
	z-index: 2;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 13px;
	right: 0;
	left: 0;
	background: #1A171B;
	border-radius: 2px;
	border-bottom: 2px solid #E42C35;
}

.woocommerce-page img {
	border-radius: 2px;
}

.woocommerce ul.products li.product .price {
	font-family: 'Nunito', sans-serif;
	font-size: 18px!important;
	line-height: 1;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.woocommerce ul.products li.product .price del  {
	font-family: 'Nunito', sans-serif;
	font-size: 15px !important;
	line-height: 1;
	font-weight: 700;
	/*color: #2E3439;*/
	opacity: 1;
	order: 2;
}

.woocommerce ul.products li.product .price del span.woocommerce-Price-amount.amount {
	color: #2e3439;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	color: #1a171b !important;
}

.woocommerce ul.products li.product .price ins {
	order: 1;
	margin-right: 15px;
	color: #e42c35 !important;
}

 .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: 0.4px;
	color: #000;
	padding-top: 14px;
	padding-bottom: 5px;
}

/*Blogs slider*/

.main-slider-wrapper {
	background-color: #2e3439;
	width: 100%;
	max-width: 1440px;
}

.main-slider-wrapper > .woocommerce > .blogs, .woocommerce > .products {
	overflow: hidden;
}

.entry-title {
	color: #191919;
}

.et_pb_blog_grid .et_pb_post {
	border: unset;
}
.main-slider-wrapper h1,
.main-slider-wrapper h2,
.main-slider-wrapper h3,
.main-slider-wrapper h4,
.main-slider-wrapper h5,
.main-slider-wrapper h6,
.main-slider-wrapper > blog-title {
	 color: #fff;
}

.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3 {
	color: #191919;
}

/* .main-slider-wrapper > .woocommerce > .blogs {
	margin-left: 41px;
	margin-right: 41px;
} */

.main-slider-wrapper > h1 {
	padding-left: 62px;
	padding-bottom: 40px;
}

.woocommerce-loop-blog__title {
	color: #fff;
	font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding-top: 14px;
    padding-bottom: 5px;
}

.blogs > .swiper-horizontal > .swiper-scrollbar {
	margin-bottom: 30px;
	left: unset;
	width: 90%;
}

.product-subtitle {
	font-family: 'Nunito', sans-serif;
	font-size: 16px !important;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: 0.36px;
	color: #2E3439;
	padding-bottom: 26px !important;
	padding-top: 0 !important;
}

.woocommerce-page ul.products li.product a img, .woocommerce ul.products li.product a img {
	margin-bottom: 0px !important;
}

/*Product image overlay*/

.et-db #et-boc .et-l .et_overlay::before {
	display: none !important;
}

.et-db #et-boc .et-l .et_overlay {
	background: hsla(357.1, 77.3%, 53.3%, 0.7) !important;
}


/*Woocommerce cart*/

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

/* .cart-contents:before {
    content: url('/wp-content/themes/mic-child/icons/ic-cart.svg');
} */

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
	position: absolute;
  top: 15px;
 	right: 0xpx;
 	transform: translateY(-105%) translateX(25%);
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.33;
	height: 20px;
 	width: 20px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
  background: #e42c35;
  border-radius: 50%;
  /*padding: 1.8px 6.8px 2.2px 6.2px;  */
	border: 2px solid #fff;
	z-index: 9999;

}

/*Woocommerce checkout*/

table.cart td, #main-content table.cart td a {
	font-family: 'Nunito', sans-serif;
	color: #757880;
}

.entry-content tr th, .entry-content thead th {
	color: #191919;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text {
    font-size: 16px !important;
    color: #121212 !important;
    border-radius: 3px;
    -webkit-box-shadow: none !important;
    background-color: #f7f9fa !important;
    height: 35px;
}

form.woocommerce-cart-form {
	font-family: 'Nunito', sans-serif;
	color: #121212;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	font-family: 'Nunito', sans-serif;
	color: #121212;
}

body #page-container .checkout-button.button.alt.wc-forward {
	background-color: #2f7c59;
	border-radius: 2px;
	border: none !important;
	color: #fff;
	padding: 15px !important;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2 !important;
	letter-spacing: 0.33px;
}

html body #page-container .et_pb_section .et_pb_wc_cart_totals_0 a.checkout-button.button,
html body #page-container .et_pb_wc_cart_totals_0 button.button
{
	padding: 15px !important;
}

a.checkout-button.button.alt.wc-forward:hover {
background-color: #53AB36;
}

.woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover,
.woocommerce a.button:hover, .woocommerce-page a.button:hover {
	border-radius: 2px !important;
	letter-spacing: 0.33px !important;
}

a.checkout-button.button.alt.wc-forward:after {
	display: none;
}

td.actions button.button {
	background: transparent !important;
	border: 1px solid #1a171b !important;
	color: #393d47 !important;
	padding: 16px 15px !important;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2 !important;
	letter-spacing: 0.33px;
}

td.actions button.button:disabled, td.actions button.button:disabled[disabled] {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	font-size: 1em;
}

.cart-collaterals {
	padding-bottom: 100px;
}

form.checkout.woocommerce-checkout {
	font-family: 'Nunito', sans-serif;
}

.woocommerce .woocommerce-info {
	background: #e42c35;
}

.woocommerce form.login {
	font-family: 'Dosis', sans-serif;
	color: #121212;
}

p.lost_password a {
	color: #e42c35 !important;
}

p.lost_password a:hover,
a.woocommerce-privacy-policy-link:hover,
a .shipping-calculator-button {
	text-decoration: underline;
}

h3#order_review_heading {
	margin-top: 40px !important;
	width: 100%;
	max-width: 1270px;
	margin: 0 auto;
}

.woocommerce-checkout #payment {
	background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.form-row {
	padding-left: 0;
	padding-right: 0;
}

a.woocommerce-privacy-policy-link {
	color: #e42c35;
}

button#place_order.button.alt {
	padding: 15px 30px;
}

.woocommerce form .form-row input.input-text,
input #billing_city {
	height: 50px;
	border-radius: 0;
}

.woocommerce form .form-row textarea {
	border-radius: 0;
	height: 150px;
}

select#billing_country ~ .select2-container .select2-selection--single,
select#shipping_country ~ .select2-container .select2-selection--single {
    height: 50px !important;
}

.woocommerce-billing-fields__field-wrapper span.select2.select2-container.select2-container--default,
.woocommerce-shipping-fields__field-wrapper span.select2.select2-container.select2-container--default{
	height: 50px !important;
}

form.woocommerce-shipping-calculator span.select2.select2-container.select2-container--default,
span#select2-calc_shipping_country-container ,
span#select2-shipping_country-container{
	height: 50px !important;
	font-size: 14px !important;
}

span#select2-calc_shipping_country-container.select2-selection__rendered,
span#select2-shipping_country-container.select2-selection__rendered {
	line-height: 1.5 !important;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

span#select2-billing_country-container ~ .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
	top: 11px !important;
}

span#select2-billing_country-container {
	padding: 15px;
	height: 50px;
}

.woocommerce .woocommerce-error {
	background: #e42c35;
}

#order_review {
	padding-bottom: 30px;
}

.woocommerce table.shop_table {
	border-radius: 0;
}

.woocommerce-checkout #payment div.payment_box {
	background: #f7f9fa;
}

.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #f7f9fa;
    border-top-color: rgb(247, 249, 250);
    border-right-color: rgb(247, 249, 250);
    border-left-color: rgb(247, 249, 250);
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.woocommerce-checkout #payment div.payment_box {
	color: #121212;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button::after {
	display: none !important;
}

/*.shipping-calculator-button {
	color: #fff !important;
	border: 1px solid #1a171b;
}
*/
.shipping-calculator-button {
	color: #e42c35 !important;
	border: none;
}

.woocommerce .woocommerce-message {
    background: #fff !important;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: 600;
	color: #1A171B !important;
	max-width: 1270px;
	margin: 0 auto;
}

.single-product .woocommerce-message
{
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.single-product .woocommerce-message a
{
	width: 30%;
	order: 2;
}


p.return-to-shop {
	margin-bottom: 80px;
}

a.button.wc-backward {
	background: #2f7c59;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2 !important;
	letter-spacing: 0.33px;
	padding: 14px 30px;
	border: none !important;
	border-radius: 2px !important
}

a.button.wc-backward:hover {
	background: #53AB36;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2 !important;
	letter-spacing: 0.33px;
	padding: 14px 30px;
	border: none !important;
	border-radius: 2px !important
}

 @media (min-width: 981px) {
	 #main-content .container:before {
		 width: 0;
	}
}

a.button.wc-backward:after,
a.button.wc-forward:after {
	display: none;
}

.woocommerce-message a.button.wc-forward{
	background: transparent;
	color: #393d47;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2 !important;
	letter-spacing: 0.33px;
	padding: 14px 30px;
	border: 1px solid #1a171b !important;
	border-radius: 2px !important;
	margin-left: auto;
}

.woocommerce-message a.button.wc-forward:hover {
	background: #53AB36;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2 !important;
	letter-spacing: 0.33px;
	padding: 14px 30px;
	border: 1px solid transparent !important;
	border-radius: 2px !important
}

.woocommerce-Button.button {
/* 	padding: 15px 30px !important; */
	padding: 8px 11px !important;
}

.woocommerce-button--next, .woocommerce a.button {
	font-size:1em;
	border: 1px solid;
}

.woocommerce table.my_account_orders th {
	height: 34px;
}

td.woocommerce-table__product-name.product-name a {
	color: #1a171b;
}

td.woocommerce-orders-table__cell a.woocommerce-button.button.view {
	background: #fff;
	border: 1px solid #1a171b;
	height: 34px;
}

td.woocommerce-orders-table__cell a.button.view:after {
	display: none;
}

.woocommerce-cart .woocommerce-message {
	display: block;
	text-align: center;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input.text,
input.title,
textarea,
select,
input[type="email"],
input#billing_email.input-text {
	font-size: 15px !important;
	line-height: 1.33 !important;
	color: #6a6a6a;
	border: 1px solid #d8d8d8;
	border-radius: 2px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce table.shop_table td {
	border-top: 1px solid #d8d8d8;
}

.entry-content table:not(.variations),
body.et-pb-preview #main-content .container table,
.woocommerce .woocommerce-customer-details address {
	border: 1px solid #d8d8d8;
	border-radius: 2px !important;
}

.woocommerce table.my_account_orders a.woocommerce-button.button.view {
	background: transparent;
	border: 1px solid #1a171b;
	color: #393d47;
	padding: 8px 12px;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	line-height: 1.2 !important;
	letter-spacing: 0.33px;
}

.woocommerce table.my_account_orders a:hover.woocommerce-button.button.view {
	background: #53AB36;
	color: #fff;
	border: 1px solid transparent !important;
}

.woocommerce table.shop_table th {
	font-family: 'Dosis', sans-serif;
    font-weight: 600 !important;
    line-height: 0.87 !important;
    font-size: 1em !important;
	color: #393d47 !important;
}

/*Plus minus buttons*/

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
    }
.quantity input.qty {
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.quantity {
	display: inline-flex;
	width: auto !important;
	vertical-align: middle;
}

.woocommerce .quantity .minus, .woocommerce-page .quantity .minus,
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus {
	height: 35px !important;
	width: 35px !important;
	border: 1px solid #d8d8d8 !important;
	cursor: pointer;
	font-size: 18px !important;
	color: #757880 !important;
}

input.qty_button.minus:hover {
	color: #e42c35 !important;
}

input.qty_button.plus:hover {
	color: #2f7c59 !important;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
	border-top: 1px solid #d8d8d8 !important;
	border-bottom: 1px solid #d8d8d8 !important;
	color: #757880 !important;
	background: #fff !important;
}

/**********************
    Webshop page
**********************/

#webshop.et_pb_search {
	display: flex;
	align-items: center;
	border-color: transparent !important;
}

#webshop.et_pb_search.et_pb_hide_search_button input.et_pb_s {
	padding: 13px 203px 10px 16px !important;
}

#webshop .et_pb_searchform {
    max-width: 955px;
    width: 100%;
}

#webshop .et_pb_searchform {
	border: 1px solid #DADCE1;
	border-radius: 2px;
}
#webshop .et_pb_searchsubmit {
	width: 38px !important;
	height: 32px !important;
	min-height: 1px !important;
    background-image: url(/wp-content/themes/mic-child/icons/ic-search-white.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 70% 70% !important;
    background-position: center center !important;
	color: transparent !important;
    right: 6px !important;
    top: 5px !important;
    background-color: #e42c35 !important;
    border-radius: 2px !important;
}

.woocommerce.columns-5 ul.products li.product {
    width: 18%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 2.5% 36px 0;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}

/*Categories*/

.webshop-cats {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.webshop-cats {
		flex-wrap: wrap;
	}
	.s-cat-txt {
		font-size: 12px !important;
		line-height: 0.75 !important;
	}
	.single-c {
		margin: 0 22px !important;
		margin-bottom: 20px !important;
		width: 100%;
		max-width: 190px !important;
	}
	.single-c:nth-child(odd) {
		margin-left: 0;
	}
	.single-c:nth-child(even) {
		margin-right: 0;
	}
	.single-c  a{
		max-width: 96px;
	}
}

@media only screen and (max-width: 576px) {
	.woocommerce-result-count,
	.woocommerce-ordering,
	.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers,
	.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers {
		display: none;
	}

	.woocommerce-page
	.woocommerce-pagination ul.page-numbers,
	.woocommerce .woocommerce-pagination ul.page-numbers {
		margin-left: -30px;
	}

	.single-c {
		max-width: 140px !important;
	}
	.single-img {
		width: 54px !important;
		height: 54px !important;
	}
	.note {
		width: 35.4px;
		height: auto;
	}
	.single-c a:hover .note {
		width: 35.4px;
		height: auto;
	}
	.cd {
		width: 21.8px;
		height: auto;
	}
	.single-c a:hover .cd {
		width: 21.8px;
		height: auto;
	}
	.knjige {
		width: 36.6px;
		height: auto;
	}
	.single-c a:hover .knjige {
		width: 36.6px;
		height: auto;
	}
	.najam {
		width: 30.1px;
		height: auto;
	}
	.single-c a:hover .najam {
		width: 30.1px;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.single-c {
		width: 35%;
	}
}

.single-img {
	background: #EFEFEF;
	opacity: 0.9;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 96px;
	height: 96px;
	margin: 0 auto;
	-webkit-transition: background-color 0.4s ease-out;
	-moz-transition: background-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
}

.single-c {
	text-align: center;
	max-width: 126px;
	margin: 0 55px;
}

.s-cat-txt {
	display: block;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: 600;
	color: #1A171B;
	margin-top: 10px;
}

@media only screen and (min-width: 1024px) {
	.single-c a:hover .single-img {
		background: #E42C35;
		opacity: 0.99;
	}
}

.note {
	content: url('/wp-content/themes/mic-child/icons/ic-note.svg');
}

.single-c a:hover .note {
	content: url('/wp-content/themes/mic-child/icons/ic-note-w.svg');
}

.cd {
	content: url('/wp-content/themes/mic-child/icons/ic-cd.svg');
}

.single-c a:hover .cd {
	content: url('/wp-content/themes/mic-child/icons/ic-cd-w.svg');
}

.knjige {
	content: url('/wp-content/themes/mic-child/icons/ic-books.svg');
}

.single-c a:hover .knjige {
	content: url('/wp-content/themes/mic-child/icons/ic-books-w.svg');
}

.najam {
	content: url('/wp-content/themes/mic-child/icons/ic-najam.svg');
}

.single-c a:hover .najam {
	content: url('/wp-content/themes/mic-child/icons/ic-najam-w.svg');
}

/*Category pages*/

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
	margin-bottom: 0 !important;
}

#cat-pages .woocommerce ul.products {
	padding-top: 40px !important;
}

/*form.woocommerce-ordering select {
  border: 0;
  vertical-align: middle;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 5px;
}*/

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
	content: '\f078';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 15px;
	line-height: 23px;
	color: #484848;
	right: 12px;
	position: relative;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
	content: '\f077';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 3px;
    right: 12px;
    width: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    height: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 9px !important;
}

.woocommerce form .form-row .select2-container {
	height: 50px !important;
}

.select2-container .select2-selection--single,
span.select2.select2-container.select2-container--default {
	height: 50px;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #DADCE1 !important;
	border-radius: 2px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000 !important;
	font-size: 12px;
	line-height: 16px;
	padding: 7px 0 7px 25px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif
}

p.woocommerce-result-count {
    font-weight: 400;
    font-size: 12px;
	line-height: 50px;
    color: #000;
}

.woocommerce-address-fields button.button {
	margin-top: 30px;
}

#cat-pages .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 2.5% 60px 0;
}

#cat-pages .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none !important;
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	letter-spacing: 0.48px;
	color: #484848;
	display: inline-flex;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: none !important;
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	letter-spacing: 0.56px;
	color: #484848;
	min-width: 39px;
	height: 38px;
}

.woocommerce nav.woocommerce-pagination ul li a {
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	letter-spacing: 0.56px;
	color: #484848;
	padding: 11px 5px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent !important;
    color: #000;
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	letter-spacing: 0.48px;
	border: 1px solid #E5E6EA;
	border-radius: 2px;
	min-width: 39px;
	height: 38px;
	padding: 10.5px 5px;
}

.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers {
	content: url('/wp-content/themes/mic-child/icons/arrow-right-red.svg');
}

.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers {
	content: url('/wp-content/themes/mic-child/icons/arrow-right-red.svg');
	transform: rotate(180deg);
}


/*My account*/

.woocommerce form .form-row {
	padding-left: 0;
}

nav.woocommerce-MyAccount-navigation a,
.woocommerce-MyAccount-content a {
	color: #757880;
}

.woocommerce-MyAccount-content button.woocommerce-Button.button {
	margin-top: 30px;
}


/*Single product page*/

.et_pb_module_inner  .price {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 0.94;
	letter-spacing: normal;
	color: #1a171b;
}

@media only screen and (max-width: 767px) {
	span.price-pre {
		display: none !important;
	}
}

.et_pb_wc_price_0_tb_body .price del span.woocommerce-Price-amount.amount bdi {
	font-size: 15px !important;
	color: #2e3439;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: 1 !important;
}

.et_pb_wc_price_0_tb_body .price del {
	font-size: 15px !important;
	color: #2e3439;
}


.woocommerce div.product form.cart div.quantity {
	display: none !important;
}

.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce button.button, .woocommerce-page button.button {
	background: #2F7C59;
	border-radius: 2px;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	line-height: 18px !important;
	font-weight: 600;
	letter-spacing: 0.33px;
	border: none;
	padding: 15px 83px 15px 83px;
	display: inline-flex;
	align-items: center;
}

.woocommerce button.button.alt::after, .woocommerce-page button.button.alt::after,
.woocommerce button.button::after, .woocommerce-page button.button::after {
	display: none;
}

button.single_add_to_cart_button:before {
	content: url('/wp-content/themes/mic-child/icons/ic-cart-webshop.svg') !important;
   	opacity: 1 !important;
	display: inline-flex !important;
	margin-right: 20px !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 17px;
	height: 20px;
	position: relative !important;
	vertical-align: bottom;
}

form.cart button.button.alt {
	margin-right: 9px;
	max-width: 350px;
}

.woocommerce button.button.alt:hover,
button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover {
	border-radius: 2px !important;
	letter-spacing: 0.33px !important;
	background: #53AB36;
	color: #fff;
	border: none;
	padding: 15px 83px 15px 83px;
}

button.btn_najam {
	background: #fff;
	border: 1px solid #1A171B;
	color: #393D47;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	line-height: 13px !important;
	font-weight: 600;
	letter-spacing: 0px;
	padding: 15px;
	max-width: 350px;
}

#najam-popup .popupaoc-link {
	color: #393D47 !important;
	font-family: 'Dosis', sans-serif;
	font-size: 15px !important;
	line-height: 13px !important;
	font-weight: 600;
	letter-spacing: 0px;
	padding: 15px 22px 15px 22px;
}


button.btn_najam:hover {
	background: #53AB36;
	color: #fff;
	border: 1px solid #53AB36 !important;
}

#najam-popup .popupaoc-link:hover {
	color: #fff !important;
}

.woocommerce div.product form.cart, .woocommerce-page div.product form.cart {
	display: flex;
}

@media only screen and (max-width: 1050px) {
		.woocommerce div.product form.cart, .woocommerce-page div.product form.cart {
		flex-direction: column;
	}
	form.cart button.button.alt {
		margin-right: 0;
		margin-bottom: 15px;
	}
}


@media only screen and (max-width: 767px) {
	button.btn_najam {
		font-size: 14px;
		height: 45px;
	}
	button.single_add_to_cart_button:before {
		margin-right: 10px !important;
	}
}

/*single product layout*/

#single-product-top .prod-left {
	width: 36.7%;
	margin-right: 2%;
}

@media only screen and (max-width: 767px) {
	#single-product-top .prod-left {
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 22px;
	}

	#single-product-top .prod-right {
		width: 100% !important;
	}

	.prod-left::before {
		left: 0 !important;
		width: 100vw !important;
		height: 80% !important;
		margin-right: -15px !important;
		margin-left: -15px !important;
	}
}

#single-product-top .prod-right {
	width: 61.3%;
}

.prod-left:before {
	content: "";
    position: absolute;
    top: 0;
    left: -70%;
    width: 170%;
    height: 77%;
    background: #F8F8F8;
    opacity: 1;
	border-radius: 2px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}

/*Social share*/

.share-container {
	display: inline-flex;
	align-items: center;
}

.share-container p {
	font-family: 'Nunito', sans-serif;
	font-size: 10px;
	line-height: 1.4;
	font-weight: 600;
	text-transform: uppercase;
	color: #121212;
	letter-spacing: 0;
	margin-right: 24px;
}

@media only screen and (max-width: 767px) {
	.share-container p {
		font-size: 8px;
		line-height: 1.38;
	}
}

.a2a_kit.a2a_kit_size_28.addtoany_list {
	line-height: 1 !important;
}

.addtoany_list a, .widget .addtoany_list a {
	padding: 0 !important;
	margin-right: 12px;
}

a.a2a_dd.addtoany_share_save.addtoany_share {
	display: none;
}


/**********************************************
-----------------WC opisi tablice-------------
**********************************************/

.table-container {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 822px;
}
.flag-icon {
	margin-right: 0.1em;
}
.flex-table {
	display: flex;
	flex-flow: row wrap;
	transition: 0.5s;
}

.flex-table.row:nth-child(odd) .flex-row {
	background: #F7F9FA;
}

.flex-row {
	width: calc(100%);
	text-align: left;
	padding: 13px 15px;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	color: #121212;
}

.et-db #et-boc .et-l .et_pb_tab > .et_pb_tab_content {
	white-space: pre-wrap;
}

.Home_search_filters_wrapper__1NzSd {
    background-color: #e42c35;
}

.et-db #et-boc .et-l .et_pb_tab > .et_pb_tab_content > .timeline,
.et-db #et-boc .et-l .et_pb_tab > .et_pb_tab_content > .timeline-iz,
.et-db #et-boc .et-l .et_pb_tab > .et_pb_tab_content > .timeline-fe {
	white-space: normal;
}

@media all and (max-width: 767px) {
	.flex-row {
		font-size: 14px;
		line-height: 1.36;
	}

	.flex-table.row {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.flex-row p:first-child {
	padding-bottom: 19px !important;
	font-weight: 600;
}

.flex-row.full {
	font-weight: normal;
	width: 100%;
}

.flex-row.first {
	width: 35%;
}

.flex-row.second {
	width: 65%;
}

.flex-row.first.o-notnom-izdanju-first {
	width: 100%;
}

.flex-row.second.o-notnom-izdanju-second {
	width: 100%;
	text-align: justify;
}

.flex-cell {
	width: calc(100%);
	text-align: center;
	padding: 13px 15px;
}

@media all and (max-width: 767px) {
/* 	.flex-row {
		width: calc(100% / 2);
	} */

/* 	.flex-row.first {
		width: 35%;
	} */

	.flex-row.second {
		width: 65%;
	}

	.flex-row.first.o-notnom-izdanju-first {
		width: 100%;
	}

	.flex-row.second.o-notnom-izdanju-second {
		width: 100%;
		text-align: left;
	}

	.column {
		width: 100%;
	}

	#frm-contact input[type="text"], #frm-contact textarea, input[type="email"], select {
		height: 48px;
	}

}


/*table global*/

.et-db #et-boc .et-l .et_pb_tabs, .et-db #et-boc .et-l .et_pb_wc_tabs {
	border: none;
}

.et-db #et-boc .et-l ul.et_pb_tabs_controls {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-wrap: wrap
}

.et-db #et-boc .et-l .et_pb_tabs_controls li {
	border: 1px solid #D9D9D9;
	margin: 5px 3px;
}

.et-db #et-boc .et-l .et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
	border: 1px solid #D9D9D9;
}

.et-db #et-boc .et-l .et_pb_tabs_controls li.et_pb_tab_active {
	background-color: #E42C35;
}

.et-db #et-boc .et-l .et_pb_tab_active > a {
	color: #fff !important;
}

.et_pb_all_tabs,
ul.et_pb_tabs_controls {
	max-width: 822px;
	margin: 0 auto;
}

.et_pb_tab {
    padding: 40px 0 0 0;
}

@media all and (max-width: 767px) {
	.et_pb_tab {
		padding: 19px 0 0 0;
	}
}

.et_pb_tabs, .et_pb_wc_tabs {
    border: none;
}

ul.et_pb_tabs_controls {
    background-color: transparent;
	display: flex;
	justify-content: center;
}

.et_pb_tabs_controls li {
	border-right: none;
	margin-right: 25px;
}

@media all and (max-width: 767px) {
	.et_pb_tabs_controls li {
		margin-right: 15px;
	}

	.et_pb_tabs_controls li a {
		font-size: 14px !important;
		font-weight: 600 !important;
		padding: 9px 23px !important;
	}
}

.et_pb_tabs_controls li:last-child {
	margin-right: 0;
}

.et_pb_tabs_controls li a {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: normal;
	color: #6f6f6f;
	padding: 12.5px 24.5px;
}

.et_pb_tabs_controls li:not(.et_pb_tab_active) {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #6f6f6f;
	border: 1px solid #D7D7D7;
	border-radius: 60px;
}

.et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
    border-right: 1px solid #D7D7D7;;
}

.et_pb_tabs_controls li.et_pb_tab_active {
	background: #E42C35;
	border-radius: 60px;
}

.et_pb_tabs_controls li.et_pb_tab_active a {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #fff !important;
	padding: 12.5px 24.5px;
}

ul.et_pb_tabs_controls:after {
    border-top: none;
}

/*Prikaz notne slike*/

.pdf-btn-out {
	display: flex;
}

.pdf-btn {
	border: 1px solid #e5e5e5;
	display: flex;
	margin: 0 auto;
}

.pdf-inner {
	background: #fff;
	border-bottom: 10px solid #e42c35;
	padding: 21px 20px 15px 20px;
	display: inline-flex;
	min-width: auto;
}

.pdf-inner a {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #1a171b;
	display: inline-flex;
	align-items: center;
}

p.pdf-inner-empty {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #1a171b;
	display: inline-flex;
	align-items: center;
}

.pdf-inner a:before {
	content: url('/wp-content/themes/mic-child/icons/ic-pdf.svg');
	display: inline-flex;
	margin-right: 20px;
}

.audio-btn-out {
	display: flex;
}

.audio-btn {
	border: 1px solid #e5e5e5;
	display: flex;
	margin: 0 auto;
}

.audio-inner {
	background: #fff;
	border-bottom: 10px solid #e42c35;
	padding: 21px 20px 15px 20px;
	display: inline-flex;
}

.audio-inner a:before {
	content: url('/wp-content/themes/mic-child/icons/ic-play.svg');
	display: inline-flex;
	margin-right: 20px;
}

.audio-inner a {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #1a171b;
	display: inline-flex;
	align-items: center;
}

p.audio-inner-empty {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #1a171b;
	display: inline-flex;
	align-items: center;
}

/*Obrazac za najam*/

#frm-section{
	max-width: 708px;
	margin: 0 auto;
}

#frm-section.section h4 {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #000;
	padding-bottom: 17px;
}

h4.l-mg {
	padding-bottom: 23px !important;
	padding-top: 62px;
}

#frm-container.s-mg {
	margin-bottom: 7px;
	align-items: flex-start !important;
}

#frm-container input[type="text"], #frm-container textarea,  input[type="email"] {
	padding: 14px 20px 13px 15px;
	background-color: #fff;
	border: 1px solid #d8d8d8 !important;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.47;
	color: #868686;
	width: 100%;
	resize: none;
}

#frm-container label.frm-primary-label {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	color: #1a171b;
	margin-bottom: 6px;
	display: inline-block;
}

#frm-container.label-top {
	margin-bottom: 30px;
}

#frm-container.label-top-last {
	margin-bottom: 40px;
}

#frm-container label.frm-primary-label.left {
	margin-bottom: 0 !important;
}

#frm-container.label-left.three-cols {
	display: flex;
	align-items: center;
}

#frm-container.label-left.three-cols .label-first {
	max-width: 440px;
	width: 100%;
	margin-right: 38px;
}

#frm-container.label-left.three-cols .check-mid {
	max-width: 62px;
	width: 100%;
	margin-right: 55px;
	text-align: center;
}


#frm-container.label-left.three-cols .check-mid input{
	max-width: 57px;
}

#frm-container.label-left.three-cols .number-last {
	max-width: 80px;
	width: 100%;
	margin-left: 55px;
	text-align: center;
}

#frm-container.label-left.three-cols .number-last  input[type="text"] {
	max-width: 67px;
	padding:  8px;
	text-align: center;
}

.check-mid span.wpcf7-list-item-label {
	display: none !important;
}

.check-mid p {
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 2.17;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
}

.number-last p {
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
}

.section-4 {
	margin-bottom: 50px !important;
}

.section-5 {
	margin-bottom: 32px !important;
}

.section-6 {
	margin-bottom: 70px !important;
}

#frm-container.label-left.two-cols.al-top {
	align-items: flex-start;
}

span.wpcf7-list-item {
    margin: 0;
}

/*Two columns*/

#frm-container.label-left.two-cols {
	display: flex;
	align-items: center;
}

#frm-container.label-left.two-cols .label-first {
	max-width: 440px;
	width: 100%;
	margin-right: 38px;
}

#frm-container.label-left.two-cols .field-last{
	max-width: 235px;
	width: 100%;
}

#frm-container.label-left.two-cols .label-first.short {
	max-width: 220px;
	width: 100%;
	margin-right: 38px;
}


#frm-container.label-left.two-cols .field-last.long {
	max-width: 100%;
	width: 100%;
	flex: 1;
}

#frm-container.label-left.two-cols .field-last.long a {
	color: #000000;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.86;
	letter-spacing: normal;
	text-decoration: underline;
}

#frm-container.label-left.two-cols .field-last.long {
	color: #000000;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.86;
	letter-spacing: normal;
	text-decoration: underline;
}

#frm-container span.wpcf7-form-control .wpcf7-acceptance{
	font-family: Nunito;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.86;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}

#frm-container a{
	font-weight: 600;
}

#frm-container.m-mg {
	margin-bottom: 12px;
}

input.frm-najam-btn {
	background: #1a171b;
	color: #fff;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.36px;
	text-align: center;
	width: 100%;
	padding: 15px;
	border: none;
	max-width: 708px;
	cursor: pointer;
}

div.wpcf7 .ajax-loader {
	display: block;
	position: absolute;
	right: 50%;
}



/*Accordion*/

.accordion {
	cursor: pointer;
	width: 100%;
	max-width: 600px;
	border: none;
	outline: none;
	transition: 0.4s;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}

.accordion:hover {
	text-decoration: underline;
}

.panel {
	padding-top: 30px;
	display: none;
	overflow: hidden;
	max-width: 708px;
	width: 100%;
}

.last-acc {
	margin-top: 30px;
}

.accordion:after {
	content: url('/wp-content/themes/mic-child/icons/ic-arrow-down.svg');
	float: right;
}

.accordion.active:after {
	content: url('/wp-content/themes/mic-child/icons/ic-arrow-up.svg');
	float: right;
}

/*Popup za najam*/

.custombox-open.custombox-overlay {
	background-color: #2e3439 !important;
	opacity: 0.63 !important;
}

/*.paoc-popup-modal-cnt:after {
	content: url('/wp-content/themes/mic-child/icons/logo-background-red.svg');
	position: absolute;
	top: 80%;
	right: -42%;
}*/

.frm-logo {
	display: flex;
	/*margin-top: 60px;
	margin-left: 58px;*/
}

.frm-heading {
	display: flex;
	text-align: center;
	max-width: 522px;
	margin: 0 auto;
}

.frm-heading h2 {
	font-family: Dosis;
	font-size: 42px;
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: 0.93px;
	text-align: center;
	color: #393d47;
	margin-top: 40px;
	margin-bottom: 40px;
}

.paoc-popup-close {
	background: url('/wp-content/themes/mic-child/icons/ic-close-black.svg') center center no-repeat;
	top: 35px;
	right: 35px;
	height: 20.2px;
	width: 20.2px;
}

.paoc-popup-modal {
	box-shadow: none;
}

.paoc-popup-modal-cnt {
    background-color: #faf9f8;
	padding: 60px 58px 104px 58px;
}


/*Kontakt forma - kontakt page*/

/*Obrazac za najam*/

#frm-contact{
	max-width: 467px;
	margin: 0 auto;
}


#frm-contact input[type="text"], #frm-contact textarea,  input[type="email"], select {
	padding: 14px 20px 13px 15px;
	background-color: #fff;
	border: 1px solid #d8d8d8 !important;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.47;
	color: 	#000000;
	width: 100%;
}

#frm-contact input[type="text"]:focus, #frm-contact textarea:focus,  input[type="email"]:focus, select:focus {
	color: 	#000000;
}

#frm-contact label.frm-primary-label {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	color: #1a171b;
	margin-bottom: 6px;
	display: inline-block;
}

#frm-contact.label-top {
	margin-bottom: 30px;
}

input.frm-contact-btn {
	background: #1a171b;
	color: #fff;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.36px;
	text-align: center;
	padding: 15px;
	border: none;
	cursor: pointer;
}

#frm-contact span.wpcf7-form-control-wrap.primatelj {
	color: #868686 !important;
}


/******************************************************
----------------------Page general---------------------
*******************************************************/
#page-bg:after {
	background-size: initial;
	background-position: top right;
	background-image: url('/wp-content/uploads/2021/01/logo-background-page.svg') !important;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	top: 35vh;
	max-height: 1404px;
	width: 1404px;
	left: 45%;
	height: 100%;
}

#page-bg {
	overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    #page-bg:after  {
        display: none;
    }
}

.et_pb_all_tabs {
    background-color: transparent;
}

/*******************************************************
-----------------Timeline-------------------------------
********************************************************/

nav.breadcrumbs {
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	line-height: 1.71;
	color: #757880;
}

nav.breadcrumbs a {
	color: #e42c35;
	font-weight: 600;
}

ul.et_pb_tabs_controls.history {
	justify-content: flex-start !important;
}

#povijest > ul.et_pb_tabs_controls.clearfix {
	justify-content: flex-start !important;
}

.timeline {
	width: 100%;
	padding: 0;
	position: relative;
	margin-left: 5px;
}
@media only screen and (min-width:576px) {
	.timeline {
		margin-left: -95px;
	}
}

.timeline:before {
	content: '';
	position: absolute;
	top: 0px;
	left: calc(7.6% + 30px);
    bottom: 40px;
	width: 3px;
	background: #e42c35;
}
.timeline:after {
	content: "";
	display: table;
	clear: both;
}
.entry {
	clear: both;
	text-align: left;
	position: relative;
}

.entry img {
	padding-top: 20px;
}

.entry .title {
	margin-bottom: 0.5em;
	float: left;
	width: 8%;
	/*padding-right: 30px;*/
	text-align: left;
	position: relative;
}
.entry .title:before {
	content: url('/wp-content/themes/mic-child/icons/timeline-ic.svg');;
	position: absolute;
	width: 29.5px;
	height: 29.2px;
	background-color: #fff;
	border-radius: 100%;
	top: 0;
	right: -43px;
	z-index: 99;
}
.entry .title h3 {
	margin: 0;
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.49px;
	color: #393d47;
}

.entry .body {
	margin: 0 0 40px;
	float: right;
	width: 92%;
	padding-left: 80px;
}
.entry .body p,
.entry .body li {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 1.63;
	color: #1a171b;
	font-weight: 600;
}

.entry .body p:first-child {
	margin-top: 0;
}

p.timeline-light,
li.timeline-light,
span.timeline-light {
	font-weight: normal !important;
	color: #757880 !important;
}
/*
.entry .body ul {
	color: #aaa;
	padding-left: 0;
	list-style-type: none;
}
 .entry .body ul li:before {
	content: "–";
	margin-right: 0.5em;
}*/


/*PDF btn*/

.timeline-btn-out {
	display: flex;
	padding: 30px 0;
}

.timeline-btn {
	border: 1px solid #e5e5e5;
	display: flex;
}

.timeline-inner {
	background: #fff;
	border-bottom: 10px solid #e42c35;
	padding: 21px 20px 15px 20px;
	display: inline-flex;
	min-width: 333px;
}

.timeline-inner a {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #1a171b;
	display: inline-flex;
	align-items: center;
}

.timeline-inner a:before {
	content: url('/wp-content/themes/mic-child/icons/ic-pdf.svg');
	display: inline-flex;
	margin-right: 20px;
}

/*******Izdavastvo********/

.pub-row {
	background: #e67770;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
}

.pub-light {
	background: #f98c85;
}

.pub-row-last {
	margin-bottom: 0;
}
.pub-row-left {
	width: 100%;
    max-width: 438px;
    padding: 24px 15px 30px 15px;
}
	p.pub-main-txt {
		font-family: 'Nunito', sans-serif;
		font-size: 14px;
		font-style: italic;
		line-height: 1.57 !important;
		color: #fff;
		margin-bottom: 9px;
		padding-bottom: 0;
	}
	p.pub-quote {
		font-family: 'Nunito', sans-serif;
		font-size: 16px;
		font-style: italic;
		line-height: 1.63;
		color: #fff;
		text-align: right;
		margin-bottom: 15px;
		padding-bottom: 0;
	}
@media only screen and (min-width: 576px) {
	.pub-row {
		flex-direction: row;
	}
	.pub-row-left {
		width: 100%;
		max-width: 438px;
		padding: 80px 23px 21px 42px;
	}
	p.pub-main-txt {
		font-size: 16px;
		line-height: 1.63;
	}

	p.pub-quote {
		font-size: 16px;
		line-height: 1.63;
	}

}

p.pub-link {
	padding-bottom: 0;
}

p.pub-link a {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 2.5;
	color: #fff;
	text-align: left;
}

p.pub-link a:after {
	content: "\f054";
    margin-left: 8px;
    border-top:none;
    font-family: "Font Awesome 5 Free" !important;
	font-size: 11px;
}

p.pub-link a:hover {
	text-decoration: underline;
}

.pub-row-right img {
	height: 100% !important;
	object-fit: cover;
}

/*************Izlozbe*********************/

.timeline-iz {
	width: 100%;
	padding: 0;
	position: relative;
	margin-left: 5px;
}
@media only screen and (min-width:576px) {
	.timeline-iz {
		margin-left: -95px;
	}
}

.timeline-iz:before {
	content: '';
	position: absolute;
	top: 0px;
	left: calc(7.6% + 30px);
    bottom: 15px !important;
	width: 3px;
	background: #e42c35;
}
.timeline-iz:after {
	content: "";
	display: table;
	clear: both;
}
.entry-iz {
	clear: both;
	text-align: left;
	position: relative;
}
.entry-iz .title {
	margin-bottom: 0.5em;
	float: left;
	width: 8%;
	/*padding-right: 30px;*/
	text-align: left;
	position: relative;
}
.entry-iz .title:before {
	content: url('/wp-content/themes/mic-child/icons/timeline-ic.svg');;
	position: absolute;
	width: 29.5px;
	height: 29.2px;
	background-color: #fff;
	border-radius: 100%;
	top: 0;
	right: -43px;
	z-index: 99;
}
.entry-iz .title h3 {
	margin: 0;
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.49px;
	color: #393d47;
}

.entry-iz .body {
	margin: 0 0 40px;
	float: right;
	width: 92%;
	padding-left: 80px;
}

.entry-iz .body:last-child {
	margin-bottom: 0 !important;
}

.entry-iz .body p,
.entry-iz .body li {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 1.63;
	color: #000000;
	font-weight: 600;
	padding-bottom: 10px;
}

.entry-iz .body p:first-child {
	margin-top: 0;
}

.timeline-desc {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 1.63;
	color: #1a171b;
	font-weight: 600;
	padding-bottom: 55px !important;
}


/****************Festivali**********************/

.timeline-fe {
	width: 100%;
	padding: 0;
	position: relative;
	margin-left: 5px;
}
@media only screen and (min-width:576px) {
	.timeline-fe {
		margin-left: -160px;
	}
}

.timeline-fe:before {
	content: '';
	position: absolute;
	top: 0px;
	left: calc(16.6% + 30px);
	bottom: 40px;
	width: 3px;
	background: #e42c35;
}
.timeline-fe:after {
	content: "";
	display: table;
	clear: both;
}
.entry-fe {
	clear: both;
	text-align: left;
	position: relative;
}
.entry-fe .title {
	margin-bottom: 0.5em;
	float: left;
	width: 17%;
	/*padding-right: 30px;*/
	text-align: left;
	position: relative;
}
.entry-fe .title:before {
	content: url('/wp-content/themes/mic-child/icons/timeline-ic.svg');;
	position: absolute;
	width: 29.5px;
	height: 29.2px;
	background-color: #fff;
	border-radius: 100%;
	top: 0;
	right: -43px;
	z-index: 99;
}
.entry-fe .title h3 {
	margin: 0;
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.49px;
	color: #393d47;
}

.entry-fe .body {
	margin: 0 0 40px;
	float: right;
	width: 83%;
	padding-left: 80px;
}
.entry-fe .body p,
.entry-fe .body li {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 1.63;
	color: #757880;
	font-weight: normal;
}

.entry-fe .body p:first-child {
	margin-top: 0;
}

p.timeline-light,
li.timeline-light,
span.timeline-light {
	font-weight: normal !important;
	color: #757880 !important;
}

p.title-fe {
	font-family: 'Dosis', sans-serif !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1.63 !important;
	color: #000 !important;
}

/***************Projekt Dora*******************/

p.d-title {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 2.22;
	letter-spacing: 0.4;
	color: #2e3439;
	margin-bottom: 21px;
	padding-bottom: 0;
}

p.d-subtitle {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.22;
	letter-spacing: 0.4;
	color: #2e3439;
	margin-bottom: 21px;
	padding-bottom: 0;
}

p.d-p {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 1.63;
	color: #757880;
	padding-bottom: 20px;
}

a.d-link {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 2.5;
	color: #393d47;
	text-decoration: underline;
}

a.d-link:after {
	content: "\f054";
    margin-left: 20px;
    font-family: "Font Awesome 5 Free" !important;
	font-size: 11px;
	display:inline-block;
}

/******************************************************************
----------------------------MIC tim--------------------------------
*******************************************************************/

ul.tim-list {
	padding: 0 !important;
}

ul.tim-list li {
	display: flex;
}

.list-img {
	width: 15px;
	height: 17px;
	margin-right: 15px;
}

.mic-tim-row {
	display: flex;
}

.mic-tim-wrap {
	max-width: 220px;
}

.mic-tim-wrap:first-child {
	margin-right: auto !important;
}

.et_pb_button_2_wrapper .et_pb_button_2,
.et_pb_button_3_wrapper .et_pb_button_3,
.et_pb_button_4_wrapper .et_pb_button_4,
.et_pb_button_5_wrapper .et_pb_button_5,
.et_pb_button_6_wrapper .et_pb_button_6,
.et_pb_button_7_wrapper .et_pb_button_7{
	padding-top: 32px!important;
    padding-bottom: 24px!important;
    padding-left: 32px!important;
}

@media only screen and (max-width: 1300px) {
	.mic-tim-row {
		justify-content: center;
	}
	.mic-tim-wrap:first-child {
		margin-right: 20% !important;
	}
}


@media only screen and (max-width: 900px) {
/* 	.et_pb_section_2.et_pb_section {
		height: 750px;
	} */

	.main-slider-wrapper > h1 {
		padding-top: 0;
		padding-left: 18px;
		padding-bottom: 24px;
	}

	.blog-subtitle {
		font-size: 16px;
	}
}

@media only screen and (max-width: 576px) {
	.main-slider-wrapper > h1 {
		padding-top: 0;
		padding-left: 20px;
		padding-bottom: 30px;
		font-size: 24px;
	}

	.woocommerce-loop-blog__title {
		font-size: 16px;
	}

	et_pb_section et_pb_section_3 et_pb_with_background et_section_regular {
		padding: 0;
	}

	.blog-subtitle {
		font-size: 14px;
	}

/* 	.et_pb_section_2.et_pb_section {
		height: 500px;
	} */

	.et_pb_column .et_pb_module, .et_pb_column {
		margin-bottom: 13px;
	}

	.et_pb_button_2_wrapper .et_pb_button_2,
	.et_pb_button_3_wrapper .et_pb_button_3,
	.et_pb_button_4_wrapper .et_pb_button_4,
	.et_pb_button_5_wrapper .et_pb_button_5,
	.et_pb_button_6_wrapper .et_pb_button_6,
	.et_pb_button_7_wrapper .et_pb_button_7 {
		padding-top: 14px!important;
    	padding-bottom: 14px!important;
    	padding-left: 14px!important;
	}

	.entry .title h3,
	.entry-iz .title h3,
	.entry-fe .title h3,
	.timeline-desc,
	p.d-p {
		font-size: 15px;
	}

	.entry .body p, .entry .body li,
	.entry-iz .body p, .entry-iz .body li,
	.entry-fe .body p, .entry-fe .body li {
		font-size: 14px;
	}

	.entry .body,
	.entry-iz .body {
		padding-left: 65px;
	}

	.entry-fe .body {
		padding-left: 30px;
	}

	.timeline-fe:before {
		left: calc(10% + 30px);
	}

	.timeline-inner {
		min-width: unset;
	}

	.entry-fe .title:before {
		right: -17px;
	}

	.timeline {
		margin-left: 0;
	}

	.mic-tim-row {
		flex-direction: column;
		align-items: center;;
	}
	.mic-tim-wrap:first-child {
		margin-right: 0 !important;
	}
	ul.tim-list li {
		justify-content: center;
	}
	span.bio-link a  {
		font-size: 14px !important;
	}
	span.bio-link a:after {
		font-size: 10px !important;
	}
}

@media only screen and (max-width: 402px) {
	.et_pb_section_2.et_pb_section {
		height: 532px;
	}
}



span.bio-link a {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #393d47;
}

span.bio-link a:after {
	content: "\f054";
    margin-left: 20px;
    font-family: "Font Awesome 5 Free" !important;
	font-size: 11px;
	font-weight: 900;
}

.bio-link a:hover {
	border-bottom: 1px solid;
}

p.tim-popup-bio {
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	line-height: 1.63;
	letter-spacing: 0.36;
	color: #1a171b;
	margin-bottom: 0 !important;
}

/************************************************************************
-------------------------------Product slider----------------------------
************************************************************************/

.woocommerce ul.products {
	margin-bottom: 0 !important;
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: relative !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 4px !important;
	left: 0 !important
}

.swiper-wrapper {
	padding-bottom: 36px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide > li.product{
	width: 100% !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	width: 100% !important;
}

.woocommerce-page ul.products .swiper-slide li.product:nth-child(n) {
	margin: 0 !important;
	width: 100%!important;
}

.swiper-button-prev {
	left: 13px !important;
	top: 30% !important;
}

.swiper-button-prev:after {
	content: "\f053" !important;
    font-family: "Font Awesome 5 Free" !important;
	color: #fff;
	font-size: 17px !important;
	font-weight: 900;
}

.swiper-button-next {
	right: 13px !important;
	top: 30% !important;
}

.swiper-button-next::after {
	content: "\f054" !important;
    font-family: "Font Awesome 5 Free" !important;
	color: #fff;
	font-size: 17px !important;
	font-weight: 900;
}

.swiper-container-horizontal > .swiper-scrollbar {
    height: 4px;
    width: 100%;
    background: #f1ecec !important;
	border-radius: 6px;
}

.swiper-scrollbar-drag {
	background: #e42c35 !important;
	border-radius: 6px;
}

@media only screen and (max-width: 767px) {
	.swiper-container {
		width: calc(100% + 15px);
	}
}

/************************************************************************
------------------------------------Footer------------------------------
*************************************************************************/

.et_pb_section_0_tb_footer.et_pb_section:after {
	background-size: initial;
	background-position: top right;
	background-image: url('/wp-content/themes/mic-child/icons/logo-background-footer.svg') !important;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	top: 35px;
	max-height: 356px;
	width: 356px;
	right: -100px;
	height: 100%;
}


@media only screen and (min-width: 1921px) {
	.et_pb_section_0_tb_footer.et_pb_section:after {
		right: 0;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
	.et_pb_section_0_tb_footer.et_pb_section:after {
		right: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.et_pb_section_0_tb_footer.et_pb_section:after {
		right: -150px;
	}
}

@media only screen and (max-width: 767px) {
	.et_pb_section_0_tb_footer.et_pb_section:after {
		display: none;
	}
}

footer {
	overflow-x: hidden;
}

ul.f-social {
	display: inline-flex;
	list-style-type: none;
	padding: 0;
}

ul.f-social li {
	margin-right: 15px;
}

ul.f-partners {
	display: inline-flex;
	list-style-type: none;
	padding: 0;
}

ul.f-partners li {
	margin-right: 25px;
	margin-left: 25px;
}

ul.f-partners li:last-child {
	margin-right: 0;
}

.partners {
	display: flex;
	justify-content: center;
}

ul.f-menu {
	list-style-type: none;
	padding: 0;
}

ul.f-menu li {
	margin-bottom: 15px;
}

ul.f-menu li:last-child {
	margin-bottom: 0;
}

ul.f-menu li a {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	opacity: 0.7;
}

ul.f-menu li a:hover{
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	ul.f-partners {
		display: block;
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	ul.f-partners li:nth-child(1) {
		margin-bottom: 25px;
	}
	ul.f-partners li:nth-child(2) {
		margin-bottom: 25px;
	}
}

.f_menu_out {
	max-height: 100%;
	overflow: visible;
	transition: max-height 0.2s ease-out;
}

.collapsible_footer_menu {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	cursor: auto;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	padding-left: 0;
	background: transparent;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.collapsible_footer_menu {
		cursor: pointer;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
		padding-left: 0;
		background: transparent;
	}

	.collapsible_footer_menu:after {
		content: "\f054";
		margin-left: 0.35em;
		border-top:none;
		font-family: "Font Awesome 5 Free" !important;
		font-size: 10px;
		font-weight: 900;
		color: #fff;
		border: none !important;
		top: calc(50% - 5px);
	}

	.active.collapsible_footer_menu:after {
		content: "\f078";
		margin-left: 0.35em;
		border-top:none;
		font-family: "Font Awesome 5 Free" !important;
		font-size: 10px;
		font-weight: 900;
		color: #fff;
		border: none !important;
		top: calc(50% - 5px);
	}

	.collapsible_footer_menu.active + .f_menu_out {
		margin-top: 1px;
		margin-bottom: 20px;
	}

	.f_menu_out {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}
}


@media only screen and (max-width: 980px) and (min-width: 768px) {
	.f-col-1 {
		width: 21.625% !important;
		margin-right: 4.5% !important;
	}
	.f-col-2 {
		width: 21.625% !important;
		margin-right: 4.5% !important;
	}
	.f-col-3 {
		width: 21.625% !important;
		margin-right: 4.5% !important;
	}
	.f-col-4 {
		width: 21.625% !important;
		margin-right: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	.f-col-1 {
		width: 100% !important;
		margin-right: 0 !important;
	}
	.f-col-2 {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
	.f-col-3 {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
	.f-col-4 {
		width: 100% !important;
		margin-right: 0 !important;
	}
}

/*test*/

#prod-slider .woocommerce ul.products  {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

#prod-slider .woocommerce ul.products li.product {
	flex: 0 0 auto;
}

#paoc-modal-1 details {
	display:block;
	max-width:600px;
	width: 100;
	margin:10px 0;
}
#paoc-modal-1 summary {
	display: flex;
	background:#99B92C;
	color:white;
	border-radius:5px;
	padding:5px;
	cursor:pointer;font-weight:bold;
	max-width:708px;
	width: 100;
}

#paoc-modal-1 summary::-webkit-details-marker {
   display: none;
}

#paoc-modal-1 details[open] summary::-webkit-details-marker {
   color:#0000ff;
   background:#ff00ff;
}
#paoc-modal-1 summary::-webkit-details-marker {
   display: none
}

#paoc-modal-1 summary:after {
   content: url('/wp-content/themes/mic-child/icons/ic-arrow-down.svg');
   color: #FFFFFF;
   float: left;
   font-size: 1.5em;
   font-weight: bold;
   margin: -5px 5px 0 0;
   padding: 0;
   text-align: center;
   width: 20px;
}

#paoc-modal-1 details[open] summary:after {
   content: url('/wp-content/themes/mic-child/icons/ic-arrow-up.svg');
}


.show {
  visibility: visible;
}

.hide {
  visibility: hidden !important;
}

/* footer nav display */

.et-vert-menu .et_pb_menu__menu>nav>ul {
  display: flex;
  flex-direction: column;
}

/**svi autori pejacevic page */

@media only screen and (max-width: 402px) {
	.svi-autori.et_pb_section_2.et_pb_section {
		height: auto;
	}
}

/*remove padding from header*/
.et-l--header .et_pb_section {
	padding: 0 !important;
}

/*blog font size */
.blog-subtitle {
	font-size: 14px !important;
	padding-top: 8px;
}

.main-slider-wrapper h1,
.blogs
{
	padding-left: 0px !important;
}

.woocommerce-result-count
{
	line-height: 50px;
}

body .et_pb_blog_0_tb_body .et_pb_post .entry-title a:hover
{
	color: #E42C35 !important;
}

table.diskografija tr:nth-child(odd)
{
	background: #efefef;
}
table.diskografija tr:nth-child(1)
{
	background: #E42C35;
	color: white;
}
table.diskografija tr:nth-child(1) th
{
	color: white;
}

ul.products .swiper-button-next,
ul.products .swiper-button-prev
{
	top: 30% !important;
}

.et_pb_posts_nav
{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.et_pb_posts_nav:after
{
	width: 100%;
}

.et_pb_posts_nav .nav-previous,
.et_pb_posts_nav .nav-next
{
	width: 45%;
}

.et_pb_posts_nav a
{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.et_pb_posts_nav a .meta-nav
{
	width: 30px;
}
.et_pb_posts_nav a .nav-label
{
	width: calc(100% - 30px);
}

.et_pb_posts_nav .nav-next a .meta-nav,
.et_pb_posts_nav .nav-next a .nav-label
{
	text-align: right;
}

.et_pb_tab_content
{
	text-align: justify;
}

.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after
{
	width: 100%;
}

.woocommerce-error li
{
	text-align: center;
}
.woocommerce-error a
{
	color: #ffffff;
	text-decoration: underline;
}
.woocommerce-error strong
{
	color: #ffffff;
}

.et_pb_row_3_tb_footer,
.et_pb_row_3_tb_footer .et_pb_code_inner a
{
	color: #ffffff !important;
}

.et_pb_row_3_tb_footer .et_pb_code_inner a:hover
{
	text-decoration: underline;
}

.news-slider-title
{
	font-size: 24px;
}

body .home_quercus_show_row
{
	display: block !important;
}
.home_quercus_hide_row
{
	display: none;
}

.accordian-container-1{
  margin-bottom:20px;
}

.accordian-1{
  cursor:pointer;
  margin:0;
}
.accordian-1-arrow{
  transition: all 0.5s ease;
  color:grey;
  margin:0;
}

.accordian-1:hover .accordian-1-arrow{
  color:black;
}


.more{
  transform: rotateX(0deg);
}

.less{
  transform: rotateX(180deg);
}

.woocommerce-checkout #customer_details
{
	padding: 0px;
}

.woocommerce-checkout #select2-billing_country-container,
.woocommerce-checkout #select2-shipping_country-container
{
	margin: 0px !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow
{
	top: 35%;
}

.woocommerce-checkout #mx_custom_checkout_field
{
	margin-top: 40px;
}
.gdpr-input a:hover
{
	text-decoration: underline;
}

.single-product .woocommerce-message .product-added
{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.single-product .woocommerce-message .product-added .product-added-msg
{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.single-product .woocommerce-message .product-added a
{
	width: 100%;
}


@media screen and (min-width: 768px)
{
	.single-product .woocommerce-message .product-added .product-added-msg
	{
		width: 80%;
		text-align: left;
		margin-bottom: 0;
	}

	.single-product .woocommerce-message .product-added a
	{
		width: 20%;
	}

}
/*
.wcml_currency_switcher
{
	margin: 0px 0px 0px 10px !important;
	width: auto !important;
}
.wcml_currency_switcher ul
{
	padding: 0px !important;
}
.wcml_currency_switcher ul li
{
	border: none !important;
	background: transparent !important;
	color: #ffffff !important;
}
.wcml_currency_switcher ul li > a
{
	border: none !important;
	background: transparent !important;
	color: #ffffff !important;
}
.wcml_currency_switcher ul.wcml-cs-submenu li > a
{
	border: none !important;
	background: #fafafa !important;
	color: #E42C35 !important;
}
.wcml_currency_switcher .wcml-cs-item-toggle:after
{
	content: "\f078" !important;
  margin-left: 0.35em !important;
  border-top: none !important;
  font-family: "Font Awesome 5 Free" !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  color: #fff !important;
  border: none !important;
  top: calc(50% - 5px) !important;
}

.wcml-spinner
{
	display: none;
}
.wcml-dropdown a.wcml-cs-item-toggle
{
	padding-right: calc(10px + 0.7em) !important;
}
.wcml-cs-item-toggle:after
{
	right: 0px !important;
} */

span.amount-eur
{
	margin-left: 20px;
  font-weight: 400;
  font-size: 14px;
}

.et_pb_text_0 {
	padding-bottom:20px!important;
}


/*promotional projects background logo*/
#sviautori:after {
	background-size: initial;
    background-position: top right;
    background-image: url(/wp-content/uploads/2022/05/logo-background-three.svg) !important;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 20%;
    /* max-height: 1404px; */
    width: 100%;
    right: -12%;
    height: 100%;
}

#sviautori {
	overflow-x: hidden;
}