
body {
    font-family: Inter,Helvetica,Verdana,Arial,sans-serif;
    font-size: 1.4em;
    line-height: 1.42857143;
    color: #222;
}

.btn:focus {
	color: #fff;
	outline: none;
}


.control-label {
	color: #000!important;
}

.has-warning .form-control {
    border-color: #a9a9a9;
}

.well {
    background-color: #ffffff;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-success {
    color: #fff;
    background-color: #146800;
    border-color: #146800;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    padding: 10px;
}


a {
    color: #000;
    text-decoration: none;
}

.fontK {
    font-weight: 300;
    color: #000;
    font-size: 1.3rem;
}

.iconStar {
    color: #666!important;
    font-size: 1.222em;
}

.iconStarActive {
    font-size: 1.222em;
    color: #fac314!important;
}

button.oc {
    padding: 0px 5px 0 0;
	margin-left: -3px;
}

.glosyOddane {
    background: none!important;
    color: #000!important;
    position: relative;
    top: 0px;
    font-weight: 500;
}

#google_translate_element a {
    display: none !important;
}
.goog-te-gadget { font-size:0px !important; }
.goog-te-gadget .goog-te-combo {padding-left: 2px;}
/*.goog-te-button{display:none !important; }*/
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
.breadcrumb{background-color: #ffffff;}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}



.flex-hero {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
	width: 100%;
	margin-top: 50px;
    }
.flex-item-h:nth-child(1) {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 70%;
    flex: 0 1 70%;
    -webkit-align-self: stretch;
    align-self: stretch;
	border-radius: 1.75rem;
    }
.flex-item-h:nth-child(2) {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 25%;
    flex: 0 1 28%;
    -webkit-align-self: stretch;
    align-self: stretch;
	border-radius: 1.75rem;
	
    }
	
.flex-hero img {
	width: 100%;
}
	
	.br {
		border-radius: 0.75rem;
	}

.badge {
    background-color: #000;
}

.flex-hero-v {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
	height: 100%
    }
.flex-item-v:nth-child(1) {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 47%;
    flex: 0 1 47%;
    -webkit-align-self: stretch;
    align-self: stretch;
	background: #efefef;
	border-radius: 1.75rem;
    }
.flex-item-v:nth-child(2) {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 47%;
    flex: 0 1 47%;
    -webkit-align-self: stretch;
    align-self: stretch;
	background: #efefef;
	border-radius: 1.75rem;
    }


.main {
    background: #efefef;
}




.boxWhiteContent {
    background: #fff;
    padding: 10px;
    margin: 20px 0!important;
    font-size: 1.111em;
}

div.container.payment{padding-top:15px;}
div.container.main{padding-top:50px;}
meter{width: 30px; height: 15px; margin-left: 5px;}
hr{margin-top:5px;margin-bottom:5px;}
.badge.info{background-color: #2196f3;}
.tooltip-inner {
    white-space:pre-wrap;
}
.btn-margin {
    margin: 1px;
	overflow: hidden;
}
 .affix {
      top: 60px;
      /* z-index: 9999 !important; */
	  width: 300px;
  }
.affix-top{
	  width: 300px;
}
.affix .td-affix{display:none;}
.list-link button{color:#000;}
.list-link button:hover{color:red;}
.list-link a{color:#000;}
.list-link a:hover{color:red;}
.foot-link a{color:#fff;}
.foot-link a:hover{color:red;}
.btn-group{margin:2px;}
.panel-noborder{border:none;-webkit-box-shadow:none;box-shadow:none}
/*.breadcrumb{margin-top:15px;}*/
.badge {font-weight: 400;}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 20px;
	display:none;
}
.navbar-brand{padding: 5px; font-size:14px;}

span.opis{font-size:8pt !important;color:#607d8b;
	
}
.navbar-toggle{margin-right:5px;}
td.thin{font-size:8pt;padding:2px !important;}
.thin{font-size:8pt;padding:2px !important;}
.bg-info {
    background-color: #8e1c1e;
}

/* .modal-content{
	    background-color: #5d6368;
} */
/* .list-group-item{
	    background-color: #484e55;
} */
.nop {
    padding: 0!important;
}

.pad10b {
    padding: 0 0 10px 0!important;
}

.pad10TB, .pad10tb {
    padding: 10px 0!important;
}

.strong {
    font-weight: 600;
}

.btn-warning {
    color: #fff;
    background-color: #fc570f;
    border-color: #fc570f;
}

.badgeStatus {
    font-weight: 300;
    font-size: 1em;
    padding: 1px 7px;
    border-radius: 3px;
    background-color: #0cb630;
    color: #fff;
}

.boxZaleglosci {
    background: #f1f1f1;
    margin-bottom: 15px!important;
}

.borderGrey {
    border: #dee0e0 1px solid;
}

.text-danger {
    color: #E10620;
}

.font12em {
    font-size: 1.222em!important;
}

.flex-container {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.control-label.etykieta{
	font-weight: normal;
	text-align: left;
}


.pad5 {padding-right:5px;}
.jest {
	border-left-width: 1px;
	border-left-color: #62c462;
}
.brak {
	border-left-width: 1px;
	border-left-color: #ff3135;
}
.malo {
	border-left-width: 1px;
	border-left-color: #ffeb3b;
}
.linia-poz{
	border-color: #ff3135;
	margin:0;
}
.alert.mt{
	margin-top:20px;
}
.linia-info{
	border-color: #faebcc;
	border-width: 4px;
	margin:30px 0 30px 0;
}
.layout-logo{padding-left:2px;}
.list-tree{
	border:none;
	padding-left:5px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:5px;
	overflow:hidden;
}
.prod-elem-hide{
	 display: none !important;
}
.loc-elem-hide{
	 display: none !important;
}
.amount-elem-hide{
	 display: none !important;
}

i.fa.mr{
	margin-right:3px;
}
i.fa.ml{
	margin-left:3px;
}
span.badge.ml{
	margin-left:3px;
}
span.caret.ml{
	float:right;
}
span.mr{
	margin-right:5px;
}
small.mr{
	margin-right:5px;
}
small.ml{
	margin-left:5px;
}
code.ml{
	margin-left:3px;
}
.mr{
	margin-right:3px;
}
.ml{
	margin-left:3px;
}
li.ceny{padding: 3px 5px !important;}

.bgWhite {
	background: #FFF;
}

.bgGrey {
	background: #262627;
}


.flex-topMenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

header {
	padding: 0px;
}

.navbar {
    position: relative;
    min-height: 20px;
    margin-bottom: 0px;
    border-bottom: 1px solid transparent;
}

.navbar-inverse {
    background-color: #FFF;
    border-color: #efefef;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #505050;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #000;
}
.textLogin {
	padding: 5px 15px;
	display: block;
}

.btnSzukaj::after {
    content: "";
    position: absolute;
    background: url(images/svg/search.svg) no-repeat;
    background-size: 19px;
    background-position: center;
    right: -270px;
    top: 4px;
    height: 25px;
    width: 25px;
    z-index: 1000;
    padding: 15px;
    border-radius: 3px;
}

#searchSection {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
	max-height: 75px;
    }
	
	
.borderSearch {
    background: #fff;
    border: 2px solid #ff5a00;
    border-radius: 4px;
}

.logo-item:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }

.search-item:nth-child(2) {
    order: 0;
    flex: 0 1 50%;
    align-self: auto;
    }
	
.basket-item:nth-child(3) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }
	
.header-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    }
	
.header-icon a {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
	width: 75px;
	height: 75px;
	color: #fff;
	font-size: 11px;
	background-color: #555;
    border-right: #6c6c6c 1px solid;
}

.header-icon a:hover { 
	background: #262627;
}

.hicon-item:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: center;
    }

