*{
	font-family: "Nunito Sans", sans-serif; !important;
}

body {
	background: #1ba1e2;
	font-family: "Nunito Sans", sans-serif;
	height:100%;
	min-height: 100%;
}

#page-container {
	position: relative;
	background: #ffffff;
	margin: 0 !important;
	padding: 0 !important;
}

.content-wraper{
	width: 90%;
	display: block;
	margin: auto;
	padding: 50px 0 100px 0;
	font-weight: 300;
	text-align: justify;
}

.content-wraper h2{
	font-weight: 100;
	text-align: center;
	margin: 0 0 50px 0;
}


/*--------------------------header-------------------------------*/

.clear, .clear2{
	width: 100%;
	display: block;
}

.clear{
	height: 60px;
}

.clear2{
	height: 40px;
}

.clear3{
	height: 80px;
}

.website-description{
	color: #3d4043;
	padding: 40px 30px;
	width: 90%;
	margin: 30px auto 20px auto;
	border: 1px solid #b0b4b9;
	font-size: 16px;
}

.header-search-menu{
	width: 90% !important;
	margin: auto;
	font-family: 'Lato', sans-serif !important;
	display: table;
}

.header-search-menu h1{
	font-size: 24px;
	text-transform: uppercase;
	margin: 10px 0 20px 0;
	text-align: left;
	font-weight: 800;
}

.header-search-menu span {
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 10px;
}

.run-search-option{
	display: table-cell;
	width: 50%;
	padding: 30px 30px;
	cursor: pointer;
}

.header-search-menu .left{
	background: #EEEEEE url(/img/icons/search_simba-detective.png) no-repeat right;
	background-origin: content-box;
	background-size: 40%;
	border: 1px solid #EEEEEE;
	color: #3d4043;
}

.header-search-menu .left:hover{
	border: 1px solid #b0b4b9;
	background-color: transparent;
}

.header-search-menu .text-box{
	width: 60%;
	float: left;
	overflow: hidden;
}

.header-search-menu .left img{
	width: 40%;
	float: right;
	overflow: hidden;
}

.header-search-menu .right{
	background: #122C34 url(/img/icons/search_traditional.png) no-repeat right;
	background-origin: content-box;
	padding-right: 30px;
	background-size: 25%;
	border: 1px solid #122C34;
	color: #ffffff;
}

.header-search-menu .right:hover{
	background: transparent url(/img/icons/search_traditional-act.png) no-repeat right;
	background-origin: content-box;
	padding-right: 30px;
	background-size: 25%;
	color: #122C34;
}

.header-search-menu .right img{
	width: 30%;
}

#header-filter-list-btn{
	padding: 35px 40px;
	float: right;
}

.hr-line{
	border-top: 1px solid #f4f4f4;
	width: 75%;
	margin: 20px auto 0 auto;
	padding: 15px 0;
	display: block;
}


