:root {
  --fontColorLight: #dacc9f;
  --fontColorDark: #9e423b;
  /* --primaryFont: 'Roboto';
  --secondaryFont: 'Lato';
  --thirdaryFont: 'Amatic SC'; */
  --primaryFont: 'Nunito', sans-serif;
  --secondaryFont: 'Nunito', sans-serif;
  --thirdaryFont: 'Nunito', sans-serif;
  /* --secondaryFont: 'Noto Sans', sans-serif; */
  /* --thirdaryFont: 'Montserrat', sans-serif; */
}

body {
  font-family: var(--secondaryFont);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #666;
  text-align: left;
  overflow-x: hidden;
}

.greenbg {
  background: #035331;
  color: #fff;
  width: 100%;
  float: left;
  padding: 80px 0px 0;
  font-family: var(--primaryFont);
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.greenbg .text h1 {
  color: #fff;
  text-align: left;
  text-transform: none;
  font-family: var(--primaryFont);
  letter-spacing: -1px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}

#body-moje-konto .greenbg .dataTables_wrapper {
  background: #00311D;
  color: #fff;
}

.mb-30 {
  margin-bottom: 150px;
}

#body-main .productlist.ekologiczne {
  float: left;
  width: 100%;
}

#body-moje-konto .greenbg .text table td {
  color: #fff;
  text-transform: none;
  padding: 10px 30px;
  border-bottom: 1px solid #035331;
  font-size: 16px;
}

.polec.productlist {
  background: none;
  padding: 0px 50px;
}

.greenbg.nowako {
  background: url(../images/nowako.jpg);
  background-size: cover;
  float: left;
  width: 100%;
}

.greenbg.nowako .inner {
  max-width: 500px;
  margin: 0px auto;
  padding: 80px 0px 300px;
  text-align: center;
}

.greenbg.nowako .inner h1 {
  text-align: center;
  color: #fff;
  font-family: var(--primaryFont);
  text-transform: none;
}

.greenbg.nowako input[type="text"] {
  background: none;
  padding: 12px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-top: 40px;
}

.greenbg.nowako input[type="submit"] {
  background: #FF411B;
  border: 1px solid #FF411B;
  padding: 15px;
  text-align: center;
  border-radius: 30px;
  font-size: 21px;
}

.greenbg .dataTables_filter,
.greenbg .dataTables_length {
  margin: 30px;
}

.greenbg .btn {
  font-family: var(--primaryFont);
  border-radius: 30px;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0
}

.greenbg .dataTables_info {
  padding: 0px 0px 0px 30px;
  width: 300px;
}

.greenbg .paging_full_numbers {
  width: 480px;
  margin-right: 30px;
}

.greenbg .paging_full_numbers span.paginate_button {
  background: none;
}

.greenbg .paging_full_numbers span.paginate_active {
  background: #035331;
  border: 1px solid #035331;
}

.greenbg .paging_full_numbers span.paginate_button:hover {
  background: rgba(0, 0, 0, 0.2)
}

#body-moje-konto .greenbg .text table th {
  color: #fff;
  border-bottom: 1px solid #035331;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 21px;
  text-transform: none;
  letter-spacing: -1px;
}

#body-moje-konto .greenbg .sorting,
#body-moje-konto .greenbg .sorting_desc,
#body-moje-konto .greenbg .sorting_asc {
  background: none
}

#body-moje-konto .greenbg .dataTables_wrapper {
  padding: 0;
}

.ko_desc {
  max-width: 540px;
}

.banerslider .slick-list {
  overflow: visible;
}

.banerslider .baner-small {
  overflow: visible;
  margin-bottom: 0px;
}

.blogcat {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  padding: 4px 8px;
  background: #eee;
  border-radius: 4px;
}

.blogcat.active {
  background: #333;
  color: #fff;
}

.stoiskopage {
  background-image: url(images/stoisko.jpg);
  background-size: cover;
  background-position: center;
  padding: 70px 0px 120px;
  /* float: left; */
  width: 100%
}

.stoiskopage h1 {
  color: #fff;
  font-size: 100px;
  line-height: 90px;
  margin: 0px 0px 80px;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3)
}

.stoiskopage h2 {
  color: #fff;
  font-size: 37px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 38px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3)
}

.stoiskopage .btn {
  font-size: 30px;
  padding: 20px 34px;
}

.stoisko .blog-img {
  position: relative;
  z-index: 2;
}

.stoisko .blog-img img {
  border-radius: 200px;
  position: relative;
  z-index: 4;
}

.stoisko .big {
  text-align: center;
  z-index: 3;
  position: relative;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}

.stoisko {
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 0px 20px;
}

.stoisko .blog-img:before {
  position: absolute;
  content: '';
  width: 200px;
  height: 74px;
  background: url(images/stoisko-shadow.png) no-repeat center;
  bottom: -15px;
  z-index: 0;
  left: -20px;
}

.kolka {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: -190px;
}

#content a {
  color: #fff;
  display: block;
  width: 100%;
}

.ksow {
  display: none;
}

#body-wirtualne-stoisko .ksow {
  display: block;
}

#body-wirtualne-stoisko .swiss {
  display: none;
}

#body-main .stoiskopage h1 {
  margin: 0px 0px 20px;
}

.termindostawy {
  width: 100%;
  overflow: hidden;
  padding: 20px 0px;
  font-size: 16px;
  line-height: 30px;
}

.termindostawy span {
  font-weight: bold;
  color: #ff3600
}

.bottombtn {
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 10px 0px 10px;
  padding: 10px 0px 10px;
}

.bottombtn .btn {
  padding: 7px 12px;
  font-size: 17px;
  margin-bottom: 0px;
}

.bottombtn .btn.f-left {
  float: left;
}

.bottombtn .btn.f-right {
  float: right;
}

.promopopup .signupform .btn {
  width: 100%;
  font-size: 26px;
  float: left;
  margin-top: 20px;
}

.signupform {
  padding: 40px;
  margin-bottom: 20px;
  border-top: 1px solid rgb(191, 191, 191);
}

section#page {
  /* background: url(images/jute.jpg); */
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin: 0px auto;
  /* box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.8); */
  padding: 0px 0px 0px;
}

.opis {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0px 0px 20px;
  float: left;
}

.text .filtry h1 {
  margin-bottom: 10px;
  font-size: 33px;
  letter-spacing: 2px;
  color: #39a70c;
  font-weight: bold;
}

.text .filtry h1:after {
  border: none;
}

a {
  color: #666;
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s all;
}

.foto .label {
  position: absolute;
  top: 20px;
  left: 0px;
  font-size: 9px;
  border-radius: 0px 6px 6px 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 5px;
}

.messages {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.buyblock .label {
  padding: 5px 10px;
  font-size: 10px;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  float: left;
  text-transform: uppercase;
  position: relative;
}

.label-red {
  background: #f63e16
}

.important {
  color: #333;
  font-size: 22px;
  font-weight: 300;
  padding: 40px 0px;
  text-align: left;
}

.biuroimg {
  border: 10px solid #fff;
}

a:hover {
  color: var(--fontColorDark)
}

.listabox {
  margin: 0px 0px 0px;
  padding: 0px;
}

.listabox li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto !important;
}

.mt20 {
  margin-top: 20px;
}

.mt-200 {
  margin-top: -150px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

p {
  margin: 0px 0px 10px 0px;
}

.padd20 {
  padding: 20px;
}

.padd30 {
  padding: 30px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.font18 {
  font-size: 18px;
  line-height: 29px;
  font-weight: 300
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.wrapper {
  /* padding-top: 15px; */
  padding-bottom: 30px;
  float: left;
  overflow: hidden;
}

.text {
  margin-top: 10px;
  position: relative;
}

.fa-red {
  color: #ff0000
}

.fa-green {
  color: #15a81f
}

/* --------------------------------------------------------------- Zamówienie --------------------------------------------------------------- */
#dostawa {
  display: none;
  margin-top: 40px;
}

#gosc {
  display: none;
  width: 100%;
  float: left;
  margin-top: 0px;
}

#rejestruj {
  display: none;
}

.relative {
  position: relative;
}

/* --------------------------------------------------------------- social_block --------------------------------------------------------------- */
.socialpanels {
  position: fixed;
  left: 0px;
  top: 138px;
  z-index: 1000;
}

.socialpanel {
  position: absolute;
  left: -320px;
  width: 320px;
  top: 0px;
  z-index: 10000;
  transition: 0.5s all
}

.socialpanel.open {
  left: 0px;
}

.socialpanel.facebook .one {
  background: #405d9b;
  color: #fff;
}

.socialpanel .inner {
  background: #fff;
  padding: 10px;
}

.socialpanel .one {
  display: block;
  cursor: pointer;
  height: 44px;
  width: 44px;
  font-size: 20px;
  padding: 13px;
  position: absolute;
  right: -44px;
  border-radius: 0px 6px 6px 0px;
}

.socialpanel i {
  position: relative;
  top: -2px;
  left: 1px;
}

.socialpanel .zero {
  display: none;
  cursor: pointer;
  height: 44px;
  width: 44px;
  font-size: 20px;
  padding: 13px;
  color: #fff;
  background: #333;
  position: absolute;
  right: -44px;
  border-radius: 0px 6px 6px 0px;
}

.socialpanel.open {
  z-index: 20000
}

.socialpanel.open .zero {
  display: block;
}

.socialpanel.open .one {
  display: none;
}

/* --------------------------------------------------------------- KOSZYK --------------------------------------------------------------- */
#bigcart i {
  font-size: 24px;
}

