body {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	color: #000000;
}

a:hover, a:focus {
	cursor: pointer;
	text-decoration: none !important;
    font-style: normal !important;
	color: #fd1072;
	outline: 0;
}

.content{
	margin-bottom: 100px;
}

.zeroPaddingLeft{
	padding-left: 0px !important;
}

.zeroPaddingRight{
	padding-right: 0px !important;
}

.logo {
	width: 202px;
	height: 51px;
}

@media (max-width: 767px){
	.logo {
		float: right;
	}
}

.myMenu li {
	padding-top: 30px;
}

.myMenu a {
	color: black;
}

.main-button button{
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	padding: 8px 17px 10px;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 #aa0046;
	background-color: #fd1072;
	text-transform: uppercase;
	border: none;
    outline: none;
}

.main-button:focus button, .main-button:hover button{
	background-color: #aa0046;
}

.header-top{
	display: flex;
	justify-content: flex-end;
	margin-top: 18px;
}

@media (max-width: 767px){
	.header-top{
		justify-content: space-between;
		margin-bottom: 20px;
	}
}

.header-top .follow-us{
	margin-right: 60px;
}

@media (max-width: 767px){
	.header-top .follow-us{
		margin-right: 0;
	}
}

.header-top .follow-us, .header-top .follow-us p{
	display: inline-block;
}

.header-top .language, .header-top .language p{
	display: inline-block;
}

.header-top .follow-us p, .header-top .language p{
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	margin-right: 15px;
	margin-bottom: 0;
}

@media (max-width: 767px){
	.header-top .follow-us p, .header-top .language p{
		font-size: 13px;
		margin-right: 5px;
	}
}

.header-top .follow-us img{
	width: 21px;
	height: 21px;
}

.header-top .follow-us .instagram{
	margin-right: 10px;
}

@media (max-width: 767px){
	.header-top .follow-us .instagram{
		margin-right: 5px;
	}
}

.header-top .language img{
	width: 34px;
	height: 26px;
}

@media (max-width: 767px){
	.header-top .language img{
		width: 21px;
		height: 16px;
	}
}

.header-top .language #bosanski img{
	margin-right: 10px;
}

@media (max-width: 767px){
	.header-top .language #bosanski img{
		margin-right: 5px;
	}
}

@media (max-width: 767px){
	.top-border-phone{
		border-bottom: 1px solid #f4f0f1;
		padding-bottom: 20px;
	}
}

.satisfaction-guarantee{
	display: flex;
	align-items: center;
	font-family: 'Nunito Sans', sans-serif;
	margin-top: 26px;
}

.satisfaction-guarantee p{
	margin-bottom: 0;
	margin-left: 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
	color: #706569;
}

.satisfaction-guarantee p span{
	font-weight: 700;
}

.satisfaction-guarantee img{
	width: 25px;
	height: 29px;
}

.delivery-info{
	display: flex;
	align-items: center;
	font-family: 'Nunito Sans', sans-serif;
	margin-top: 26px;
	padding-left: 35px;
}

@media (max-width: 991px){
	.delivery-info{
		padding-left: 0;
	}
}

.delivery-info p{
	margin-bottom: 0;
	margin-left: 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
	color: #706569;
}

.delivery-info p span{
	font-weight: 700;
}

.delivery-info img{
	width: 34px;
	height: 24px;
}

.menu-background{
	background-color: #f3edef;
	margin-top: 15px;
}

/* navbar override */

/*
.navbar-default, .navbar-default a {
	background-color: transparent !important;
	border: none !important;
}

.navbar{
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.navbar {
		padding-top: 15px;
	}
}

.navbar-default a {
	font-weight: 500 !important;
	font-style: normal !important;
	color: #65757E !important;
	text-decoration: none !important;
    font-size: 19px;
}

.navbar-default a:hover {
	color: #f66875 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-default a {
		font-size: 16px;
	}
	.nav>li>a {
		padding: 5px 6px !important;
	}
}

@media only screen and (min-width: 992px) {
	.navbar-default a {
		font-size: 16px;
	}

	.nav>li>a {
		padding: 15px 9px !important;
	}
}

@media only screen and (min-width: 1200px) {
	.navbar-default a {
		font-size: 18px;
	}

	.nav>li>a {
		padding: 15px 9px !important;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-header {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-default .navbar-collapse{
		border-bottom: 1px solid #e7e7e7;
		margin-bottom: 20px;
	}
}

.navbar-collapse{
	padding: 0;
}
*/
.sidenav {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 132px;
	left: 0;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	transition: 0.5s;
}