@media only screen and (max-width: 1075px) {
	.header-search-menu{
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.website-description{
		font-size: 12px;
		padding: 30px 20px;
	}
}


/*--------------------------filter list-------------------------------*/


.filter-list{
	display:none;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	position: absolute;
	overflow: auto;
	background-color: #ffffff;
	transition: 0.5s;
}

.filter-bar{
	display: inline-block;
	width: 100%;
}

.filter-header{
	text-align: center;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -142px
}

.filter-header h2{
	font-size: 24px;
	font-weight: 600;
	color: #3d4043;
}

.close-filter-list {
	cursor: pointer;
	color: #ffffff;
	font-size: 34px;
	margin: 15px 20px;
	float: right;
}

.close-filter-list:hover{
	color: #1ba1e2;
}

.filter-form{
	display: inline-block;
	padding-top: 80px;
}

.filter-form .left{
	float: left;
	width: 80%;
	padding-bottom: 80px;
}

.filter-form .right{
	width: 20%;
	background-color: #122C34;
	text-align: center;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	height: 100%;
}

.filter-form .bottom{
	display: none;
}

.filter-form .right .logo {
	position: fixed;
	bottom: 20px;
}

.filter-form .right .logo img{
	width: 70%;
	display: block;
	margin: auto;
}

.filter-form .right .btn-menu{
	position: absolute;
	bottom: 50%;
	margin-top: -153px;
	right: 50%;
	margin-right: -72px;
}

.price-range{
	width: 90%;
	margin: 10px auto 40px auto;
}

.price-range p, .categories-list p{
	color: #1ba1e2;
}

.categories-list span{
	font-weight: 200;
}

.price-range span{
	color: #3d4043;
}

.price-range input{
	background: #eee;
	border: none;
	padding: 5px;
	color: #3d4043;
}

.price-range input:focus{
	outline: none;
}

.categories-list{
	width: 90%;
	margin: 10px auto 30px auto;
	overflow: auto;
}

.filter-list .row{
	padding-bottom: 20px;
}

.filter-element{
	display: inline-block;
	min-width: 200px;
}

/* Customize the label (the container) */
.filter-list .container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 300;
	color: #3d4043;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.filter-list .container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.filter-list .container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.filter-list .container input:checked ~ .checkmark {
	background-color: #1ba1e2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.filter-list .container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.category-name{
	color:#3d4043;
	font-weight: 500;
	padding-bottom: 20px;
	text-align: center;
}

input[type=submit], input[type=reset] {
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #ffffff;
	border-radius: 45px;
	color: #ffffff;
	padding: 10px 32px;
	text-decoration: none;
	display: block;
	margin : 8px auto;
	cursor: pointer;
}

input[type=submit]:hover {
	border: 1px solid #82c38d;
	color: #82c38d;
	cursor: pointer;
}

input[type=reset]:hover {
	border: 1px solid #e91e63;
	color: #e91e63;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.filter-element {
		width: 200px;
	}
	.filter-form .left{
		width: 100%;
		height: auto;
		overflow: auto;
	}
	.filter-form .right{
		display: none;
	}
	.filter-form .bottom{
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		background-color: #3d4043;
		height: 80px;
	}
	.filter-form .bottom .btn-menu{
		padding-top: 10px;
		padding-left: 20px;
	}
	input[type=submit], input[type=reset] {
		display: inline-block;
	}
}

@media only screen and (max-width: 575px) {
	.filter-header h2 {
		font-size: 20px;
	}
	.filter-form .bottom{
		height: 60px;
	}
	.filter-form .bottom .btn-menu{
		padding-top: 5px;
		padding-left: 20px;
	}
	.close-filter-list{
		font-size: 28px;
		margin: 5px 20px;
	}
	.filter-form input[type=submit], .filter-form input[type=reset]{
		font-size: 14px;
		padding: 5px 15px;
	}
	.filter-form p{
		font-size: 0.8rem;
	}
	.price-range input {
		width: 100px;
		font-size: 12px;
	}
	.filter-form .col-md-2{
		padding-left: 0; !important;
	}
	.filter-element {
		width: 150px;
		min-width: 150px;
	}
	.filter-list .container {
		font-size: 11px;
	}
	.filter-form .left{
		width: 100%; !important;
		height: auto;
	}
	.filter-form .right{
		display: none;
	}
	input[type=submit], input[type=reset] {
		display: inline-block;
	}
}


/*--------------------------products-------------------------------*/


#loader_message button{width: 300px;}

.selected-categories{
	width: 90%;
	padding: 5px 5px;
	margin: 0 auto;
	background: rgba(250, 250, 250, 0.8);
}

.selected-categories span{
	font-size: 15px;
	color: #3d4043;
	margin-left: 5px;
}

.selected-categories p{
	margin-left: 5px;
	margin-bottom: 0;
	color: #1ba1e2;
	font-size: 14px;
}

.detective-result-header{
	width: 100%;
	padding: 20px 0;
	display: flex;
	align-items: center;
	text-align: center;
}

