/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: -.03em; }

html {
  font-size: 16px;
  min-height: 100%;
  position: relative; }

body {
  font-family: "Lato", sans-serif;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  height: 100%;
  position: relative;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none;
  outline: 0; }

strong {
  font-weight: 700; }

img {
  vertical-align: middle;
  max-width: 100%; }

label {
  cursor: pointer; }

input {
  outline: none;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif; }

button {
  outline: none;
  font-family: "Lato", sans-serif; }

textarea,
select {
  outline: none;
  font-family: "Lato", sans-serif; }

td {
  font-size: inherit; }

::-webkit-input-placeholder {
  opacity: 1; }

::-moz-placeholder {
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

ul, ol {
  margin: 0; }

em {
  font-style: italic; }

.wrapper {
  box-sizing: content-box;
  -moz-box-sizing: content-box; }
  @media screen and (max-width: 768px) {
    .wrapper {
      overflow: hidden; } }
  @media screen and (min-width: 1024px) {
    .wrapper {
      max-width: 1024px;
      margin: auto; } }
  @media screen and (min-width: 1100px) {
    .wrapper {
      max-width: 1100px;
      margin: auto;
      padding-left: 25px;
      padding-right: 25px; } }
  @media screen and (min-width: 1240px) {
    .wrapper {
      max-width: 1240px;
      padding-left: 15px;
      padding-right: 15px; } }

img {
  width: auto;
  height: auto; }

.header {
  background-color: #eeebe9; }

.top {
  display: flex;
  padding: 16px 0 14px;
  align-items: center;
  line-height: 1.25rem;
  font-size: .9375rem;
  height: 104px; }
  .top-contact {
    padding-top: 5px;
    display: flex;
    align-items: center;
    margin-left: 6%; }
    .top-contact img {
      height: 27px;
      margin-right: 13px; }
    .top-contact-infos strong {
      font-size: 1.0625rem;
      font-weight: 800;
      display: block;
      color: #3d5f03; }
    .top-contact-infos a:hover {
      text-decoration: underline; }
  .top-account {
    padding-top: 5px;
    display: flex;
    align-items: center;
    margin-left: auto; }
    .top-account img {
      height: 27px;
      margin-right: 13px; }
    .top-account a:hover {
      text-decoration: underline; }
  .top #mKoszyk {
    padding-top: 5px;
    margin-left: 4%; }
  .top-cart {
    position: relative; }
    .top-cart a {
      display: block;
      display: flex;
      align-items: center; }
    .top-cart .qty {
      position: absolute;
      top: 6px;
      left: 20px;
      background-color: #cf0913;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: .6875rem;
      font-weight: 800;
      width: 16px;
      height: 16px; }
    .top-cart img {
      height: 26px;
      margin-right: 16px; }
    .top-cart-infos strong {
      font-size: 1.0625rem;
      font-weight: 800;
      display: block;
      color: #639709; }
    .top-cart-infos span {
      font-size: .875rem; }

.nav {
  background-color: #639709;
  display: flex;
  color: #fff;
  align-items: stretch;
  height: 52px; }
  .nav .categories > ul {
    display: flex;
    align-items: stretch; }
  .nav .categories .c-top {
    display: flex;
    align-items: stretch;
    padding: 0 16px 0 0;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
    .nav .categories .c-top:nth-of-type(4), .nav .categories .c-top:nth-of-type(5), .nav .categories .c-top:nth-of-type(6) {
      display: none; }
    .nav .categories .c-top > a {
      font-size: 1.25rem;
      display: flex;
      align-items: center;
      height: 52px;
      padding: 1px 10px 0  23px;
      font-weight: 600; }
    .nav .categories .c-top > .c-trigger {
      display: flex;
      align-items: center; }
      .nav .categories .c-top > .c-trigger img {
        position: relative;
        bottom: -2px; }
    .nav .categories .c-top ul {
      display: none; }
    .nav .categories .c-top:hover > ul {
      opacity: 1;
      visibility: visible;
      top: 48px; }
    .nav .categories .c-top > ul {
      display: block;
      position: absolute;
      left: 8px;
      top: 48px;
      background-color: #3d5f03;
      z-index: 100;
      columns: 2;
      column-gap: 30px;
      font-size: 1rem;
      padding: 10px 24px 10px 14px;
      opacity: 0;
      visibility: hidden;
      transition: all 140ms ease-in-out; }
      .nav .categories .c-top > ul a {
        white-space: nowrap;
        display: block;
        padding: 2px 0 2px 14px;
        background: url(../img/str-4.svg) no-repeat 2px 11px;
        background-size: auto 7px; }
        .nav .categories .c-top > ul a:hover {
          text-decoration: underline; }
  .nav .search {
    background-color: #3d5f03;
    margin-left: auto;
    display: flex;
    align-items: stretch; }
    .nav .search form {
      display: flex;
      vertical-align: center;
      padding: 7px;
      background: url(../img/ico-7.svg) 14px center no-repeat;
      background-size: auto 22px; }
    .nav .search input {
      background-color: rgba(255, 255, 255, 0);
      border: 0;
      color: rgba(255, 255, 255, 0.8);
      padding-left: 46px;
      width: 330px; }
    .nav .search button {
      background-color: #314c02;
      color: #fff;
      border: 0;
      width: 40px;
      text-align: center;
      font-weight: 600;
      cursor: pointer;
      padding-top: 1px;
      font-size: 1rem; }

.banners {
  position: relative; }
  .banners::before {
    content: ' ';
    background-color: #eeebe9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    z-index: -1;
    display: block; }
  .banners .wrapper {
    overflow: hidden; }
  .banners-grid {
    position: relative;
    z-index: 10;
    padding: 1px 0;
    display: flex;
    justify-content: space-between; }

.banner-small {
  position: relative;
  flex: 0 0 30.64516129032258%; }
  .banner-small a {
    display: block;
    height: 440px; }
  .banner-small .text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 1.25rem;
    background-color: #88bc50;
    padding: 10px 22px 14px 18px;
    line-height: 2.125rem;
    border-bottom: 5px solid #598807; }
    .banner-small .text strong {
      display: block;
      font-size: 2.5rem;
      font-weight: 800; }
    .banner-small .text img {
      position: absolute;
      right: 26px;
      bottom: 18px; }

.banner-big {
  position: relative;
  flex: 0 0 69.35483870967742%; }
  .banner-big a {
    display: block;
    height: 440px; }
  .banner-big .text {
    color: #cf0913;
    font-size: 2.5rem;
    line-height: 3rem;
    position: absolute;
    top: 48px;
    text-align: right;
    left: 14%; }
    .banner-big .text strong {
      font-size: 3.75rem;
      font-weight: 800;
      display: block; }
  .banner-big .logos {
    position: absolute;
    bottom: 36px;
    left: 28px; }
    .banner-big .logos img {
      margin-right: 8px; }

.features {
  margin-bottom: 20px; }
  .features-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eeebe9;
    font-size: 1rem; }
    .features-grid li {
      width: 33.3333%;
      display: flex;
      justify-content: center;
      color: #3d5f03;
      align-items: center;
      padding: 28px 10px 22px; }
      .features-grid li .txt {
        text-align: left; }
      .features-grid li img {
        height: 32px;
        margin-right: 25px; }
      .features-grid li:nth-of-type(2) {
        border-left: 1px solid #fff; }
        .features-grid li:nth-of-type(2) img {
          height: 38px; }
      .features-grid li:nth-of-type(3) {
        border-left: 1px solid #fff; }
        .features-grid li:nth-of-type(3) img {
          height: 30px; }
      .features-grid li strong {
        font-size: 1.375rem;
        display: block; }

.m-offer {
  padding: 34px 0 60px; }
  .m-offer-header {
    font-size: 1.625rem;
    line-height: 2rem;
    font-weight: 600;
    margin-bottom: 26px; }
  .m-offer-header--small {
    font-size: 1.25rem; }
  .m-offer-grid {
    display: flex; }

.m-offer--product .m-offer-grid {
  display: block; }
  .m-offer--product .m-offer-grid form {
    display: flex; }

.m-product {
  flex: 0 0 20%;
  border-left: 1px solid #eeebe9;
  padding: 25px 0 16px;
  position: relative; }
  .m-product:nth-of-type(5n)::before {
    content: ' ';
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #eeebe9;
    position: absolute;
    z-index: 100; }
  .m-product-thumb {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 1px; }
    .m-product-thumb a {
      display: block;
      text-align: center; }
  .m-product-aval {
    color: #fff;
    background-color: #639709;
    font-size: .8125rem;
    line-height: 1.125rem;
    padding: 1px 13px 1px;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 20px; }
    .m-product-aval.t1 {
      background-color: #a18b7c; }
    .m-product-aval.t2 {
      background-color: #7c7c7c; }
  .m-product-name {
    margin-bottom: 4px; }
    .m-product-name a {
      display: block;
      font-weight: 600;
      font-size: 1.0625rem;
      padding: 10px 13px 10px;
      overflow: hidden;
      height: 62px; }
      .m-product-name a:hover {
        text-decoration: underline;
        color: #3d5f03; }
  .m-product-price {
    padding: 0 13px;
    height: 22px;
    overflow: hidden; }
    .m-product-price s {
      opacity: .6; }
    .m-product-price strong {
      color: #cf0913;
      font-size: 1.0625rem;
      font-weight: 800; }

.m-oldnav {
  background-color: #eeebe9;
  padding: 50px 0 65px; }
  .m-oldnav-header {
    font-size: 3.25rem;
    font-weight: 600;
    color: #639709;
    position: relative;
    line-height: 3rem;
    margin-bottom: 20px; }
    .m-oldnav-header span {
      color: #784420;
      font-size: 1.25rem;
      font-weight: 400;
      position: relative;
      margin-left: 12%;
      display: block; }
  .m-oldnav-grid {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
  .m-oldnav-box {
    flex: 0 0 28.5%;
    border-right: 1px solid #eeebe9;
    background-color: #fff; }
    .m-oldnav-box.promocje {
      flex: 1 1 100%;
      background-color: #784420;
      color: #fff;
      font-size: 1.25rem;
      align-items: stretch;
      display: flex; }
      .m-oldnav-box.promocje a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%; }
      .m-oldnav-box.promocje img {
        margin-left: 30px;
        position: relative;
        top: -10px; }
  .m-oldnav-title {
    background-color: #6c8114;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto cover;
    text-align: right;
    color: #fff;
    padding: 29px 32px;
    font-size: 1.75rem;
    font-weight: 600; }
  .pigwowiec .m-oldnav-title {
    background-image: url(../img/pigwowiec-bg.jpg); }
  .deren .m-oldnav-title {
    background-image: url(../img/deren-jadalny-bg.jpg); }
  .pozostale .m-oldnav-title {
    background-image: url(../img/pozostale-bg.jpg); }
  .m-oldnav-links ul {
    display: flex;
    justify-content: center; }
    .m-oldnav-links ul li {
      font-size: 1.0625rem;
      padding: 25px 3px 23px; }
      .m-oldnav-links ul li img {
        margin: 0 5px 0 8px; }
      .m-oldnav-links ul li a:hover {
        text-decoration: underline; }

.m-homeinfo {
  padding: 80px 0 70px;
  display: flex; }
  .m-homeinfo-content {
    flex: 0 0 36%;
    line-height: 1.75rem; }
    .m-homeinfo-content h1 {
      font-size: 2rem;
      line-height: 2.5rem;
      margin-bottom: 26px;
      font-weight: 600; }
    .m-homeinfo-content p {
      margin-bottom: 22px; }
  .m-homeinfo-blog {
    flex: 0 0 60%;
    margin-left: auto;
    display: flex;
    justify-content: flex-end; }

.m-article {
  width: 33.3%;
  padding-left: 1px; }
  .m-article-title a {
    display: block;
    color: #639709;
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding-top: 18px;
    padding-right: 18px;
    font-weight: 600; }

.m-populars {
  padding-bottom: 70px; }
  .m-populars-header {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 30px;
    border-top: 2px solid #eeebe9;
    padding-top: 50px; }
  .m-populars-grid {
    display: flex; }

.m-footer {
  background-color: #180d07;
  color: #e8e2de;
  padding: 90px 0; }
  .m-footer-grid {
    display: flex;
    align-items: stretch; }

.m-contact-header {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 28px; }

.m-contact .row {
  margin-bottom: 6px; }
  .m-contact .row strong {
    font-size: 1.125rem;
    display: inline-block;
    margin-right: 12px; }
  .m-contact .row img {
    margin-right: 5px;
    position: relative;
    top: -1px; }

.m-links {
  margin-left: auto; }
  .m-links ul {
    columns: 2;
    column-gap: 70px; }
    .m-links ul li {
      margin-bottom: 5px;
      background: url(../img/str-5.svg) left 9px no-repeat;
      padding-left: 20px; }

.m-social {
  flex: 0 0 44px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  margin-left: 14%; }
  .m-social a {
    display: flex;
    flex: 0 0 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px; }
  .m-social-fb {
    background-color: #0e76d8; }
  .m-social-pin {
    background-color: #f00000; }

.copy {
  background-color: #180d07;
  color: #e8e2de;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 90px 0; }
  .copy-grid {
    display: flex;
    justify-content: space-between; }
  .copy img {
    margin-left: 7px;
    position: relative;
    top: 2px; }

.l-product {
  padding: 36px 0 10px; }
  .l-product:after {
    content: '';
    display: table;
    clear: both; }
  .l-product-mod1, .l-product-mod3 {
    float: right;
    width: calc(100% - 505px); }
  .l-product-mod2 {
    float: left;
    width: 455px; }

.m-rating {
  color: #7a6f67;
  margin-bottom: 2px; }
  .m-rating img {
    position: relative;
    top: -1px;
    margin: 0 4px; }
  .m-rating a:hover {
    text-decoration: underline; }

.m-title {
  margin-bottom: 36px; }
  .m-title h1 {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.25rem;
    margin-bottom: 2px; }
  .m-title h2 {
    font-size: 1.5rem;
    line-height: 1.75rem; }

.m-gallery {
  padding: 30px 0;
  text-align: center; }
  .m-gallery a {
    display: inline-block;
    margin: 6px; }
  .m-gallery img {
    width: 80px; }

.m-buybox {
  background-color: #eeebe9;
  padding: 16px 24px;
  position: relative; }
  .m-buybox .delivery {
    margin-bottom: 16px;
    font-size: 1.0625rem; }
    .m-buybox .delivery img {
      width: 29px;
      margin-right: 5px; }
    .m-buybox .delivery span {
      font-weight: 600;
      color: #639709; }

.m-buy {
  clear: both; }
  .m-buy:after {
    content: '';
    display: table;
    clear: both; }
  .m-buy .m-price {
    display: inline-block;
    margin-right: 36px;
    line-height: 1rem;
    float: left; }
    .m-buy .m-price .text {
      font-size: .8125rem;
      display: block; }
    .m-buy .m-price .price {
      font-weight: 600;
      font-size: 1.125rem;
      line-height: 1.25rem; }
  .m-buy .qty {
    display: inline-block;
    margin-right: 25px;
    background-color: #fff;
    padding: 0;
    float: left; }
    .m-buy .qty label {
      display: block;
      padding: 8px 12px 5px 8px; }
    .m-buy .qty input {
      border: 0;
      background-color: #fff;
      width: 22px;
      text-align: right;
      font-weight: 800;
      font-size: 1.0625rem;
      padding-right: 2px; }
  .m-buy .addtocart {
    display: inline-block;
    margin-right: 22px;
    float: left; }
    .m-buy .addtocart button {
      background-color: #639709;
      color: #fff;
      font-size: 1.125rem;
      font-weight: 600;
      border: 0;
      height: 37px;
      padding: 0 30px;
      cursor: pointer;
      transition: all 130ms ease-in-out; }
      .m-buy .addtocart button:hover {
        background-color: #3d5f03; }

.m-buylinks {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%); }
  .m-buylinks li {
    display: block;
    padding: 2px 0 2px 14px;
    background: url(../img/str-5.svg) 0 11px no-repeat; }
    .m-buylinks li a:hover {
      text-decoration: underline; }

.m-shortdesc {
  padding: 45px 0 20px;
  line-height: 1.75rem; }
  .m-shortdesc p {
    margin-bottom: 16px; }
  .m-shortdesc ul li {
    background: url(../img/str-6.svg) 4px 12px no-repeat;
    padding: 0 0 0 22px; }

.m-desc {
  padding: 24px 0 50px; }
  .m-desc-content {
    line-height: 1.75rem; }
    .m-desc-content h2 {
      font-size: 1.75rem;
      line-height: 2.25rem;
      margin-bottom: 22px;
      font-weight: 600;
      color: #639709; }
    .m-desc-content p,
    .m-desc-content ul,
    .m-desc-content ul {
      margin-bottom: 18px; }
    .m-desc-content ul li {
      padding: 0 0 0 23px;
      background: url(../img/str-6.svg) 3px 13px no-repeat; }

.m-breadcrumbs {
  font-size: .875rem;
  padding: 4px 0;
  color: #7a6f67; }
  .m-breadcrumbs a {
    display: inline-block;
    padding: 5px 0; }
    .m-breadcrumbs a:hover {
      text-decoration: underline; }
    .m-breadcrumbs a:nth-of-type(n+2)::before {
      content: ' ';
      display: inline-block;
      background: url(../img/str-5.svg) center center no-repeat;
      width: 12px;
      height: 12px;
      margin: 0 4px; }

.m-catalog-header {
  padding-top: 30px;
  position: relative; }

.m-catalog-title {
  font-size: 1.625rem;
  padding: 6px 0 0;
  font-weight: 600;
  margin-bottom: 20px; }

.m-catalog-desc p {
  margin-bottom: 22px; }

.m-catalog-desc h2 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 28px; }

.m-catalog-desc ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
  margin-bottom: 30px; }
  .m-catalog-desc ul li {
    display: flex;
    flex: 0 0 16.6%;
    align-items: stretch;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    flex-wrap: wrap; }
    .m-catalog-desc ul li a {
      display: flex;
      align-items: center;
      height: 60px;
      line-height: 1.125rem;
      padding: 0 10px 0 36px;
      background: url(../img/str-5.svg) 20px 27px no-repeat;
      background-size: auto 10px;
      background-color: #eeebe9;
      width: 100%;
      transition: all 140ms ease-in-out; }
      .m-catalog-desc ul li a:hover {
        background-color: #e3dedb; }

.m-catalog-grid form {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap; }

.m-sort {
  position: absolute;
  top: 30px;
  right: 0;
  border: 1px solid #639709;
  padding: 3px 7px 4px 6px; }
  .m-sort select {
    background: #fff;
    border: 0;
    font-size: .9375rem; }

.m-blog {
  padding: 30px 0 20px;
  transition: all 120ms ease-in-out; }
  .m-blog-header {
    margin-bottom: 40px;
    font-size: 1.75rem;
    font-weight: 600;
    color: #3d5f03; }
  .m-blog-grid:after {
    content: '';
    display: table;
    clear: both; }
  .m-blog-grid .m-article {
    width: 25%;
    float: left;
    margin-bottom: 50px; }
  .m-blog-intro ul {
    padding: 0 0 30px 0; }
  .m-blog-intro li {
    padding: 2px 0 2px 18px;
    background: url(../img/str-3.svg) left 11px no-repeat; }
  .m-blog-intro a {
    color: #639709; }
    .m-blog-intro a:hover {
      text-decoration: underline; }
  .m-blog-content {
    line-height: 1.75rem; }
    .m-blog-content h2 {
      font-weight: 600;
      margin-bottom: 16px;
      font-size: 1.5rem;
      padding-top: 8px;
      line-height: 2rem; }
    .m-blog-content h3 {
      font-weight: 600;
      margin-bottom: 16px;
      font-size: 1.25rem;
      padding-top: 8px;
      line-height: 1.875rem; }
    .m-blog-content p {
      margin-bottom: 16px; }
    .m-blog-content img[align=left] {
      margin: 10px 20px 10px 0; }
    .m-blog-content img[align=right] {
      margin: 10px 0 10px 20px; }

.pagination {
  text-align: center;
  padding: 40px 10px; }
  .pagination a,
  .pagination span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px; }
  .pagination span {
    font-weight: 600;
    background-color: #639709;
    color: #fff; }
  .pagination a:hover {
    color: #639709; }

.kd-cart {
  padding: 20px 10px 20px; }
  .kd-cart:after {
    content: '';
    display: table;
    clear: both; }
  .kd-cart__header {
    font-size: 1.75rem;
    margin-bottom: 10px;
    font-weight: 600;
    color: #3d5f03; }
  @media screen and (min-width: 1100px) {
    .kd-cart {
      padding: 50px 0 20px;
      max-width: 992px;
      margin: auto; }
      .kd-cart__col-one {
        font-size: .9375rem;
        max-width: 992px;
        margin: auto; }
      .kd-cart__col-two {
        border-radius: 0px;
        font-size: .9375rem;
        max-width: 992px;
        margin: auto; } }

.marker-red {
  color: red; }

.kd-products__item {
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0px;
  position: relative;
  padding: 24px 0;
  align-items: stretch; }
  .kd-products__item--header {
    display: none; }
  .kd-products__item:last-of-type {
    border: 0; }
  .kd-products__item:after {
    content: '';
    display: table;
    clear: both; }
  .kd-products__item .thumb {
    flex: 0 0 100px; }
  .kd-products__item .infos {
    position: relative;
    flex: 1 1 100%; }
    .kd-products__item .infos .name {
      font-weight: 600;
      font-size: 1.0625rem;
      display: block;
      padding: 10px 0 8px;
      margin-bottom: 8px; }
      .kd-products__item .infos .name .attrs {
        clear: both;
        font-size: .8725rem;
        line-height: 1.25rem;
        font-weight: 400; }
        .kd-products__item .infos .name .attrs-single:first-of-type {
          padding-top: 10px; }
        .kd-products__item .infos .name .attrs-single:last-of-type {
          padding-bottom: 16px; }
    .kd-products__item .infos .row {
      font-size: .9375rem; }
      .kd-products__item .infos .row > span:not(:last-of-type) {
        margin-right: 40px;
        display: inline-block;
        min-width: 110px; }
      .kd-products__item .infos .row .qty input {
        background-color: #fff;
        border: 0;
        height: 30px;
        width: 40px;
        text-align: center;
        border-radius: 0px;
        margin-left: 10px;
        border: 1px solid #eeebe9; }
  .kd-products__item .remove {
    position: absolute;
    right: 20px;
    top: -80px; }
    .kd-products__item .remove a {
      background: url(../img/kd-remove.svg) center center no-repeat;
      background-size: auto 12px;
      width: 20px;
      height: 20px;
      display: block;
      opacity: .55; }
      .kd-products__item .remove a:hover {
        opacity: 1; }
      .kd-products__item .remove a img {
        display: none; }

@media screen and (min-width: 768px) {
  .kd-products__item {
    display: flex; }
    .kd-products__item--header {
      display: none; }
  .kd-products .remove {
    top: 48%;
    right: 0; }
  .kd-products .infos {
    padding-left: 35px;
    position: relative; }
    .kd-products .infos .name {
      font-weight: 600;
      display: block;
      padding: 15px 60px 8px 0; } }

.kd-summary {
  background-color: #eeebe9;
  border-radius: 0px;
  line-height: 1.625rem;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 2px solid #784420; }
  .kd-summary__worth {
    padding: 18px 0 17px;
    font-size: 1.25rem;
    font-weight: 600;
    width: 100%;
    display: block; }
  .kd-summary__code {
    border-bottom: 1px solid #784420;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .9375rem; }
    .kd-summary__code input[type=text] {
      border-radius: 0px;
      border: 1px solid #784420;
      font-size: .9375rem;
      padding: 4px 4px 3px;
      width: 150px;
      text-align: center;
      color: #639709;
      font-weight: 600; }
    .kd-summary__code input[type=button] {
      background-color: #784420;
      color: #fff;
      border: 0;
      border-radius: 0px;
      font-size: .9375rem;
      padding: 5px 12px;
      cursor: pointer; }
  .kd-summary__buttons {
    padding: 25px 0;
    border-bottom: 3px solid #e5e5e5; }
    .kd-summary__buttons button {
      border: 0;
      border-radius: 0px;
      font-size: 1.125rem;
      color: #fff;
      padding: 12px 22px 10px;
      cursor: pointer; }
    .kd-summary__buttons .recalc {
      background-color: #606060;
      margin-bottom: 20px; }
      .kd-summary__buttons .recalc:hover {
        background-color: #4e4e4e; }
    .kd-summary__buttons .next-step {
      background-color: #639709;
      font-weight: 600; }
      .kd-summary__buttons .next-step:hover {
        background-color: #4d7507; }
  @media screen and (min-width: 768px) {
    .kd-summary {
      text-align: left; }
      .kd-summary > div {
        display: flex;
        justify-content: space-between; }
      .kd-summary .text {
        flex: 60%; }
      .kd-summary .val {
        text-align: right;
        flex: 40%; }
      .kd-summary__buttons .recalc {
        margin-bottom: 0; }
      .kd-summary__worth {
        width: auto;
        display: inline-block; } }

.kd-back {
  clear: both;
  padding: 20px 0;
  text-align: center; }
  .kd-back--cart {
    clear: none; }
    .kd-back--cart a {
      margin-top: 20px; }
  .kd-back a {
    display: inline-block;
    background-color: #efefef;
    border: 1px solid #e6e6e6;
    padding: 6px 28px 4px;
    border-radius: 0px; }
  .kd-back .back {
    background-image: url(../img/kd-str-1.svg);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding-left: 38px;
    margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .kd-back {
      text-align: left; }
      .kd-back a {
        padding: 12px 28px 10px;
        margin-right: 10px; }
      .kd-back .back {
        margin-bottom: 0; } }

.kd-country {
  background-color: #e1e1e1;
  padding: 20px 25px; }
  .kd-country .text {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 6px; }
  .kd-country select {
    background-color: #fff;
    border-radius: 0px;
    border: 0;
    font-size: 1rem;
    height: 32px;
    padding: 6px; }

.kd-shipment {
  padding: 26px 0 16px; }
  .kd-shipment__header {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 1.0625rem;
    padding: 0; }
  .kd-shipment__item {
    padding: 10px 0 7px;
    font-size: .9375rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1.25rem; }
    .kd-shipment__item:after {
      content: '';
      display: table;
      clear: both; }
    .kd-shipment__item:last-of-type {
      border: 0;
      padding-bottom: 0; }
  .kd-shipment__name {
    float: left;
    width: 80%;
    line-height: 1.25rem; }
    .kd-shipment__name input {
      float: left;
      position: relative;
      left: -5px;
      top: 0;
      display: none; }
    .kd-shipment__name em::before {
      content: ' ';
      display: inline-block;
      width: 11px;
      height: 11px;
      border-radius: 20px;
      border: 1px solid #3d5f03;
      margin-right: 6px;
      position: relative;
      top: 0;
      background-color: #fff; }
    .kd-shipment__name > label {
      width: 100%; }
    .kd-shipment__name label {
      display: inline-block; }
      .kd-shipment__name label:hover em::before {
        border: 2px solid #639709; }
    .kd-shipment__name input:checked + em::before {
      border: 1px solid #639709;
      background-color: #639709; }
  .kd-shipment__cost {
    float: right;
    width: 20%;
    text-align: right; }
  .kd-shipment__desc {
    padding: 7px 21px 4px;
    background-color: red;
    color: #fff; }

.kd-sum {
  background-color: #efefef;
  padding: 0; }
  .kd-sum__row {
    padding: 15px 12px 12px;
    text-align: center; }
    .kd-sum__row:after {
      content: '';
      display: table;
      clear: both; }
    .kd-sum__row:not(:last-of-type) {
      border-bottom: 1px solid #fff; }
    .kd-sum__row:last-of-type > div {
      float: none;
      display: inline-block;
      margin: 2px 5px; }
  .kd-sum__dksp {
    display: block !important; }
  .kd-sum__all {
    font-size: 1.25rem;
    font-weight: 600; }
  @media screen and (min-width: 768px) {
    .kd-sum {
      text-align: left; }
      .kd-sum__row {
        text-align: left; }
        .kd-sum__row:after {
          content: '';
          display: table;
          clear: both; }
        .kd-sum__row > div {
          float: left; }
        .kd-sum__row:last-of-type {
          text-align: right; }
      .kd-sum__dksp {
        display: inline-block !important; }
      .kd-sum__prod {
        float: left;
        margin-right: 40px; }
      .kd-sum__ship {
        float: left; }
      .kd-sum__all {
        float: right !important; } }

.kd-client {
  padding: 30px 10px; }
  .kd-client__header {
    font-size: 1.0625rem;
    font-weight: 600; }
  .kd-client__row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 0 9px; }
    .kd-client__row:after {
      content: '';
      display: table;
      clear: both; }
    .kd-client__row .text {
      float: left;
      line-height: 2.125rem; }
    .kd-client__row .val {
      float: right; }
      .kd-client__row .val input,
      .kd-client__row .val select {
        border-radius: 0px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        font-size: .9375rem;
        padding: 0px 8px; }
        .kd-client__row .val input:hover, .kd-client__row .val input:focus,
        .kd-client__row .val select:hover,
        .kd-client__row .val select:focus {
          border: 1px solid rgba(0, 0, 0, 0.4); }
      .kd-client__row .val select {
        padding: 7px 8px; }
  @media screen and (max-width: 768px) {
    .kd-client__row .val input {
      max-width: 240px !important; } }
  @media screen and (min-width: 1024px) {
    .kd-client {
      padding: 30px 0; } }

.kd-msg {
  padding: 0 10px; }
  .kd-msg__header {
    margin-bottom: 6px; }
  .kd-msg textarea {
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 1rem;
    padding: 10px 8px;
    width: 100% !important; }
  @media screen and (min-width: 1024px) {
    .kd-msg {
      padding: 0; } }

.kd-sendcart {
  text-align: center;
  padding-top: 20px; }
  .kd-sendcart button {
    border: 0;
    border-radius: 0px;
    padding: 12px 30px 10px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin: auto;
    background-color: #b9c10b;
    cursor: pointer; }
    .kd-sendcart button:hover {
      background-color: #949a09; }

table a {
  text-decoration: underline; }

/**********************/
.register {
  width: 800px;
  margin: 20px auto 40px;
  font-size: 1rem; }
  .register input[type=checkbox] {
    margin-right: 6px; }
  .register__box {
    padding: 20px 25px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .register__row {
    clear: both;
    padding: 4px 0; }
    .register__row:after {
      content: '';
      display: table;
      clear: both; }
  .register__row--header strong {
    font-weight: 400; }
  .register__row--line {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 15px; }
  .register__title {
    display: block;
    float: left; }
  .register__row--header .register__title {
    font-size: 1.5rem;
    padding-bottom: 10px; }
  .register__input-box {
    float: right;
    width: 60% !important; }
  .register__row input[type=text],
  .register__row input[type=email],
  .register__row input[type=tel] {
    padding: 4px 10px 2px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.02);
    width: 100% !important; }
  .register__row input[type=password] {
    padding: 4px 10px 2px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.02);
    width: 100% !important; }
  .register__row input[name=ulica], .register__row input[name=firma_ulica] {
    width: 85% !important; }
  .register__row input[name=dom], .register__row input[name=firma_dom] {
    width: 13% !important;
    margin-left: 2% !important; }
  .register__row select {
    padding: 4px 10px 2px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.02);
    width: 100% !important; }
  .register__row--submit {
    text-align: center; }
    .register__row--submit .button {
      background-color: #784420;
      color: #fff;
      border: 0;
      padding: 8px 20px 6px;
      font-size: .9375rem;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer; }

@media all and (max-width: 860px) {
  .register {
    width: 100%;
    margin: 20px auto 40px; }
    .register__box {
      padding: 20px 25px;
      border: 1px solid rgba(0, 0, 0, 0.1); }
    .register__row {
      clear: both;
      padding: 4px 0; }
      .register__row:after {
        content: '';
        display: table;
        clear: both; }
    .register__row--header strong {
      font-weight: 400; }
    .register__title {
      display: block;
      float: none; }
    .register__input-box {
      float: none;
      width: 100% !important; }
    .register__row input[type=text],
    .register__row input[type=email],
    .register__row input[type=tel] {
      padding: 4px 10px 2px;
      border: 1px solid rgba(0, 0, 0, 0.12);
      background-color: rgba(0, 0, 0, 0.02);
      width: 100% !important; }
    .register__row input[type=password] {
      padding: 4px 10px 2px;
      border: 1px solid rgba(0, 0, 0, 0.12);
      background-color: rgba(0, 0, 0, 0.02);
      width: 100% !important; }
    .register__row input[name=ulica], .register__row input[name=firma_ulica] {
      width: 85% !important; }
    .register__row input[name=dom], .register__row input[name=firma_dom] {
      width: 13% !important;
      margin-left: 2% !important; }
    .register__row--submit {
      text-align: center; } }

/*******************/
.login {
  width: 500px;
  margin: 20px auto 40px;
  font-size: 1rem; }
  .login input[type=checkbox] {
    margin-right: 6px; }
  .login__box {
    padding: 20px 25px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .login__row {
    clear: both;
    padding: 4px 0; }
    .login__row:after {
      content: '';
      display: table;
      clear: both; }
  .login__title {
    display: block;
    float: left; }
  .login__row--header .login__title {
    font-size: 1.5rem;
    padding-bottom: 10px; }
  .login__input-box {
    float: right;
    width: 60% !important; }
  .login__row input[type=text] {
    padding: 4px 10px 2px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.02);
    width: 100% !important; }
  .login__row input[type=password] {
    padding: 4px 10px 2px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.02);
    width: 100% !important; }
  .login__row--submit {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px; }
    .login__row--submit .button {
      background-color: #784420;
      color: #fff;
      border: 0;
      padding: 8px 20px 6px;
      font-size: .9375rem;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer; }
  .login__row--links {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.12); }
  @media all and (max-width: 860px) {
    .login {
      width: 100%; }
      .login__title {
        float: none;
        width: 100%;
        padding: 8px 0 5px; }
      .login__input-box {
        float: none;
        width: 100% !important; } }

.accountNav li {
  display: block;
  border-bottom: 1px solid #fff; }
  .accountNav li a {
    background-color: #000;
    display: block;
    padding: 6px 15px;
    text-decoration: none;
    color: #fff; }
    .accountNav li a:hover {
      background-color: #639709; }

@media screen and (min-width: 1024px) {
  .accountNav {
    padding: 0; }
    .accountNav li {
      display: inline-block;
      border-bottom: 0;
      border-right: 1px solid #fff;
      border-top: 1px solid #fff; }
      .accountNav li a {
        background-color: #000; }
        .accountNav li a:hover {
          background-color: #639709; } }

@media screen and (min-width: 1024px) {
  .accountNav form[name="profil"],
  .accountNav form[name="adres_nowy"] {
    margin-right: 33%; } }

.pageBox {
  padding: 0 15px; }
  .pageBox-header {
    padding: 30px 0;
    margin-bottom: 30px;
    font-size: 1.25rem; }
  @media screen and (min-width: 1024px) {
    .pageBox {
      padding: 0; } }
