html, body{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	background-color: #F2F2F2!important;
	font-family: poppins, sans-serif;
font-style: normal;
font-weight: 400;
}

.pt160{
	padding-top: 160px;
}

.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;
}

.img-center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*
#########################
##########################
		MENU
###########################
############################
*/

.myAccountLink{
	color: #f2f2f2;
}

.myAccountLink:hover{
	text-decoration: none;
	color: #f2f2f2;
}

.slider{
	position: relative;
	background-color: #F2F2F2!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: #D81D51;
	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:'Poppins', 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; }


.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: poppins, sans-serif;
font-style: normal;
}

.primary-menu nav > ul > li > a::before{
	content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #11261E;
    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: 1px;
    background-color: #11261E;
    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: poppins, sans-serif;
font-style: normal;
	height: 100%;
	transition: .2s all ease-in;
}

.pull-right-menu-item:hover{
	color: #D81D51;
	text-decoration: none;
}

.primary-menu .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #F2F2F2;
  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: #f2f2f2!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: #D81D51!important;
}

.header-bottom-search-toggle i {
  line-height: 30px;
}

.fa-shopping-cart{
	color: #f2f2f2;
}

.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: #D81D51;
}

#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: #f2f2f2;
}

.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: #D81D51;
	text-align: center;
	color: #f2f2f2;
	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: #F2F2F2;
  -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: #F2F2F2;
  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: #D81D51;
	opacity: 1;
}

.mega-title{
	font-size: 3rem;
	padding: 40px;
}

.mega-title>span{
	font-weight: bold;
	color: #D81D51;
}


@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
###########################
############################
*/





/*
#########################
##########################
		LOGOWANIE
###########################
############################
*/


.info{
	margin-top: 160px;
	margin-bottom: 80px;
	min-height: 200px;
	background-color: #fafafa;
	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;
}

.logowanie{
	margin-bottom: 80px;
	margin-top: 80px;
}

