video {
	cursor: pointer;
}
#header {
	background-color: #F4F4ED;
	box-shadow: none !important;
	/* margin-top: -2rem; */
}

#header .dropdown-menu{
	margin:0;
	padding: 0;
}

#contact-link{	
}

#contact-link a:hover{	
	text-shadow: -1px -1px 1px #fff, -2px -2px 2px rgba(0, 0, 0, .2);
	color: black !important;
}

.header-nav .container .row{
	margin-top: 0;
	dispay: flex;
	flex-direction: row;
}

.header-nav .right-nav{
    margin-top: 1rem;
}

.header-nav #_desktop_user_info{

	z-index:1;
	width: 0;
    margin: 0;
    padding: 0;
}

.user-info{
	left: 0;
	margin-left: 0!important;
	margin-top:0!important;
	text-align: start!important;
}

#_desktop_user_info a.logout{
	color: black;
	margin-right: 15px;
	margin-left: 10px;
}

#_desktop_user_info a.logout i{
	margin:-12px;
}

#_desktop_user_info:hover{
	color:black;
}

#_desktop_cart .blockcart{
	background: transparent !important;
}
#_desktop_cart .blockcart a {
    margin: 0;
}
#_desktop_cart .blockcart a .cart-products-count {
   display: inline-block;
   float: right;
   margin-left: 10px;
}

#_desktop_cart i.shopping-cart{
	color:black!important;
	display: inline-block;
	float: left;
}

#_desktop_cart .hidden-sm-down{
	display:none;
}
.language-selector{
	min-height:41px;	
	min-height:41px;	
}
.language-selector li{
	padding: 0;
	font-size: .65rem;
    letter-spacing: .2em;
    text-transform: uppercase;
	line-height: 0.5;
	background-color: #d9d9d9 !important;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .8), 0px -1px 0px #fff;
	background: #eee;
	cursor: pointer;
}

.language-selector li:hover{
	background-color: #c8e1ec !important;
}

.language-selector a{
	font-size: .65rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: black !important;
    text-align: center; 
	height: 2rem;
	display: flex;
	align-items: center;
	font-weight: 200;
}

@media (max-width: 768px) {
	#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu, .top-menu .sub-menu.collapse.in {
		visibility: hidden;
	}
}

#header .top-menu{
	display: flex;
	flex-direction: row;
	 justify-content: center; /* centrowanie w poziomie */

}

#header .sub-menu ul.top-menu{
	display: flex !important;
	flex-direction: column !important;
	

}

.submenu-thumb {
	width: 30px;
	height: 30px;
	padding: 0;
	float: left;
	margin-right: 15px;
}
@media (max-width: 768px) {
	.submenu-thumb {
		margin-bottom: 0px;
		margin-top: -3px;
	}	
}

#header .top-menu li.category{
	font-size: .65rem;
    letter-spacing: .1em;
    text-transform: uppercase;
	line-height: 0.5;
	background-color: #d9d9d9 !important;
	background: #eee;
	cursor: pointer;
	margin-right: 1rem;
	margin-left:1rem;
	position: relative;
}
@media (max-width: 768px) {
	#header .top-menu li.category{
		margin-right: 0.4rem;
		margin-left: 0.4rem;
	}
}
#header .top-menu > .category > .dropdown-item{
		box-shadow: -1px 1px 2px rgba(0, 0, 0, .8), 0px -1px 0px #fff;

}

#header .dropdown-item.dropdown-submenu{
		box-shadow: -1px 1px 2px rgba(0, 0, 0, .8), 0px -1px 0px #fff;
}

#header .js-top-menu a.dropdown-item[data-depth="0"]:hover{
	-webkit-box-shadow: 1px -1px 3px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 1px -1px 3px 0px rgba(66, 68, 90, 1);
    box-shadow: 1px -1px 3px 0px rgba(66, 68, 90, 1);
}

#header .js-top-menu li.category a.dropdown-item{
	text-align: left;
	/* font-size: 0.9rem; */
	line-height: 1rem;
}

#header .js-top-menu li.category a{
	font-size: .75rem;
    text-transform: uppercase;
    color: black !important;
    text-align: center;
	letter-spacing: 0.2em;
	padding: 5px 15px;
}
@media (max-width: 768px) {
	#header .js-top-menu li.category a{
		font-size: .55rem;
		padding: 5px 7px;
	}
}
@media (max-width: 499px) {
	#header .js-top-menu li.category a{
		font-size: .85rem;
		padding: 5px 7px;
	}
}

#header .js-top-menu li.category .popover{
	top: 100% !important;
	left: 0;
	border: 1px solid #ccc;
	width: 130%;
	min-width: 200px;
	z-index: 1000;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin-left: -15px;
	margin-top: 0;
}

#header .js-top-menu li.category .popover > ul{
	margin: 0px auto 0;
} 

#header .js-top-menu li.category .popover a{
	padding: 7px 24px;
	border-bottom: 2px solid #b0b0b0;
	line-height: 2rem;
}

#header .js-top-menu li.category .popover a:hover{
	background-color: #c8e1ec !important;
}

#header .category a {
	  font-weight: 200 !important; /* lżejsza, cieńsza czcionka */
}