.noborder td {
  border: none !important;
}

.btn.f-right {
  float: right;
}

/* --------------------------------------------------------------- GORNY PASEK --------------------------------------------------------------- */
.strip {
  width: 100%;
  height: 50px;
  padding-top: 0px;
  position: relative;
  background: url(images/jute2.jpg);
}

.topbar #shoppingcart {
  float: right;
  margin-left: 30px;
  position: relative;
  padding: 12px 16px 14px 16px;
  margin-top: 0px;
}

.topbar #shoppingcart .total {
  font-size: 14px;
  text-align: left;
  background: #e1f4e0;
  border-radius: 6px;
  padding: 15px;
  margin: 10px 0px 0px;
}

.topbar #shoppingcart .total #total {
  margin: 0px 0px 0px 30px;
  font-size: 20px;
  color: var(--fontColorDark)
}

#cart-container {
  float: left;
  width: 100%;
}

#cart-container h2 {
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  margin: 50px 0px;
}

#cart-container .max50 {
  border-radius: 50px;
}

.topbar #shoppingcart i {
  margin-right: 10px;
  font-size: 24px;
  text-align: center;
  color: #222;
}

.topbar #shoppingcart #items {
  color: #fff;
  background: var(--fontColorDark);
  border-radius: 30px;
  display: block;
  font-size: 10px;
  float: right;
  width: 24px;
  height: 24px;
  text-align: center;
  position: relative;
  line-height: 25px;
  left: -18px;
  top: -5px;
}

#cartcontents {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 420px;
  display: none;
  padding: 30px;
  z-index: 1001;
  color: #444;
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3)
}

#cartcontents div.pid {
  float: left;
  width: 100%;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #eee;
}

#cartcontents span {
  font-size: 14px;
  color: #222;
  margin-top: 12px;
  float: right;
  font-weight: bold;
}

#cartcontents .btn.fw {
  width: 100%;
  padding: 10px 0px;
  margin-top: 20px;
}

#cart-container .removerow {
  margin-top: 10px;
}

#cartcontents .removerow {
  float: right;
  margin: 13px 0px 0px 16px;
}

#cartcontents .removerow i {
  font-size: 16px;
  color: #db6343
}

#cartcontents h2 {
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-weight: bold;
  text-align: center;
  color: var(--fontColorDark);
  font-size: 40px;
}

#body-main #cartcontents .productlist,
#cartcontents .productlist {
  padding: 0px;
}

#cartcontents .max50 {
  border-radius: 25px;
}

#cartcontents .productlist .pid span {
  color: var(--fontColorLight);
  font-size: 18px;
}

.strip .links {
  float: left;
  margin-top: 11px;
}

.strip .links a,
.strip a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  cursor: pointer;
  transition: 0.5s all;
  margin-right: 20px;
  font-size: 12px;
}

.strip .links i {
  margin-right: 4px;
}

.strip .links a:hover {
  color: #ffb413
}

.part {
  float: right;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
  font-size: 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.2)
}

.part a {
  margin-left: 15px;
  padding-top: 13px;
  float: left;
}

.part a span.ico {
  font-size: 10px;
  text-transform: uppercase;
  background: var(--fontColorDark);
  padding: 4px;
  margin-top: 0px;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  display: block;
  float: right;
}

.part a span i {
  color: #fff;
  padding: 0px;
  margin: 0px;
  top: -2px;
  left: 0px;
}

.part i {
  color: #574e3b;
  font-size: 14px;
  position: relative;
  top: 0px;
  margin-right: 5px;
  margin-left: 10px
}

.part strong {
  margin-top: 0px;
  font-family: var(--primaryFont);
  color: #ffb413;
  font-weight: 500;
  float: right;
  margin-left: 0px;
  padding-left: 0px;
}

.part:last-child {
  border: none;
}

.searchform a {
  color: var(--fontColorDark)
}

.searchform {
  float: right;
  width: 80px;
  z-index: 20011;
  height: 50px;
  color: var(--fontColorDark);
  font-size: 24px;
  margin-top: 8px;
  position: relative;
}

.searchform .wrap {
  display: none;
  position: absolute;
  right: 15px;
  width: 400px;
  padding: 15px;
  top: 44px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 6px;
}

.searchform input {
  padding: 7px;
  font-style: normal;
  background: #fff;
  border-color: #eee;
  font-size: 14px;
  border-radius: 6px;
  color: #666;
  font-weight: 300;
}

.searchform .submit {
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  top: 26px;
  font-size: 18px;
  color: #0e9c11;
  font-weight: 900;
  position: absolute;
  ;
  right: 27px;
}

.searchform .submit::before {
  content: "\f002";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: var(--fontColorDark);
  padding-right: 0px;
  position: absolute;
  top: -2px;
  left: 0px;
}

.strip .search .submit:hover {
  color: #0e9c11;
}

.strip .search .submit .glyphicons:before {
  font-size: 14px;
}

/* --------------------------------------------------------------- LISTY --------------------------------------------------------------- */
.wrapper .akapit ul {
  margin: 10px;
}

.wrapper .akapit li {
  list-style-type: none;
  padding: 0px 0px 10px;
  line-height: 20px;
  position: relative;
}

.wrapper .akapit li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #f44938;
  font-size: 20px;
  padding-right: 0px;
  position: absolute;
  top: 0px;
  left: -28px;
}

.faq .wrapper .akapit li:before {
  content: "\f0f6";
  top: 0px;
  left: -38px;
}

/* --------------------------------------------------------------- TABELE --------------------------------------------------------------- */
.text table {
  border-collapse: collapse;
  border: none !important;
  width: 100% !important;
}

.max50 {
  width: 50px;
  height: auto;
  margin-right: 10px;
}

.text table td {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 10px;
  color: #222;
}

.text h2 {
  margin: 30px 0px 15px;
}

.text table h4 {
  padding: 0px;
  margin: 0px;
}

.wrap {
  padding-bottom: 30px;
  overflow: hidden;
}

.steps {
  width: 100%;
  margin: 20px 0px 30px;
  float: left;
}

.steps .step {
  width: 33.3%;
  font-family: var(--thirdaryFont);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  float: left;
  border-right: 2px dashed rgba(0, 0, 0, 0.2);
  padding: 15px;
}

.steps .step:last-child {
  border: none;
}

.steps .step span {
  font-size: 50px;
  margin-right: 15px;
}

.steps .step.active {
  color: var(--fontColorDark);
}

.text table td.totals {
  font-size: 13px;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: 700;
  padding: 30px;
}

.aktualna {
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--fontColorDark);
  display: block;
}

.text table td.totals .btn {
  font-style: normal;
  padding: 10px 20px;
}

.text table td,
.text table td span {}

.producent-foto {
  width: 20%;
  float: left;
  margin: 30px 20px 30px 0px;
  overflow: hidden;
  border-radius: 6px;
}

.text table th strong {
  color: #fff;
  font-weight: 700;
}

.warning {
  text-align: center;
  overflow: hidden;
  margin: 10px 0px;
  width: 100%;
  padding: 30px 0px;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.warning strong {
  font-weight: 700;
}

.text table td em {
  color: #aaa;
}

.text table p {
  margin: 0px;
  padding: 0px;
}

.text tr:nth-child(odd) {}

.text table.bordered td {
  border: 1px solid #eee;
  padding: 10px;
  color: #222;
}

.text table th {
  padding: 20px 10px;
  color: var(--fontColorLight);
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 2px dashed var(--fontColorLight);
  letter-spacing: 2px;
  font-weight: 700;
}

.text table caption {
  color: #f7941e;
  font-size: 18px;
  padding: 0px 0px 15px;
}

.green {
  color: #27ad34
}

.red {
  color: #ee3b2a
}

/* --------------------------------------------------------------- rolni --------------------------------------------------------------- */
.rolnik {
  background-image: url(/css/images/jute.jpg);
  overflow: hidden;
  padding: 40px 0px 20px
}

.rolnik h1 {
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  color: var(--fontColorDark);
  margin-top: 0px;
  margin-bottom: 20px;
}

.rolnik h1:after {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  border-bottom: 3px solid var(--fontColorDark)
}

/* --------------------------------------------------------------- productlist --------------------------------------------------------------- */
.productlist {
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  padding: 20px 0px 50px;
}

#body-main .productlist.ekologiczne {
  text-align: center;
  padding: 0px 0px 20px;
  background: rgba(255, 255, 255, 0.5);
}

#body-main .productlist.ekologiczne h1 img {
  max-height: 50px;
  margin: 0px 10px 0px;
}

#body-main .productlist.tradycyjne h1 img {
  max-height: 50px;
  margin: 0px 10px 0px;
}

#body-main .productlist.regionalne h1 img {
  max-height: 50px;
  margin: 0px 10px 0px;
}

#body-main .productlist.malopolska h1 img {
  max-height: 50px;
  margin: 0px 10px 0px;
}

.ekolabel {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 0px;
}

.productlist .box .foto .ekolabel img {
  width: auto;
  float: right;
  max-height: 40px;
  margin-left: 5px;
  width: auto;
}

.ekolabel img {
  border-radius: 0px;
}

.productlist .box .foto img.ekolabel {
  border-radius: 0px;
  width: auto;
}

.productlist .box .foto img {
  aspect-ratio: 1/1;
  object-position: center;
  object-fit: cover;
  width: 100%;
}

.productlist .box .foto {
  width: 100%;
}

#body-main .productlist.regionalne {
  text-align: center;
  float: left;
  width: 100%;
  padding: 0px 0px 20px;
}

