html, body{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	background-color: #fff!important;
	font-family: neuzeit-grotesk, sans-serif;
font-style: normal;
font-weight: 400;
}

h1,h2,h3,h4,h5,h6{
	font-family: itc-fenice, serif;
	font-weight: bold;

}

.mb20{
	margin-bottom: 20px;
}

.pt120{
	padding-top: 120px;
}

.pb80{
	padding-bottom: 80px;
}

.pt80{
	padding-top: 80px;
}
.pt40{
	padding-top: 40px;
}

.mt40{
	margin-top: 40px;
}

.dfr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.dfc{
 	display: -webkit-flex;
 	display: -moz-flex;
 	display: -ms-flex;
 	display: -o-flex;
 	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.img-center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.bg-darker{
	background-color: #f2f2f2;
}

/*
#########################
##########################
		MENU
###########################
############################
*/

.menu-logo{
	width: 30%;
	height: 100%;
	margin-left: -25px;
	margin-top: -20px;
}

.myAccountLink{
	color: #fff;
}

.myAccountLink:hover{
	text-decoration: none;
	color: #fff;
}

.slider{
	position: relative;
	background-color: #fff!important;
}

.menu-wrapper{
	position: relative;
	width: 100%;
	height: 100px;
}


.logo{
	color: #11261E;
}

.logo:hover{
	color: #11261E;
}

.main-header-wrapper{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.main-header{
	font-size: 62px;
	margin-bottom: 30px;
	color: #fff;
}


.sub-header{
	font-size: 24px;
	color: #fff;
}

.header-section{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

.header-support{
	font-size: 54px;
	text-align: center;
}

.setting-link{
	cursor: pointer;
	font-size: 18px;
}

.product-link{
	cursor: pointer;
	font-size: 18px;
}

.product-link>a{
	padding: 0;
}

.site-search{
	cursor: pointer;
	font-size: 18px;
}

.register-link{
	color: #ff0000;
	text-align: center;
	transition: .2s all ease-in;
}

.register-link:hover{
	text-decoration: none;
	color: #111;
}

.settingsBox, #cart-drawer, #searchPopup { color:#050000; text-align:left; background-color:#ffffff; box-shadow:0 0 15px rgba(5,0,0,0.1); -webkit-box-shadow:0 0 15px rgba(5,0,0,0.1); -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.settingsBox { visibility:hidden; opacity:0; padding:20px; width:300px; position:absolute; top:130%; right:15px; z-index:99; }
.settingsBox.active { visibility:visible; opacity:1; top:100%; }
.settingsBox .btn { width:100%; }
.icons-col .customer-links { font-size:12px; text-transform:uppercase; }
.icons-col .customer-links .register { text-decoration:underline; }
.settingsBox .ttl { font-size:12px; margin:20px 0 10px; display:block; letter-spacing:0.2px; text-transform:uppercase; }
.cnrLangList li { display:inline-block; margin:0 5px 5px 0; cursor:pointer; }
.cnrLangList li a { color:#000000; display:block; font-size:12px; text-transform:uppercase; padding:1px 10px; opacity:0.6; border:1px solid rgba(0,0,0,0.3);}
.cnrLangList li a:hover { color:#f04343; border:1px solid #f04343; opacity:1; text-decoration:none; }

.search-drawer { padding:40px 20px; background-color:#fff; opacity:0; visibility:hidden; position:fixed; top:0; left:0; z-index:9999!important; text-align:left;
	transform:translate(0,-100%); -webkit-transform:translate(0,-100%); -ms-transform:translate(0,-100%); -o-transform:translate(0,-100%); transition:all .3s ease 0s; -webkit-transition:all .3s ease 0s;
	-ms-transition:all .3s ease 0s; -o-transition:all .3s ease 0s; width:100%; box-shadow:0 0 6px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 6px rgba(0,0,0,0.2);}
.search-drawer .container { position:relative; }
.search-drawer.search-drawer-open { opacity:1; transform:translate(0,0); -webkit-transform:translate(0,0); -ms-transform:translate(0,0); -o-transform:translate(0,0); visibility:visible; z-index: 999!important; }
.search-drawer.search-drawer-open .block { background-color:transparent; padding:0; }
.search-drawer .title { color:#000000; font-size:15px; margin-bottom: 20px; }
.search-drawer .label { border:0; clip:rect(0,0,0,0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; }
.search-drawer .control { border-bottom: 1px solid #ddd; }
.search-drawer .input-text { color:#050000; font-size:13px; padding:5px 50px 5px 0; background:none; border:0 none; width: 100%;}
.search-drawer .input-text:focus { border: none; outline: none; }
.search-drawer .action.search { font-size:18px; position:absolute; right:14px; bottom: 0; border:0; background:none; cursor:pointer; height:38px; }
.search-drawer .action.search:hover { color:#000000; }
.search-drawer .closeSearch { color:#050000; font-size:18px; position:absolute; top:0; right:15px; cursor:pointer; }
.search-drawer .searchField { display:table; width:100%; }
.search-drawer .search-category { display:table-cell; padding-right:10px; }
.search-drawer .search-category select { font-size:13px; border:0; }
.search-drawer .input-box { display:table-cell; width:87%; }


.btn { -moz-user-select:none; -ms-user-select:none; -webkit-user-select:none; user-select:none; -webkit-appearance:none; -moz-appearance:none; appearance:none; display:inline-block; width:auto; height:auto; 
	text-decoration:none; text-align:center; vertical-align:middle; cursor:pointer; border:1px solid transparent; border-radius:0; padding:8px 15px 8px; background-color:#000; color:#fff; font-family: neuzeit-grotesk, sans-serif; 
	font-weight:400; text-transform:uppercase; letter-spacing:1px; line-height:normal; white-space:normal; font-size:13px; -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.btn:hover, .btn:focus { background-color:#1a1a1a; opacity:0.8; color:#fff; text-decoration:none; }
.btn--small { padding:8px 10px; font-size:0.92308em; line-height:1; }
.btn-secondary { background-color:#e34848; color:#ffffff; border:1px solid #e34848; }
.btn--link { background-color:transparent; border:0; margin:0; color:#139ddd; text-align:left; text-decoration:none; outline:none !important;box-shadow:none !important; }
.btn--link:hover, .btn--link:focus { color:#000; text-decoration:none; background-color:transparent; }
.btn-large { font-size:16px; padding:10px 20px; }
.btn-link { color:#555; }
.btn-link:hover { color:#000; }

.cart-counter{
	position: absolute;
	display: inline-block;
	right: 15%;
	top: -30%;
	background-color: #ff0000;
	text-align: center;
	color: #fff;
	width: 18px;
	height:18px;
	font-size: 12px;
	line-height: 18px;
	border-radius: 50%;	
}

.navigation{
	width: 100%;
	position: relative;
	background-color: #FAFAFA;
	box-shadow: 0 3px 20px rgba(black, 0.2);
	transition: background-color .2s ease-in-out;
}

.logo{
	display: block;
	position: absolute;
	top: 5px;
	left: 2%;
}

.logo-link{
	color: #11261E;
	padding-top: 25px;
	font-size: 20px;
	line-height: 30px;
	 padding: 20px 25px;
}

.logo-link:hover{
	color: #11261E;
	text-decoration: none;
}

.primary-menu{
	width: 100%;
}


.primary-menu nav > ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	justify-content: center;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	height: 70px;
}

.primary-menu nav > ul > li {
  position: relative;
  margin-right: 1px;
}

.primary-menu nav > ul > li:last-child {
  margin-right: 0;
}

.primary-menu nav > ul > li > a {
  font-size: 18px;
  line-height: 30px;
  display: block;
  padding: 20px 25px;
  color: #11261E;
  font-weight: 300;
	font-family: neuzeit-grotesk, sans-serif;
font-style: normal;
}

.primary-menu nav > ul > li > a::before{
	content: '';
    display: block;
    width: 0;
    height: 0.01em;
    background-color: #000;
    position: absolute;
    bottom: 25%;
    left: 0;
    transform: translateY(-1px);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: -1;
}

.primary-menu nav > ul > li:hover > a::before{
	content: '';
    display: block;
    width: 100%;
    height: 0.01em;
    background-color: #000;
    position: absolute;
    bottom: 25%;
    left: 0;
    transform: translateY(-1px);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1;
}

.primary-menu nav > ul > li > a:hover{
	text-decoration: none;
}

.primary-menu nav > ul > li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 10px;
}

.primary-menu nav > ul > li.active > a {
  background-color: rgba(0, 0, 0, 0.15);
}


.primary-menu nav > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.pull-right-wrapper{
	position: absolute;
	right: 2%;
	display: block;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}


.pull-right-menu-item{
  font-size: 18px;
  line-height: 30px;
  display: block;
  padding: 0 25px;
  color: #11261E;
  font-weight: 300;
font-family: neuzeit-grotesk, sans-serif;

font-style: normal;
	height: 100%;
	transition: .2s all ease-in;
}

.pull-right-menu-item:hover{
	color: #ff0000;
	text-decoration: none;
}

.primary-menu .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 220px;
}

.primary-menu .sub-menu li {
  padding: 0 20px;
	position: relative;
}

.primary-menu .sub-menu li a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #BFBFBD;
  line-height: 1;
}


.primary-menu .sub-menu li:last-child > a {
  border-bottom: none;
}

.primary-menu .sub-menu li.menu-item-has-children > a::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 10px;
  float: right;
}

.product-box {
	visibility:hidden; 
	opacity:0; 
	padding:20px; 
	width: 50vw;
	height: auto;
	position:absolute; 
	top: 50%; 
	z-index:99;
	color: #11261E;
	text-align: left;
	background-color: #fff;
	box-shadow:0 0 15px rgba(5,0,0,0.1); 
	-webkit-box-shadow:0 0 15px rgba(5,0,0,0.1); 
	-ms-transition:all 0.3s ease-in-out; 
	-webkit-transition:all 0.3s ease-in-out; 
	transition:all 0.3s ease-in-out; 
}

.product-box.active { 
	visibility:visible; 
	opacity:1; 
	top:100%; 
}

.product-box-header-wrapper{
	padding-top: 20px;
	padding-bottom: 20px;
}

.product-box-header{
	font-weight: 500;
}

.product-box-products-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
}

.product-box-products-link{
	width: calc(50% - 4px);
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
	color: #404040;
	transition: all .2s ease-in;
}

.product-box-products-link:hover{
	color: #404040;
	border: 1px solid rgba(0, 0, 1, 0.3);
	text-decoration: none;
	box-shadow:0 0 15px rgba(5,0,0,0.1); 
	-webkit-box-shadow:0 0 15px rgba(5,0,0,0.1); 
	-ms-transition:all 0.3s ease-in-out; 
	-webkit-transition:all 0.3s ease-in-out; 
}

.product-box-text{
	margin-top: 30px;
	font-size: 16px;
}

.sub-menu-item{
	color: #404040;
}

.sub-menu-item:hover{
	color: #404040;
}

.sub-menu li>a::before {
 	content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -2px;
    left: 10%;
    transform: translateY(-1px);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: -1;
}

.sub-menu li:hover a::before{
	content: '';
    display: block;
    width: 80%;
	margin-left: 10%;
	margin-right: 10%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: translateY(-1px);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 2;
}

.sub-menu li:last-child>a::before{
	display: none;
}

.mobile-logo{
	color: #11261E;
	font-size: 20px;
}

.mobile-logo:hover{
	color: #11261E;
	text-decoration: none;
}

.mobile-header {
  padding: 20px 0;
	background-color: #fafafa;
}

.mobile-header-cart {
  color: #fff!important;
  padding-right: 10px;
}

.mobile-header-cart i {
  margin: 0;
  font-size: 22px;
}

.mobile-header-cart:last-child {
  margin-right: 0;
}

.header-bottom-search-toggle{
	transition: .2s all ease-in;
}

.header-bottom-search-toggle:hover{
	cursor: pointer;
	color: #D06629!important;
}

.header-bottom-search-toggle i {
  line-height: 30px;
}

.shopping-cart{
	position: relative;
}

.fa-shopping-cart{
	color: #fff;
}

.header-top-right-cart i{
	position: relative;
	font-weight: 300;
}

.header-top-right-cart i::after, .mobile-header-cart i::after {
  content: attr(data-count);
  position: absolute;
  left: 16px;
  top: -10px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  border-radius: 50%;
  background-color: #f2ac5c;
  color: #404040;
  text-align: center;
  font-style: normal;
}

.product-link{
	padding: 0 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ellipsis{
	transition: .2s all ease-in;
	text-align: center;
	
}
.ellipsis:hover{
	fill: #ff0000;
}

#fullscreen-search-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

#fullscreen-search-overlay.open {
  opacity: 1;
  visibility: visible;
}

#fullscreen-search-overlay.open #fullscreen-search-form {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all .5s ease .3s;
  -o-transition: all .5s ease .3s;
  transition: all .5s ease .3s;
}

#fullscreen-search-form {
  max-width: 490px;
  padding: 0 15px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  margin-top: 150px;
}

.search-form-input{
	width: 100%;
	position: relative;
	color: #404040!important;
	outline: none;
}

.search-form-input::placeholder{
	color: #404040;
}

.search-button{
	position: absolute;
	width: 50px;
	display: block;
	right: 0;
	top: 0;
}

.search-wrapper{
	position: relative;
}

.input-search{
	width: 100%;
	height: 40px;
	border-radius: 5px;
	padding: 5px 10px;
}

.input-search::placeholder{
	color: -internal-light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
}

.input-search-button{
	position: absolute;
	right: 2px;
	top: 2px;
	background-color: transparent;
	height: 35px;
	border: none;
	border-radius: 5px;
	width: 40px;
	transition: .3s ease-in all;
	font-size: 20px;
}

.input-search-button:hover{
	cursor: pointer;
	background-color: #fff;
}

.input-search-button:focus{
	border: none;
}


#fullscreen-search-form .fullscreen-search-close {
  float: right;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #ffffff;
  margin-bottom: 10px;
}

#fullscreen-search-form .fullscreen-search-close i {
  font-size: 24px;
}

#fullscreen-search-form .fullscreen-search-close:hover {
  color: #f2ac5c;
	cursor: pointer;
}

#fullscreen-search-form input {
  font-size: 16px;
  padding: 15px 25px;
  font-weight: 600;
  color: #999999;
}

#fullscreen-search-form .search-note {
  margin-bottom: 0;
  text-align: center;
  margin-top: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.75;
}


@media only screen and (max-width: 479px) {
	
	.mobile-header-logo{
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	
	.mobile-header-row2{
		width: 100%;
		margin-top: 10px;
	}
	
	
  .mobile-header-right-toggles button {
    margin-right: 0!important;
  }
  .mobile-header-right-toggles button:last-child {
    margin-right: 0;
	  margin-left: 15px;
  }
	
	.right-menu{
		width: 100%;
		padding-left: 10px;
		padding-right: 20px;
	}
	
	.mobile-header-right-toggles{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	
	.mobile-header-right-toggles>li{
		list-style-type: none;
	}
	
	.modal-dialog{
		max-width: 80%!important;
	}
	
	}

.mobile-header-right-toggles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-header-right-toggles button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-right: 25px;
}

.mobile-header-right-toggles button:last-child {
  margin-right: 0;
	padding-left: 0;
}

.mobile-header-right-toggles button i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 36px;
}

.mobile-header-right-toggles button.mobile-menu-toggle i {
  font-size: 42px;
	color: #11261E;
}

.mobile-header-right-toggles button:hover {
  color: #020E26;
}

.mobilemenu-section {
  position: fixed;
  right: -100%;
  left: auto;
  top: 0;
  height: 100%;
  width: 390px;
  padding-left: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 998;
}

.mobilemenu-section.open {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.mobilemenu-section.open .mobilemenu-close {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 479px) {
  .mobilemenu-section {
    width: 80%;
    padding-left: 50px;
  }
	
		
.cart-counter{
	position: absolute;
	display: inline-block;
	right: 5%!important;
	top: -15%!important;
	background-color: #ff0000;
	text-align: center;
	color: #fff;
	width: 18px;
	height:18px;
	font-size: 12px;
	line-height: 18px;
	border-radius: 50%;	
}
}

/*OffCanvas Overlay*/
.mobilemenu-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

/*OffCanvas Wraper*/
.mobilemenu-wrap {
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  overflow-x: hidden;
}

.mobilemenu-wrap .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 30px;
  min-height: 100%;
}

/*OffCanvas Close*/
.mobilemenu-close {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border: none;
  background-color: #fff;
  color: #404040;
  -webkit-box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1);
   box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1);
  font-size: 24px;
  font-weight: 400;
  z-index: 997;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
		justify-content: center;
	align-items: center;
}


@media only screen and (max-width: 479px) {
  .mobilemenu-close {
    width: 40px;
    height: 40px;
  }
}

/*OffCanvas Menu*/
.mobilemenu-menu {
  margin-bottom: 50px;
}

.mobilemenu-menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobilemenu-menu nav ul li {
  position: relative;
}

.mobilemenu-menu nav ul li a {
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  line-height: 1;
	color: #404040;
}

.mobilemenu-menu nav ul li:last-child > a {
  border-bottom: none;
}

.mobilemenu-menu nav ul li .menu-expand {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  text-align: center;
  z-index: 5;
}

.mobilemenu-menu nav ul li .menu-expand i {
  display: block;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid;
  position: relative;
  width: 10px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.mobilemenu-menu nav ul li .menu-expand i::before {
  width: 100%;
  content: "";
  border-bottom: 1px solid;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.mobilemenu-menu nav ul li .menu-expand:hover i {
  border-color: #020E26;
}

.mobilemenu-menu nav ul li .menu-expand:hover i::before {
  border-color: #020E26;
}

.mobilemenu-menu nav ul li:hover > .menu-expand i {
  border-color: #020E26;
}

.mobilemenu-menu nav ul li:hover > .menu-expand i::before {
  border-color: #020E26;
}

.mobilemenu-menu nav ul li.active > .menu-expand i::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.mobilemenu-menu nav ul li.active > .sub-menu {
  border-bottom: 1px solid #eeeeee;
}

.mobilemenu-menu .sub-menu {
  display: none;
}

.mobilemenu-menu .sub-menu li {
  padding: 0 15px;
}

.mobilemenu-menu .sub-menu li a {
  font-size: 13px;
  text-transform: inherit;
}

.mobile-menu-toggle-dark i{
	color: #404040!important;
}


.mobile-menu-toggle-dark:hover i{
	color: #404040!important;
}

.mobile-logo-dark{
	color: #404040;
}

.mobile-logo-dark:hover{
	color: #404040;
}

.mobile-logo>img{

}

@media (max-width: 767px){
	.product-box-products-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column!important;
	align-items: flex-start!important;
	justify-content: center!important;
	padding-top: 10px;
}
	
}


@media only screen and (max-width: 992px){
	
	.pull-right-menu-item{
		color: #11261E!important;
		display: block;
		padding: 5px 15px!important;
		height: 40px;
	}
	
	.product-link{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	
	.ellipsis{
		width: 24px;
		height: 24px;
	}
	
	.product-box {
		visibility:hidden; 
		opacity:0; 
		padding:10px;
		position:absolute; 
		width: 100%;
		height: auto;
		top: 50%; 
		left: 0!important;
		right: 0!important;
		z-index:99;
		color: #11261E;
		text-align: left;
		background-color: #fff;
		box-shadow:0 0 15px rgba(5,0,0,0.1); 
		-webkit-box-shadow:0 0 15px rgba(5,0,0,0.1); 
		-ms-transition:all 0.3s ease-in-out; 
		-webkit-transition:all 0.3s ease-in-out; 
		transition:all 0.3s ease-in-out; 
		overflow: auto;
	}

.product-box.active { 
	visibility:visible; 
	opacity:1; 
	top:100%;
	
}

.product-box-header-wrapper{
	padding-top: 10px;
	padding-bottom: 10px;
}

.product-box-header{
	font-weight: 500;
	font-size: 20px;
}

.product-box-products-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
}

.product-box-products-link{
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
	color: #404040;
	transition: all .2s ease-in;
}

.product-box-products-link:hover{
	color: #404040;
	border: 1px solid rgba(0, 0, 1, 0.3);
	text-decoration: none;
	box-shadow:0 0 15px rgba(5,0,0,0.1); 
	-webkit-box-shadow:0 0 15px rgba(5,0,0,0.1); 
	-ms-transition:all 0.3s ease-in-out; 
	-webkit-transition:all 0.3s ease-in-out; 
}

.product-box-text{
	margin-top: 20px;
	font-size: 14px;
}
	
	.pt160{
		padding-top: 40px;
	}
	
	
	.pb80{
		padding-bottom: 40px;
	}

	.header-top-right-cart{
		padding: 0 30px;
	}
	
	.header-search-toggle{
		color: #11261E!important;
		display: block;
		padding: 5px 20px!important;
		height: 40px;
	}
	
	.search-drawer{
		padding: 60px 10px;
	}
	
	.block-search{
		margin-top: 30px;
	}
	
	
.dfr-order{
	order: 2;	
}
	
	.korzysci-info{
		margin-top: 40px;
	}
	
	.table td{
		padding-left: 30px;
		padding-right: 30px;
	}
	.table-links-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: flex-end;
		
}
	
		
}

/*
#########################
##########################
	KONIEC	MENU
###########################
############################
*/




/*
#########################
##########################
	HERO
###########################
############################
*/



.hero{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	min-height: 500px;
}

.hero__inner{
	position: relative;
	padding: 35px 0;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

.hero-flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hero-btn{
	padding: 15px 30px;
	transition: all .2s ease-in;
}

.hero-btn:hover{
	background-color: #ff0000;
	opacity: 1;
}

.mega-title{
	font-size: 3rem;
	padding: 40px;
}

.mega-title>span{
	font-weight: bold;
	color: #ff0000;
}


@media (max-width: 767px){
	
	.hero-flex{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	
	.mega-title{
	font-size: 2rem;
	padding: 0;
		text-align: left;
}
	.baner-section{
		padding: 0;
	}
	
	.hero-btn{
		margin-top: 40px;
		
	}
	
}

@media (max-width: 992px){
	.mega-title{
		font-size: 2.5rem;
	}
	
}


.baner-section{
	width: 100%;
	min-height: 500px;
	padding-bottom: 0;
}


/*
#########################
##########################
	KONIEC HERO
###########################
############################
*/





/*
#########################
##########################
		STOPKA
###########################
############################
*/





.footer{
	width: 100%;
	padding-top: 40px;
	background-color: #fafafa;
	color: #11261E;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 200px;
}

.footer-logo{
	width: 40%;
	margin-left: -25px;
	margin-top: -20px;
}

.stopka{
	width: 100%;
}

.stopka-header{
	font-size: 48px;
}

.stopka-menu{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	list-style-type: none;
	padding-bottom: 20px;
}


.stopka-menu-link{
	margin: 24px;
	font-size: 20px;
	color: #000;
	transition: .3s;
	position: relative;
}


.stopka-menu-link:hover{
	color: #ff0000;
	text-decoration: none;
}


.stopka-menu-link:after{
	background: none repeat scroll 0 0 transparent;
	  bottom: -15%;
	  content: "";
	  display: block;
	  height: 1px;
	  left: 0%;
	  position: absolute;
	  background-color: #ff0000;
	  transition: width 0.4s ease 0s, left 0.4s ease 0s;
	  width: 0;
}

.stopka-menu-link:hover:after{
	 width: 100%; 
 	 left: 0; 
}

.copyright{
	width: 100%;
	text-align: center;
}


.copyright-link{
	color: #ff0000;
	transition: .3s;
}

.copyright-link:hover{
	color: #ff0000;
	text-decoration: underline;
}

.stopka-login{
	text-align: center;
	margin-top: 10px;
}

.stopka-login>a{
color: #ff0000;
}

.stopka-login>a:hover{
	color: #ff0000;
	text-decoration: underline;
}

.copy-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.footer-bottom-row{
	margin-top: 80px;
	margin-bottom: 80px;
}

.payment-methods-wrapper{
	margin-left: 0;
	padding-left: 0;
}

.payment-methods-header{
	color: #111;
 	font-size: 20px;
  	line-height: 1.2;
  	margin-bottom: 20px;
	font-weight: 500;
}



.payment-methods-icon{
	width: auto;
	height: 16px;
	margin-right: 10px;
}

.footer-newsletter-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}

.footer-newsletter-form-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

.footer-newsletter-input{
	width: 70%;
	margin-right: 1%;
	padding: 5px 20px;
	background-color: #f2f2f2;
	border: 1px solid #d2d2d2;
}

.footer-newsletter-input::placeholder{
	color: #111;
}

.footer-newsletter-form-button{
	width: 29%;
	border: 1px solid #000;
	text-align: center;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	transition: .2s all ease-in;	
}

.footer-newsletter-form-button:hover{
	color: #fff;
	background-color: #000;
	cursor: pointer;
}



@media (max-width: 1024px){
	
	.footer{
		width: 100%;
		display: flex;
		flex-direction: column;	
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
		background-color: #fafafa;
	}
	
	
	.stopka-header{
		text-align: center;
		font-size: 42px;
		margin-bottom: 40px;
	}
	
	.stopka-menu{
		flex-direction: column;
		font-size: 24px;
		text-align: center;
		padding: 0;
		margin-bottom: 40px;
	}
	.stopka-menu-item{
		margin-top: 20px;
	}
}

@media (max-width: 1199px){
	.navbar-nav{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
	}
	
	.nav-link{
		font-size: 20px!important;
	}
	
	#rejestracja{
		padding: 7.5px;
		margin-bottom: 10px;
	}
	
	.nav-item{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
}


.footer-section {
  background-color: #fff;
  padding-top: 60px;
	padding-bottom: 20px;
position: relative;
}

.footer-section-area {
  margin-bottom: -40px;
}

.footer-column {
  margin-bottom: 40px;
  color: #111;
}

.footer-section-header{
  color: #111;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 35px;
font-weight: 500;
position: relative;
}

.footer-section-header::after {
  background-color: #111;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px;
}

.footer-section-text p {
  margin-bottom: 10px;
}

.footer-section-link {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section-link li + li {
  margin-top: 15px;
}

.footer-section-link li a {
  position: relative;
}

.footer-section-link-item{
	color: #111;
	 transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.footer-section-link-item:hover{
	color: #111;
	text-decoration: underline;
}


.footer-section-link-item::before{
	content: "\f105";
  font-family: "FontAwesome";
	margin-right: 3px;
}

.footer-contact-link{
	list-style-type: none;
	margin-top: 20px;
	padding: 0;
}

.footer-contact-link-item{
	color: #111;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer-contact-link-item>p{
	padding-left: 10px;
}

.footer-contact-link-item>p>i{
	margin-right: 5px;
	font-size: 22px;
	line-height: 1;
	vertical-align: middle;
	position: absolute;
	left: 0;	
}

.footer-contact-link-item>p>a{
	color: #111;
	text-decoration: none;
}

.footer-contact-link-item>p>a:hover{
	text-decoration: underline;
}


.footer-link{
	color: #111;
	transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.footer-link:hover{
	text-decoration: underline;
}

.email-link{
	color: #111;
	transition: .3s all ease-in-out;
}

.email-link:hover{
	text-decoration: underline;
	color: #111;
}


.copy-button-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
}


.footer-button{
    color: #111;
    letter-spacing: .04em;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin-left: 25px;
	transition: .2s all ease-in;
}

.footer-button:hover{
	color: #ff0000;
	outline: 0;
	text-decoration: none;
}

.footer-social-icons{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-right: 40px;
}

.footer-social-icons>a{
	color: #111;
	font-size: 24px;
	padding: 0 15px;
	transition: .2s all ease-in;
}

.footer-social-icons>a:hover{
	color: #ff0000;
}

.copy{
	width: 100%;
	background-color: #fff;
	padding-bottom: 10px;
	text-align: center;
}

.copy-text{
	font-size: 16px;
	line-height: 20px;
}


@media (max-width: 992px){
	.footer-newsletter-wrapper{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		margin-top: 20px;
	}
	
	.footer-social-icons{
		margin-top: 20px;
	}
	
	.copy-wrapper{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.copy-text-wrapper{
		margin-bottom: 10px;
	}
}



@media (min-width: 992px) and (max-width: 1199px){
	.nav-link{
		font-size: 18px!important;
		margin-left: -7px;
		margin-right: -7px;
	}
	
	.primary-menu nav > ul > li > a {
		padding-left: 10px!important;
		padding-right: 10px!important;
		margin: 0;
	}
	
}

@media (min-width: 1200px){
	
	.panel-collapse{
		margin-left: 0!important;
		margin-right: 0!important;
	}
}



/*
#########################
##########################
		KONIEC STOPKA
###########################
############################
*/






/*
#########################
##########################
		 KOSZYK
###########################
############################
*/

.table{
	text-align: center;
}

.table thead{
	background-color: #E2E2E2;
}

.table-header{
	font-weight: 500;
}

.table td{
	vertical-align: middle;
}

.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity-wrapper{
	position: relative;
}

.quantity-input{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.quantity input {
  width: 80px;
  padding: 15px 0;
	height: 50px;
  line-height: 1.7;
  float: left;
  display: block;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #404040;
	background-color: #fff;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 50px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #404040;
  width: 30px;
  text-align: center;
  color: #404040;
  font-size: 13px;
 font-family: neuzeit-grotesk, sans-serif;
  line-height: 28px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
	transition: .2s all ease-in;
}

.quantity-button:hover{
	background-color: #ff0000;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #404040;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
}

.product-remove-link{
	color: #212529;
	font-size: 24px;
	font-weight: bold;
	transition: all ease-in .2s;
}

.product-remove-link:hover{
	color: #ff0000;
}

.table-link{
	margin-left: 30px;
	font-size: 14px;
	color: #ff0000;
	transition: .2s all ease-in;
	border: none;
	background-color: #fff;
}
.table-link:hover{
	text-decoration: none;
	color: #212529;
	cursor: pointer;
}

.koszyk-info{
	padding: 20px;
	border: 1px solid #dee2e6;
	font-size: 18px;
	text-align: center;
}

.koszyk-info-buttons{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: center;
}

.koszyk-info-buttons>a{
	margin-left: 10px;
	margin-right: 10px;
}

.minicart-right-drawer.right .modal-dialog {
	position:fixed;
	margin:auto;
	width:350px;
	max-width:100%;
	height:100%;
	z-index:1024;
	-webkit-transform:translate3d(0%,0,0);
	-ms-transform:translate3d(0%,0,0);
	-o-transform:translate3d(0%,0,0);
	transform:translate3d(0%,0,0);
}
.minicart-right-drawer.right .modal-content {
	border:none;
	border-radius:0;
	height:100%;
	overflow-y:auto;
}
.minicart-right-drawer.right.fade .modal-dialog {
	right:-350px;
	-webkit-transition:opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition:opacity 0.3s linear, right 0.3s ease-out;
	-o-transition:opacity 0.3s linear, right 0.3s ease-out;
	transition:opacity 0.3s linear, right 0.3s ease-out;
}
.minicart-right-drawer.right.fade.show .modal-dialog {
	right:0;
}
#cart-drawer {
	color:#050000;
	padding:15px;
	width:100%;
	height:100%;
	overflow:auto;
	z-index:10000;
}
#cart-drawer.active {
	right:0;
}
#cart-drawer > h4 {
	color:#050000;
	font-size:18px;
	text-align:left;
	margin:0 0 20px;
	border-bottom:1px solid #e8e8e8;
	padding-bottom:10px;
}
#cart-drawer .close-cart {
	color:#050000;
	font-size:15px;
	float:right;
	margin:1px 0 0;
	opacity:0.6;
	text-decoration:none;
}
.minicart-content {
	padding:0;
	margin:0;
	z-index:1001;
	position:absolute;
	overflow-y:auto;
	width:90%;
	height:calc(100% - 290px);
}
.minicart-content .item {
	padding:0 0 10px;
	margin:0 0 10px;
	line-height:normal;
	display:block;
	border-bottom:solid 1px #eee;
}
.minicart-content .item .product-image {
	width:25%;
	float:left;
}
.minicart-content .item .product-details {
	float:left;
	width:75%;
	padding-left:15px;
	text-align:left;
}

.product-details .quantity-input{
	position: relative;
		margin-top: 10px;
}

.product-details .quantity input {
  width: 100px;
  padding: 15px 0;
	height: 50px;
  line-height: 1.7;
  float: left;
  display: block;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #404040;
	background-color: #fff;
}

.product-details .quantity-nav{
	height: 50px;
}

.priceRow{
	margin-top: 70px;
}


.minicart-content .item .product-title {
	color:#000;
	font-size:13px;
	white-space:normal;
	text-decoration:none;
	display:block;
	line-height:20px;
	margin-right:45px;
	margin-bottom:0;
}
.minicart-content .item .remove {
	color:#5c5c5c;
	float:right;
	font-size:14px;
	padding:0 2px 0 7px;
	margin-top:0;
	text-decoration:none;
}
.minicart-content .item .remove:hover {
	color:#000;
}
.minicart-content .item .remove i {
	vertical-align:middle;
}
.minicart-content .item .edit-i.remove .icon {
	font-size:12px;
	padding-top:0;
}
.minicart-content .item .qtyField {
	display:inline-block;
	border:1px solid #d7d7d7;
}
.minicart-content .item .qtyField a {
	display:none;
}
.minicart-content .item .qtyField span {
	display:inline-block;
	padding:0;
	border:0;
}
.minicart-content .item .wrapQtyBtn {
	display:block;
	float:none;
	margin:5px 0;
}
.minicart-content .item .qtyField .qtyBtn, .minicart-content .item .qtyField .qty {
	font-size:11px;
	width:25px;
	height:28px;
	line-height:26px;
	display:inline-block;
	padding:0;
	text-align:center;
	text-decoration:none;
}
.minicart-content .item .qtyField .qty {
	border:0;
}
.minicart-content .item .qtyField .qtyBtn.plus {
	border-left:1px solid #ddd;
}
.minicart-content .item .qtyField .qtyBtn.minus {
	border-right:1px solid #ddd;
}
.minicart-content .item .qtyField a .fa {
	font-size:11px;
}
.minicart-bottom {
	bottom:0;
	position:absolute;
	width:90%;
	border-top:1px solid #e8e8e8;
	padding-top:10px;
}
.minicart-bottom .subtotal {
	padding:5px 0 10px;
	margin-bottom:10px;
	border-bottom:1px solid #e8e8e8;
}
.minicart-bottom .subtotal:before, .minicart-bottom .subtotal:after {
	content:'';
	clear:both;
	display:block;
}
.minicart-bottom .subtotal.list {
	border:0;
	margin:0;
	padding:0;
}
.minicart-bottom .subtotal.list > span {
	font-size:14px;
	font-weight:400;
}
.minicart-bottom .subtotal > span {
	float:left;
	text-transform:uppercase;
	font-size:16px;
	text-align:left;
	font-weight:700;
}
.minicart-bottom .subtotal .product-price {
	float:right;
}
.minicart-bottom .proceed-to-checkout {
	width:100%;
	margin:10px 0;
	padding:10px;
}


.minicart-bottom .view-cart{
	display: block;
	margin-bottom: 20px;
	background-color: #ff0000;
	color: #fff;
	border: 1px solid #ff0000;
	transition: all .3s ease-in-out;
}

.minicart-bottom .view-cart:hover{
	background-color: #fff;
	color: #ff0000;
	cursor: pointer;
}

.minicart-bottom .view-cart:focus{
	background-color: #fff;
	color: #ff0000;
}

.minicart-bottom .refresh-cart{
	display: block;
	margin-bottom: 20px;
	background-color: #fff;
	color: #ff0000;
	border: 1px solid #ff0000;
	transition: all .3s ease-in-out;
	margin-top: -10px;
}

.minicart-bottom .refresh-cart:hover{
	background-color: #ff0000;
	color: #fff;
	cursor: pointer;
	opacity: 1;
}

.minicart-bottom .refresh-cart:focus{
	background-color: #ff0000;
	color: #fff;
}

.minicart-bottom .freeShipMsg {
	margin-bottom:0;
}
.minicart-bottom .freeShipMsg .anm {
	font-size:15px;
	width:23px;
	display:inline-block;
	vertical-align:middle;
}


/*
#########################
##########################
	KONIEC KOSZYK
###########################
############################
*/





/*
#########################
##########################
		KATEGORIE
###########################
############################
*/

.categories{
	border: 1px solid #ddd;
}
.categories-header{
	border-bottom: 1px solid #ddd;
	color: #fff;
	background-color: #ff0000;
	padding: 10px 10px 0 10px;
}

.categories-header>h4{
	font-size: 18px;
}

.category{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #ddd;
}

.category:last-of-type{
	border: none;
}

.category-link{
	color: #000;
	transition: all .2s ease-in;
	font-size: 16px;
	text-transform: uppercase;
}

.category-link>i{
	padding-right: 10px;
	font-size: 16px;
	color: #000!important;
}


.category-link:hover{
	color: #ff0000;
	text-decoration: none;
}





/*
#########################
##########################
	KONIEC KATEGORIE
###########################
############################
*/





/*
#########################
##########################
	  SWIPER
###########################
############################
*/
@media (min-width: 1200px){
	.first-view-container{
		max-width: 1400px;
	}
}

.swiper1 .swiper-wrapper .swiper-slide{
	width: 100%;
	min-height: 40vh!important;
}

.swiper-slide{
	background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.7)) , url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.main-slider-first-image{
	background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.7)) , url("../images/slider1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.main-slider-second-image{
	background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.7)) , url("../images/slider2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.main-slider-third-image{
	background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.7)) , url("../images/slider3.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.swiper-slide:hover{
	cursor: grab;
}

