
.moffer__header {
  font-weight: 600;
  color: #7bbd14;
  text-align: center;
  padding: 20px 0 40px;
  font-size: 1.25rem; }

.moffer__menu {
  margin-bottom: 30px;
  display: none; }
  .moffer__menu ul {
    font-size: .875rem;
    text-transform: uppercase;
    text-align: center; }
    .moffer__menu ul li {
      display: inline-block;
      padding: 4px 4px; }
      .moffer__menu ul li.active {
        font-weight: 600;
        color: #7bbd14; }

.moffer__grid:after {
  content: '';
  display: table;
  clear: both; }

@media all and (max-width: 992px) {
  .moffer {
    padding-left: 10px;
    padding-right: 10px; }
    .moffer .slick-slide .mproduct__box {
      border-left: 0;
      border-right: 0; }
      .moffer .slick-slide .mproduct__box img {
        display: inline-block; }
    .moffer .slick-slide .mproduct__name {
      font-weight: bold; } }

@media all and (min-width: 992px) {
  .moffer__header {
    display: none; }
  .moffer__menu {
    margin-bottom: 50px;
    display: block; }
    .moffer__menu ul {
      font-size: 1rem; }
      .moffer__menu ul li {
        display: inline-block;
        padding: 4px 22px; }
        .moffer__menu ul li.active {
          font-weight: 900;
          color: #7bbd14; }
  .moffer .mproduct:nth-of-type(5n) .mproduct__box {
    border-right-color: #ececec; }
  .moffer .mproduct:nth-of-type(5n):hover .mproduct__box {
    border-color: #7bbd14; } }

.moffer .slick-dots {
  text-align: center;
  padding: 10px; }
  .moffer .slick-dots li {
    display: inline-block;
    margin: 0 4px; }
  .moffer .slick-dots button {
    background-color: #e2e2e2;
    border: 0;
    text-indent: -500px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    transform: rotate(12deg); }
  .moffer .slick-dots .slick-active button {
    background-color: #7bbd14; }

.moffer .slick-arrow {
  display: none !important; }

.mproduct {
  float: left;
  width: 20%;
  position: relative;
  margin-bottom: 30px; }
  .mproduct__markers {
    font-size: .625rem;
    line-height: 1rem;
    text-align: center;
    position: absolute;
    color: #fff;
    font-weight: bold;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0; }
    .mproduct__markers span {
      display: inline-block;
      margin: 0 1px;
      padding: 0 5px; }
    .mproduct__markers .nowosc {
      background-color: #7bbd14; }
    .mproduct__markers .wyprzedaz {
      background-color: #e20000; }
    .mproduct__markers .bestseller {
      background-color: #aca39e; }
  .mproduct__box {
    background-color: #fff;
    border-color: #ececec;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-right-color: #fff;
    transition: all 120ms ease-in-out; }
    .mproduct__box::before {
      content: ' ';
      display: block;
      background-color: #7bbd14;
      position: absolute;
      bottom: -2px;
      left: 0;
      height: 5px;
      right: 0;
      z-index: 1000;
      transition: all 120ms ease-in-out;
      opacity: 0;
      visibility: hidden; }
  .mproduct__thumb {
    height: 240px;
    border-bottom: 1px solid #ececec; }
    .mproduct__thumb a {
      display: block;
      padding: 20px;
      text-align: center; }
      .mproduct__thumb a img {
        max-width: 88%;
        transition: all 200ms ease-in-out; }
  .mproduct__name a {
    font-size: .9375rem;
    line-height: 1.375rem;
    display: block;
    height: 114px;
    margin-bottom: 8px;
    padding: 26px 28px;
    overflow: hidden; }
    .mproduct__name a:hover {
      text-decoration: underline; }
  .mproduct__buy {
    display: flex;
    justify-content: space-between;
    padding: 0 28px;
    height: 65px; }
  .mproduct__price {
    font-size: .9375rem;
    line-height: 1.25rem;
    padding-bottom: 26px; }
    .mproduct__price span {
      display: block; }
    .mproduct__price .brutto {
      font-weight: 600; }
  .mproduct__cart button {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    width: 46px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    transition: all 200ms ease-in-out; }
  .mproduct__cart span {
    background: url(../img/button-cart.png) center center no-repeat;
    display: block;
    width: 45px;
    height: 36px; }
  .mproduct:hover .mproduct__box {
    border-color: #7bbd14;
    border: 1px solid #7bbd14; }
    .mproduct:hover .mproduct__box::before {
      opacity: 1;
      visibility: visible; }
  .mproduct:hover .mproduct__thumb {
    border-bottom: 1px solid #fff; }
    .mproduct:hover .mproduct__thumb a img {
      max-width: 94%;
      position: relative; }
  .mproduct:hover .mproduct__name a {
    color: #7bbd14;
    transition: all 200ms ease-in-out; }
  .mproduct:hover .mproduct__cart button {
    background-color: #7bbd14;
    border: 1px solid #7bbd14; }
    .mproduct:hover .mproduct__cart button:hover {
      background-color: #639810; }
  .mproduct:hover .mproduct__cart span {
    background: url(../img/button-cart-hover.png) center center no-repeat; }

.mhomenews {
  background-color: #383431;
  font-size: .9375rem;
  padding: 24px 30px 22px;
  color: #fff;
  text-align: center; }
  .mhomenews__link a {
    font-weight: 000;
    text-decoration: underline; }
  @media all and (min-width: 992px) {
    .mhomenews {
      text-align: left;
      display: flex;
      justify-content: space-between; } }

.mhomeb {
  padding: 20px 0 10px; }
  .mhomeb:after {
    content: '';
    display: table;
    clear: both; }
  .mhomeb__content {
    padding: 20px 15px 10px;
    text-align: justify; }
    .mhomeb__content h1 {
      position: relative;
      font-size: 1.25rem;
      font-weight: 600;
      padding-bottom: 20px;
      margin-bottom: 36px; }
      .mhomeb__content h1::before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        width: 90px;
        background-color: #7bbd14; }
    .mhomeb__content p {
      margin-bottom: 12px;
      font-size: .9375rem; }
  .mhomeb__feat {
    background: url(../img/bg-cb.jpg) 0 0 no-repeat; }
    .mhomeb__feat .box {
      border: 5px solid #7bbd14;
      margin: 15px 0;
      padding: 30px 20px 30px 140px; }
      .mhomeb__feat .box h2 {
        position: relative;
        font-size: 1.25rem;
        font-weight: 600;
        padding-bottom: 20px;
        margin-bottom: 36px; }
        .mhomeb__feat .box h2::before {
          content: ' ';
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          height: 4px;
          width: 90px;
          background-color: #7bbd14; }
      .mhomeb__feat .box ul {
        margin-bottom: 50px;
        padding-left: 6px; }
      .mhomeb__feat .box li {
        display: block;
        margin-bottom: 8px; }
        .mhomeb__feat .box li::before {
          content: ' ';
          display: inline-block;
          width: 20px;
          height: 16px;
          background: url(../img/ico-check-1.svg) center 6px no-repeat;
          position: relative;
          margin-right: 8px; }
      .mhomeb__feat .box .link {
        display: inline-block;
        border-bottom: 3px solid #ececec;
        padding: 0 0 8px;
        font-size: .9375rem;
        transition: all 120ms ease-in-out; }
        .mhomeb__feat .box .link em {
          display: inline-block;
          height: 18px;
          width: 18px;
          background: url(../img/ico-str-4.svg) 0 8px no-repeat;
          margin-left: 16px;
          transition: all 120ms ease-in-out; }
        .mhomeb__feat .box .link:hover {
          border-color: #7bbd14; }
          .mhomeb__feat .box .link:hover em {
            background-position: center 8px; }
  @media all and (min-width: 992px) {
    .mhomeb {
      padding: 20px 0 60px; }
      .mhomeb__content {
        text-align: justify;
        width: 62%;
        float: left; }
      .mhomeb__feat {
        width: 34%;
        margin-left: 4%;
        float: left;
        background: url(../img/bg-cb.jpg) 30px 0 no-repeat;
        border-radius: 14px; }
        .mhomeb__feat .box {
          border: 5px solid #7bbd14;
          margin: 25px 0;
          border-radius: 20px;
          padding: 30px 20px 30px 190px; } }
  @media all and (min-width: 1240px) {
    .mhomeb {
      background: url(../img/radio-bg.jpg) -17% bottom no-repeat;
      padding: 20px 0 60px; }
      .mhomeb__content {
        padding: 50px 0 0 15%; } }
  @media all and (min-width: 1414px) {
    .mhomeb {
      background: url(../img/radio-bg.jpg) left bottom no-repeat; } }

.mspecials {
  background-color: #ececec;
  padding: 20px 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .mspecials__potd {
    background-color: #fff; }
  .mspecials__populars {
    background-color: #fff; }
  @media all and (min-width: 992px) {
    .mspecials {
      padding: 40px 0 70px; }
      .mspecials__grid {
        display: flex;
        justify-content: space-between; }
      .mspecials__potd {
        flex: 0 0 40%;
        background-color: #fff; }
      .mspecials__populars {
        flex: 0 0 59%;
        background-color: #ececec; } }

.mpotd__header {
  background-color: #ececec;
  color: #e20000;
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center; }

.mpotd__box {
  padding: 20px;
  text-align: center; }

.mpotd__thumb {
  flex: 0 0 43%; }

.mpotd__infos {
  flex: 0 0 48%;
  position: relative; }
  .mpotd__infos .wyprzedaz {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    background-color: #ee8600;
    color: #fff;
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 10px; }
  .mpotd__infos .znizka {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    background-color: #e70036;
    color: #fff;
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 10px; }

.mpotd__title {
  font-weight: 600; }
  .mpotd__title a {
    display: block;
    padding: 30px 0 10px; }
  .mpotd__title a:hover {
    color: #7bbd14;
    text-decoration: underline; }

.mpotd__price {
  font-size: .9375rem;
  line-height: 1.375rem; }
  .mpotd__price:after {
    content: '';
    display: table;
    clear: both; }
  .mpotd__price .brutto {
    display: block;
    font-weight: 900;
    font-size: 1.125rem; }
  .mpotd__price .netto {
    display: block;
    font-weight: 400; }
  .mpotd__price s {
    display: block;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.4); }
  .mpotd__price strong {
    display: block;
    color: #e20000; }

@media all and (min-width: 992px) {
  .mpotd__box {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    text-align: left; }
  .mpotd__header {
    text-align: left; }
  .mpotd__title a {
    padding: 40px 0 0;
    height: 180px;
    overflow: hidden; }
  .mpotd__price .netto {
    display: block;
    font-weight: 400; }
  .mpotd__price s {
    float: left;
    display: block;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.4); }
  .mpotd__price strong {
    float: left;
    display: block;
    color: #e20000; } }

.m-conf__header {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 2px; }

.m-conf .c-attr__row {
  border-bottom: 1px solid #ececec;
  padding: 4px 0; }
  .m-conf .c-attr__row:after {
    content: '';
    display: table;
    clear: both; }
  .m-conf .c-attr__row > div {
    float: left;
    display: flex;
    align-items: center;
    height: 50px; }
  .m-conf .c-attr__row > .c-attr__vals {
    height: auto; }

.m-conf .c-attr__name {
  width: 25%; }
  .m-conf .c-attr__name em {
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-left: 4px;
    background: url(../img/ico-check-2-grey.svg) center center no-repeat; }

.m-conf .c-attr__info {
  width: 68%;
  justify-content: flex-end; }

.m-conf .c-attr__more {
  justify-content: flex-end;
  width: 7%; }
  .m-conf .c-attr__more a {
    display: block;
    width: 32px;
    height: 40px;
    background: url(../img/ico-conf-1.svg) center center no-repeat; }

.m-conf .c-attr__vals {
  width: 100%;
  clear: both;
  background-color: #fff; }

.m-conf .c-attr__grid {
  display: flex;
  width: 100%;
  clear: both;
  flex-wrap: wrap;
  padding: 10px 0; }

.m-conf .c-attr__val {
  flex: 0 0 25%;
  font-size: .75rem;
  padding: 4px; }
  .m-conf .c-attr__val label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 36px;
    overflow: hidden; }
    .m-conf .c-attr__val label:hover {
      text-decoration: underline; }
    .m-conf .c-attr__val label .marker {
      border: 1px solid #ececec; }
  .m-conf .c-attr__val img {
    max-height: 30px;
    margin-right: 6px; }
  .m-conf .c-attr__val input {
    display: none; }

.m-conf .selected .c-attr__name em {
  background-image: url(../img/ico-check-2-green.svg); }

.m-conf .open .c-attr__more a {
  background-image: url(../img/ico-conf-2.svg); }

.m-buy {
  padding: 20px 0;
  border-bottom: 1px solid #ececec; }
  .m-buy__price {
    margin-bottom: 15px; }
    .m-buy__price .text,
    .m-buy__price .brutto {
      font-size: 1.125rem;
      font-weight: 600; }
      .m-buy__price .text strong,
      .m-buy__price .brutto strong {
        color: #e20000; }
      .m-buy__price .text s,
      .m-buy__price .brutto s {
        font-weight: 400; }
    .m-buy__price .text {
      display: none; }
    .m-buy__price .netto {
      font-size: 1;
      display: block; }
  .m-buy__cart .text {
    display: none; }
  .m-buy__cart .pInputIlosc {
    background: #ececec;
    height: 38px;
    width: 48px;
    text-align: center;
    border: 0;
    font-size: 1rem;
    margin-right: 8px; }
  .m-buy__cart button {
    height: 38px;
    background: #e20000;
    border: 0;
    padding: 2px 30px 0;
    color: #fff;
    font-size: .9375rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 120ms ease-in-out;
    cursor: pointer; }
    .m-buy__cart button:hover {
      background: #c90000; }
  @media all and (min-width: 992px) {
    .m-buy {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .m-buy__price {
        margin-bottom: 0; }
        .m-buy__price:after {
          content: '';
          display: table;
          clear: both; }
        .m-buy__price .text {
          display: block;
          float: left;
          margin-right: 6px; }
        .m-buy__price .pr {
          display: block;
          float: left; }
      .m-buy__cart .text {
        margin-right: 8px;
        display: inline-block; } }

.m-information {
  padding: 18px 0;
  margin-bottom: 10px; }
  .m-information > span {
    display: inline-block;
    white-space: nowrap; }
  .m-information > img {
    margin-right: 8px;
    position: relative; }
    .m-information > img:nth-of-type(1) {
      top: 3px; }
    .m-information > img:nth-of-type(2) {
      top: 1px; }
    .m-information > img:nth-of-type(3) {
      top: 2px; }
  .m-information .ask-text {
    margin-right: 16px; }
  .m-information .phone-1 {
    font-weight: 600;
    color: #7bbd14; }
  .m-information .or {
    margin: 0 7px; }
  .m-information .phone-2 {
    margin-right: 18px; }
  @media all and (max-width: 992px) {
    .m-information img:first-of-type {
      display: none; }
    .m-information .ask-text {
      display: none; }
    .m-information .phone-2 {
      display: inline-block; }
      .m-information .phone-2::after {
        display: block;
        content: ' ';
        width: 100%;
        height: 1px; } }
  @media all and (min-width: 992px) {
    .m-information {
      display: flex;
      align-items: center; } }

.m-switcher {
  display: none; }
  @media all and (min-width: 992px) {
    .m-switcher {
      display: block;
      border-top: 1px solid #ececec;
      border-bottom: 1px solid #ececec;
      margin-bottom: 40px; }
      .m-switcher ul li {
        display: inline-block; }
      .m-switcher ul a {
        display: block;
        padding: 13px 24px 11px;
        text-transform: uppercase;
        font-size: .875rem;
        position: relative; }
      .m-switcher ul a:hover {
        color: #7bbd14; }
      .m-switcher ul li.active a {
        background: #ececec;
        font-weight: 600; }
        .m-switcher ul li.active a::before {
          content: ' ';
          display: block;
          bottom: -3px;
          left: 0;
          right: 0;
          width: 100%;
          height: 3px;
          background: #7bbd14;
          position: absolute; } }

.m-description {
  margin-bottom: 40px; }
  .m-description ul {
    margin-left: 20px;
    list-style-type: disc; }
  .m-description:after {
    content: '';
    display: table;
    clear: both; }
  @media all and (max-width: 768px) {
    .m-description img {
      width: auto !important;
      height: auto !important; } }
  .m-description * {
    text-align: left !important; }

.m-buywith {
  margin-bottom: 50px; }
  .m-buywith .header {
    color: #7bbd14;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px; }
  .m-buywith .moffer__grid:after {
    content: '';
    display: table;
    clear: both; }
  .m-buywith .mproduct {
    width: 100%; }
    .m-buywith .mproduct:last-of-type .mproduct__box {
      border-right-color: #ececec; }
  @media all and (min-width: 768px) {
    .m-buywith .mproduct {
      width: 20%; } }

.m-comments__header {
  color: #7bbd14;
  font-size: 1.25rem;
  font-weight: 600; }

.m-comments__list {
  margin-bottom: 30px; }

.m-comments__item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.m-comments__head {
  margin-bottom: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.m-comments__rating {
  margin-right: 15px;
  font-weight: 600; }

.comment-form {
  margin-bottom: 60px; }
  .comment-form__head {
    padding: 20px 0 10px; }
  .comment-form textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 130px; }
  .comment-form__row {
    padding: 10px 0; }

.ask-form {
  margin-bottom: 30px;
  width: 100%; }

.ask-form .header {
  color: #7bbd14;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px; }

@media all and (min-width: 992px) {
  .ask-form {
    width: 500px;
    margin-left: auto;
    margin-right: auto; } }

@media all and (max-width: 768px) {
  .ask-form {
    width: 320px; } }

.ask-form label {
  display: block;
  margin-bottom: 6px;
  margin-top: 12px; }

.ask-form input[type="text"],
.ask-form textarea {
  padding: 9px 14px 7px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #fff;
  width: 100% !important; }

.ask-form input[type="text"]:focus,
.ask-form textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.22);
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.13); }

.ask-form input[type="submit"] {
  width: 100%;
  border-radius: 2px;
  margin-top: 10px; }

@media all and (max-width: 768px) {
  .ask-form {
    width: 340px; } }

.sidecats .mcategories__top {
  display: none;
  background-color: #7bbd14;
  color: #fff;
  font-size: 1.25rem; }
  .sidecats .mcategories__top > a {
    color: #fff;
    display: inline-block;
    padding: 26px 2px 20px 22px;
    font-weight: 600; }
  .sidecats .mcategories__top .mcategories__sub {
    font-size: .9375rem;
    color: #383431; }
  .sidecats .mcategories__top .mcategories__sub > ul {
    background: #ececec; }
    .sidecats .mcategories__top .mcategories__sub > ul > li {
      border-bottom: 1px solid #fff; }
      .sidecats .mcategories__top .mcategories__sub > ul > li > span {
        display: block;
        padding: 12px 22px; }
      .sidecats .mcategories__top .mcategories__sub > ul > li > span > a {
        display: inline; }
        .sidecats .mcategories__top .mcategories__sub > ul > li > span > a:hover {
          text-decoration: underline; }
      .sidecats .mcategories__top .mcategories__sub > ul > li.active {
        background: #f3f3f3; }
      .sidecats .mcategories__top .mcategories__sub > ul > li.active > span a {
        font-weight: 600; }
    .sidecats .mcategories__top .mcategories__sub > ul ul {
      background: #f3f3f3; }
      .sidecats .mcategories__top .mcategories__sub > ul ul > li {
        display: block;
        line-height: 1.25rem;
        position: relative;
        padding-left: 15px; }
        .sidecats .mcategories__top .mcategories__sub > ul ul > li::before {
          content: ' ';
          display: inline-block;
          background: url(../img/ico-str-5.svg) left center no-repeat;
          width: 10px;
          height: 16px;
          position: absolute;
          left: 25px;
          top: 7px; }
        .sidecats .mcategories__top .mcategories__sub > ul ul > li:last-of-type {
          margin-bottom: 10px; }
        .sidecats .mcategories__top .mcategories__sub > ul ul > li > span {
          display: block;
          padding: 5px 22px;
          font-size: .8152rem; }
        .sidecats .mcategories__top .mcategories__sub > ul ul > li a {
          margin-right: 4px; }
          .sidecats .mcategories__top .mcategories__sub > ul ul > li a:hover {
            text-decoration: underline; }

.sidecats .mcategories .mcategories__top.active {
  display: block; }

.sidecats.prod .mcategories .mcategories__top.active .s15:not(.active) ul {
  display: none !important; }

.sidecats.prod .mcategories .mcategories__top.active .s30.active > span > a {
  font-weight: 600; }

.mpopulars__header {
  background-color: #ececec;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 20px 0 0;
  padding-bottom: 22px;
  padding-left: 16px;
  text-align: center; }

.mpopulars__grid:after {
  content: '';
  display: table;
  clear: both; }

.mpopulars__item {
  width: 25%;
  float: left;
  border-left: 16px solid #ececec;
  text-align: center;
  font-size: .875rem;
  line-height: 1.25rem;
  background-color: #fff; }

.mpopulars__thumb a {
  display: block;
  padding: 10px 20px 8px; }

.mpopulars__name {
  display: block;
  height: 100px;
  padding: 0 20px;
  margin-bottom: 4px; }
  .mpopulars__name a:hover {
    color: #7bbd14;
    text-decoration: underline; }

.mpopulars__price {
  border-top: 1px solid #ececec;
  font-weight: 600;
  padding: 18px 0 16px;
  font-size: .9375rem; }

.mpopulars .slick-dots {
  text-align: center;
  padding: 10px; }
  .mpopulars .slick-dots li {
    display: inline-block;
    margin: 0 4px; }
  .mpopulars .slick-dots button {
    background-color: #e2e2e2;
    border: 0;
    text-indent: -500px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    transform: rotate(12deg); }
  .mpopulars .slick-dots .slick-active button {
    background-color: #7bbd14; }

.mpopulars .slick-arrow {
  display: none !important; }

@media all and (min-width: 992px) {
  .mpopulars__header {
    padding: 0 0 20px 16px;
    text-align: left; } }

.mblog {
  background: #ececec;
  padding: 35px 0; }
  .mblog__header {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center; }
  .mblog__article {
    background-color: #fff;
    flex: 0 0 49%; }
  .mblog__thumb {
    flex: 0 0 44%; }
    .mblog__thumb a {
      display: block;
      height: 280px;
      width: 100%;
      position: relative; }
      .mblog__thumb a::before {
        background: url(../img/str-4.svg) center center no-repeat;
        content: ' ';
        display: block;
        background-color: #7bbd14;
        width: 38px;
        height: 38px;
        position: absolute;
        bottom: 10px;
        right: 10px; }
    .mblog__thumb img {
      object-fit: cover;
      height: 280px; }
  .mblog__infos {
    flex: 0 0 56%;
    padding: 30px 25px; }
    .mblog__infos .data {
      font-size: .875rem;
      display: inline-block;
      margin-bottom: 10px; }
    .mblog__infos .name {
      display: block;
      font-weight: 600;
      padding-bottom: 25px; }
    .mblog__infos .infos {
      font-size: .9375rem; }
  @media all and (min-width: 992px) {
    .mblog__header {
      text-align: left; }
    .mblog__grid {
      display: flex;
      justify-content: space-between;
      align-items: stretch; }
    .mblog__article {
      display: flex;
      justify-content: space-between;
      align-items: stretch; }
    .mblog__thumb {
      flex: 0 0 44%; } }

.mtags {
  background: #ececec;
  padding: 10px 5px 10px; }
  .mtags__grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
  .mtags a {
    display: inline-block;
    padding: 0 10px;
    background-color: #d6d6d6;
    font-size: .875rem;
    transition: all 120ms ease-in-out;
    margin-bottom: 10px; }
    .mtags a:hover {
      background-color: #c4c4c4; }

.mfooter {
  font-size: .9375rem; }
  .mfooter__column {
    padding: 30px 15px; }
    .mfooter__column--contact {
      flex: 0 0 25%; }
    .mfooter__column--infos {
      flex: 0 0 36.5%; }
    .mfooter__column--pay {
      flex: 0 0 38.5%;
      border-color: #fff; }
    .mfooter__column span {
      display: inline-block;
      width: 26px; }
  .mfooter__header {
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 45px;
    position: relative; }
    .mfooter__header::before {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 4px;
      width: 90px;
      background-color: #7bbd14; }
  .mfooter .phone,
  .mfooter .address {
    margin-bottom: 8px; }
  .mfooter .phone strong {
    font-size: 1.375rem; }
  .mfooter .mail {
    margin-bottom: 28px; }
  .mfooter ul {
    column-count: 2;
    column-gap: 30px; }
    .mfooter ul li {
      display: block;
      margin-bottom: 8px;
      padding: 0 3px; }
      .mfooter ul li a {
        display: block; }
        .mfooter ul li a::before {
          content: ' ';
          background: url(../img/str-3.svg) left 11px no-repeat;
          display: inline-block;
          width: 18px;
          height: 20px; }
        .mfooter ul li a:hover {
          text-decoration: underline; }
  @media all and (min-width: 992px) {
    .mfooter__grid {
      display: flex; }
    .mfooter__column {
      padding: 40px 30px;
      border-right: 1px solid #ececec; } }

.newsletter__header {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 45px;
  position: relative; }
  .newsletter__header::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 90px;
    background-color: #7bbd14; }

.newsletter__text {
  margin-bottom: 16px; }

.newsletter__box {
  background-color: #ececec;
  padding: 8px;
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  .newsletter__box input[type=text] {
    border: 0;
    flex: 0 0 75%;
    font-size: .875rem;
    padding: 2px 6px; }
  .newsletter__box button {
    background-color: #7bbd14;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    flex: 0 0 25%;
    padding: 8px 0 6px;
    border: 0;
    text-align: center;
    cursor: pointer; }
    .newsletter__box button span {
      width: auto; }

.mbottom {
  font-size: .9375rem;
  border-top: 1px solid #ececec;
  padding: 50px 15px;
  text-align: center; }
  @media all and (min-width: 992px) {
    .mbottom {
      padding: 50px 0; }
      .mbottom__grid {
        display: flex;
        justify-content: space-between; } }

.catalog {
  padding-left: 10px;
  padding-right: 10px; }
  .catalog__name {
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px; }
    .catalog__name h1,
    .catalog__name h2,
    .catalog__name .h1 {
      font-size: 1.375rem;
      font-weight: 600;
      margin-bottom: 10px; }
  .catalog__pages {
    float: left; }
  .catalog__sort-box {
    float: right;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2px 4px; }
    .catalog__sort-box select {
      font-size: 1rem;
      border: 0; }
  .catalog__grid {
    clear: both;
    margin-bottom: 30px; }
  @media all and (min-width: 1414px) {
    .catalog {
      padding-left: 0;
      padding-right: 0; } }
  .catalog .product-mod {
    flex: 0 0 50%;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-bottom: 16px; }
    .catalog .product-mod:nth-of-type(4n+1) {
      border-left: 0; }
    .catalog .product-mod__thumb a {
      display: block;
      padding-top: 30px; }
    .catalog .product-mod__name a {
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.25rem; }
    .catalog .product-mod__delivery {
      font-size: .75rem;
      height: 40px;
      line-height: 1.125rem; }
      .catalog .product-mod__delivery li:not(.ico-1) {
        display: none; }
    .catalog .product-mod__buy {
      text-align: center;
      display: flex;
      align-items: stretch;
      justify-content: center;
      padding-top: 12px; }
      .catalog .product-mod__buy input[type=text] {
        width: 34px;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin-right: 6px;
        text-align: center;
        text-align: center; }
        .catalog .product-mod__buy input[type=text]:focus {
          border: 1px solid rgba(0, 0, 0, 0.7); }
      .catalog .product-mod__buy button {
        background-color: #7bbd14;
        color: #fff;
        border-radius: 4px;
        border: 0;
        font-weight: 600;
        font-size: .875rem;
        text-transform: uppercase;
        padding: 8px 14px 7px;
        cursor: pointer;
        transition: all 100ms ease-in-out; }
        .catalog .product-mod__buy button:hover {
          background-color: #669d11; }
  .catalog__longdesc {
    margin-bottom: 30px; }
    .catalog__longdesc h2 {
      font-size: 1.375rem;
      margin-bottom: 15px; }
    .catalog__longdesc h3 {
      font-size: 1.25px; }
    .catalog__longdesc strong,
    .catalog__longdesc b {
      font-weight: 600; }
    .catalog__longdesc p {
      margin-bottom: 12px; }
  @media all and (max-width: 768px) {
    .catalog .product-mod {
      border: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .catalog .product-mod:nth-of-type(2n) {
      border-left: 1px solid rgba(0, 0, 0, 0.1); } }
  @media all and (min-width: 992px) {
    .catalog .product-mod {
      flex: 0 0 33.3333%; }
      .catalog .product-mod__delivery {
        height: 40px;
        line-height: 1.125rem; } }
  @media all and (min-width: 1240px) {
    .catalog .product-mod {
      flex: 0 0 25%; }
      .catalog .product-mod__delivery {
        height: 40px;
        line-height: 1.125rem; } }
  @media all and (min-width: 1414px) {
    .catalog .product-mod {
      flex: 0 0 25%; }
      .catalog .product-mod__delivery {
        height: 20px;
        line-height: 24px; } }

.catalog__name:after {
  content: '';
  display: table;
  clear: both; }

.catalog__name #produkty112 {
  float: left;
  width: 9%;
  text-align: center;
  font-size: .875rem;
  line-height: 1rem;
  margin: 0 .5% 30px; }
  .catalog__name #produkty112 img {
    margin-bottom: 8px; }
  .catalog__name #produkty112 #opis12 {
    display: none; }

.catalog__name #kat_cl {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px; }

.catalog__name #produkty11 {
  float: left;
  width: 9%;
  text-align: center;
  font-size: .875rem;
  line-height: 1rem;
  margin: 0 .5% 30px; }

.catalog__name #clear {
  clear: both; }

.catalog__name #kategoria_opis {
  font-size: .875rem;
  text-align: justify; }

.catalog .mproduct {
  width: 25%; }
  .catalog .mproduct:nth-of-type(4n) .mproduct__box {
    border-right-color: #ececec; }
  .catalog .mproduct__name a {
    height: 114px;
    overflow: hidden; }

@media all and (max-width: 768px) {
  .catalog #produkty112 {
    float: left;
    width: 19%; }
  .catalog #produkty11 {
    width: 19%; }
  .catalog .mproduct {
    width: 50%; } }

@media all and (max-width: 576px) {
  .catalog #produkty112 {
    float: left;
    width: 32.3%; }
    .catalog #produkty112:nth-of-type(3n+1) {
      clear: left; }
  .catalog #produkty11 {
    width: 32.3%; }
    .catalog #produkty11:nth-of-type(3n+1) {
      clear: left; }
  .catalog .mproduct {
    width: 100%; } }

.page-ext__header {
  padding: 10px 0 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .page-ext__header h1 {
    font-size: 1.25rem;
    font-weight: 600; }

.podpowiedzi {
  background-color: #fff;
  z-index: 10000 !important;
  top: 44px !important; }
  .podpowiedzi ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-size: .875rem;
    line-height: 1.25rem; }
    .podpowiedzi ul li:after {
      content: '';
      display: table;
      clear: both; }
    .podpowiedzi ul li img {
      float: left;
      width: 60px;
      margin-right: 12px; }
  @media all and (max-width: 992px) {
    .podpowiedzi {
      top: 142px !important; }
      .podpowiedzi ul li {
        padding: 4px 10px;
        font-size: .8375rem;
        line-height: 1rem; }
        .podpowiedzi ul li img {
          float: left;
          width: 50px;
          margin-right: 12px; } }

#kqs-box {
  top: 15%; }
  #kqs-box a {
    display: inline-block;
    padding: 4px 12px;
    margin: 2px;
    background-color: #7bbd14;
    color: #fff; }
  #kqs-box .to-cart {
    background-color: #e20000; }

.blog-page .page-ext__content p,
.blog-page .page-ext__content ul,
.blog-page .page-ext__content ol {
  margin-bottom: 20px; }

.blog-page .page-ext__content ul {
  margin-left: 20px;
  list-style: disc; }

.blog-page .page-ext__content h2 {
  font-size: 1.375rem;
  font-weight: bold;
  font-weight: bold;
  margin-top: 10px; }

.blog-page .page-ext__content h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 10px; }

.aktu {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .aktu-int {
    margin-bottom: 10px; }
  .aktu-row {
    margin-bottom: 10px; }
    .aktu-row h3 {
      font-weight: bold; }
  .aktu-date {
    font-size: .875rem; }
  .aktu-content table td {
    padding: 0 5px;
    vertical-align: top; }
    .aktu-content table td * {
      font-size: .9375rem !important; }

.pdf {
  font-size: 13px;
  line-height: 16px  !important; }
  .pdf em {
    font-style: italic; }
  .pdf__header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 20px;
    text-align: left; }
  .pdf__information {
    float: right;
    padding-top: 3px;
    text-align: right; }
  .pdf__content {
    padding: 20px 0; }
    .pdf__content .name {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px; }
    .pdf__content .buy a {
      display: inline-block;
      padding: 8px 20px;
      margin-top: 10px;
      background-color: #7bbd14;
      color: #fff;
      font-weight: bold; }
  .pdf__desc {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 0; }
    .pdf__desc * {
      text-align: left !important;
      font-size: 13px !important; }
    .pdf__desc ul {
      list-style-type: disc;
      margin-left: 15px; }
    .pdf__desc img {
      max-height: 480px; }
  .pdf__photos {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .pdf__photos img {
      width: 260px;
      margin: 20px; }
  .pdf__footer {
    padding: 20px 0 10px; }

.m-description a,
.page-ext__content a,
.page-ext__content a span {
  color: #7BBD14 !important; }

.m-description * {
  font-family: "Open Sans", sans-serif !important;
  font-size: .9375rem !important;
  background-color: #fff !important; }

.m-description p,
.m-description ul,
.m-description ol,
.m-description h2,
.m-description h4,
.m-description h4 {
  margin-bottom: 14px; }

.c-attr__row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px; }
  .c-attr__row:after {
    content: '';
    display: table;
    clear: both; }

.c-attr__name {
  font-weight: 600;
  float: left; }

.c-attr__grid {
  padding: 10px 0; }
  .c-attr__grid:after {
    content: '';
    display: table;
    clear: both; }

.c-attr__val {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 10px;
  position: relative;
  padding: 6px 6px 6px 32px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .c-attr__val label {
    display: block;
    font-size: .875rem; }
  .c-attr__val input {
    position: absolute;
    left: 10px;
    top: 12px;
    margin: 0; }

.c-attr__row {
  margin-bottom: 0; }

.c-attr .conf .c-attr__vals {
  display: none;
  clear: both; }

.c-attr .conf .c-attr__name {
  line-height: 40px; }

.c-attr .conf .c-attr__val {
  width: 31.3%;
  padding: 0;
  text-align: center;
  line-height: 1.25rem;
  position: relative; }
  .c-attr .conf .c-attr__val label {
    font-size: .75rem;
    padding: 10px 2px; }
    .c-attr .conf .c-attr__val label img {
      display: block;
      margin: auto; }
  .c-attr .conf .c-attr__val input {
    display: none; }
  .c-attr .conf .c-attr__val .marker {
    content: ' ';
    display: block;
    background-color: #e20000;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    background: #e20000 url(../img/check-white.svg) center center no-repeat;
    background-size: auto 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 100ms ease-in-out; }
  .c-attr .conf .c-attr__val input:checked + .marker {
    opacity: 1;
    visibility: visible; }

.c-attr .conf .c-attr__info {
  float: right;
  line-height: 40px;
  width: 100%; }
  .c-attr .conf .c-attr__info img {
    width: 40px;
    margin-right: 10px; }

.c-attr .conf .c-attr__more {
  width: 50px;
  float: right; }
  .c-attr .conf .c-attr__more a {
    display: block;
    width: 32px;
    height: 40px;
    background: url(../img/ico-conf-1.svg) center center no-repeat; }

@media all and (min-width: 768px) {
  .c-attr .conf .c-attr__val {
    width: 19%;
    margin-right: 1%; }
  .c-attr .conf .c-attr__info {
    width: auto; } }

@media all and (min-width: 992px) {
  .c-attr .conf .c-attr__val {
    width: 32%; }
    .c-attr .conf .c-attr__val label {
      font-size: .75rem;
      padding: 10px 8px;
      display: block;
      line-height: 1rem;
      height: 190px;
      display: block;
      overflow: hidden; }
      .c-attr .conf .c-attr__val label img {
        display: block;
        margin: auto; } }

@media all and (min-width: 1414px) {
  .c-attr .conf .c-attr__val label {
    font-size: .75rem;
    padding: 10px 3px;
    display: block;
    line-height: 1rem;
    height: 188px;
    display: block;
    overflow: hidden; }
    .c-attr .conf .c-attr__val label img {
      display: block;
      margin: auto; } }

.pagination {
  text-align: center; }
  .pagination-box {
    display: inline-block;
    margin-bottom: 40px;
    border: 1px solid #ececec; }
  .pagination-box > * {
    background: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    color: #7bbd14;
    line-height: 32px;
    transition: all 130ms ease-in-out;
    border-left: 1px solid #ececec; }
    .pagination-box > *:first-of-type {
      border-left: 0; }
  .pagination span,
  .pagination a:hover {
    background: #7bbd14;
    color: #fff; }

.sortBox {
  float: right;
  padding: 2px 8px 4px;
  color: #383431; }
  .sortBox select {
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #383431;
    background: #ececec;
    padding: 6px 6px 4px;
    margin-left: 5px;
    font-size: .875rem; }
  @media all and (min-width: 768px) {
    .sortBox-item {
      margin-bottom: 0;
      margin-right: 8px;
      display: inline-block; } }

/**********************/
.register {
  width: 800px;
  margin: 20px auto 40px;
  font-size: .875rem; }
  .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; }

@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 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;
    font-size: 1rem; }
  .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--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: #7bbd14; }

@media all and (min-width: 992px) {
  .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: #7bbd14; } }

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

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

.kd-cart {
  padding: 30px 10px 20px; }
  .kd-cart:after {
    content: '';
    display: table;
    clear: both; }
  .kd-cart__header {
    font-size: 1.75rem;
    margin-bottom: 30px; }
  @media all and (min-width: 1240px) {
    .kd-cart {
      padding: 20px 0 50px; }
      .kd-cart__col-one {
        float: left;
        width: 57%; }
      .kd-cart__col-two {
        float: right;
        width: 40%;
        border-radius: 5px;
        background-color: #efefef; } }

.kd-products__item {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
  padding: 20px 10px;
  align-items: stretch; }
  .kd-products__item:after {
    content: '';
    display: table;
    clear: both; }
  .kd-products__item .thumb {
    flex: 0 0 16%;
    text-align: center; }
  .kd-products__item .infos {
    padding-left: 20px;
    position: relative;
    flex: 0 0 84%; }
    .kd-products__item .infos .name {
      font-weight: 600;
      font-size: 1.125rem;
      display: block;
      padding: 8px 40px 8px 0;
      margin-bottom: 15px; }
    .kd-products__item .infos .promo-code {
      font-weight: 400;
      font-size: 1rem;
      margin-bottom: 14px; }
      .kd-products__item .infos .promo-code a {
        color: red;
        text-decoration: underline; }
    .kd-products__item .infos .attrs {
      margin-bottom: 10px;
      font-size: .875rem; }
    .kd-products__item .infos .row > span:not(:last-of-type) {
      margin-right: 40px;
      display: inline-block;
      min-width: 120px; }
    .kd-products__item .infos .row .qty input {
      background-color: #efefef;
      border: 0;
      height: 34px;
      width: 48px;
      text-align: center;
      border-radius: 4px;
      margin-left: 10px; }
    .kd-products__item .infos .row .worth {
      white-space: nowrap; }
  .kd-products__item .remove {
    position: absolute;
    right: 20px;
    top: -80px; }
    .kd-products__item .remove a {
      background: rgba(0, 0, 0, 0.25) url(../img/kd-remove.svg) center center no-repeat;
      width: 28px;
      height: 28px;
      display: block;
      border-radius: 4px; }
      .kd-products__item .remove a:hover {
        background-color: rgba(0, 0, 0, 0.35); }
      .kd-products__item .remove a img {
        display: none; }

@media all and (min-width: 768px) {
  .kd-products__item {
    display: flex; }
  .kd-products .remove {
    top: 10px; }
  .kd-products .infos {
    padding-left: 20px;
    position: relative;
    flex: 0 0 84%; }
    .kd-products .infos .name {
      font-weight: 600;
      font-size: 1.125rem;
      display: block;
      padding: 8px 50px 8px 0;
      min-height: 70px;
      margin-bottom: 5px; }
    .kd-products .infos .attrs {
      margin-bottom: 10px;
      font-size: 1rem; } }

.kd-summary {
  background-color: #efefef;
  border-radius: 5px;
  line-height: 2rem;
  text-align: center; }
  .kd-summary__worth {
    padding: 32px 25px 15px;
    font-size: 1.375rem;
    font-weight: 600; }
  .kd-summary__info {
    padding: 0 25px 25px;
    font-size: .875rem;
    line-height: 1.375rem; }
  .kd-summary__code {
    background-color: #e1e1e1;
    padding: 12px 25px; }
    .kd-summary__code input[type=text] {
      border-radius: 4px;
      border: 1px solid #fff;
      font-size: 1rem;
      padding: 6px 10px;
      width: 150px;
      text-align: center;
      color: #7bbd14;
      font-weight: 600; }
    .kd-summary__code input[type=button] {
      background-color: #7bbd14;
      color: #fff;
      border: 0;
      border-radius: 4px;
      font-size: .8125rem;
      padding: 3px 12px;
      cursor: pointer; }
  .kd-summary__buttons {
    padding: 25px 25px; }
    .kd-summary__buttons button {
      border: 0;
      border-radius: 5px;
      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: red;
      font-weight: 600; }
      .kd-summary__buttons .next-step:hover {
        background-color: #db0000; }
  @media all 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-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: 4px; }
  .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 all 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: 4px;
    border: 0;
    font-size: 1rem;
    height: 32px;
    padding: 6px; }

.kd-shipment {
  padding: 16px 0; }
  .kd-shipment__header {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.125rem;
    padding: 0 25px; }
  .kd-shipment__item {
    padding: 12px 25px 9px;
    font-size: .9375rem;
    border-bottom: 1px solid #fff;
    line-height: 1.375rem; }
    .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; }
    .kd-shipment__name label {
      display: block;
      padding-left: 20px; }
  .kd-shipment__cost {
    float: right;
    width: 20%;
    text-align: right; }
  .kd-shipment__desc {
    padding: 7px 21px 4px;
    background-color: rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    font-weight: bold; }

.kd-sum {
  background-color: #efefef;
  padding: 0; }
  .kd-sum__row {
    padding: 15px 25px 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 all and (min-width: 768px) {
    .kd-sum {
      text-align: left; }
      .kd-sum__row {
        text-align: left; }
        .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 {
        width: 25%; }
      .kd-sum__ship {
        width: 25%; }
      .kd-sum__all {
        width: 50%;
        text-align: right; }
        .kd-sum__all--netto {
          text-align: right;
          padding-top: 6px;
          float: right !important; } }

.kd-client {
  padding: 30px 0; }
  .kd-client__header {
    font-size: 1.125rem;
    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: 4px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        font-size: 1rem;
        padding: 0px 8px; }
      .kd-client__row .val select {
        padding: 7px 8px; }

.kd-msg__header {
  margin-bottom: 6px; }

.kd-msg textarea {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  padding: 10px 8px;
  width: 100% !important; }

.kd-msg + table a {
  text-decoration: underline; }

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