#body-main .productlist.malopolska {
  text-align: center;
  padding: 0px 0px 20px;
  float: left;
  width: 100%;
}

#body-main .productlist.tradycyjne {
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  float: left;
  width: 100%;
  padding: 0px 0px 20px;
}

#body-main .productlist.malopolska h1,
#body-main .productlist.regionalne h1,
#body-main .productlist.tradycyjne h1,
#body-main .productlist.ekologiczne h1 {
  margin-bottom: 0px;
}

#body-main .productlist .box {
  margin-bottom: 0px;
}

.productlist .head {
  padding: 30px 20px;
}

.productlist .head h1:after {
  border: none;
}

.productlist .head img {
  margin-bottom: 20px;
}

#body-main .productlist {
  padding: 40px 0px 50px;
}

.productlist h1 {
  text-align: center;
  color: var(--fontColorDark);
  margin-top: 0px;
  margin-bottom: 40px;
}

.productlist h1:after {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  border-bottom: 3px solid var(--fontColorDark)
}

.productlist .box .foto {
  margin: 0px;
  overflow: hidden;
  max-height: 240px;
}

.productlist.rolnicy .box .foto {
  max-height: 260px;
}

.komunikaty {
  padding: 30px 0px 30px;
  overflow: hidden;
}

.komunikaty .msg {
  padding: 20px;
  background: #3ba829;
  color: #fff;
  border-radius: 6px;
  font-weight: 300;
  font-size: 16px;
}

.komunikaty .btn.small {
  float: none;
  display: inline;
  padding: 5px 15px;
  margin-left: 15px;
}

h1.huge {
  font-size: 70px;
  color: #fff;
  line-height: 70px;
  margin-bottom: 30px;
  text-align: center;
}

.dets {
  width: 100%;
  text-align: center;
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 19px;
}

h1.huge:after {
  border: none;
}

section.invitefb {
  float: left;
  width: 100%;
  background: #FF411B;
  padding: 30px 0px;
}

.polec {
  float: left;
  width: 100%;
  margin-top: 100px;
}

section.invitefb .container {
  font-size: 27px;
  color: #fff;
  font-family: var(--primaryFont);
  text-align: center;
}

section.invitefb .btn {
  background: #033821;
  float: none;
  border-radius: 30px;
  margin-left: 15px;
  font-family: var(--primaryFont);
  text-transform: none;
  letter-spacing: 0;
  padding: 10px 20px;
}

.fpictures {
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  float: left;
  width: 100%;
}

.fpictures a {
  float: left;
  width: 16.66%;
  text-align: center;
  font-weight: bold;
  color: #035331;
}

.fpictures a:hover {
  color: #ff411b
}

.fpictures a.active {
  color: #ff411b
}

.fpictures {
  padding: 0px 0px 30px 0px;
  margin-bottom: 30px;
}

#body-main .fpictures {
  padding: 30px;
  margin: 0;
}

section.bottomgrupa {
  background-color: #035331;
  background-image: url(../images/kd_bottom.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
  font-family: var(--primaryFont);
  text-align: left;
  padding: 40px 0;
  float: left;
  width: 100%;
  font-weight: 300;
}

.zwinfo {
  max-width: 700px;
  margin: 0 auto 50px;
}

.bottomgrupa .col-sm-8 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
}

section.grupa {
  background: url(../images/kd_top.jpg);
  overflow: hidden;
  padding: 70px 0px;
  font-family: var(--primaryFont);
  font-size: 23px;
  line-height: 31px;
  text-align: center;
  color: #fff;
  font-weight: 300;
}

section.grupa h1.huge {
  font-family: var(--primaryFont);
  font-size: 46px;
  line-height: 50px;
  text-transform: none;
  letter-spacing: -1px;
}

section.grupa .box {
  max-width: 600px;
  margin: 0px auto;
  float: none;
}

section.zaproszenia {
  background: rgba(255, 255, 255, 0.6);
  margin-top: 0px;
  overflow: hidden;
  width: 100%;
  padding: 70px 0px 0px 0px
}

section.zaproszenia h1 {
  text-align: center;
  font-size: 60px;
  line-height: 50px;
  margin-bottom: 0px;
}

section.punkty {
  margin-top: 0px;
  border-top: 1px solid #ddd;
  overflow: hidden;
  width: 100%;
  padding: 30px 0px 0px 0px
}

section.punkt {
  background: rgba(255, 255, 255, 0.6);
  margin-top: 0px;
  border-top: 1px solid #ddd;
  overflow: hidden;
  width: 100%;
  padding: 40px 0px 0px 0px
}

section.punkt h1 {
  text-align: center;
  font-size: 60px;
  line-height: 50px;
  margin-bottom: 20px;
}

section.punkt h1:after {
  border: none;
}

section.punkt h4 {
  text-align: center;
}

section.punkt h3 {
  text-align: center;
  margin: 5px 0px
}

.grupa.block {
  position: relative;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  transition: 0.5s all;
}

.grupa.block h2 {
  font-family: var(--secondaryFont);
  font-size: 24px;
  line-height: 30px;
  margin: 10px 0px 10px;
  font-weight: 300;
  color: #fff;
  letter-spacing:
}

.btn.dolacz {
  float: none;
  display: inline-block;
  width: 25%;
  margin: 0px 20px 30px;
  font-size: 30px;
  line-height: 30px;
}

.grupa.block i {
  font-size: 48px;
  color: #fff;
  padding: 0px 0px;
}

.grupa.block span {
  font-size: 58px;
  color: #ff543d;
  line-height: 50px;
}

.productlist.rolnicy .box .wrap .btn {
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  float: none;
}

.productlist.rolnicy .box {
  /* min-height: 520px; */
}

/* --------------------------------------------------------------- list --------------------------------------------------------------- */
.productlist.list .col-md-3,
.productlist.list .col-sm-3,
.productlist.list .col-lg-4,
.productlist.list .col-xs-6 {
  width: 100%
}

.productlist.list .box {
  overflow: hidden;
  margin-bottom: 20px;
}

.productlist.list .box .foto {
  float: left;
  width: 200px;
  position: static;
}

.productlist.list .box .ekolabel {
  right: 20px;
  bottom: 20px;
}

.productlist.list .buttons {
  height: auto;
}

.productlist.list .box .foto img {
  border-radius: 0px;
}

.productlist.list .box .desc {
  display: none;
}

.productlist.list .box .desc.long {
  display: block;
  min-height: auto;
}

.productlist.list .box .wrap .big {
  min-height: auto;
  font-size: 16px;
}

.productlist.list .box .wrap {
  text-align: left;
}

.productlist.list .box .wrap .price_container {
  float: left;
  width: auto;
  text-align: left;
  width: 200px;
}

.productlist .manufacturer {
  display: none
}

.productlist.list .manufacturer {
  display: block
}

.manufacturer {
  position: absolute;
  left: 165px;
  bottom: 10px;
  z-index: 100;
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.manufacturer a.name {
  float: left;
  margin-top: 15px;
  max-width: 300px;
  line-height: 15px;
}

.man-rounded {
  width: 60px;
  border: 5px solid #fff;
  height: 60px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 30px;
}

.man-rounded img {
  width: 60px;
}

.productlist .box .desc.long {
  display: none;
}

.productlist .box {
  position: relative;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(72, 78, 85, 0.15);
  margin-bottom: 30px;
  text-align: center;
  transition: 0.5s all;
}

.productlist .box .foto img {
  border-radius: 6px 6px 0px 0px;
}

.productlist .box .over {
  position: absolute;
  border-radius: 6px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 5;
  background: rgba(138, 127, 121, 0.63)
}

.productlist .box .over .wrap {
  top: 30px;
  color: #fff;
  position: relative;
}

.productlist .box .over .wrap a {
  background: var(--fontColorDark);
  font-weight: 400;
  text-align: center;
  border-radius: 6px;
  line-height: 40px;
  margin: 10px 0px;
  letter-spacing: 1px;
  padding: 7px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
}

.productlist .box:hover {
  box-shadow: 0 10px 20px rgba(72, 78, 85, 0.35);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.productlist .box .wrap .btn {
  padding: 10px 15px;
  float: right;
}

.productlist .box .wrap {
  padding: 20px;
}

a.slick-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 40%;
  background: #fc592d;
  border-radius: 20px;
  padding: 0px 0px 0px;
  border: none;
  width: 40px;
  height: 40px;
  z-index: 123;
}

a.slick-prev {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  top: 40%;
  background: #fc592d;
  border: none;
  padding: 0px 0px 0px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  z-index: 123;
}

a.slick-prev:hover,
a.slick-next:hover {
  color: #fff;
  background: #57a20d;
}

a.slick-prev i {
  padding: 2px 0px 0px 12px;
  font-size: 36px;
  color: #fff;
}

a.slick-next i {
  padding: 2px 0px 0px 15px;
  font-size: 36px;
  color: #fff;
}

#body-main a.slick-prev i {
  padding: 2px 0px 0px 0px;
  font-size: 36px;
  color: #fff;
}

#body-main a.slick-next i {
  padding: 2px 0px 0px 5px;
  font-size: 36px;
  color: #fff;
}

.productlist .box .wrap .big {
  font-size: 14px;
  float: left;
  line-height: 16px;
  width: 100%;
  font-family: var(--secondaryFont);
  font-weight: 700;
  margin-top: 0px;
  min-height: 52px;
  margin-bottom: 7px;
  padding-top: 0px;
}

#cart-container .btn.mb {
  margin-top: 20px;
  font-size: 18px;
  padding: 20px;
  border: none;
  width: 100%;
  white-space: pre-line;
}