#header .center-nav {
	 text-align: center;
	 margin-top: 40px;
}
@media (max-width: 992px) {
	#header .center-nav {
		order: 3;
		width: 100%;
	}	
	#_desktop_logo {
		order: 1;
		flex-basis: 50%;
		margin-top: 0px;
	}
}
@media (max-width: 499px) {
	#_desktop_logo video {
		width: 150px;
		height: 50px;
	}
}

#_desktop_top_menu {
	margin: auto;
}
#_desktop_user_search {
	position: relative;
}
#_desktop_user_info {
	
}
#_desktop_cart {
	float: right;
	line-height: 1.7;
	padding-left: 5px;
}
.right-nav {
	text-align: right;
	margin-top: 40px;
}
@media (max-width: 992px) {
	.right-nav {
		order: 1;
		flex-basis: 50%;
	}	
}
@media (max-width: 767px) {
	.right-nav {
		margin-top: 30px;
	}	
}
@media (max-width: 499px) {
	.right-nav {
		margin-top: 10px;
		flex-basis: 47%;
	}	
}
.right-nav > div {
	display: inline-block;
	margin: 0 10px 0;
	float: right;
}
@media (max-width: 768px) {
	.right-nav > div {
		margin: 0 5px 0;
	}
}

#header .header-nav{
	border: none;
	position: relative;
}

.top-menu[data-depth="1"] .category {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

@media (max-width: 768px) {
	.top-menu[data-depth="1"] .category {
		margin-bottom: 10px;
	}
}

#search_widget{
	top:2.2rem;
}

#header .header-nav .blockcart{
	background: #F4F4ED;
}

#header .header-nav .cart-preview .shopping-cart {
	color:black;
}

#header .header-nav .user-info{
	
}

.right-nav i{
	color: black;
	font-weight:100;
	cursor: pointer;
}

#search_widget{
	display: none;
	position: absolute;
	right: 0;
	height: 36px;
	overflow: hidden;
	-webkit-box-shadow: -1px 1px 3px 0px rgba(66, 68, 90, 1);
	-moz-box-shadow: -1px 1px 3px 0px rgba(66, 68, 90, 1);
	box-shadow: -1px 1px 3px 0px rgba(66, 68, 90, 1);
	background-color: rgb(217, 217, 217);
	border-bottom: 1px solid #000; 
	outline: none;              
	/* margin-right: 8.5rem !important; */
	/* margin-right: 0 !important; */
	/* margin-right: 5% !important; */
}


#search_widget input[name=s]{
	background-color: transparent;
}
@media (max-width: 992px) {
	#search_widget input[name=s]::placeholder{
		font-size: 0.8rem;
	}
}
@media (max-width: 768px) {
	#search_widget input[name=s]::placeholder, #search_widget input[name=s]:-moz-placeholder, #search_widget input[name=s]:-ms-input-placeholder {
		font-size: 0.6rem;
	}
}

/**** Mobile ****/

#header .mobile{
	width: 100vw;          
	max-width: 100%;
	box-sizing: border-box;
	display: flex;           	
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	font-size: .65rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: black !important;
    text-align: center;
	margin-right: 20px;
	margin-right: 1rem;
	margin-left:1rem;
	position: relative;
}

#header .mobile #menu-icon{
	margin-right: auto;
	order: 0;
}

#mobile_top_menu_wrapper {
	background-color: #F4F4ED;
	/* display: block; */
}

#mobile_top_menu_wrapper .js-top-menu .mobile{
	display: flex;
	flex-direction: column;
		
}

#header .mobile #_mobile_logo{
	order:1;
	margin-right: auto;

}

#header .mobile #_mobile_cart{
	order:2;
}

#header .mobile #_mobile_user_info{
	order:3;
}


#_desktop_top_menu li > a[data-depth="0"] {
  height: 22px;
  padding: 5px;
  font-weight: 200 !important;
}

#_desktop_top_menu li > a[data-depth="1"] {
  height: 45px;
}

//Mobile
#_desktop_top_menu #_mobile_cart, #_mobile_user_info{
	vertical-align: top !important;
}

//Mobile menu

body #mobile_top_menu_wrapper {
	/* display: block !important; */
}



#mobile_top_menu_wrapper ul.top-menu{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top:0.25rem !important;
}

#mobile_top_menu_wrapper li.category{
	margin-top:0.5rem;

}
#mobile_top_menu_wrapper li.category > a:not(.dropdown-submenu){
	/* background-color: red !important; */
	height: 2rem;
	line-height: 0;
	margin-left: 0;
}

#mobile_top_menu_wrapper li.category > a > span{
	height:0;
}

#mobile_top_menu_wrapper .popover.sub-menu{
	margin-left: 0 !important;
}

#mobile-menu, .mobile-nav {
    position: fixed;  /* przykleja menu do ekranu */
    top: 0;           /* od góry */
    left: 0;
    width: 100%;      /* pełna szerokość */
    z-index: 9999;    /* zawsze na wierzchu */
}

.hidden-md-up .text-sm-center .mobile{
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
}