@media (min-width: 768px){
	.sidenav{
		display: none!important;
	}
}

.sidenav-inner{
	display: none;
	z-index: 9999;
	width: 70%;
	height: 100%;
	position: fixed;
	top: 132px;
	left: 0;
	padding-left: 8px;
	background-color: white;
	border-top: 1px solid #e9e7e5;
}

@media (min-width: 768px){
	.sidenav-inner{
		display: none!important;
	}
}

.sidenav-inner .navbar-nav{
	padding-left: 15px;
	margin-right: 0;
}

.navbar-nav li a{
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	padding: 10px 10px 12px 10px;
}

@media (max-width: 767px){
	.navbar-nav li a{
		font-size: 16px;
	}
}

.navbar-nav li a:focus, .navbar-nav li a:hover{
	color: #fd1072;
}

@media (min-width: 768px){
	.navbar-nav{
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.navbar-nav li{
		margin: 0 auto;
	}
}

@media (max-width: 767px){
	.body-overflow{
		overflow: hidden;
	}
}


/*----------HERO------------*/

.index-hero-wrapper{
	margin-top: 15px;
}

.index-hero-first-section-wrapper{
	padding-right: 10px;
}

@media (max-width: 767px){
	.index-hero-first-section-wrapper{
		padding-right: 15px;
		margin-bottom: 10px;
	}
}

.index-hero-first-section{
	/* background-image: url("../img/hero_backround_image.jpg"); */
	background-image: url("../img/hero_backround_image.jpg");
	/* background-image: url("../img/background-christmas.jpg"); */
	/* background-image: url("../img/cvijece banner-min.jpg"); */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
	position: relative;
	border-radius: 3px;
}

@media (max-width: 991px) {
	.index-hero-first-section{
		height: 350px;
	}
}

.index-hero-first-section-text{
	position: absolute;
	text-align: center;
	left: 170px;
    top: 132px;
}

@media (max-width: 1199px) {
	.index-hero-first-section-text{
		left: 130px;
	}
}

@media (max-width: 991px) {
	.index-hero-first-section-text{
		left: 60px;
		top: 83px;
	}
}

@media (max-width: 767px) {
	.index-hero-first-section-text{
		left: calc(50% - 137px);
		top: calc(50% - 92px);
	}
}

.index-hero-first-section-text h1{
	font-size: 36px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}

.index-hero-first-section-text p{
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	margin-bottom: 0;
}

.index-hero-first-section-text span{
	margin-top: 26px;
	margin-bottom: 12px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	display: block;
}

.index-hero-first-section-text a button{
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	padding: 10px 32px;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 #aa0046;
	background-color: #fd1072;
	text-transform: uppercase;
	border: none;
    outline: none;
}

.index-hero-first-section-text a:focus button, .index-hero-first-section-text a:hover button{
	background-color: #aa0046;
}

.index-hero-first-section img{
	position: absolute;
	width: 280px;
	height: 312px;
	top: 80px;
	right: 25px;
}


/* .index-hero-first-section img{
	position: absolute;
	/* width: 280px; */
	/* height: 312px; */
	/* top: 80px; */
	/* right: 25px; */
	/* bottom: 0; */
/* } */


@media (max-width: 1199px) {
	.index-hero-first-section img{
		width: 200px;
		height: 223px;
		top: 114px;
	}
}

@media (max-width: 991px) {
	.index-hero-first-section img{
		width: 160px;
		height: 178px;
		top: 85px;
	}
}

@media (max-width: 767px) {
	.index-hero-first-section img{
		display: none;
	}
}

.index-hero-second-section-wrapper{
	padding-left: 10px;
}

.index-hero-second-section{
	border-radius: 3px;
	background-color: #ede4e7;
	position: relative;
	height: 450px;
}

@media (max-width: 991px) {
	.index-hero-second-section{
		height: 350px;
	}
}

.index-hero-second-section-text{
	position: absolute;
	left: 15px;
    max-width: 130px;
    top: 132px;
}

@media (max-width: 991px) {
	.index-hero-second-section-text{
		top: 83px;
	}
}

.index-hero-second-section-text h2{
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}

.index-hero-second-section-text p{
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	margin-bottom: 19px;
}

.index-hero-second-section-text a button{
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	padding: 10px 32px;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 #aa0046;
	background-color: #fd1072;
	text-transform: uppercase;
	border: none;
    outline: none;
}

.index-hero-second-section-text a:focus button, .index-hero-second-section-text a:hover button{
	background-color: #aa0046;
}

.index-hero-second-section img{
	position: absolute;
	width: 142px;
	height: 309px;
	right: 0;
	top: 65px;
}

@media (max-width: 1199px) {
	.index-hero-second-section img{
		width: 92px;
		height: 200px;
		top: 125px;
	}
}

@media (max-width: 991px) {
	.index-hero-second-section img{
		width: 74px;
		height: 160px;
		top: 95px;
	}
}

@media (max-width: 767px) {
	.index-hero-second-section img{
		display: none;
	}
}

/*----------!HERO------------*/

/*-----------CATEGORIES LIST-------------*/

.categories-list{
	display: flex;
    justify-content: center;
	margin-top: 22px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.categories-list{
		flex-wrap: wrap;
	}
}

.categories-list-item{
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 767px) {
	.categories-list-item{
		width: 33%;
		margin-bottom: 15px;
	}
}

.categories-list-item img{
	width: 102px;
	height: 102px;
}

@media (max-width: 1199px) {
	.categories-list-item img{
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 991px) {
	.categories-list-item img{
		width: 65px;
		height: 65px;
	}
}

.categories-list-item p{
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	padding-top: 10px;
}

.categories-list-item a:focus p, .categories-list-item a:hover p{
	color: #fd1072;
}

/*-----------!CATEGORIES LIST-------------*/

/*--------------FEATURED PRODUCTS AND CATEGORIES-----------------*/

.featured-products-wrapper{
	background-color: #fbf8f9;
	padding-top: 40px;
	padding-bottom: 65px;
}

.featured-products{
	display: flex;
    align-items: center;
}

@media (max-width: 767px) {
	.featured-products-phone{
		display: flex!important;
		flex-wrap: wrap;
		max-width: 450px;
		margin: 0 auto;
	}
}

.featured-products-wrapper h2{
	font-size: 28px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	margin-top: 0;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
	.featured-products-wrapper h2{
		font-size: 24px;
	}
}

.featured-categories-section{
	margin-top: 60px;
}

.featured-category-wrapper{
	margin-bottom: 80px;
}

@media (max-width: 767px) {
	.featured-category-wrapper{
		margin-bottom: 60px;
	}
}

.featured-category{
	display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
	.featured-category-phone{
		display: flex!important;
		flex-wrap: wrap;
		max-width: 450px;
    	margin: 0 auto;
	}
}

.featured-category .product-wrapper{
	margin-bottom: 20px;
}

.featured-category-title{
	display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
	padding: 0 10px;
}

.featured-category-title h2{
	font-size: 28px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	margin: 0;
}

@media (max-width: 767px) {
	.featured-category-title h2{
		font-size: 24px;
	}
}

.featured-category-image{
	width: 40%;
	margin-bottom: 20px;
	padding: 0 10px;
}

@media (max-width: 767px) {
	.featured-category-image{
		width: 100%;
	}
}

.featured-category-image-inner{
	border-radius: 3px;
	box-shadow: 0 2px 7px 0 #f0d6e0;
	background-color: #fff4f8;
	padding-top: 55px;
	padding-left: 35px;
	height: 100%;
}

@media (max-width: 1199px) {
	.featured-category-image-inner{
		padding-top: 70px;
	}
}

@media (max-width: 991px) {
	.featured-category-image-inner{
		padding-top: 50px;
		padding-left: 15px;
	}
}

@media (max-width: 767px) {
	.featured-category-image-inner{
		padding-bottom: 50px;
	}
}

.featured-category-image-inner img{
	width: 180px;
	height: 180px;
	float: right;
	margin-right: 10px;
}

@media (max-width: 1199px) {
	.featured-category-image-inner img{
		width: 120px;
		height: 120px;
	}
}

@media (max-width: 991px) {
	.featured-category-image-inner img{
		width: 100px;
		height: 100px;
	}
}

.featured-category-description{
	max-width: 200px;
}

@media (max-width: 1199px) {
	.featured-category-description{
		max-width: 180px;
	}
}

.featured-category-description h3{
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	margin: 0 0 13px;
}

@media (max-width: 767px) {
	.featured-category-description h3{
		font-size: 20px;
	}
}

/*--------------!FEATURED PRODUCTS AND CATEGORIES-----------------*/

.footer-wrapper{
	background-color: #fbf8f9;
	border-top: 1px solid #efeaec;
	padding-top: 75px;
	padding-bottom: 30px;
}

.footer .footerTitle {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	margin-bottom: 18px;
}

@media (max-width: 991px) {
	.footer .footerTitle {
		text-align: left;
	}
}

.footer a {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.8;
	letter-spacing: normal;
	color: #000000;
}

.footer a:hover, .footer a:focus {
	text-decoration: none !important;
	color: #fd1072 !important;
}

.footer .footer-items-wrapper{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.footer .footer-item{
	width: 19%;
}

@media (max-width: 767px) {
	.footer .footer-item{
		width: 50%;
		margin-bottom: 30px;
		padding: 0 10px;
	}
}

.footer .footer-follow-us{
	padding-left: 4%;
    margin-left: 2%;
    border-left: solid 1px #f4f0f1;
}

@media (max-width: 767px) {
	.footer .footer-follow-us{
		padding: 0 10px;
		margin-left: 0;
		border: none;
	}
}

.footer .footer-info{
	margin-left: 3%;
}

@media (max-width: 767px) {
	.footer .footer-info{
		width: 100%;
		margin-left: 0;
		margin-bottom: 0;
	}
}

.footer .footer-item .instagram, .footer .footer-item .facebook{
	width: 21px;
	height: 21px;
}

.footer .footer-item .instagram{
	margin-right: 10px;
}

.footer-item .satisfaction-guarantee, .footer-item .delivery-info{
	align-items: flex-start;
}

.footer-item .satisfaction-guarantee p{
	margin-left: 24px;
}

.footer-item .delivery-info{
	padding-left: 0;
}

.site-info{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}

.site-info p {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #706569;
	margin-bottom: 20px;
}

#copyright{
	text-align: center;
}

#copyright label{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}

.indexProducts {
	background-color: #fff;
	padding-bottom:50px;
}

@media (max-width: 479px) {
	.indexProducts .buyProductBtn{
		width: 115px;
		font-size: 16px!important;
	}
}
.breadcrumbs{
	color: #000;
	margin-bottom: 20px;
	font-size: 15px;
	margin-top: 15px;
}
.breadcrumbs a{
	color: #65757E;
}

.breadcrumbs a:hover{
	color: #fd1072;
}

.product-breadcrumbs-category{
	text-transform: capitalize;
}

@media (max-width: 767px) {
	.product-list{
		max-width: 480px;
		margin: 0 auto;
		padding: 0 15px;
	}
}
/*----------------productCategory-------------------*/
.categoryProducts{
	padding-bottom: 50px;
}
@media (max-width: 479px) {
	.categoryProducts .buyProductBtn{
		width: 115px;
		font-size: 16px!important;
	}
}
.productCategoryWrapper{
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.productCategoryWrapper{
		margin-bottom: 0px;
	}
}
.productCategoryTitle{
	font-size: 30px;
	margin-top: 0;
	text-align: center;
}
.productCategoryDescription{
	font-size: 16px;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
}

@media (min-width: 768px) {
	.productCategoryDescription{
		font-size: 18px;
		padding: 15px 0;
		max-width: 800px;
		margin: 0 auto;
	}
}

.products-wrapper{
	margin-top: 20px;
	padding: 0;
}

.products-wrapper .fa-times-circle{
	font-size: 20px;
    position: relative;
    top: 2px;
    margin-left: 10px;
    color: #bbb;
}

.products-wrapper .fa-times-circle:hover{
	cursor: pointer;
}

@media (min-width: 768px) {
	.products-wrapper{
		border-left: 1px solid #ddd;
		padding: 0 15px;
	}
}

.productFromProductCategoryPage{
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.productFromProductCategoryPage{
		padding: 0 10px;
	}
}

.productFromProductCategoryPage a:focus .product-border, .productFromProductCategoryPage a:hover .product-border{
	box-shadow: 0 2px 15px 0 rgba(99, 98, 98, 0.5);
}

.filter-price, .filter-category{
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.filter-price, .filter-category{
		display: block!important;
	}
}

@media (max-width: 767px) {
	.filter-price, .filter-category{
		display: none;
		margin-bottom: 15px;

	}
}

@media (max-width: 768px) {
	.filter-price div:last-child, .filter-category div:last-child{
		padding-bottom: 15px;
    	border-bottom: 1px solid #ddd;
	}
}

.filter-price-title, .filter-category-title{
	font-size: 20px;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.filter-price-title, .filter-category-title{
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
}

.filter-price-checkbox, .filter-category-checkbox{
	width: 20px;
	height: 20px;
}

@media (max-width: 767px) {
	.filter-price-checkbox, .filter-category-checkbox{
		width: 18px;
		height: 18px;
	}
}

.filter-price-checkbox:hover, .filter-category-checkbox:hover{
	cursor: pointer;
}

.filter-price-range, .filter-category-range{
	font-size: 16px;
	font-weight: 400;
	position: relative;
	top: -4px;
	margin-left: 5px;
}

.filter-price-range:hover, .filter-category-range:hover{
	cursor: pointer;
}

@media (max-width: 767px) {
	.filter-price-range, .filter-category-range{
		font-size: 14px;
	}
}

#filterPriceWarning{
	display: none;
	color: red;
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	padding: 0 10px;
}

@media (max-width: 767px) {
	#filterPriceWarning{
		margin-top: 10px;
	}
}

.showFilters{
	display: none;
}

@media (max-width: 767px) {
	.showFilters{
		display: block;
		padding: 8px;
		background-color: #eee;
		color: #333;
		border: 1px solid #ccc;
		font-size: 15px;
		width: 130px;
		margin-bottom: 10px;
		float: right;
		border-radius: 20px;
	}
}

.appliedFilterWrapper{
	display: none;
	margin-bottom: 30px;
	font-size: 15px;
	padding: 0 10px;
}

.active-filters{
	color: #777;
}

#appliedFilter{
	border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 15px;
	margin-left: 10px;
	display: inline-block;
}