.swiper-slide:focus{
	cursor: grabbing;
}

.swiper-slide-text{
	min-height: 70vh!important;
	max-width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #fafafa;
}

.swiper-header{
	font-family: itc-fenice, serif;
	font-weight: bold;
	font-size: 36px;
}

.swiper-text{
	font-size: 24px;
}

.swiper-button-next, .swiper-button-prev{
	color: #FAFAFA!important;
}
.swiper-pagination-bullet-active{
	background-color: #fafafa!important;
}

.swiper2, .swiper3, .swiper4{
	width: 90%;
}


.swiper2 .swiper-wrapper .swiper-slide{
	width: 25%;
	min-height: 70vh;
}

.swiper3 .swiper-wrapper .swiper-slide{
	width: 25%;
	min-height: 70vh;
}

.swiper4 .swiper-wrapper .swiper-slide{
	width: 25%;
	min-height: 70vh;
}


.swiper5 .swiper-wrapper .swiper-slide{
	width: 25%;
	min-height: 35vh;
}

.swiper-pagination5{
	bottom: 0;
}

.swiper2 .swiper-slide{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	background: none;
}

.swiper3 .swiper-slide{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	background: none;
}

.swiper4 .swiper-slide{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	background: none;
}

.swiper5 .swiper-slide{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: none;
}

    .swiper2 .swiper-slide img {
        display: block;
        width: 100%;
       max-height: 40vh;
        object-fit: cover;
      }

    .swiper3 .swiper-slide img {
        display: block;
        width: 100%;
       max-height: 40vh;
        object-fit: cover;
      }

    .swiper4 .swiper-slide img {
        display: block;
        width: 100%;
       max-height: 40vh;
        object-fit: cover;
      }