.hicon-item:nth-child(2) {
    order: 0;
    flex: 0 1 auto;
    align-self: center;
    }

.hicon-item:nth-child(3) {
    order: 0;
    flex: 0 1 auto;
    align-self: center;
    }	


.btnSzukaj {
    height: 40px;
    width: 295px;
    padding: 0 15px 0 15px!important;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: left;
    background: #fff;
    color: rgba(0,0,0,.87);
    font-size: 1.22em;
    cursor: pointer;
}


.hero-banner {
    width: 855px;
    margin-bottom: 30px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.item-slide{border:1px solid #e0e0e0;padding:10px;display:inline-table;min-height:328px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.item-slide:hover{border:1px solid #ccc}.swiper-slide{text-align:center;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}

.container-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
	padding: 100px 0;
	margin: 0 auto;
    }

.bgGreyBox {
	background: #262627;
	color: #FFF;
}
.bgOrangeBox {
	background: #146800;
	color: #FFF;
}

.baners {
	margin-bottom: 100px;
}
	
.main1000 {
	max-width: 1000px;
}
	
.container-main a { 
	color: #FFF;
	width: 150px;
	height: 150px;
	display: block;
	padding: 10px;
	margin: 5px;
	border-radius: 6px;
	-webkit-transition: all;
    transition: all;
    transition: all all ease-out;
    -webkit-transition: all all ease-out;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}
.container-main a:hover { 
box-shadow: 0 0 10px 0 rgb(0 0 0 / 75%);
}

.container-main a:hover { 
	text-decoration: none;
}

.icoBoxSearch {
	background-image: url(images/svg/searchW.svg);
	background-size: 45px 45px;
    background-position: center center;
    background-repeat: no-repeat;
}
.icoBoxSearch2 {
	background-image: url(images/svg/search2.svg);
	background-size: 50px 50px;
    background-position: center center;
    background-repeat: no-repeat;
}
.icoBoxList {
	background-image: url(images/svg/list2.svg);
	background-size: 50px 50px;
    background-position: center center;
    background-repeat: no-repeat;
}
.icoBoxTag {
	background-image: url(images/svg/tag.svg);
	background-size: 50px 50px;
    background-position: center center;
    background-repeat: no-repeat;
}
.icoBoxTag2 {
	background-image: url(images/svg/sale3.svg);
	background-size: 50px 50px;
    background-position: center center;
    background-repeat: no-repeat;
}
.icoBoxNews {
	background-image: url(images/svg/news.svg);
	background-size: 50px 50px;
    background-position: center center;
    background-repeat: no-repeat;
}
.icoBoxCatalog {
	background-image: url(images/svg/catalogs.svg);
	background-size: 60px 60px;
    background-position: center center;
    background-repeat: no-repeat;
}
.icoBoxMail {
	background-image: url(images/svg/mail.svg);
	background-size: 60px 60px;
    background-position: center center;
    background-repeat: no-repeat;
}
.icoBoxContact {
	background-image: url(images/svg/mail.svg);
	background-size: 60px 60px;
    background-position: center center;
    background-repeat: no-repeat;
}

.pageZam {
	margin: 50px 0;
	background: #FFF;
	padding: 10px;
}

.headerZam {
  background: #eee;
  padding: 10px 0;
  font-size: 1em;
  font-weight: 500;
}
.listDocItem {
  padding: 10px 0;
  border-bottom: #ced3d3 1px solid;
}

.textZaleglosc {
 padding-right: 30px;
}
.wartoscZamowienia {
	font-size: 15px;
}

.dateInput {
  min-width: 120px !important;
  max-width: 135px !important;
}

.btnDataF {
  background: #fc570f;
  color: #fff;
  display: inline-flex;
  height: 30px;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.borderGrey {
  border: #dee0e0 1px solid;
}

.font11em {
  font-size: 1.111em;
}

.titleHeadOrder h4 {
  margin-bottom: 6px !important;
  font-weight: 400;
}

.docFileOrder h4 {
    font-size: 1.8rem;
    margin: 0;
    font-weight: 400;
    margin-top: 11px;
    letter-spacing: -0.6px;
}

.fileList ul li a::before {
  content: "";
  position: relative;
  background: url(images/svg/file.svg) no-repeat;
  opacity: 0.7;
  left: -10px;
  top: 2px;
  height: 15px;
  width: 15px;
}

.fileList {
  display: flex;
}

.fileList ul {
  list-style: none;
  margin: 0;
  padding: 15px;
  display: list-item;
  width: 100%;
  font-size: 1.111em;
}

.fileList ul li a {
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  font-size: 0.88em;
  color: #000;
}

.btnOrderData {
  text-align: right;
}

.flexBox_m1 {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
}

.flexBox_m1 .flex-item:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    margin-right: 10px;
}

.flexBox_m1 .flex-item:nth-child(2) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    margin-right: 10px;
}