.paymentblock {
  float: left;
  margin-right: 20px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 10px;
}

.paymentblock input {
  width: auto;
  box-shadow: none;
}

.sliderbox {
  padding: 20px 15px;
}

section.newsletter {
  width: 100%;
  overflow: hidden;
}

.grupa h2 {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 300;
  font-family: var(--secondaryFont);
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

section.newsletter form {
  margin-top: 10px;
}

section.newsletter input {
  background: rgba(0, 0, 0, 0.2);
  color: #000;
  display: inline-block;
  border: none;
  padding: 14px;
}

section.newsletter .btn {
  display: block;
  margin: 14px auto;
  background: #333;
  color: white;
  padding: 14px 28px;
}

.counts {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.number {
  float: left;
  width: 100%;
  background: #01331E;
  padding: 10px;
  margin-bottom: 2px;
  position: relative;
  padding-left: 60px;
  padding-right: 200px;
}

.number span {
  width: 50px;
  height: 50px;
  font-size: 30px;
  position: absolute;
  display: block;
  text-align: center;
  left: -10px;
  top: 10px;
  color: #fff;
  background: #FF411B;
  border-radius: 30px;
  padding: 0 0;
  line-height: 50px;
}

.sum {
  position: absolute;
  width: 180px;
  height: calc(100% - 2px);
  text-align: center;
  background: #fff;
  padding: 30px;
  right: -1px;
  color: #045332;
  border-radius: 6px;
  line-height: 60px;
}

.sum strong {
  font-size: 100px;
  font-weight: bold;
}

section.grupy-zakupowe {
  padding: 30px 0px;
  float: left;
  width: 100%;
  font-weight: 300;
  width: 100%;
  color: #fff;
  font-size: 19px;
  text-transform: none;
  font-family: var(--primaryFont);
  letter-spacing: 0px;
  line-height: 28px;
  text-align: left;
  background-image: url(../images/less-baner.jpg);
  overflow: hidden;
  background-position: 100%;
  background-color: #035331;
  background-repeat: no-repeat;
}

section.grupy-zakupowe h1 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 10px;
  line-height: 54px;
  letter-spacing: -2px;
  font-family: var(--primaryFont);
  text-transform: none
}

section.grupy-zakupowe h2 {
  color: #fff;
  font-size: 53px;
  line-height: 50px;
  font-family: var(--primaryFont);
}

section.grupy-zakupowe .btn {
  display: inline-block;
  float: none;
  padding: 15px 85px;
  font-size: 27px;
  line-height: 1.5;
  position: relative;
  top: 3px;
}

section.grupy-zakupowe .row {
  padding: 30px 50px;
}

#msgdiv {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 0px;
  color: #fff;
}

section.newsletter h1:after {
  border: none;
}

.productlist .box .wrap .price_container {
  float: right;
  width: 100%;
  text-align: center;
  color: #615853;
  margin-bottom: 10px;
  font-size: 12px;
}

.productlist .box .wrap .price_container .price {
  font-size: 28px;
  text-align: center;
  color: var(--fontColorDark);
  font-weight: 700;
  width: 100%;
}

.productlist .box .wrap .price_container .jednostka {}

.productlist .buttons {
  float: left;
  height: 80px;
  width: 100%;
  margin-top: 0px;
}

.productlist .box .wrap span.desc {
  float: left;
  font-size: 13px;
  line-height: 18px;
  width: 100%;
  margin-bottom: 10px;
  min-height: 40px;
}

.productlist .box .qty {
  float: left;
  position: relative;
  width: 30%;
  margin-top: 0px;
}

.productlist .box .qty input {
  padding: 6px 10px;
  width: 100%
}

.plusminus {
  display: block;
  position: absolute;
  top: 12px;
  right: 30px;
  z-index: 800;
}

section.whitebg {
  overflow: hidden;
  padding: 20px 0px;
}

.plusminus a {
  font-size: 10px;
  margin-left: 10px;
  position: absolute;
}

.plusminus a.minus {
  top: 8px;
}

.plusminus a.plus {
  top: -5px;
}

.totals > div > div > span {
  font-size: 18px;
}

.buyblock .plusminus {
  right: 40px;
  top: 1px;
}

.buyblock .plusminus a {
  font-size: 14px;
}

.buyblock .plusminus a.minus {
  top: 24px;
}

.buyblock .plusminus a.plus {
  top: 8px;
}

.pokazinne {
  float: left;
  width: 100%;
  padding: 6px 0px;
  margin: 0px 0px 25px;
}

.pokazinne i {
  float: left;
  width: 37px;
  font-size: 24px;
  color: var(--fontColorDark);
}

.gospodarstwo {
  margin-top: -4px;
  text-transform: uppercase;
  color: #6a5d55;
  font-size: 14px;
  line-height: 1.5;
  display: block;
}

.gospodarstwo span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}

.pokazinne:hover {}

.pokazinne:hover i,
.pokazinne:hover .gospodarstwo {
  color: var(--fontColorDark);
}

.odproducenta {
  width: 100%;
  overflow: hidden;
  padding: 50px 0px;
}

.carrierblock {
  background: url(images/jute3.jpg);
  border-radius: 6px;
}

.carrierblock .wrap {
  padding: 30px;
  text-align: center;
  color: #25211c;
}

.choosen {
  display: block;
  color: #f2392e;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 17px;
}

.carrierblock i {
  font-size: 48px;
  color: #f2392e;
  text-align: center;
  float: none;
}

.carrierblock h1 {
  color: #f2392e;
}

.carrierblock h1:after {
  border: none;
}

.carrierblock .btn {
  width: 100%;
}

/* --------------------------------------------------------------- PRODUCTPAGE --------------------------------------------------------------- */
.productimages img {
  border-radius: 6px;
}

.productimages .glowne {
  margin-bottom: 10px;
  width: 100%;
}

.text .buyblock h1 {
  color: var(--fontColorDark);
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.buyblock div::selection,
.buyblock input::selection,
.buyblock .plusminus::selection {
  background: none;
  /* WebKit/Blink Browsers */
}

.buyblock div::-moz-selection,
.buyblock input::-moz-selection,
.buyblock .plusminus::-moz-selection {
  background: none;
  /* Gecko Browsers */
}

.buyblock .over {}

.buyblock .over .wrap {
  font-size: 16px;
  border: 1px solid var(--fontColorDark);
  border-radius: 6px;
  padding: 30px;
  text-align: center;
}

.buyblock .over .wrap a {
  background: var(--fontColorDark);
  font-weight: normal;
  text-align: center;
  border-radius: 6px;
  line-height: 60px;
  margin: 10px 0px;
  padding: 12px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.qty {
  position: relative;
}

.qty input {
  width: 100%;
  margin-left: 0px;
  padding: 17px;
  font-size: 16px;
}

.buyblock .btn {
  width: 100%;
  padding: 20px;
  margin-top: 0px;
}

.buyblock .price_container {
  float: left;
  width: 100%;
  display: block;
  text-align: left;
  color: #615853;
  margin: 10px 0px;
  font-size: 14px;
}

.eko {
  text-align: right;
}

.eko img {
  width: 100%;
  margin-bottom: 10px;
  padding: 0px 10px;
}

.komentarz {
  padding: 0px 0px 0px 30px;
  border-left: 5px solid #eee;
  margin: 30px 0px 0px;
  width: 100%;
  float: left
}

.komentarz span {
  float: left;
  width: 100%;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #019d9d;
  text-transform: uppercase
}

.buyblock .price_container .price {
  font-size: 50px;
  color: var(--fontColorDark);
  font-weight: 700;
  width: 100%;
}

.buyblock .price_container .jednostka {}

/* --------------------------------------------------------------- TYPOGRAFIA --------------------------------------------------------------- */
h1,
h2,
h3,
.phone,
.big,
.btn-reverse,
.btn {
  font-family: var(--thirdaryFont);
  position: relative;
}

h1 {
  font-weight: 900;
  color: #736760;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text h1 {
  font-weight: normal;
  color: #736760;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 18px;
}

.text .buyblock h1 {
  text-align: left;
}

h1:after {
  bottom: -12px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 34px;
}

#body-kontakt #page h2 {
  font-size: 50px;
  color: var(--fontColorDark);
  margin-bottom: 10px;
  font-weight: bold;
}

h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  margin: 0px 0px 2px 0px;
  color: #555;
}

h3 {
  font-weight: 300;
  font-family: var(--secondaryFont);
  font-size: 28px;
  line-height: 1.5;
  color: #333;
  margin: 50px 0px 20px 0px;
}

.userdata {
  text-align: center;
}

.userdata img {
  border-radius: 75%;
  margin-bottom: 15px;
  border: 10px solid #fff;
}

.userdata strong {
  font-size: 18px;
}

/* --------------------------------------------------------------- INPUTY --------------------------------------------------------------- */
input,
textarea,
select {
  border: none;
  padding: 5px 10px;
  margin-bottom: 0px;
  width: 100%;
  border-radius: 6px;
  color: #444;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
  background: #f8f8f8;
}

#body-kontakt #page input[type="text"],
#body-kontakt #page textarea {
  border-radius: 0px;
  box-shadow: none;
  border: none;
  border-bottom: 2px dotted #9a8a81;
  background: none;
}

.pole {
  margin: 0px 0px;
  padding: 10px 0px;
}

#rejestracja .pole,
#cart-container .pole {
  margin: 0px 0px;
  padding: 20px 0px;
  overflow: hidden;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