.form-input{
	border: 1px solid #ddd;
	display: block;
	height: 40px;
	padding: 7px 15px;
	width: 100%;
	border-radius: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

.form-input::placeholder{
	color: #111;
	font-size: 14px;
	font-weight: 400;
}

.form-input:focus {
    outline-color: #D81D51;
}

.contact-textarea {
    width: 100%;
    border: none;
    outline: none;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #000;
    transition: .3s;
    height: 100px;
    font-size: 16px;
}

.contact-textarea:focus{
	border: 1px solid #2F8C82;
	-webkit-box-shadow: 2px 4px 5px 2px rgba(17,38,30,0.4);
-moz-box-shadow: 2px 4px 5px 2px rgba(17,38,30,0.4);
box-shadow: 2px 4px 5px 2px rgba(17,38,30,0.4);
	margin-top: 10px;
}

.form-button{
	display: block;
	min-width: 150px;
	min-height: 50px;
	background-color: #D81D51;
	color: #fff;
	border: 1px solid #D81D51;
	transition: all .3s ease-in-out;
}

.form-button:hover{
	background-color: #fff;
	color: #D81D51;
	cursor: pointer;
}

.form-button:focus{
	background-color: #fff;
	color: #D81D51;
}

.form-btn{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

.form-link{
	padding-top: 40px;
	font-size: 14px;
	color: #000;	
}

.form-link:focus{
	outline: none;
	text-decoration: underline;
}

.form-link:hover{
	color: #000;
}



.login-section{
	width: 100%;
}

.header{
	text-align: center;
	margin-bottom: 40px;
}

.loginBox{
	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;
	width: 100%;
}

.loginBox>form{
	width: 100%;
}

.login-wrapper{
	border: 1px solid #ddd;
	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;
	padding: 20px;
	min-height: 400px;
}

.login-wrapper>h3{
	padding: 10px 0;
}

.black-link{
	color: #111;
}

.black-link:hover{
	color: #111;
	text-decoration: underline;
}

.login-wrapper>button{
	visibility: hidden;
}

.login-button{
		border: 1px solid;
    border-radius: 1px;
    padding: 8px 15px;
    background-color: transparent;
    border-color: #D81D51;
    color: #D81D51;
    font-weight: 600;
    letter-spacing: .04em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-size: 16px;
	margin-top: 20px;
	font-weight: 300;
}

.login-button:hover{
	background-color: #D81D51;
	border-color: #D81D51;
	color: #f2f2f2;
	outline: 0;
	text-decoration: none;
}

.login-button-black{
		border: 1px solid;
    border-radius: 1px;
    padding: 8px 15px;
    background-color: #000;
    border-color: #000;
    color: #fff;
    font-weight: 600;
    letter-spacing: .04em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-size: 16px;
	margin-top: 20px;
	font-weight: 300;
	margin-left: 10px;
}

.login-button-black:hover{
	background-color: #f2f2f2;
	border-color: #000;
	color: #000;
	outline: 0;
	text-decoration: none;
}



/*
#########################
##########################
		KONIEC LOGOWANIE
###########################
############################
*/



/*
#########################
##########################
	FORMULARZ KONTAKTOWY
###########################
############################
*/



.input-wrapper{
	width: 49%;
	padding-bottom: 1rem;
	padding-right: 0!important;
	padding-left: 0!important;
	margin-right: 1%;
	display: inline-block;
}

.input-wrapper-full-width{
	width: 99%;
}

.contact-form-input{
	height: 40px;
	padding: 0 10px;
	width: 100%;
	font-size: 14px;
	font-family: 'Poppins';
	background: transparent;
	border: 1px solid #aaa;
}

.contact-form-textarea{
	padding: 10px 10px;
	width: 100%;
	font-size: 14px;
	font-family: 'Poppins';
	background: transparent;
	border: 1px solid #aaa;
}

.contact-form-input:focus{
	outline-color: #919191;
}

.contact-form-textarea:focus{
	outline-color: #919191;
}

.input-wrapper>input::placeholder{
	color: #aaa;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Poppins';
}

.input-wrapper-full-width>textarea::placeholder{
	color: #aaa;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Poppins';
}

.contact-details{
	background-color: #f2f2f2;
	padding: 50px 30px;
	font-size: 14px;
	margin-top: 40px;
}

.contact-details-list{
	list-style-type: none;
	padding-left: 0;
}

.contact-details-list>li{
	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;
}

.contact-details-list>li>i{
	line-height: 22px;
	margin-right: 10px;
}

.social-list{
	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;
	list-style-type: none;
	justify-content: space-between;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	font-size: 16px;
	padding-bottom: 0;
	margin-top: 40px;
	margin-bottom: 20px;
}

.social-list>li>a{
	color: #111;
	transition: all ease-in .2s;
	font-size: 18px;
}

.social-list>li>a:hover{
	color: #D81D51;
}









/*
#########################
##########################
KONIEC FORMULARZ KONTAKTOWY
###########################
############################
*/





/*
#########################
##########################
		SLIDESHOW
###########################
############################
*/

.carousel-item{
	max-height: 600px;
}

.carousel-caption{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*#########################
##########################
	KONIEC SLIDESHOW
###########################
############################
*/






/*
#########################
##########################
	KATEGORIE SUPPORT
###########################
############################
*/

.inline-tiles{
	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;
}

.tile{
	-webkit-box-shadow: 0px 2px 4px 1px rgba(172,172,172,0.7); 
	box-shadow: 0px 2px 4px 1px rgba(172,172,172,0.7);
	border-radius: 5px;
	padding: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: .3s all ease-in-out;
	margin-bottom: 40px;
	position: relative;
}

.tile.tile-45{
	width: 45%;
}

.tile-wrapper-48{
	width: 48%;
}

.tile-wrapper-48 .tile{
	margin-bottom: 20px;
}

.tile:hover{
	cursor: pointer;
	transform: scale(1.05);
}

.tile:hover .tile-title{
	color: #D81D51;
}

.tile img{
	width: 125px;
	height: auto;
	margin-top: 0;
}

.article-tile-details{
	width: 100%;
	padding: 5px;
}
.article-tile-details h3{
	text-align: center;
}

.article-tile-details-50{
	width: 50%;
	padding: 5px;
}

.tile-details{
	width: 100%;
	padding: 5px;
	margin-top: 15px; 
}


.tile-title{
	font-size: 20px;
	transition: .3s all ease-in-out;
	font-weight: 500;
	text-align: center;
}

.tile-title-link{
	color: #212529;
	transition: .3s all ease-in-out;
	width: 100%;
	height: 100%;
	display: block;
}

.tile-title-link:hover{
	color: #D81D51;
	text-decoration: none;
}


.tile-description{
	font-size: 12px;
	color: #404040;
}


/*
#########################
##########################
 KONIEC KATEGORIE SUPPORT
###########################
############################
*/




/*
#########################
##########################
 		LOGOS
###########################
############################
*/

.logos-section-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;
}


.logos-header-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;	
}

.logos-header-wrapper>h3{
	font-size: 48px;
}

.logos-row{
	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;
}

.logos-row-border-bottom{
	border-bottom: 1px solid #ededed;
}

.logo-tile{
	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;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #212529;
	transition: all .2s ease-in;
	background-color: #fafafa;
}

.logo-tile:hover{
	background-color: #f6f6f6;
	text-decoration: none;
	color: #212529;
}

.logo-tile-flex-start{
	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;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #212529;
	background-color: #fafafa;
}


.logo-tile-border{
	border-right: 1px solid #ededed;
}

.logo-tile-image{
	width: 60%;
	height: auto;
}

.logo-tile-text{
	text-align: left;
}

.logo-tile-text>h3{
	font-size: 18px;
	font-weight: 300;
}

.partners-header{
	font-size: 48px;
}

.patronite-wrapper{		
	background-color: #F5f5f5;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100%25' height='100%25'%3E%3Cdefs%3E%3Cpattern id='p' width='100' height='100' patternUnits='userSpaceOnUse' patternTransform='scale(0.88)'%3E%3Cpath id='a' data-color='fill' fill='%23FAFAFA' stroke='%23FAFAFA' stroke-width='3.89' d='M0 50V0h50zM50 50V0h50zM0 100V50h50zM50 100V50h50z'%3E%3C/path%3E%3Cuse xlink:href='%23a' x='100'%3E%3C/use%3E%3Cuse xlink:href='%23a' y='100'%3E%3C/use%3E%3Cuse xlink:href='%23a' x='100' y='100'%3E%3C/use%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23p)' width='100%25' height='100%25'%3E%3C/rect%3E%3C/svg%3E");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	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-around;
	align-items: flex-end;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
}


.patronite-header{
	font-size: 34px;
	font-weight: bold;
	text-align: right;
}






@media (max-width: 1024px){
	.logos-header-wrapper>h3{
		font-size: 38px;
	}
	
	.partners-header{
		font-size: 38px;
	}
	
	.logo-tile-image{
		width: 50%;
	}
	
	.patronite-wrapper{
		margin: 0;
		padding-left: 0;
		align-items: flex-start;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.patronite-header{
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: left;
	}
	
	.patronite-wrapper>a{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
}


@media (max-width: 767px){
	.logos-section-wrapper{
		padding-top: 40px;
	}
	
	.logos-header-wrapper>h3{
		font-size: 32px;
		margin-bottom: 20px;
	}
	
	.logos-row-wrapper{
		padding: 0;
		margin: 0;
	}
	
	.mobile-margin{
		margin: 0;
		padding: 0;
	}
	
	.partners-header{
		font-size: 	32px;
	}
	
	.logos-header-wrapper{
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	.logo-tile-image{
		width: 60%;
	}
	
	.patronite-header{
		font-size: 32px;
	}
	
}

@media (max-width: 469px){	
	
	.logos-header-wrapper>h3{
		font-size: 24px;
	}
	
	.mega-title{
		font-size: 2rem;
	}
	
	.partners-header{
		font-size: 24px;
	}
	
	.logo-tile-image{
		width: 90%;
	}
	
	.patronite-header{
		font-size: 24px;
	}
}



/*
#########################
##########################
 	KONIEC LOGOS
###########################
############################
*/








/*
#########################
##########################
 		FAQ
###########################
############################
*/

.accordion .card-header:after {
    content: "-";
    float: right;
	font-size: 18px;
	font-weight: 300;
}
.accordion .card-header.collapsed:after {
    content: "+"; 
}

.card{
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.card-header{
	background-color: #F2F2F2;
}

.card-header:last-of-type{
	border-bottom: none;
}

.card-header:hover{
	cursor: pointer;
}

.card-body{
	padding: 0;
	margin: 0;
	background-color: #F2F2F2;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body p{
	padding: 15px;
	margin: 0;
}


/*
#########################
##########################
 	  KONIEC FAQ
###########################
############################
*/


/*
#########################
##########################
		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;
}

.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: #D81D51;
	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: #D81D51;
	  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: #D81D51;
	transition: .3s;
}

.copyright-link:hover{
	color: #D81D51;
	text-decoration: underline;
}

.stopka-login{
	text-align: center;
	margin-top: 10px;
}

.stopka-login>a{
color: #D81D51;
}

.stopka-login>a:hover{
	color: #D81D51;
	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;
}



@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: #f2f2f2;
  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: 45px;
}

.footer-contact-link-item>p>i{
	margin-right: 5px;
	font-size: 22px;
	line-height: 1;
	vertical-align: middle;
	position: absolute;
	left: 25px;	
}

.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;
}

.footer-newsletter-wrapper{
	margin-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}

.copy-button-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.footer-newsletter{
	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;
}

.newsletter-text{
	font-weight: bold;
	font-size: 18px;
	margin-top: 15px;
}

.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: #D81D51;
	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: #D81D51;
}

.copy{
	width: 100%;
	background-color: #f2f2f2;
	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
###########################
############################
*/




/*
#########################
##########################
		OFERTA
###########################
############################
*/

.tac{
	text-align: center;
}

.cennik-wrapper{
	background-color: #fafafa;
	padding: 10px;
	border-radius: 10px;
	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;
}

.cennik-header{
	background-color: #D81D51;
	width: 100%;
	text-align: center;
	color: #fafafa;
	border-radius: 10px;
	padding: 25px 15px;
}

.cennik-header>h3{
	margin: 0;
	padding: 0;
	font-size: 24px;
}

.cennik-text{
	padding: 20px 15px;
	font-size: 14px;
	margin-top: 20px;
}

.cennik-list-wrapper{
	width: 100%;
	padding: 0;
}

.cennik-list{
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0;
	margin-left: 10px;
}

.cennik-list-item{
	padding: 10px;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.cennik-list-item>i{
	margin-right: 10px;
}

.cennik-price{
	padding: 15px;
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #D81D51;
}

.price{
	font-weight: bolder;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.cennik-button-wrapper{
	padding-bottom: 25px;
	width: 90%;
	text-align: center;
}

.cennik-button{
	border: 1px solid;
    font-size: .9em;
    padding: 15px 15px;
    background: #D81D51;
    border-color: #D81D51;
    color: #f2f2f2;
    font-weight: 600;
    letter-spacing: .04em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
    line-height: 1.82857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width: 90%;
}

.cennik-button:hover{
	background-color: #fafafa;
	color: #D81D51;
	text-decoration: none;
}


.cennik-button .fa-shopping-cart{
	transition: all ease 0.3s;
}

.cennik-button:hover>i{
	margin-left: 10px;
}

.cennik-button>i{
	transition: margin-left ease 0.3s;
}

.cennik-button:hover> .fa-shopping-cart{
	color: #D81D51;
}

.cennik-button:focus{
	background-color: #fff;
	color: #D81D51;
}




/*
#########################
##########################
	KONIEC OFERTA
###########################
############################
*/




/*
#########################
##########################
	PULPIT 
###########################
############################
*/

.pulpit-text{
	font-size: 28px;
	text-align: left;
	width: 100%;
	padding-top: 20px;
	padding-left: 20px;
	font-weight: bold;
}

.pulpit-list-item{
	padding: 10px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	font-size: 16px;
}

.pulpit-list-item>i{
	margin-right: 10px;
	font-weight: normal;
	font-size: 16px;
}


/*
#########################
##########################
	KONIEC PULPIT 
###########################
############################
*/




/*
#########################
##########################
	ARTYKUŁ
###########################
############################
*/

.article-evaluation-wrapper{
	border: 1px solid #000;
	padding: 20px;
	border-radius: 5px;
	margin-top: 80px;
}

.article-evaluation-header{
	text-align: center;
	padding: 10px;
}

.article-evaluation-header h4{
	margin-bottom: 20px;
}

.article-evaluation-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: space-around;
	align-items: center;
	padding: 10px;
}

.article-evaluation-button{
	padding: 10px;
	border: 1px solid #212529;
	border-radius: 5px;
	min-width: 100px;
	text-align: center;
	transition: .2s all ease-in;
	color: #212529;
	background-color: #f8f9fa;
}

.article-evaluation-button a{
	color: #212529;
}

.article-evaluation-button:hover{
	text-decoration: none;
	color: #212529;
	cursor: pointer;
}

.article-evaluation-button-yes:hover{
	background-color: #66FA90;
}

.article-evaluation-button-no:hover{
	background-color: #FA6666;
}

.article-evaluation-feedback{
	text-align: center;
	margin-top: 20px;
	color: #66FA90;
	font-size: 22px;
	display: none;
}

.article-evaluation-feedback.active{
	text-align: center;
	margin-top: 20px;
	color: #66FA90;
	font-size: 22px;
	display: block;
}














/*
#########################
##########################
	KONIEC ARTYKUŁ
###########################
############################
*/






/*
#########################
##########################
	SIDEBAR
###########################
############################
*/

.sidebar .sidebar_widget {
	margin-bottom:35px;clear:both; width:100%;
}
.sidebar .sidebar_widget:last-of-type { 
	margin-bottom:0;
}
.sidebar h2, .sidebar .h2 { 
	font-family:'Poppins', sans-serif;
	margin-bottom:20px;
	font-size: 18px;
}
.sidebar .sidebar_widget .widget-content ul {
	margin:0 0;
}
.sidebar .sidebar_widget.sidePro .widget-content ul {
	margin:0;
}
.sidebar .sidebar_widget .widget-content ul li {
	padding: 5px 0;
	font-size:14px;
	border-bottom: 1px solid #ddd;
}

.sidebar .sidebar_widget .widget-content ul li:last-of-type{
	border: none;
}

.sidebar .sidebar_widget.categories .sub-level {
	position:relative;
}
.sidebar .sidebar_widget.categories .sub-level > a:after {
	content:'-';
	font-family:'annimex-icons';
	display:inline-block;
	position:absolute;
	right:0;
	top: 5px;
	font-size: 18px;
}
.sidebar .sidebar_widget.categories .sub-level > a.active:after {
	content:'+';
	display:inline-block;
	font-size: 20px;
	right:0;
	top: 0;
}

.sidebar .sidebar_widget.categories .level1 > a:after {
	content:'+'!important;
	display:inline-block;
	font-size: 20px;
	right:0;
	top: 0;
}

.sidebar .sidebar_widget.categories .level1 > a.active:after {
	content:'-'!important;
	display:inline-block;
	font-size: 20px;
	right:0;
	top: 0;
}


.sidebar .sidebar_widget.categories .sub-level ul {
	margin-bottom:0;
	display:none;
}
.sidebar .sidebar_widget.categories li a {
	color:#111;
	font-size:16px;
	display:block;
}
.sidebar .sidebar_widget.categories li a:focus {
	outline:0;
	opacity: 0.8;
}

.filter-widget .widget-title {
	position:relative;
}

.sidebar_categories{
	padding: 0;
	list-style-type: decimal-leading-zero;
}

.sublinks{
	padding-left: 20px;
	padding-top: 5px;
}

.sidebar_categories a{
	transition: all .2s ease-in;
}

.sidebar_categories a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.level1{
	list-style-type: none;
}

.level2{
	list-style-type: disc;
	border-bottom: 1px solid #ddd;
}

.level3{
	list-style-type: circle;
	border-bottom: 1px solid #ddd;
}

.level4{
	list-style-type: square;
	border-bottom: 1px solid #ddd;
}

/*
#########################
##########################
	KONIEC SIDEBAR
###########################
############################
*/




/*
#########################
##########################
	SKLEP
###########################
############################
*/

.produkt-image {
	position:relative;
	overflow:hidden;
	margin:0 auto 15px;
}

.produkt-image a{
	opacity: 1;
	display: block;
	width: 100%;
	height: 100%;
}

.produkt-image img{
	display: block;
	width: 100%;
	margin: 0 auto;
}

.produkt-labels{
	position: absolute;
	top: 5px;
	left: 5px;
}

.produkt-labels .label{
	display: block;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

.produkt-labels .sale{
	right: 5px;
	background-color: red;
}

.produkt-buttons{
	position: absolute;
	opacity: 0;
	visibility: hidden;
	right: 0;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: -10px;
	top: auto;
	transition: .2s all ease-in;
}

.produkt-image:hover .produkt-buttons{
		bottom: 10px;
		top: auto;
		opacity: 1;
		visibility: visible;
}


.produkt-buttons ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.produkt-buttons ul li{
	display: inline-block;
	margin-left: 5px;
}

.produkt-button{
	background-color: #111;
	color: #fff;
	display: inline-block;
	border: 2px solid transparent;
	border-radius: 4px;
	position: relative;
	font-size: 18px;
	padding: 0;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	transition: .2s all ease-in;
}

.produkt-button:hover{
	background-color: #555;
	cursor: pointer;
}

.produkt-button:hover .produkt-tooltip{
	visibility: visible;
	opacity: 1;
	top: -30px;
}

.produkt-button .fa-search{
	color: #f2f2f2;
}

.produkt-tooltip{
	height: 25px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%);
	font-size: 10px;
	text-transform: uppercase;
	line-height: 21px;
	transition: .2s all ease-in;
	visibility: hidden;
	color: #fff;
	background-color: #111;
	opacity: 0;
	padding: 2px 7px;
	border-radius: 4px;
	white-space: nowrap;
}

.produkt-tooltip::before{
	content: "";
	border: 5px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
}

.produkt-info{
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: -15px;
	margin-bottom: 20px;
	padding: 10px;
	padding-bottom: 0;
}

.produkt-header{
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.produkt-header a{
	color: #111;
	transition: .2s all ease-in;
}

.produkt-header a:hover{
	color: #D9AB32;
	text-decoration: none;
}

.produkt-price{
	text-align: center;
	color: red;
}

.produkt-opis-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: center;
	align-items: center;
}

.produkt-nazwa-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;
	margin-left: 20px;
}

.produkt-nazwa{
	font-size: 36px;
}

.produkt-nazwa-tekst{
	font-size: 14px;
}

.bg-produkt{
	background-color: #CFD8ED;
}

.bg-white{
	background-color: #fff;
}

.produkt-box-wrapper{
	background-color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
}

.df-fdr{
	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;
}

.produkt-box-list{
	list-style-type: none;
	margin-left: -40px;
}

.produkt-box-list-item{
	font-size: 14px;
	margin-top: 10px;
}

.produkt-box-list-icon{
	color: limegreen;
	margin-right: 5px;
}

.produkt-box-price{
	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;
}

.produkt-box-price-text{
	font-weight: 500;
}

.produkt-box-price-cena{
	font-size: 18px;
	color: red;
	font-weight: 500;
}


.produkt-link{
	border: 1px solid;
    font-size: .9em;
	height: 50px;
    background: #D81D51;
    border-color: #D81D51;
    color: #f2f2f2;
    letter-spacing: .04em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
   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;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width: 100%;
}

.produkt-link:hover{
	background-color: #fafafa;
	color: #D81D51;
	text-decoration: none;
}

.produkt-link>i{
	transition: all ease 0.3s;
	margin-right: 5px;
}

.produkt-link .fa-shopping-cart{
	transition: all ease 0.3s;
}


.produkt-link:hover> .fa-shopping-cart{
	color: #D81D51;
}

.shopping-cart{
	position: relative;
}

.cart-counter{
	position: absolute;
	display: inline-block;
	right: 15%;
	top: -30%;
	background-color: #D81D51;
	text-align: center;
	color: #f2f2f2;
	width: 18px;
	height:18px;
	font-size: 12px;
	line-height: 18px;
	border-radius: 50%;	
}



.produkt-link:focus{
	background-color: #fff;
	color: #D81D51;
}




/*
#########################
##########################
	KONIEC SKLEP
###########################
############################
*/




/*
#########################
##########################
		TABS
###########################
############################
*/

.nav-tabs{
	padding: 0 15px;
	width: 100%;
	border-top: 1px solid #dee2e6;
	z-index: 2;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.tab-item{
	padding: 10px 10px;
	margin: 0 10px;
	font-size: 18px;
	transition: .3s all ease-in;
	border-bottom: 2px solid transparent;
}

.tab-item.active{
	border-bottom: 2px solid #111;
}

.tab-item:hover{
	border-bottom: 2px solid #111;
	cursor: pointer;
}

.tab-link.active{
	color: #111;
	font-weight: 500;
}

.tab-link{
	color: #111;
	height: 100%;
}

.tab-link:hover{
	color: #111;
	text-decoration: none;
}

.tab-content{
	padding: 20px 0;
}

.tab-content-header{
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
}

.carousel{
	margin-top: 40px;
}

.carousel-indicators{
	display: none;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}

.tab-content-text{
	margin-top: 20px;
}

.support-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;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #CFD8ED;
	border-radius: 5px;
	margin-top: 20px;
}

.support-text{
	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;
}


.support-link{
	border: 1px solid;
    font-size: .9em;
	height: 50px;
	margin-top: 20px;
    background: #CFD8ED;
    border-color: #CFD8ED;
	border-radius: 5px;
    color: #111;
    letter-spacing: .04em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
   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;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width: 80%;
}

.support-link:hover{
	background-color: #fff;
	color: #111;
	text-decoration: none;
	border-color: #CFD8ED;
}

.support-link>i{
	transition: all ease 0.3s;
	margin-right: 5px;
}

.support-link:focus{
	background-color: #fff;
	color: #D81D51;
}

/*
#########################
##########################
	 KONIEC TABS
###########################
############################
*/





/*
#########################
##########################
		 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: #f2f2f2;
}

.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: poppins;
  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: #D81D51;
}

.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: #D81D51;
}

.table-link{
	margin-left: 30px;
	font-size: 14px;
	color: #D81D51;
	transition: .2s all ease-in;
	border: none;
	background-color: #F2F2F2;
}
.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: #D81D51;
	color: #fff;
	border: 1px solid #D81D51;
	transition: all .3s ease-in-out;
}

.minicart-bottom .view-cart:hover{
	background-color: #fff;
	color: #D81D51;
	cursor: pointer;
}

.minicart-bottom .view-cart:focus{
	background-color: #fff;
	color: #D81D51;
}

.minicart-bottom .refresh-cart{
	display: block;
	margin-bottom: 20px;
	background-color: #fff;
	color: #D81D51;
	border: 1px solid #D81D51;
	transition: all .3s ease-in-out;
	margin-top: -10px;
}

.minicart-bottom .refresh-cart:hover{
	background-color: #D81D51;
	color: #fff;
	cursor: pointer;
	opacity: 1;
}

.minicart-bottom .refresh-cart:focus{
	background-color: #D81D51;
	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
###########################
############################
*/