@media (max-width: 767px) {
	#appliedFilter{
		margin-left: 0;
		margin-top: 10px;
	}
}

/*----------------!productCategory-------------------*/

.product-image{
    width: 252px;
	height: 252px;
}

@media (max-width: 1199px) {
	.product-image{
		width: 202px;
		height: 202px;
	}
}

@media (max-width: 991px) {
	.product-image{
		width: 235px;
		height: 235px;
	}
}

@media (max-width: 767px) {
	.product-image{
		width: 205px;
		height: 205px;
	}
}

@media (max-width: 479px) {
	.product-image{
		width: 100%;
		height: auto;
	}
}

.featured-products .productImgDiv .product-image, .featured-category .productImgDiv .product-image{
	width: 208px;
	height: 208px;
}

@media (max-width: 1199px) {
	.featured-products .productImgDiv .product-image, .featured-category .productImgDiv .product-image{
		width: 168px;
		height: 168px;
	}
}

@media (max-width: 991px) {
	.featured-products .productImgDiv .product-image, .featured-category .productImgDiv .product-image{
		width: 124px;
		height: 124px;
	}
}

@media (max-width: 767px) {
	.featured-products .productImgDiv .product-image, .featured-category .productImgDiv .product-image{
		width: 205px;
		height: 205px;
	}
}