.pole .label {
  font-weight: 800;
  float: left;
  margin-top: 6px;
  width: 30%;
}

.kontakt .pole .label {
  width: 100%;
}

.kontakt .pole {
  padding: 4px 0px;
}

.pole .label span.desc {
  font-size: 11px;
  line-height: 15px;
  padding-right: 20px;
  display: block;
  font-weight: normal;
}

#cart-container .pole input {
  width: 70%;
}

#rejestracja .pole input,
#rejestracja .pole select {
  width: 70%;
}

textarea {
  height: 181px;
}

textarea.zaproszenia {
  height: 80px;
}

/* --------------------------------------------------------------- SLICK SLIDER --------------------------------------------------------------- */
.slick-dots {
  margin: -40px 0px 0px;
  position: relative;
  z-index: 990;
  padding: 0px;
  text-align: center;
}

.slick-dots li {
  display: inline;
}

.slick-dots button {
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  padding: 0px;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 7px;
  margin: 0px 5px;
}

.slick-dots li[aria-hidden="false"] button {
  background: #ff5233;
}

.reviews .slogan {
  color: black;
  text-shadow: none;
  font-family: var(--thirdaryFont);
}

.reviews .slogan h2 {
  color: black;
  text-shadow: none;
}

/* --------------------------------------------------------------- PRZYCISKi --------------------------------------------------------------- */
.btn {
  border-radius: 6px;
  background: var(--fontColorDark);
  transition: all 0.5s;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  float: left;
  margin-top: 30px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  font-weight: 600;
  padding: 14px 30px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px
}

.btn.fw {
  width: 100%;
}

.btn.small {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  letter-spacing: 0px;
}

.btn.reverse {
  background: #222;
}

form .btn {}

.btn:hover {
  background: var(--fontColorLight);
  color: #fff;
}

form .btn:hover {
  background-position: top right;
  color: #fff;
}

.btn-reverse {
  display: block;
  transition: all 0.5s;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding: 14px 20px;
  text-align: center;
  background: #d80e0d;
  text-transform: uppercase;
  margin-top: 20px
}

.btn-reverse:hover {
  background: #333;
  color: #fff;
}

.btn-reverse:hover {
  background: #333;
  color: #fff;
}

/* --------------------------------------------------------------- wyszukiwarka --------------------------------------------------------------- */
/* --------------------------------------------------------------- COOKIES INFO --------------------------------------------------------------- */
#cookieNotice {
  width: 100%;
  text-align: center;
  background: #111;
  position: fixed;
  z-index: 33000;
  bottom: 0px;
  display: none;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4)
}

.wyniki h3 {
  font-size: 30px;
  text-align: center;
}

#cookieNoticeContent {
  width: 100%;
  text-align: center;
  padding: 25px 0px 25px;
  color: #aaa;
  line-height: 19px;
  font-size: 13px;
  font-weight: 300;
}

#cookieNoticeContent .btn {
  border: none;
  background: #fff;
  color: #333;
  padding: 7px 10px;
  margin-top: 20px;
  font-size: 11px;
  float: none
}

.promopopup {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  overflow-y: auto;
  z-index: 100000;
}

.promopopup.flashdata {
  display: block;
}

.promopopup.flashdata ul li {
  list-style-type: none;
  color: #da1b1b
}

.promopopup.flashdata ul {
  margin: 10px 0px;
  padding: 0px;
}

.promopopup .btn {
  padding: 15px 25px;
  font-size: 27px;
  font-weight: bold;
  float: none;
  display: inline-block;
  text-transform: uppercase;
}

.status {
  font-size: 10px;
  padding: 4px 8px;
  color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.status.s1 {
  background: #f1691d
}

.status.s2 {
  background: #31b117
}

.status.s3 {
  background: #1d98f1
}

.status.s4 {
  background: #f11d69
}

.status.s5 {
  background: #aaa
}

.status.s6 {
  background: #12af93
}

.myaccount {
  font-weight: bold;
  color: var(--fontColorDark)
}

.status.a1 {
  background: #35a11b
}

.status.a0 {
  background: #aaa
}

.promopopup .btn#logmein {}

.promopopup a {
  cursor: pointer;
}

.inp.forget {
  margin-top: 8px;
}

.promopopup #forgetform {
  display: none;
}

.promopopup .wrap h3 {
  color: var(--fontColorDark);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--thirdaryFont);
  font-size: 44px;
  margin: 0px 0px 15px;
  line-height: 47px;
  margin-bottom: 15px;
}

.promopopup .wrap {
  margin: 50px auto 0px;
  width: 600px;
  border-radius: 6px;
  font-weight: 400;
  background: #fff;
  overflow: hidden;
  padding: 50px;
  text-align: center;
  color: #888;
  position: relative;
}

.newlook .register .box-wrap h1 {
  text-align: center;
  font-family: var(--primaryFont);
  text-transform: none;
  color: black;
}

.newlook ::placeholder {
  font-size: 19px;
  font-family: var(--primaryFont);
  font-weight: 300;
}

.newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--primaryFont);
  font-weight: 300;
  font-size: 19px;
}

.newlook .register input {
  color: white;
  font-family: var(--primaryFont);
  font-weight: 300;
  font-size: 19px;
}

.newlook :focus {
  outline: none
}

.newlook .promopopup.ok .wrap {
  padding: 30px;
}

.newlook .register {
  background: url(../images/rejestracja.jpg);
  background-size: 100%;
  width: 100%;
  float: left;
}

.newlook .register .box-wrap {
  background: none;
  box-shadow: none;
  max-width: 600px;
  margin: 0px auto;
  color: #fff;
  float: none;
  ;
}

.newlook #rejestracja .pole input,
#rejestracja .pole select {
  background-color: white;
  color: black;
  width: 100%;
  border-radius: 30px;
  padding: 15px;
  text-align: center;
}

.newlook #rejestracja .pole {
  border: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: black;
  font-size: 19px;
  font-family: var(--primaryFont);
  font-weight: 300;
}

.newlook #rejestracja .pole .label {
  width: 100%;
  text-align: center;
}

.newlook #rejestracja .pole .label a {
  color: var(--fontColorDark)
}

.newlook #rejestracja .box-wrap {
  background-color: white;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  margin: 30px auto;
  text-align: center;
}

.newlook .box-wrap .btn {
  border-radius: 40px;
  border: none;
  color: #fff;
  text-transform: none;
}

.newlook .promopopup #loginform {
  padding: 40px;
}

.newlook .carrierpopup .box span {
  font-size: 20px;
}

.newlook .promopopup .wrap {
  padding: 0;
  background-color: #fff;
  /* background-image: url(/images/675_1000.jpg); */
  background-position: center;
  color: #000;
  font-family: var(--primaryFont);
}

.newlook .error,
.newlook .err {
  font-weight: bold;
}

.newlook .promopopup.carrierpopup .wrap {
  padding: 30px;
}

.newlook .promopopup a {
  color: var(--fontColorDark)
}

.newlook .carrierpopup .box {
  background: #f4f4f4;
  color: #000;
}

.newlook .carrierpopup .box a {
  color: #000;
}

.newlook .promopopup .wrap .close i {
  margin: 0;
  color: #000;
  font-size: 24px;
}

.newlook .promopopup .wrap .btn {
  font-family: var(--primaryFont);
  color: white;
  font-size: 18px;
  text-transform: none;
  float: none;
  width: auto;
  display: inline-block;
  border-radius: 30px;
}

.newlook .promopopup .wrap input {
  max-width: 360px;
  margin: 0px auto;
  border-radius: 40px;
  padding: 15px;
  text-align: center;
  font-family: var(--primaryFont);
}

.newlook .promopopup .wrap h3 {
  font-weight: bold;
  color: #000;
  font-size: 28px;
  font-family: var(--primaryFont);
  text-transform: none;
  letter-spacing: 0px;
}

.promopopup.errs .wrap h3 {
  color: #df1f1f;
}

.promopopup.errs .wrap i {
  color: #df1f1f;
}

.promopopup.ok .wrap i {
  color: var(--fontColorDark);
}

.promopopup .wrap i {
  margin-right: 15px;
  font-size: 36px;
  position: relative;
  top: 0px;
  color: var(--fontColorDark)
}

.promopopup .wrap .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer
}

.promopopup .wrap .close i {
  font-size: 16px;
  color: #333;
}

.btn.closebtn {
  background: #444;
  color: #fff;
  position: relative;
}

.topbar .carrierpop {
  background-color: var(--fontColorDark);
  border-radius: 0px 0px 6px 6px;
  padding: 13px 15px 5px;
  color: #fff;
  margin-right: 30px;
  transition: 0.4s background-color;
}

.topbar .carrierpop:hover {
  background-color: var(--fontColorLight);
}

.topbar .carrierpop i {
  color: #fff;
}

.carrierpopup .wrap {
  padding: 40px 40px 10px 40px;
}

.carrierpopup h3 {
  font-size: 30px;
}

.carrierpopup .box {
  transition: 0.5s all;
  padding: 30px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  background: #f0fae7;
  border-radius: 6px;
  margin: 0px 0px 30px;
}

.carrierpopup .box span {
  transition: 0.5s all;
  display: block;
  color: var(--fontColorDark);
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 10px;
  text-align: center;
}

.carrierpopup .box:hover {
  color: #fff;
  background: var(--fontColorLight);
}

.carrierpopup .box:hover span,
.carrierpopup .box:hover a {
  color: #fff;
}

/* --------------------------------------------------------------- STREFA --------------------------------------------------------------- */
.strefa .box .big {
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
}