#mobile_top_menu_wrapper {
  position: relative !important;   /* zamiast fixed/absolute */
  /* display: block !important;       /* pokazane */ */
  width: 100% !important;
  height: auto !important;
  z-index: 1 !important;           /* nie przykrywa reszty */
  background: transparent !important; /* opcjonalnie, żeby nie zasłaniało */
  transform: none !important;
  opacity: 1 !important;
}

/* Przywracamy przewijanie body */
body {
  overflow: auto !important;
}

/* Ukrywamy hamburgera, jeśli ma nie być używany */
#menu-icon {
  display: none !important;
}

.flags-row{
	text-align: center;
	margin-top: 1rem;
}
.flags-row a {
	display: inline-block;
	width: auto;
	padding: 0px 5px;
}
.flags-row a.current img {
	border: 3px solid #c8e1ec;
}
.menu-popup {
	position: fixed;
	z-index: 9990;
	width: 100%;
	height: 100vw;
	top: 0px;
	left: 0px;
	background: #f4f4ec;
}
.menu-popup > .menu-container > .close {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #000 !important;
	font-size: .9rem;
	box-shadow: -1px 1px 2px rgba(0,0,0,.8),0px -1px 0px #fff;
	background-color: #c8e1ec;
	padding: 10px;
	opacity: 1;
	font-weight: 100;
}
.menu-popup > .menu-container > .close:hover {
	box-shadow: 1px -1px 2px rgba(0,0,0,.8),0px 1px 0px #fff;
}
.menu-popup > .menu-container {
	position: absolute;
	width: 80vw;
	height: 70vh;
	top: 5vw;
	left: 10vw;
	padding: 55px 18px 4px 18px !important;
	background: hsla(0,0%,85.1%, 1);
	border-color: hsla(0,0%,0%,1);
	box-shadow: -1px 1px 2px rgba(0,0,0,.8);
	overflow: auto;
}

.searchShow .hidden-sm-down{
	display: none;
}

#_desktop_cart .header > span.hidden-sm-down{
	display: none;
}

#_desktop_user_info span.hidden-sm-down{
	display:none;
}

#_desktop_cart{
	position: relative;
	background-color:transparent;
	margin: 0;
}

.row .mobile #_mobile_cart{
	margin-top: -1rem;
}

section #wrapper{
	display: block !important;
}
.container-slider {
	overflow: hidden;
}
.container-inner {
	margin-bottom: 0px;
}
#carousel figure{
	background:#F4F4ED;
}
#carousel img {
	border-radius: 30px;
}
    /* border-radius: 30px !important; */
    /* margin-left: 0.5rem; */
    /* margin-right: -1rem; */
	/* width: 100%; */
	/* height: 100%; */
	/* object-fit: cover; */

/* } */

.carousel-control-next,
.carousel-control-prev {
  background: transparent !important;   /* usuwa nachodzące tło */
}

.featured-products {
	margin-top: 70px;
}
.page-name {
	font-weight: 300;
}
.bootstrap-touchspin-down{
	width: 30px !important;
	height: 21px !important;
	background: url(../ico/dropdown-arrow.png) no-repeat center;
	background-size: auto;
	background-size: contain;
	z-index: 1;
	padding: 0;
	margin: -2px;
	margin-top: -2px;
	margin-left: -2px;
	margin-left: -4px;
	margin-top: -4px;
}

.bootstrap-touchspin-up {
	width: 30px !important;
	height: 21px !important;
	background: url(../ico/dropdown-arrow-up.png) no-repeat center;
	background-size: auto;
	background-size: contain;
	z-index: 1;
	padding: 0;
	margin: -2px;
	margin-top: -2px;
	margin-left: -2px;
	margin-left: -4px;
	margin-top: -4px;
}

#_desktop_language_selector {
	display: none;
}
@media (max-width: 1200px) {
	
	.container .row{
		flex-direction: column;
	}

	.row #_desktop_logo{
		margin-bottom: 1rem;
	}

	section #wrapper{
		display: block !important;
	}

}

@media (max-width: 992px) {
	
	.container .row{
		margin-top: 2rem;
	}
	
	.displayNav2 #search_widget{
		margin-right: 1rem;
		margin-top: -0.5rem;
		width: 100%;
	}

	section #wrapper{
		display: block !important;
	}
	
	.grid-sm {
		display: flex;
		flex-wrap: wrap;
	}
}

@media (max-width: 768px) {
	
	.flags-row{
		position: relative;
	}
	
	#search_widget{
		margin-right: 14% !important;
	}
	
	select .link{
		/* background-color:#F4F4ED; */
		border: 1px solid;
	}

	.container .row{
		margin-top:0;
	}
	
	#wrapper{
		display: block !important;
	}
	
	#carousel img{
		scale: 97%;
	}
	
}

@media (max-width: 576px) {
	
	#search_widget{
		width: 200px;
		z-index: 5;
	}

}
.video-slider {
	width: 100%;
	min-height: 50px;
	text-align: center;
	border-radius: 30px;
	overflow: hidden;
}
.video-slider video {
	width: 150%;
	margin-left: -25%;
}
.product-cover-modal {
	max-width: 800px;
	height: auto;
}