.detective-result-header::before, .detective-result-header::after {
	content: '';
	flex: 1;
	width: 20%;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.detective-result-header::before {
	margin-right: 20px;
}
.detective-result-header::after {
	margin-left: 20px;
}

.detective-result-nohover{
	display: inline-block
}

.detective-result-nohover img{
	width: 80%;
}

.detective-result-nohover img:hover{
	transform: scale(1); !important;
	cursor: default;
}

.detective-result-text{
	display: inline-block;
	padding-top: 20px;
	margin-left: -10px
}

.detective-result-text span{
	margin-left: 0;
}

.detective-results-search-more{
	margin-left: 10px;
	display: inline-block;
}

.detective-results-search-more #search_more{
	border-radius: 30px;
	color: #ffffff;
	background-color: rgba(27, 161, 226,1);
	border: 1px solid rgba(27, 161, 226,1);
	box-shadow: none;
	padding: 10px 20px;
	margin-top: 20px;
}

.detective-results-search-more #search_more:hover{
	background-color: rgba(255, 255, 255,1);
	color: #1ba1e2;
	border: 1px solid rgba(27, 161, 226,1);
}

h1 {
	overflow: hidden;
	text-align: center;
	font-size: 18px;
}

h1:before,
h1:after {
	background-color: var(--setting-color-var);
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

h1:before {
	right: 0.5em;
	margin-left: -50%;
}

h1:after {
	left: 0.5em;
	margin-right: -50%;
}

#selected_products{
	padding: 20px 0 10px 0;
	margin: auto;
	height: fit-content;
	overflow: hidden;
	display: block;
	width: 90%;
}

#products-container {
	height: fit-content;
	overflow: hidden;
	display: block;
	padding: 20px 0 5px 0;
	width: 92%;
}

.product-tile{
	display: block;
	width: 100%;
}

.product-likes{
	display: block;
	width: 100%;
	bottom: 0;
	position: absolute;
}

.product-likes button{
	background-color: transparent;
	border: none;
	padding: 0;
}

.product-likes-like{
	width: calc(50% - 10px);
	margin-left: 10px;
	text-align: left;
	font-size: 12px;
	color: #3d4043;
	float: left;
	display: block;
}

.product-likes-like i{
	font-size: 20px;
	color: #1ba1e2;
	border-radius: 90px;
	padding: 6px 6px 5px 6px;
	margin-right: 3px;
	cursor: pointer;
}

.product-likes-like i:hover{
	color: #ffffff;
	background-color: #1ba1e2;
}

.product-likes-not-working{
	width: calc(50% - 10px);
	text-align: right;
	font-size: 12px;
	color: #b0b4b9;
	margin-right: 10px;
	float: left;
	display: block;
	line-height: 40px;
}

.product-likes-not-working button {
	color: #b0b4b9;
}

.product-likes-not-working button:hover{
	color: #DE3C4B;
	cursor: pointer;
}

.product-badge-bg {
	display: block;
	width: 60%;
	color: #b0b4b9;
	font-size: 0.8rem;
	margin-top: -10px;
	left: 20%;
	padding: 3px 3px -3px 3px;
	border: 1px solid #f4f4f4;
	position: absolute;
	z-index: 9;
	background: #ffffff;
}

.product-interesting {
	background: rgba(255,240,90,0.1);
}

.product{
	width: calc(20% - 10px);
	padding: 0 0 10px 0;
	display:block;
	position:relative;
	float:left;
	background: #ffffff;
	text-align: center;
	margin: 9px 5px 10px 5px!important;
	border: 1px solid #f4f4f4;
}

.products img{
	cursor: pointer;
	margin: 0 auto;
	display: flex;
	z-index: -9;
}

.product-name{
	color: #333333;
	margin: 0 5px 10px 5px;
	font-weight: 400;
	font-size: 0.9rem;
	height: 100px;
}