.strefa .box i {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  color: #116cac
}

.strefa .box {
  margin-bottom: 0px;
  margin-top: 30px;
  min-height: 123px;
  font-weight: 300;
  text-align: center;
  color: #333;
  box-shadow: 0 0 0px 1px #ddd;
  padding: 40px;
  font-size: 14px;
  cursor: pointer;
  line-height: 22px;
  transition: 0.5s all;
}

.strefa .box:hover {
  box-shadow: 0 0 0px 10px #116cac;
}

.inp {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.inp.half {
  width: 50%;
  padding: 10px;
}

/* --------------------------------------------------------------- Login box --------------------------------------------------------------- */
.box-wrap {
  text-align: center;
}

#gosc .box-wrap {
  text-align: left;
  min-height: inherit
}

#go .box-wrap {
  text-align: left;
  min-height: inherit;
  margin-top: 30px;
}

#rejestracja .box-wrap {
  text-align: left;
  min-height: inherit
}

.firmafield {
  display: none;
}

#cart-container .pole input[type="checkbox"] {
  width: auto;
  margin: 10px 0px 0px 20px;
}

#rejestracja .pole input[type="checkbox"] {
  width: auto;
  margin: 10px 0px 0px 20px;
}

#rejestracja .pole input[type="radio"],
#cart-container .pole input[type="radio"] {
  width: auto;
  margin: 10px 0px 0px 20px;
}

.box-wrap .btn {
  float: none;
  width: auto;
  margin-top: 10px;
  display: inline-block;
}

.box-wrap {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 30px;
  min-height: 303px;
  font-weight: 400;
  color: #333;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 40px;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  transition: 0.5s all;
}

.box-wrap.nobg {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0px;
  box-shadow: none;
}

.box-wrap .topwrap {
  padding: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3)
}

.box-wrap .bottomwrap {
  padding: 30px;
  background: rgba(66, 38, 24, 0.3)
}

#cart-container .box-wrap .bottomwrap h3 {
  text-align: center;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  margin: 0px;
}

#cart-container .box-wrap .bottomwrap h2 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 0px;
  font-weight: bold;
}

.box-wrap.nobg h1 {
  color: #fff;
  margin-bottom: 5px;
}

.box-wrap.nobg .topwrap h1 {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}

.topwrap textarea {
  height: 100px;
  background: rgba(0, 0, 0, 0.1);
  border-none;
}

.box-wrap .bottomwrap h4 {
  text-align: center;
}

.box-wrap h1 {
  text-align: left;
  font-size: 35px;
}

.box-wrap h1,
.box-wrap h2 {
  font-weight: bold;
}

#cart-container .box-wrap h2 {
  margin: 10px 0px 30px;
}

.box-wrap .edycjadanych {
  position: absolute;
  top: 35px;
  right: 30px;
  font-size: 24px;
  color: #39a70c;
  z-index: 2
}

.konto.historia {
  padding: 0px;
}

.konto {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.konto .box-wrap i {
  width: 100%;
  padding: 20px 0px 20px;
  font-size: 36px;
  color: #fff;
}

.konto.main .box-wrap {
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
  min-height: auto;
  text-align: center;
  padding: 0px;
}

.konto .box-wrap .icon {
  float: left;
  width: 30%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-right: 1px solid #ddd;
  overflow: hidden;
}

.konto .box-wrap.text-left {
  margin-bottom: 30px;
  min-height: 120px;
  text-align: left;
}

.photochange {
  text-transform: uppercase;
  color: var(--fontColorLight);
  border-radius: 6px;
  display: block;
  padding: 15px 0px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.photochange span {
  font-size: 10px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #444;
}

#content {
  padding: 20px;
  overflow: hidden;
}

.konto.main .bigbtn {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  margin-top: 26px;
  display: block;
}

/* --------------------------------------------------------------- GŁÓWNA STRONA - OFERTA --------------------------------------------------------------- */
.oferta {
  float: left;
  width: 100%;
  line-height: 27px;
  font-weight: 300;
  font-size: 16px;
  padding: 0px 0px 30px;
}

.oferta h1 {
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
  margin-top: 60px;
}

.oferta .box {
  margin-bottom: 0px;
  margin-top: 30px;
  min-height: 123px;
  font-weight: 400;
  color: #333;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  line-height: 22px;
  transition: 0.5s all;
}

.oferta .box .big {
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 32px;
  display: block;
  transition: 0.5s all;
  text-transform: uppercase;
}

.oferta .box .icon {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  font-size: 64px;
  color: var(--fontColorDark);
}

/* 
body.down .topbar {
  position: fixed;
  top: -85px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  height: 130px;
  display: none;
} 
*/
.menumobiletoggle {
  position: absolute;
  top: 0;
  display: none;
  right: -10px;
  z-index: 10001;
  font-size: 24px;
  cursor: pointer;
}

.menumobiletoggle:after {
  position: absolute;
  top: 80px;
  width: 50px;
  text-align: center;
  height: 50px;
  color: #333;
  line-height: 50px;
  right: 25px;
  content: "\f0c9";
  font-family: "FontAwesome";
  padding: 0px;
  font-size: 25px;
  transition: 0.5s all;
}

.menumobiletoggle.open:after {
  content: "\f00d";
  color: #333;
  background: #fff;
}

.menumobiletoggle.open {}

.treeview .hitarea {
  top: 0px !important
}

.sidepanel > ul {
  margin: 20px 0px 0px;
  padding: 0px;
}

.sidepanel li {
  list-style-type: none;
  float: left;
  width: 100%;
}

.sidepanel .filetree li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.sidepanel li ul li a {
  font-size: 13px;
  padding-left: 15px;
  font-weight: 400;
  line-height: 16px;
}

.sidepanel li a {
  font-weight: 400;
  float: left;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  padding: 14px 0px
}

.sidepanel li:last-child a {
  border: none;
}

.sidepanel .treeview .hitarea {
  width: 20px !important;
  height: 20px !important;
  top: 14px !important;
}

.sidepanel li a.active {
  color: var(--fontColorDark)
}

.sidepanel {
  position: fixed;
  overflow: auto;
  transition: 0.5s all;
  top: 0px;
  width: 300px;
  background: #fff;
  padding: 80px 30px 30px;
  z-index: 10000;
  height: 100%;
  right: -360px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3)
}

.sidepanel.open {
  right: 0;
}

/* --------------------------------------------------------------- ZESPOL - REKRUTACJA --------------------------------------------------------------- */
section.franczyza .half .wrap {
  width: 460px;
  font-weight: 300;
  line-height: 26px;
}

section.franczyza .half {
  width: 50%;
  float: left;
  padding: 90px 80px;
}

section.franczyza h1:after {
  border-color: rgba(255, 255, 255, 0.2)
}

section.franczyza .half-img {
  width: 50%;
  float: left;
  height: 500px;
  background: url(../images/half-img.jpg) top center;
  background-size: cover;
}

section.franczyza {
  position: relative;
  overflow: hidden;
  margin: 0px 0px;
  padding: 0px 0px 0px;
  background: url(images/footer.jpg) #33363c;
  color: rgba(255, 255, 255, 0.8);
}

.franczyza h1 {
  margin-bottom: 20px;
  font-size: 38px;
  margin-top: 0px;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
}

.franczyza h2 {
  margin-bottom: 7px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}

/* --------------------------------------------------------------- NEWS --------------------------------------------------------------- */
section.newsy {
  position: relative;
  overflow: hidden;
  margin: 0px 0px;
  padding: 50px 0px;
  background: #fff;
}

section.newsy h1 {
  font-weight: 300;
  margin-bottom: 40px;
  text-align: center;
}

section.newsy h1::after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  left: 50%;
  margin-left: -25px;
  margin-top: 15px;
}

section.newsy .box h2 {
  font-size: 24px;
  font-weight: 400;
  color: #c7a76b;
  margin-bottom: 20px;
  text-align: left;
}

section.newsy .box {
  position: relative;
  padding-left: 30px;
}

section.newsy .col-sm-4:nth-child(1) .box {
  padding: 0px;
}

section.newsy .col-sm-4:nth-child(2) .box,
section.newsy .col-sm-4:nth-child(3) .box {
  border-left: 2px solid #f3ecde;
}

section.newsy ul {
  margin: 0px;
  padding-left: 15px;
}

section.newsy li {
  line-height: 20px;
  padding: 0px 0px 7px;
  text-align: left
}

section.newsy .borderbottom {
  height: 1px;
  width: 100%;
  float: left;
  border-bottom: 2px solid #f3ecde;
  margin: 15px 0px 40px;
}

.foto {
  float: left;
  margin-bottom: 15px;
  position: relative;
  max-width: 100%;
}

.foto .data {
  position: absolute;
  bottom: 15px;
  left: -10px;
  background: #116cac;
  color: #fff;
  padding: 10px;
  font-size: 12px;
}

.foto .data i {
  margin-right: 5px;
}

.blogwrap {
  float: left;
  width: 100%;
  background: #fff;
}

.blogwrap.details {
  padding-top: 60px;
}

.blogwrap.details img {
  display: block;
  width: 100% !important;
}

.blogwrap.details h1 {
  font-family: var(--secondaryFont);
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 50px;
  text-transform: none;
  color: #222;
}

.blogwrap.details h2 {
  font-family: var(--secondaryFont);
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 28px;
  text-transform: none;
  color: #1f7715;
}

.news {
  border-bottom: 1px solid #ddd;
  padding: 30px 0px;
}

.text .news h1 {
  text-align: left;
}