.nom {
	margin: 0!important;
}
.layout-table h1 {
	font-size: 18px;
}

.cenaBrutto {
    padding: 0;
    font-size: 2.2em;
    font-weight: 600;
}

.stanM {
    font-weight: 300;
    color: #000;
    font-size: 1.3rem;
    margin-top: 10px;
}
.stanD {
    color: #14b72b;
    font-weight: 600;
}

.grupBtnItem button {
	margin-right: 5px;
}

.panel {
border-radius: 0;
}

.panel-default>.panel-heading {
    border-color: inherit;
}

.panel-heading {
	padding: 0px 15px;
}

.btnColor1 {
    background: #E10620;
    color: #FFF;
    border: #E10620 1px solid;
    padding: 5px 10px !important;
}
.btnColor1:hover {
    background: #000;
    color: #FFF;
    border: #000 1px solid;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 3px 5px;
}


.breadcrumbProduct {
    background: transparent;
    margin: 0 0 0px 0;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    border-bottom: #FFF 0px solid!important;
    text-transform: lowercase;
}

.breadcrumbProduct li:after {
    content: "-";
    color: #000;
    margin: 0 5px;
}

.breadcrumbProduct ol {
    padding: 21px 0px;
    margin: 0;
}

.breadcrumbProduct li {
    display: inline;
}