.product-price{
	color: #b0b4b9;
	font-size: 0.8rem;
	position: absolute;
	left: 50%;
	bottom: 45px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product img:hover{
	cursor: pointer !important;
}

.product a:hover{
	text-decoration: none;
	cursor: pointer !important;
}

.product:hover{
	border: 1px solid #DEDEDE;
	cursor: pointer !important;
}

.pagination-container{
	background: #ffffff;
	width: 100%;
	height: 100px;
}

.pagination {
	height: 45px;
	margin: 20px 5% 0 auto;
	text-align: center;
	color: #3d4043;
	line-height: 43px;
	float: right;
}

.pagination a{
	color: #3d4043;
}

.customBtn1{
	border: 1px solid #b0b4b9;
	border-radius: 0;
	margin: 3px;
}

.pagination .current-page, .customBtn1:hover{
	color: #1ba1e2;
	border: 1px solid #1ba1e2;
}

.customBtn2:hover{
	color: #1ba1e2;
}

.pagination p{
	margin-left: 15px;
	margin-right: 5px;
}


@media only screen and (max-width: 1330px) {
	.detective-result-nohover img{
		width: 100%;
	}
	.detective-result-text {
		padding-top: 10px;
	}
	.selected-categories span{
		font-size: 13px;
	}
	.detective-results-search-more #search_more{
		font-size: 12px;
	}
}

@media only screen and (max-width: 1238px) {
	.product-badge-bg {
		width: 80%;
		left: 10%;
	}
}

@media only screen and (max-width: 1024px) {
	.detective-results-search-more #search_more{
		margin-top:15%;
	}
}


@media only screen and (max-width: 980px) {
	.detective-result-nohover img{
		width: 100%;
	}
	.detective-result-nohover{
		padding: 5px;
	}
	.detective-result-text{
		line-height: 14px;
		width: 300vw;
	}
	.selected-categories span{
		font-size: 12px;
	}
	.detective-results-search-more{
		margin-left: -20px
	}
	.detective-result-text{
		padding-top: 10px;
	}
	.detective-results-search-more #search_more{
		border-radius: 20px; !important;
		padding: 10px 15px; !important;
		font-size: 12px;
		margin-top: 35%;
	}
	.product {
		min-width: calc(25% - 10px);
	}

}

@media only screen and (max-width: 767px) {
	.detective-result-nohover img{
		width: 50%;
	}
	.selected-categories span{
		font-size: 12px
	}
	.detective-result-text{
		line-height: 12px;
		width: 300vw;
		padding: 0 5px 0 10px;
	}
	.detective-results-search-more #search_more{
		border-radius: 20px; !important;
		padding: 8px 12px; !important;
		font-size: 10px;
		margin-top: 15%;
	}
	.products-container {
		width: 90%;
	}
	.product {
		min-width: calc(33% - 10px);
	}
}

@media only screen and (max-width: 575px) {
	.selected-categories{
		width: 90%;
	}
	.selected-categories p{
		font-size: 10px
	}
	.detective-result-nohover{
		width: 70%;
	}
	.detective-result-text{
		line-height: 12px;
		width: 300vw;
		padding: 0 5px 0 10px;
	}
	.detective-result-text span{
		font-size: 10px;
	}
	.detective-results-search-more{
		padding: 0 10px 0 10px;
	}
	.desc{
		font-size: 14px;
	}
	.product {
		min-width: calc(48% - 6px);
	}
	.product-row{
		margin: 0 5%;
	}

}

@media only screen and (max-width: 320px) {
	.product-name{
		font-size: 0.7rem;
	}
	.product-price{
		font-size: 0.7rem;
	}
	.desc{
		font-size: 0.7rem;
	}
}


/*--------------------------detective-------------------------------*/


.detective-body{
	background: rgba(250, 250, 250, 1);
}

.detective{
	padding: 50px 0 0 0;
	width: 60%;
	margin: 10px auto;
	text-align: center;
}

.detective-start-image-bg{
	width: 100%;
	position: absolute;
	z-index: -9;
	top: 20px;
	left: 0;
}

.detective .simba{
	height: 80px;
	margin: 5px 0 10px 0;
}