.news .big {
  font-size: 27px;
  line-height: 1.5;
  display: block;
  color: #333;
  font-family: var(--secondaryFont);
  margin-bottom: 16px;
  text-transform: none;
}

.news .foto {
  transition: 0.5s all;
}

.news:hover .foto {
  box-shadow: 0 0 0px 10px #116cac;
}

.news .highlight {
  color: var(--fontColorDark);
}

/* --------------------------------------------------------------- PAGINATION --------------------------------------------------------------- */
.pagination {
  float: right;
  width: 100%;
  padding: 15px 0px;
}

.pagination ul {
  margin: 0px;
  padding: 0px;
  float: right;
}

.num {
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  width: 36px;
  font-weight: bold;
  height: 36px;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
  line-height: 36px;
  margin-left: 5px;
  cursor: pointer;
  vertical-align: middle;
  padding-top: 0px;
  background-repeat: no-repeat;
}

.numactive {
  background: #ff652d;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 36px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  margin-left: 5px;
  cursor: pointer;
  vertical-align: middle;
  padding-top: 0px;
  background-repeat: no-repeat;
}

.text .numactive strong {
  color: #fff;
}

.naj {
  display: inline-block;
  text-align: center;
  width: 36px;
  font-weight: bold;
  margin-left: 5px;
  height: 36px;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  line-height: 36px;
  margin-right: 3px;
  vertical-align: middle;
  padding-top: 0px;
  color: #333;
  background-repeat: no-repeat;
}

.num:hover,
.naj:hover {
  background: #333;
}

.text .num:hover a,
.text .naj:hover a {
  color: #fff;
}

/* --------------------------------------------------------------- MAPA --------------------------------------------------------------- */
#map-wrapper {
  width: 100%;
  height: 600px;
}

#map {
  width: 100%;
  height: 600px;
  border: 10px solid #fff;
}

#mapa-wrapper {
  width: 100%;
  height: 555px;
}

#mapka {
  width: 100%;
  height: 555px;
}

#mapa {
  width: 100%;
  height: 555px;
}

.mapbox {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

#map img {
  max-width: none;
}

#bodyContent {
  padding: 10px !important;
  font-size: 12px;
  line-height: 17px;
}

h2.gm {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0px;
  font-family: var(--secondaryFont);
  color: #222;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 10px;
  line-height: 20px;
}

h3.gm {
  font-weight: 500;
  font-family: var(--secondaryFont);
  color: #222;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 0px;
}

/* --------------------------------------------------------------- placowka --------------------------------------------------------------- */
.placowka {
  border: 10px solid #fff;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2)
}

.placowka-box {
  border: 2px solid #eee;
  padding: 30px;
  margin-bottom: 20px;
}

.oddzialy-list {
  float: left;
  margin: 30px 0px;
  overflow: hidden;
  background: #fff;
  width: 100%;
}

.picture-small {
  float: left;
  margin-top: 0px;
  width: 33.3%;
  height: auto
}

.picture-small img {
  border-radius: 16px;
  padding: 10px;
}

.lista-placowek a {
  background: #eee;
  padding: 10px 10px 10px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #444;
  float: left;
  font-size: 14px;
  font-weight: 700;
}

.lista-placowek a:hover {
  background: #555;
  color: #fff;
  ;
}

/* --------------------------------------------------------------- BANER --------------------------------------------------------------- */
/*BANER */
.baner {
  cursor: pointer;
  height: 450px;
  overflow: hidden;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  position: relative;
}

.banerwrap {
  background-size: cover;
  height: 650px;
}

.baner img {
  position: absolute;
  top: 0px;
}

.baner-small.blog {
  height: auto;
  text-align: center;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.baner-small.blog h1 {
  font-family: var(--secondaryFont);
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: none;
  width: auto;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.baner-small.blog .container {
  padding-top: 150px;
  padding-bottom: 150px;
  min-height: 50vh;
}

.baner-small {
  height: 150px;
  width: 100%;
  background: url(images/oferta.jpg);
  background-position: top center;
  overflow: hidden;
  color: #333;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 0px;
  position: relative;
}

.filtruj h1 {
  font-size: 36px;
  color: #ff6332;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.filtruj h1:after {
  border: none;
}

.baner-small.over:before {
  position: absolute;
  z-index: 1;
  background: rgba(46, 40, 37, 0.4);
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
}

.baner-small.over .slogan {
  position: relative;
  z-index: 2;
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  margin: 0px;
}

.baner-small.over .slogan h1 {
  font-size: 77px;
  line-height: 77px;
  margin-bottom: 30px;
}

.filtruj {
  width: 100%;
  border: 2px dashed #ff6332;
  padding: 30px;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 30px;
  font-family: var(--thirdaryFont);
  font-size: 40px;
  font-weight: bold;
  color: #ff6332
}

.filtruj a {
  float: left;
  width: 100%;
  padding: 10px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 14px;
  font-family: var(--secondaryFont);
  font-weight: normal;
  border-bottom: 1px dashed #ff6332;
}

.filtruj a.active {
  font-weight: bold;
  color: #ff6332;
}

body .baner-small {
  background-size: cover;
  background-position: center;
  min-height: 250px;
}

body.Warzywa .baner-small {
  background-image: url(images/warzywa.jpg);
  background-size: cover;
  background-position: center;
  height: 250px;
}

body.produkty .baner-small {
  background-size: cover;
  background-position: center;
  height: 250px;
}

body.kontakt .baner-small {
  background-size: cover;
  background-position: center;
  height: 250px;
}

body.o-projekcie .baner-small {
  background-size: cover;
  background-position: center;
  height: 250px;
}

#body-nasze-gospodarstwa .baner-small {
  background-image: url(images/gospodarstwa.jpg);
  background-size: cover;
  background-position: center;
  height: 250px;
}

body.Zboża .baner-small {
  background-image: url(images/zboza.jpg);
  background-size: cover;
  background-position: center;
  height: 250px;
}

body.Zioła .baner-small {
  background-image: url(images/ziola.jpg);
  background-size: cover;
  background-position: center;
  height: 250px;
}

body.Inne .baner-small {
  background-image: url(images/inne.jpg);
  background-size: cover;
  background-position: center;
  height: 250px;
}

body.Owoce .baner-small {
  background-image: url(images/owoce.jpg);
  background-size: cover;
  background-position: center;
  height: 250px;
}

body.Jaja .baner-small {
  background-image: url(images/jaja.jpg);
  background-size: cover;
  background-position: center;
  height: 250px;
}

body.Przetwory .baner-small {
  background-image: url(images/przetwory.jpg);
  background-size: cover;
  background-position: center;
  height: 250px;
}

#body-moje-konto .baner-small {
  background-image: url(images/konto.jpg);
  background-size: cover;
  background-position: center;
  height: 250px;
}

#body-moje-konto.grupy-zakupowe .baner-small {
  background-image: url(images/grupaa.jpg);
  background-size: cover;
  background-position: center;
  height: 400px;
}

#body-moje-konto.grupy-zakupowe .baner-small h1 {
  display: none;
}

.text .header h1 {
  text-align: left;
  margin: 30px 0px 15px;
}

.text .header h1:after {
  border: none;
}

.header {
  float: left;
  width: 100%;
  margin: 0px 0px 20px;
}

.totals a.carrierpop,
.smallbtn {
  font-size: 10px;
  font-weight: 500;
  background: var(--fontColorDark);
  padding: 5px 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

.totals a.carrierpop:hover,
.smallbtn:hover {
  background: #333;
  color: #fff;
}

.sortowanie {
  float: left;
  width: 300px;
  text-align: left
}

.wybierzgrupe {
  padding: 30px;
  background: #2daf1d;
  color: #fff;
  border-radius: 6px;
  margin: 20px 0px;
}

.wybierzgrupe input {
  width: auto;
  box-shadow: none;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

.displays {
  float: right;
  margin-top: 5px
}

.setdisplay {
  float: left;
  margin-right: 10px;
  cursor: pointer;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.2)
}

.setdisplay.active {
  color: var(--fontColorDark)
}

.sortowanie select {
  width: 150px;
  margin: 0px 0px 0px 10px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  padding: 10px;
  line-height: 20px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  top: 0px;
}

.filtry {
  float: right;
  width: 350px;
  text-align: right
}

.filtry select {
  width: 250px;
  margin: 0px 0px 0px 10px;
  position: relative;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  text-transform: uppercase;
  padding: 10px;
  line-height: 20px;
  letter-spacing: 1px;
  top: 0px;
}

.baner-small h1 {
  padding: 0px 0px 0px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  color: #fff;
  font-weight: 100;
  font-size: 36px;
  text-align: center;
}

.baner-small h2 {
  padding: 20px 50px 0px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 32px;
}

.baner-small h1:after {
  border: none;
}

.baner-small .data {
  padding-left: 50px;
  color: #888;
  font-size: 14px;
}

.baner-small .data i {
  margin-right: 5px;
}

.slogan p {
  margin-bottom: 0px;
}

.slogan {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  padding: 0px 100px;
  line-height: 28px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  margin-top: 60px;
  color: #fff;
}

.slogan h1 {
  font-weight: 700;
  font-size: 107px;
  line-height: 100px;
  letter-spacing: 0px;
  margin: 0px 0px 5px;
  padding: 0px;
  text-transform: none;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4)
}

.slogan h3 {
  font-weight: 700;
  font-size: 47px;
  line-height: 50px;
  font-family: var(--thirdaryFont);
  letter-spacing: 0px;
  margin: 0px 0px 5px;
  padding: 0px;
  text-transform: none;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4)
}