.karta-produktu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    }

.flex-obrazek:nth-child(1) {
    order: 0;
    flex: 0 1 46%;
    align-self: flex-start;
	min-height: 450px;
    }

.flex-stan:nth-child(2) {
    order: 0;
    flex: 0 1 29%;
    align-self: flex-start;
	min-height: 450px;
	padding: 0 15px;
    }

.flex-opis:nth-child(3) {
    order: 0;
    flex: 0 1 25%;
    align-self: flex-start;
	min-height: 450px;
    }
	
.karta-tytul {
	font-size: 1.8em;
	
}

.flex-obrazek figure {
	padding: 40px 0;
}

.logoproducenta {
    width: 40px;
    display: inline-flex;
    justify-content: right;
}

.price-box  {
    border-left: #f5f5f5 1px solid;
    padding: 0 0 0 15px!important;
}

.boxWhiteContent {
    border: #ededed 1px solid;
    padding: 10px;
    margin: 20px 0!important;
    font-size: 1.111em;
}

.boxWhiteContent h3 {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0!important;
    text-transform: uppercase;
    font-size: 1.666em;
    font-weight: 600;
    border-bottom: #ededed 1px solid;
}

.stanMagazynowy {
	font-size: 14px;
	margin-bottom: 15px;
}

.sMagazyn {
    border-bottom: #efefef 1px solid;
    padding: 5px 0!important;
}

.ilewmag {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    width: 24px;
	height: 24px;
    background: #d6d6d6;
    padding: 1px;
    border-radius: 2px;
    margin-right: 5px;
    margin-left: 0;
	font-size: 12px;
}