@media (max-width: 479px) {
	.featured-products .productImgDiv .product-image, .featured-category .productImgDiv .product-image{
		width: 100%;
		height: auto;
	}
}

.index-page-title{
	border-bottom: 1px solid #CEDFE3;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.indexProducts h1 {
	text-align: center;
	margin-bottom: 25px;
	font-size: 35px;
	font-weight: 400;
	color: #65757E;
	background: #fff;
    display: inline-block;
    padding: 0px 20px;
    position: relative;
	top: 40px;
	margin-top: 0;
}

@media (max-width: 767px) {
	.indexProducts h1 {
		font-size: 24px;
	}
}

.productContent {
	text-align: center;
	padding: 0 5px;
}

.productContent .ttl {
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	margin-bottom: 3px;
	height: 38px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.productContent label{
	cursor: pointer;
}

.buyProductBtn {
    font-weight: 400;
    color: #ffffff !important;
	background-color: #fd1072;
	box-shadow: 0 1px 1px 0 #aa0046;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 18px !important;
	display: block;
    width: 145px;
	margin: 7px auto 0;
	outline: 0;
	border: none;
}

.buyProductBtn:hover, .buyProductBtn:focus {
	text-decoration: none;
	color: white !important;
	background-color: #aa0046;
}

.navbar-toggle {
	float: left;
	border: none !important;
	margin-top: 8px;
	margin-right: 0;
}

.navbar-toggle .icon-bar{
	width: 25px;
	height: 3px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
}

@media (max-width: 767px){
	.navbar-default{
		border: none;
		background-color: unset;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 501px) {
	.homeRow .bigTxt {
		font-size:32px;
		width: 100%;
	}
	.homeRow {
		padding-top: 0px !important;
	}
}

.product-wrapper{
	width: 20%;
	padding: 0 10px;
}

@media (max-width: 767px){
	.product-wrapper{
		width: 50%;
		margin-bottom: 20px;
	}
}

.product-border{
	border-radius: 3px;
	box-shadow: 0 2px 7px 0 rgba(188, 188, 188, 0.5);
	background-color: #ffffff;
}

.product-wrapper a:focus .product-border, .product-wrapper a:hover .product-border{
	box-shadow: 0 2px 15px 0 rgba(99, 98, 98, 0.5);
}

.productImgDiv {
	margin-bottom: 17px;
}

.price{
	padding-bottom: 15px;
}

.price-final , .euro-symbol{
	font-size: 13px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: normal;
	color:#fd1072;
	margin: 0;
}

.old-price-final{
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	color: #6e6367;
	margin: 0;
	text-decoration: line-through;
}

@media (max-width: 991px){
	.old-price-final{
		font-size: 12px;
	}
}

.sn {
	background: #dddddd;
	color: white;
    width: 35px;
    height: 35px;
    font-size: 26px;
    line-height: 36px;
    border-radius: 50%;
	text-align: center;
	margin-right: 5px;
}

.order-info {
    font-size: 16px;
	margin-top: 30px;
}

.col-input input, .col-input textarea{
	color: #576167;
	border: 1px solid #dee1e3;
	border-radius: 3px;
	outline: 0;
	padding: 7px 12px;
	width: 100%;
}

.complete-order-button {
	margin: 0 0 20px auto;
	text-align: center;
}
.order-info .complete-order-button {
	margin-top: 25px;
	margin-bottom: 0;
	width: 100%;
}

@media (min-width: 768px){
	.order-info .complete-order-button {
		margin-top: 10px;
	}
}

.order-info-message{
	text-align: center;
	font-size: 20px;
}

.order-message {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}
.order-table {
	margin-top: 20px;
	width: 100%;
}
.order-table td {
	border: 1px solid #333;
	padding: 5px;
}
.order-table td:nth-child(2) {
	width: 110px;
	text-align: right;
}
.order-table tr:last-child {
	text-align: right;
}
.contact-col h1{
	font-size: 30px;
}
.contact-map{
	width: 555px;
	height: 400px;
	margin-top: 20px;
}
@media (max-width: 1199px) {
	.contact-map{
		width: 455px;
	}
}
@media (max-width: 991px) {
	.contact-map{
		width: 345px;
	}
}
@media (max-width: 767px) {
	.contact-map{
		width: 450px;
	}
}
@media (max-width: 479px) {
	.contact-map{
		width: 100%;
	}
}

.order-info .orderConfirmation-button{
	font-weight: 400;
    color: #ffffff !important;
	background-color: #fd1072;
	box-shadow: 0 1px 1px 0 #aa0046;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 18px !important;
	display: block;
    width: 100%;
	margin: 10px auto 0;
	outline: 0;
	border: none;
}

@media (max-width: 600px) {
	.order-info .orderConfirmation-button{
		padding: 10px;
		margin-top: 25px;
	}
}

.order-info .orderConfirmation-button:hover, .order-info .orderConfirmation-button:focus {
	color: white !important;
	background-color: #aa0046;
}

.order-info-table {
    border-top: 1px solid #dee1e3;
    margin: 15px 0;
}

.order-info-table .order-info-table-section {
	padding: 15px;
	border: 1px solid #dee1e3;
	border-top: none;
}
.order-info-table .order-info-table-image {
	text-align: center;
}
.order-info-table .order-info-table-image img {
	max-width: 300px;
	width: 100%;
	margin-bottom: 10px;
}
.order-info-table .order-info-table-price {
	text-align: right;
	padding-left: 0;
}

@media(min-width: 768px){
.order-info .modal-dialog .modal-content {
		width: 85%;
		margin: 0 auto;
	}
}
.order-info .modal-dialog .modal-body {
	font-size: 14px;
	padding-bottom: 0;
}
.order-info .modal-dialog .modal-body input[type="text"] {
	font-size: 14px;
}
.paymentDescription {
    font-size : 13px;
		text-align: center;
}
.paymentDescription .rowSpace {
	padding-bottom: 3px;
}
.postContent {
    padding-top : 20px;
}

.sotex-link{
	color: #65757E;
}

.sotex-link:hover, .sotex-link:focus{
	color: #fd1072;
}

.totalText {
	border-top : 1px solid #dee1e3;
	margin-top : 3px;
	margin-bottom: 3px;
}

.totalText .col-xs-5 {
	text-align: end;
}

.single-product-row .old-price-final{
	margin-right: 10px;
    text-decoration-line: line-through;
	color: #8d8888;
	font-weight: 500;
}


/*--------------------FAQ------------------------*/

.faq-wrapper{
    padding-bottom: 60px;
}

.faq-inner{
	border-bottom: 1px solid #AAA;
	margin-top: 30px;
}

.faq-title{
    font-weight: 400;
	font-size: 18px;
	text-align: center;
	margin-top: 0;
}

@media(min-width: 768px){
	.faq-title{
		font-size: 28px;
	}
}

.questionWrapper{
    cursor: pointer;
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
	border: 1px solid #AAA;
    border-bottom: none;
}

@media(min-width: 768px){
	.questionWrapper{
		font-size: 20px;
		padding: 10px;
	}
}

.answer{
    display: none;
	padding: 10px 20px 20px 20px;
    font-size: 14px;
    border: 1px solid #AAA;
    border-top: none;
    border-bottom: none;
}

@media(min-width: 768px){
	.answer{
		padding: 20px 40px;
		font-size: 16px;
	}
}

.faq-wrapper .fa-angle-down{
    font-size: 25px;
    float: right;
    transition: transform .3s ease;
}

.rotate{
    transform: rotate(180deg);
}

/*--------------------!FAQ------------------------*/

/*---------loader za dugme Poruci------------*/

.loader-wrapper{
	margin-top: 5px;
	margin-bottom: 20px;
	display: none;
}

.loader-description{
    display: inline-block;
	font-size: 19px;
	color: #888;
}

@media (min-width: 1200px){
	.loader-description{
		font-size: 20px;
	}
}

.loader {
    display: inline-block;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #888;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*---------!loader za dugme Poruci------------*/

/*-----------COMMENTS-------------*/

@media (max-width: 480px){
	.commentsPageTitle{
		text-align: center;
	}
}

#addCommentForm{
	margin-top: 40px;
}

@media (max-width: 480px){
	#addCommentForm{
		margin-top: 20px;
	}
}

.addCommentTitle{
	font-size: 16px;
}

.addCommentName, .addCommentMail, .addCommentText{
	width: 400px;
	padding: 7px 10px;
	border: 1px solid #cfcfcf;
	outline: 0;
}

@media (max-width: 480px){
	.addCommentName, .addCommentMail, .addCommentText{
		width: 100%;
	}
}

.addCommentText{
	height: 100px;
}

.addCommentButton{
	color: white;
	background-color: #fd1072;
	box-shadow: 0 1px 1px 0 #aa0046;
	padding: 8px 40px;
	border-radius: 4px;
	font-size: 16px;
	margin-top: 10px;
	outline: 0;
	border: none;
}

@media (max-width: 480px){
	.addCommentButton{
		width: 100%;
	}
}

.addCommentButton:hover, .addCommentButton:focus{
	background-color: #aa0046;
}

.previousCommentsTitle{
	margin-top: 70px;
	margin-bottom: 30px;
}

@media (max-width: 480px){
	.previousCommentsTitle{
		margin-top: 50px;
	}
}

.previousCommentsWrapper{
	padding: 15px 30px 15px 25px;
	background-color: #eee;
	border: 1px solid #eee;
	border-radius: 10px;
	margin-bottom: 20px;
}

.previousCommentName{
	font-weight: 700;
	display: inline-block;
	font-size: 18px;
}

.previousCommentDate{
	float: right;
	color: #777;
}

.previousCommentText{
	font-size: 15px;
}

/*-----------!COMMENTS-------------*/
/*
.workInformation{
	background-color: red;
    color: white;
    font-weight: 700;
}

.workInformation p{
	margin-top: 10px;
	font-size: 16px;
}

@media (max-width: 767px){
	.workInformation p{
		font-size: 14px;
	}
}*/

/*-----------CONTACT-------------*/

.contact-form-wrapper{
	padding-right: 50px;
}

@media (max-width: 991px){
	.contact-form-wrapper{
		padding-right: 15px;
	}
}

@media (max-width: 767px){
	.contact-page-wrapper{
		display: flex;
		flex-wrap: wrap-reverse;
	}
}

.contact-page .contact-page-title{
	font-size: 28px;
    margin-bottom: 25px;
}

@media (max-width: 767px){
	.contact-page .contact-page-title{
		font-size: 24px;
	}
}

.contact-page .form-group label {
    font-weight: 400;
}

.contact-page .form-group input {
    font-size: 12px;
}

.contact-page .form-group textarea {
    font-size: 13px;
}

.contact-page .form-group .required-symbol{
	color: red;
	font-size: 14px;
}

.contact-page .contact-page-btn{
	width: 100%;
	color: #ffffff !important;
	background-color: #fd1072;
	box-shadow: 0 1px 1px 0 #aa0046;
	border-radius: 4px;
    font-size: 18px !important;
	outline: 0;
}

.contact-page .contact-page-btn:hover, .contact-page .contact-page-btn:focus{
	background-color: #aa0046;
	outline: 0;
}

/*-----------!CONTACT-------------*/

.home-page-message{
    text-align: center;
}

.home-page-message p{
	color: red;
	font-size: 20px;
	margin: 10px auto 15px auto;
	font-weight: 600;
	text-decoration: underline;
	width: 70%;
}

@media (max-width:	767px) {
	.home-page-message p{
		width: 100%;
		font-size: 16px;
		margin: 5px auto 20px auto;
	}
}

.order-page-message{
	margin-top: 5px;
	margin-bottom: 5px;
    color: red;
    font-weight: bold;
}


.review a {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	padding: 8px 17px 10px;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 #aa0046;
	background-color: #fd1072;
	text-transform: uppercase;
	border: none;
	outline: none;
}

.review a:focus,
.review a:active,
.review a:hover {
	background-color: #e11066 !important;
	color: #fff !important;
}

@media only screen and (max-width: 840px) {
  .review-section .buttons-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
	.review-section .buttons-wrapper span {
		margin: 10px !important;
	}
}

.select-form{
    font-size: 14px;
    margin: 1em 0 0.5em 0;
  }

.inherit-width{
    width: inherit;
}

.message-filler-description{
    display: block;
    margin-top: 1em;
}
.contact-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border-radius: 20px;
	box-shadow:  0px 1px 20px 20px #00000012;
	z-index: 1000;
	padding: 20px;
	text-align: center;
	max-width: 500px;
	width: 90%;
  }
  .contact-popup-content-error h2, .contact-popup-content-success h2, .contact-popup-content-email h2 {
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 0 !important;
  }
  .contact-popup-content-error p, .contact-popup-content-success p, .contact-popup-content-email p {
	margin-bottom: 20px;
  }
  .contact-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
  }
  .no-scroll {
	overflow: hidden;
  }
  .contact-popup .contact-page-btn{
	width: unset !important;
  }