.slogan h2 {
  font-weight: 700;
  font-size: 92px;
  line-height: 90px;
  margin: 0px 0px 15px;
  text-transform: none padding: 0px;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4)
}

.slogan .btn {
  float: none;
  line-height: 80px;
  background: #fff;
  color: #333;
  text-shadow: none
}

.slogan .btn:hover {
  background: var(--fontColorDark);
  color: #fff;
}

/* --------------------------------------------------------------- TOPBAR --------------------------------------------------------------- */
.topbar {
  padding-top: 0px;
  margin: 0px auto;
  /* position: relative; */
  /* top: 0px; */
  /* background: url(images/jute.jpg); */
  z-index: 1000;
  /* box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5); */
  /* position: -webkit-sticky; */
  /* position: sticky;  */
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 138px;
}

.topbar {}

.topbar .logo {
  position: absolute;
  z-index: 1000;
  padding-top: 19px;
}

.topbar .nav {
  text-align: center;
  margin-top: 15px;
  padding: 0px;
  z-index: 99;
  width: 100%;
  position: absolute;
  right: 30px;
  top: 50px;
}

.topbar .navi {
  margin-top: 37px;
}

/* --------------------------------------------------------------- SUBEMNU --------------------------------------------------------------- */
.subs {
  top: 0px;
  /* background: url(images/jute3.jpg); */
  padding: 0px 0px;
  width: 100%;
  position: relative;
  overflow: hidden;
  right: 0px;
  border-radius: 6px;
}

#body-ubezpieczenia .subs,
#body-o-firmie .subs,
#body-aktualnosci .subs {
  top: -72px;
}

.subs h2 {
  background: rgba(26, 78, 115, 0.6);
  color: #fff;
  padding: 20px 30px;
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

.subs h1 {
  /* background: rgba(158, 123, 91, 0.5); */
  /* color: #fff; */
  color: var(--fontColorLight);
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  padding-left: 15px;
}

.subs h1:after {
  border: none;
}

.submenu {
  border-top: none;
  padding: 0px 0px;
}

.submenu ul {
  margin: 0px;
  padding: 0px;
}

.submenu li {
  list-style-type: none;
  padding: 0px 0px;
}

.submenu a {
  color: #555;
  font-family: var(--thirdaryFont);
  padding: 15px;
  border-top: 2px dashed rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

.submenu li ul li a {
  padding: 8px 0px 8px 40px;
  background: #ededed;
  font-size: 12px;
}

.submenu li ul li ul li a {
  padding: 8px 0px 8px 50px;
  background: #e3e3e3;
  font-size: 12px;
}

.submenu li ul li:last-child a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.submenu a.active,
.submenu a.selected {
  background-color: #f4f4f4;
  color: var(--fontColorDark);
}

.submenu a:hover {
  color: var(--fontColorDark);
}

.submenu a.active,
.submenu a.selected:hover {}

.submenu li:last-child a {}

.submenu a.active:before,
.submenu a.selected:before {}

/* --------------------------------------------------------------- ACORDION --------------------------------------------------------------- */
.accordion {
  margin: 30px 0px 0px;
}

.accordion dt {
  padding: 0px 0px 10px;
  border-bottom: 0;
}

.accordion dd {
  margin: 0px 0px;
  padding: 10px 0px;
}

.accordion h3 {
  font-weight: 300;
  margin-bottom: 6px;
}

.accordion a {
  display: block;
  padding: 20px 50px 20px 20px;
  position: relative;
  color: #333;
  background-color: #e5e5e5;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 800;
  transition: 0.5s all;
}

.accordion a:hover {
  background: #d3d3d3;
}

.accordion a:before {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #666;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 20px;
  right: 10px;
}

.accordion a.active:before {
  content: "\f106";
  color: #fff;
}

.accordion a.active {
  background-color: #135dbd;
  color: #fff;
}

/* --------------------------------------------------------------- SITEMAP --------------------------------------------------------------- */
ul.sitemap {
  margin-top: 30px;
  margin-left: 0px;
  padding-left: 0px;
}

.sitemap ul {
  margin-bottom: 10px;
}

.sitemap li {
  list-style-type: none;
  margin-left: 0px;
  position: relative;
  padding: 0px 0px 7px 0px;
}

.sitemap li ul li {
  float: none;
  width: 100%;
}

.sitemap li a strong {
  font-size: 16px;
}

.sitemap li ul {
  margin-top: 10px;
}

.sitemap li ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #2673d7;
  font-size: 14px;
  padding-right: 0px;
  position: absolute;
  top: 0px;
  left: -20px;
}

/* --------------------------------------------------------------- komunikaty --------------------------------------------------------------- */
.error,
.err {
  color: #ea4024;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin: 0px 0px 5px;
}

.msg {
  color: var(--fontColorDark);
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 0px 0px 5px;
}

/* --------------------------------------------------------------- LAST NEWS --------------------------------------------------------------- */
.laast {
  color: #555;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  padding: 30px;
  background: #f3f3f3;
  border: 5px solid #fff;
  margin-top: -69px;
}

.laast.mt20 {
  margin-top: 30px;
}

.laast h2 {
  color: #444;
  background: none;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 20px;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}

.laast h2::after {
  content: '';
  display: block;
  width: 50px;
  border-top: 1px solid #ddd;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px
}

.blogpost {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c7d8e1;
}

.blogpost:last-child {
  border: none;
  padding: 0px;
  margin: 0px;
}

.laast a.big {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #444;
  display: block;
  margin-bottom: 7px;
}

.laast a.big:hover,
.laast a.read {
  color: #1b8ada;
}

.last-news a.big {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-transform: uppercase;
  color: #444;
  display: block;
  margin-bottom: 0px;
}

.laast .data,
.datan {
  font-size: 11px;
  color: #555;
  display: block;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.laast .data i,
.datan i {
  padding-right: 5px;
}

.laast-news .btn {
  border: 1px solid #0e9c11;
  color: #0e9c11;
  font-size: 12px;
  float: left;
  padding: 2px 8px;
  margin-top: 10px;
  text-transform: uppercase;
}

.last-news .btn:hover {
  border: 1px solid #0e9c11;
  background-color: #0e9c11;
  color: #fff;
}

.last-news .btn .glyphicons {
  padding: 0px 0px 0px 5px;
  top: 5px;
}

/* --------------------------------------------------------------- Tagi --------------------------------------------------------------- */
.tags {
  width: 100%;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.tag {
  display: block;
  float: left;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: uppercase;
  background: #ddd;
  color: #444;
  margin: 0px 3px 3px 0px;
}

.tag.active {
  background: #009cff;
  color: #fff;
}

.tag:hover {
  background: #444;
  color: #fff;
}

/* --------------------------------------------------------------- STOPKA --------------------------------------------------------------- */
.footer {
  width: 100%;
  background-color: #ffffff;
  background-image: url(images/tradycyjne.jpg);
  background-size: cover;
  background-position: center;
  color: #33363c;
  clear: both;
  overflow: hidden;
  margin-top: 0px;
  font-size: 14px;
  line-height: 25px;
  padding: 0px 0px 20px 0px;
  position: relative;
}

.footer::before {
  background-color: rgba(255, 255, 255, 0.9);
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.swiss {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.swiss img {
  display: block;
  text-align: center;
  margin: 0px auto 10px
}

.stopka {
  background-color: #fff;
  /* background-image: url(/images/675_1000.jpg); */
  background-position: center;
  clear: both;
  padding: 30px 0px;
  padding-top: 80px !important;
  color: #999;
  font-size: 14px;
  overflow: hidden;
}

.footer .container {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.footer a {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

.footer a:hover {
  color: #000;
}

.footer strong {
  color: inherit;
  font-size: 28px;
}

.footer .micro {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 22px;
}

.footer h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.5;
  color: inherit;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.footer .col-sm-20 {
  float: left;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer .col-sm-40 {
  float: left;
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer h2:after {
  bottom: -2px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.footer h3 {
  font-size: 16px;
  font-weight: 700;
  color: #666;
}

/* --------------------------------------------------------------- bluebg --------------------------------------------------------------- */
.bluebg {
  background: #2091e3;
  padding: 50px 0px;
  float: left;
  width: 100%;
}

/* --------------------------------------------------------------- Powiązane --------------------------------------------------------------- */
.powiazane-artykuly {
  margin-top: 0px;
  float: left;
  width: 100%;
  padding: 0px 0px;
}

.powiazane-artykuly h2 {
  margin: 0px 0px 0px;
  text-align: center;
  padding: 0px;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}

.powiazane-artykuly .big {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.powiazane-artykuly .box {
  margin-bottom: 0px;
  margin-top: 30px;
  min-height: 194px;
  font-weight: 300;
  color: #fff;
  box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.2);
  padding: 30px;
  font-size: 14px;
  line-height: 22px;
  transition: 0.5s all;
}

.powiazane-artykuly .box:hover {
  box-shadow: 0 0 0px 10px #fff;
}

.nofloat {
  float: none;
}

.btn.nofloat {
  line-height: 70px;
}

/* --------------------------------------------------------------- breadcrumb --------------------------------------------------------------- */
.breadcrumb {
  padding: 9px 0px;
  color: #fff;
  display: none;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 100;
  line-height: 14px;
  width: 100%;
}

.breadcrumb a {
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  margin: 0px 0px 0px 0px;
}

.breadcrumb a:last-child {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}

.breadcrumb a:first-child {
  margin-left: 0px;
}

/* --------------------------------------------------------------- MEANMENU --------------------------------------------------------------- */
#mean {
  display: none;
}