.brakwmag {
    background: #ef0707!important;
    color: #fff!important;
}
span.jest {
    background: #14b72b!important;
    color: #fff;
}

.lSz {
	margin-top: 20px;
}

.poleIlosci {
    width: 80px!important;
    text-align: left;
    height: 40px!important;
    border-color: #e9e9e9!important;
}

.btnDoKoszyka button {
    background: #E10620;
    color: #fff;
    border-width: 0;
    padding: 14px 24px;
    margin-top: 5px;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition:all .2s linear;
}

.btnDoKoszyka button:hover {
	opacity: .8;
	color: #FFF;
}

.btnOdp a {
    width: 100%;
    padding: 14px 24px;
    background: #2B2A29!important;
    color: #fff!important;
   
    font-weight: 600;
    border-radius: 5px;
	margin-top: 10px;
}

.bgBodyWhite {
    background: #FFF;
    padding-bottom: 20px;
}

.footer {
	display: block;
	background: #F6F7F9;
	width: 100%;
    padding: 25px 0 25px 0;
    font-size: 1em!important;
	margin-top: 40px;
}

footer h4 {
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #c6c6c6;
    display: inline-block;
    padding: 4px 0;
}

.footerLink a {
    display: flex;
    padding: 4px 0 4px 10px;
    margin: 0;
    font-weight: 300;
    font-size: 13px;
}

.footerLink a::before {
    background-color: #c6c6c6;
    content: "";
    height: 4px;
    left: -10px;
    position: relative;
    top: 8px;
    width: 4px;
}
.social a {
    display: inline-block;
    padding: 0 5px 0 0;
    margin-top: 10px;
}

.opisy {
	padding: 20px 10px;
}

.opisy p {
	font-size: 16px;
}

.minh {
	margin: 20px 0 100px 0;
}

.kosztyDostawyHead {
    background: #146800;
    color: #fff;
}

.deliverSepColor {
    background: #eee;
}

.flex-vcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.deliverBox::before {
    display: flex;
    position: relative;
    top: 0;
    left: -10px;
    height: 40px;
    width: 40px;
    content: "";
    background: url(images/svg/box.svg) no-repeat;
    background-size: 40px;
    z-index: 1000;
}

div.deliverMagazyn::before {
    display: flex;
    position: relative;
    top: 0;
    left: -10px;
    height: 35px;
    width: 35px;
    content: "";
    background: url(images/svg/warehouse.svg) no-repeat;
    background-size: 35px;
    z-index: 1000;
}

div.deliverParcel::before {
    display: flex;
    position: relative;
    top: 0;
    left: -10px;
    height: 40px;
    width: 40px;
    content: "";
    background: url(images/svg/sizedev.svg) no-repeat;
    background-size: 40px;
    z-index: 1000;
}

div.deliverPaleta::before {
    display: flex;
    position: relative;
    top: 0;
    left: -10px;
    height: 40px;
    width: 40px;
    content: "";
    background: url(images/svg/pallet.svg) no-repeat;
    background-size: 40px;
    z-index: 1000;
}

.btnSzukaj::after {
    content: "";
    position: absolute;
    background: url(images/svg/search.svg) no-repeat;
    background-size: 19px;
    background-position: center;
    right: -270px;
    top: 4px;
    height: 25px;
    width: 25px;
    z-index: 1000;
    padding: 15px;
    border-radius: 3px;
}

.form-control {
    box-shadow: none!important;
}


#searchSection {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
	max-height: 75px;
    }
	
.wyszukiwarka  {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: #efefef 1px solid;
	border-bottom: #efefef 1px solid;
}	

.flex-w {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

.flex-item:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: center;
    }

.wyszukiwarka .form-group {
	margin-bottom: 0px;
}

.wyszukiwarka #find_index {
	min-width: 400px;
}

.wyszukiwarka .flex-item {
	background: #FFF;
	border: 2px solid #555555;
    border-radius: 4px;
	padding: 3px
}