.detective .simba img{
	display:block;
	margin:auto;
	height: 100%;
}

.detective span{
	font-weight: 200;
}


.detective-start-screen p{
	color: #1ba1e2;
	font-size: 18px;
}

.detective-start-image{
	width: 45%;
	display: block;
	margin: auto;
	padding: 35px 0;
}

.detective-start-screen{
	text-align: center;
}

.detective-start-screen input{
	color: #ffffff;
	background: #1ba1e2;
	border: none;
	outline: none;
	padding: 15px 40px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 45px;
	margin-top: 40px;
}

.detective-start-screen input:hover{
	background: #3d4043;
}

#start-detective-btn{
	background: rgba(75, 175, 80,0.05);
	border: 1px solid rgba(075, 175, 80,1);
	color: rgba(75, 175, 80,1);
}

#start-detective-btn:hover{
	background: rgba(27, 161, 226,0.05);
	border: 1px solid rgba(27, 161, 226,1);
	color: rgba(27, 161, 226,1);
}

.detective-questions{
	display: inline-block;
}

.detective-questions-form{
	white-space: nowrap;
}

#opcja_A img, #opcja_B img{
	width: 90%;
	display: block;
	margin: auto;
}

#detective-form h2{
	font-size: 2.2vw;
}

#opcja_A, #opcja_B{
	display:table;
	padding: 10px;
}

.detective-questions input[type=submit]{
	padding: 0;
	margin : -10px 0 0 0;
}

#opcja_A input, #opcja_B input  {
	position: absolute;
	background: rgba(245, 245, 245,0);
	border: none;
	display:table-cell;
	width:100%;
	height: 100%;
}

#opcja_A input:hover{
	background: rgba(75, 175, 80,0.05);
	cursor: pointer;
	border-radius: 10px;
}

#opcja_B input:hover{
	background: rgba(0, 187, 212,0.05);
	cursor: pointer;
	border-radius: 10px;
}

#vs img{
	width: 40%;
	padding-top:10rem;
}

@media only screen and (max-width: 1330px) {
	.detective{
		width: 70%; !important;
	}
	#vs img{
		padding-top: 8rem;
	}
}

@media only screen and (max-width: 980px) {
	.detective{
		width: 80%; !important;
	}
}

@media only screen and (max-width: 767px) {
	.detective{
		width: 90%; !important;
	}
	.detective-start-image-bg{
		top: 10%;
	}
	#opcja_A {
		width: calc(45% - 10px);
	}
	#opcja_B {
		width: calc(45% - 10px);
	}
	#vs{
		width: 45px;
	}
	#vs img{
		width: 100%;
		padding-top:6rem;
	}
	.detective-start-screen p{
		font-size: 16px;
	}
	.detective-start-screen span{
		font-size: 14px;
	}
	.detective-start-image{
		width: 70%;
	}
}


@media only screen and (max-width: 575px) {
	.detective{
		width: 100%;
	}
	#detective-form h2 {
		font-size: 16px; !important;
	}
	#detective-form p {
		font-size: 13px; !important;
	}
	#vs{
		width: 45px;
	}
	#vs img{
		width: 100%;
		padding-top:4rem;
	}
	.detective .col-md-5{
		padding-left: 5px;
		padding-right: 5px;
	}
}


/*--------------------------cooperation-------------------------------*/


#desc-cooperation{
	font-size: 16px;
}

#desc-cooperation img{
	display:block;
	margin: 10px auto 20px auto;
	width: 85% !important;
	padding: 5px 5px 10px 5px;
	border: 1px solid #f4f4f4;
}

#desc-cooperation  h3{
	text-align: left;
	font-weight: 300;
	font-size: 22px;
	margin: 18px 0;
}


/*--------------------------loader-------------------------------*/


.loader{
	width: 120px;
	margin: auto;
	padding-top: 10vh;
}

.loader img{
	display: block;
	margin: auto;
}

.thankyou{
	margin: auto;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
}