.swiper5 .swiper-slide img {
        display: block;
        width: 70%;
		height: auto;
		object-fit: cover;
      }

.swiper-product-name{
	margin-top: 20px;
	font-size: 16px;
	margin-bottom: 15px;
}

.swiper-product-name>a{
	color: #000;
}

.swiper-product-price{
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.swiper-product-button>a{
	display: block;
	padding: 10px 10px;
	border: 1px solid #000;
	text-align: center;
	color: #000;
	width: 50%;
	text-decoration: none;
	transition: .2s all ease-in;
}

.swiper-product-button>a:hover{
	background-color: #000;
	color: #fff;
}

.price-before-discount{
	color: #111;
	font-weight: 300;
	text-decoration-line:line-through;

}

.price-after-discount{
	margin-left: 10px;
}

/*
#########################
##########################
	 KONIEC SWIPER
###########################
############################
*/




/*
#########################
##########################
		BENEFITS
###########################
############################
*/

.benefits{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 80px;
}

.benefit-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

.benefit-link{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	transition: .2s all ease-in-out;
	color: #000;
}

.benefit-link:hover{
	text-decoration: none;
	color: #ff0000;
}

.benefit-icon{
	font-size: 32px!important;
	padding-right: 20px;
}

.benefit-icon-sm{
	font-size: 24px!important;
	padding-right: 15px;
}

.benefit-header{
	font-family: itc-fenice, serif;
	font-weight: bold;
}





/*
#########################
##########################
	 KONIEC BENEFITS
###########################
############################
*/




/*
#########################
##########################
	PRODUCT TABS
###########################
############################
*/

.product-tabs{
	margin-top: 80px;
	margin-bottom: 80px;
}

.product-tabs-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.nav-tabs{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	border: none;
} 

.nav-tabs .nav-link{
	border: none;
	font-size: 18px;
	color: #bbb;
	font-weight: 300;
}

.tab-content{
	margin-top: 40px;
}



/*
#########################
##########################
	KONIEC PRODUCT TABS
###########################
############################
*/




/*
#########################
##########################
		BRANDS
###########################
############################
*/

.brands{
	margin-bottom: 80px;
	margin-top: 80px;
}




/*
#########################
##########################
		KONIEC BRANDS
###########################
############################
*/



/*
#########################
##########################
		BLOG PREVIEW
###########################
############################
*/

.blog-preview{
	padding-top: 80px;
	margin-bottom: 80px;
	background-color: #f2f2f2;
}

.blog-preview-light-background{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #fff;
}

.blog-preview-subheader{
	font-size: 18px;
}

.blog-preview-item{
	position: relative;
	margin-bottom: 80px;
}

.blog-preview-item-link{
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
}

.blog-preview-item-link:hover{
	text-decoration: none;
}

.blog-preview-item-link:hover>.blog-preview-text-wrapper{
	top: -20px;
}

.blog-preview-item-link:hover>.blog-preview-text-wrapper>.blog-preview-item-header{
	color: #ff0000;
}

.blog-preview-image-wrapper{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 40px;
	z-index: -1;
}

.blog-preview-image{
	display: block;
	width: 100%;
	height: auto;
}

.blog-preview-text-wrapper{
	padding: 20px 10px;
	margin-top: -20px;
	position: relative;
	top: 0;
	background-color: #fff;
	z-index: 2;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #000;
	transition: .2s all ease-in-out;
}

.blog-preview-item-header{
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
	transition: all ease-in-out .2s;
}

.blog-preview-text, .blog-preview-info{
	font-size: 14px;
	text-align: center;
	font-weight: 300;
}

.blog-preview-info{
	margin-bottom: 0!important;
}


/*
#########################
##########################
	KONIEC BLOG PREVIEW
###########################
############################
*/




/*
#########################
##########################
		OUR TEAM
###########################
############################
*/

.our-team-text-wrapper{
	margin-top: 40px;
}

.our-team-header{
	margin-bottom: 20px;
}

.our-team-button{
	display: block;
	padding: 10px 10px;
	border: 1px solid #000;
	text-align: center;
	color: #000;
	width: 25%;
	text-decoration: none;
	transition: .2s all ease-in;
	margin-top: 20px;
}


.our-team-button:hover{
	background-color: #000;
	color: #fff;
	text-decoration: none;
}



/*
#########################
##########################
	KONIEC OUR TEAM
###########################
############################
*/



/*
#########################
##########################
	  REGISTER
###########################
############################
*/

.registration-form{
	margin-top: 20px;
}

.form-control{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 10px;
	border-radius: 0;
	color: #111;
}

.form-control:focus {
   border-color: #ff0000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px #ff0000;
  outline: 0 none;
}

.password-wrapper{
	position: relative;
}

.fa-eye{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 22px!important;
	cursor: pointer;
}

.form-check{
	margin-top: 10px;
	margin-bottom: 10px;
}

.pt20{
	padding-top: 20px;
}

.mb20{
	margin-bottom: 20px;
}

.form-check-label{
	font-weight: 300;
	font-size: 16px;
}

.registration-form-button{
	display: block;
	padding: 15px 10px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	width: 100%;
	background-color: #ff0000;
	text-decoration: none;
	transition: .2s all ease-in;
	cursor: pointer;
	font-size: 18px;
}

.registration-form-button:hover{
	background-color: #000;
	color: #fff;
}

.orange-link{
	color: #ff0000;
}

.orange-link:hover{
text-decoration-line: underline;
  text-decoration-color: #ff0000;
  text-decoration-thickness: 0.01em;
	color: #ff0000;
}

/*
#########################
##########################
	  KONIEC REGISTER
###########################
############################
*/




/*
#########################
##########################
	 	BANER
###########################
############################
*/


.baner{
	margin-top: 70px!important;
}

.baner-img{
	width: 100%;
	height: auto;
}



/*
#########################
##########################
	KONIEC BANER
###########################
############################
*/




/*
#########################
##########################
	LANDING KATEGORIE
###########################
############################
*/

.landing-page-categories-product{
	border: 1px solid #f2f2f2;
	padding: 25px 30px;
}

.landing-page-categories-product-button{
	display: block;
	padding: 10px 10px;
	border: 1px solid #000;
	text-align: center;
	color: #000;
	width: 75%;
	text-decoration: none;
	transition: .2s all ease-in;
	margin-top: 20px;
}


.landing-page-categories-product-button:hover{
	background-color: #000;
	color: #fff;
	text-decoration: none;
}





/*
#########################
##########################
 KONIEC LANDING KATEGORIE
###########################
############################
*/