.wyszukiwarka .form-control,
.wyszukiwarka .btn-szukaj {
	border-radius: 0!important;
	border: 0px solid #c1c1c1;
}

.wyszukiwarka .btn-szukaj {
	background: #E10620;
	color: #FFF;
	border: none;
	padding: 8px 20px;
	margin: 0;
}

#findIndexResponse {
	overflow: overlay;
	margin-top: 5px!important;
	margin-left: -4px;
	box-shadow: 0 22px 25px rgb(0 0 0 / 9%);
	max-width: 591px;
}
	
#findIndexResponse, #tabS {
    position: absolute;
    background: #FFF;
    width: 100%;
    max-height: 400px;
    z-index: 9;
}

#findIndexResponse .list-group {
    padding-left: 0;
    margin-bottom: 0px;
	
}

#findIndexResponse .list-group-item{
    border: #FFF 0px solid;
	border-bottom: #efefef 1px solid!important;
    padding: 3px 15px;
    margin-bottom: 0!important;
}

#findIndexResponse .nav-tabs>li {
    margin-bottom: 0;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: 0;
}

.dropdown-menu {
    min-width: 224px;
    font-size: 13px;
}

.item-slide{
	background:#FFF;
	padding:10px; 
	margin: 0 10px 0 0; 
	display:inline-table;
	max-height:392px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px
}
	
.swiper-slide {
	text-align:center;
	background:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;align-items:center
	}
.promocjaSekcja h4{font-size:1.999em;font-weight:600;margin:20px 0;}
.promocjaSekcja h4{font-size:1.999em;font-weight:600;margin:20px 0;}.cenaNettoFront{font-size: 1.444rem; font-weight: 500; margin-top: 10px;display: inline-block;}.promocjaSekcja h3{font-size:1.333rem; margin-top: 15px; font-weight:300;min-height:60px;text-overflow: ellipsis; overflow:hidden;text-decoration:none;display:flex;-webkit-line-clamp:2;-webkit-box-orient:vertical}.promocjaSekcja h2{color:#2d3d44;letter-spacing:-1px;font-size:2.222rem;font-weight:500;min-height:15px;max-height:15px;text-decoration:none;line-height:1.2;}

.promoImage{height:140px;min-height:150px;display:flex;justify-content:center;align-items:center}.promoImage img{max-height:140px}

.topinfo {
    color: #222;
    display: inline-flex;
    justify-content: left;
    vertical-align: middle;
    padding: 5px 0;
}

.layout-price {
	height: 180px;
	max-height: 180px;
}

.flex-stock {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
	width: 100%;
	height: 80%;
    }


.stock-item:nth-child(1) {
    order: 0;
    flex: 0 1 20%;
    align-self: auto;
    }

.stock-item:nth-child(2) {
    order: 0;
    flex: 0 1 20%;
    align-self: end;
    }





@media only screen and (max-width: 768px) { 

.flex-hero {
	flex-direction: column!important;
}
.flex-item-h {
	margin: 0 0 20px 0!important;
}

.flex-item-v { 
	margin: 0 0 20px 0!important;
}


.mtac {
	text-align: center;
}
.fs-12 {
	font-size: 12px;
}

.container {
	padding-left: 20px;
	padding-right: 20px;
}

.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid transparent;
}

.container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}

.header-icon a {
    width: 50px;
    height: 50px;
}

.logo-item:nth-child(1) {
    width: 135px;
    padding: 0 10px 0 0;
}

.wyszukiwarka #find_index {
    min-width: 245px;
}
#findIndexResponse {
    overflow: overlay;
    margin-top: 9px!important;
    margin-left: -4px;
    box-shadow: 0 22px 25px rgb(0 0 0 / 9%);
    max-width: 368px;
}



.promocjaSekcja h3 {
    font-size: 16px;
    font-weight: 400;
}

.footerLink a {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

}

.list-group-item {
    background-color: transparent!important;
}