/* 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; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -.02em;
  font-display: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

body {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  height: 100%;
  position: relative; }

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: #000;
  font-size: 16px;
  font-weight: 400; }

button {
  outline: none; }

textarea,
select {
  outline: none; }

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; }

.bolded {
  font-weight: 600; }

body {
  transition: all 180ms ease-in-out; }

body::before {
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 190;
  background-color: #fff;
  opacity: 0;
  visibility: hidden; }

body.open-mob {
  height: 100%;
  overflow-y: hidden; }
  body.open-mob > *:not(.navigation) {
    filter: blur(6px); }

body.open-mob::before {
  opacity: 0;
  visibility: visible; }

.wrapper {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  width: 100%; }

.m-header {
  font-size: .875rem;
  position: relative;
  padding: 40px 10px 0;
  border-bottom: 2px solid #eef1f4; }
  .m-header:after {
    content: '';
    display: table;
    clear: both; }
  .m-header__logo {
    width: 60px;
    padding: 10px 0 0;
    float: left; }
  .m-header__panels {
    flex: 0 1 100%;
    padding-left: 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.m-top {
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 6px 0 6px;
  border-bottom: 1px solid #eef1f4; }
  .m-top__infos {
    text-align: center; }
    .m-top__infos .text {
      display: none; }
  .m-top__menu {
    display: none; }

.m-panels {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 22px;
  float: left;
  padding-top: 12px; }
  .m-panels > * {
    border-radius: 20px;
    border: 2px solid #e8ecf0;
    height: 46px; }
  .m-panels__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    margin-right: 5px; }
  .m-panels__m-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    margin-right: 5px;
    position: relative; }
    .m-panels__m-search img {
      width: 22px; }
  .m-panels__search {
    margin-right: auto; }

.tips {
  position: absolute;
  z-index: 99000;
  width: 100%;
  left: 0 !important;
  right: 0 !important;
  top: 50px !important;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden; }
  .tips ul li {
    display: flex;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .tips ul li .thumb {
      flex: 20%;
      padding: 0 5px; }
    .tips ul li .name {
      display: block;
      line-height: 1.375rem;
      padding: 0 5px 0 0; }

.m-search {
  position: absolute;
  left: 5px;
  right: 5px;
  background-color: #fff;
  top: 110px;
  z-index: 999;
  padding-top: 10px;
  -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.28);
  display: none; }
  .m-search form {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex: 0 0 100%; }
  .m-search__box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 12px 0 20px;
    flex: 0 0 100%; }
  .m-search input {
    border: 0;
    font-size: .9375rem;
    color: rgba(0, 0, 0, 0.6);
    padding-top: 3px;
    flex: 0 0 80%; }
  .m-search button {
    background: rgba(0, 0, 0, 0);
    border: 0; }
    .m-search button img {
      width: 21px; }

.m-user {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.125rem;
  width: 56px; }
  .m-user img {
    width: 24px;
    position: relative;
    top: 0px; }
  .m-user__title {
    display: none; }
  .m-user__links {
    display: none; }

.m-cart {
  margin-left: 5px; }
  .m-cart a {
    display: block;
    padding: 0 12px 0 10px;
    position: relative;
    transition: all 110ms ease-in-out; }
    .m-cart a:after {
      content: '';
      display: table;
      clear: both; }
  .m-cart img {
    width: 32px;
    position: relative;
    top: 8px;
    margin-right: 12px;
    float: left; }
  .m-cart .qty {
    background: #a8c753;
    color: #fff;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1rem;
    display: block;
    position: absolute;
    top: 3px;
    left: 32px;
    padding: 0 6px 1px;
    border-radius: 10px;
    transition: all 140ms ease-in-out; }
  .m-cart .amount {
    display: none; }
  .m-cart a:hover {
    background: url(../img/str-1.svg) right 9px center no-repeat; }
    .m-cart a:hover .qty {
      background: #ed2c42; }

.navigation {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: -60px;
  left: -360px;
  z-index: 1000;
  overflow-y: scroll;
  width: 300px;
  padding: 70px 0 0;
  transition: all 160ms ease-in-out;
  -webkit-box-shadow: 2px 0px 34px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 2px 0px 34px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 0px 34px 0px rgba(0, 0, 0, 0.32); }
  .navigation__close {
    height: 50px;
    width: 50px;
    top: 10px;
    right: 10px;
    position: absolute;
    background-color: #ed2c42;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .navigation__close img {
      width: 12px; }
  .navigation .subTrigger {
    display: block;
    position: absolute;
    width: 56px;
    height: 40px;
    right: 0;
    top: 0;
    z-index: 1000;
    background: url(../img/str-6.svg) center 21px no-repeat; }
  .navigation .categories > li {
    padding: 0 8px 12px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative; }
    .navigation .categories > li > a {
      display: block;
      line-height: 1.5rem;
      font-size: 1.125rem;
      padding: 12px 40px 0 0; }
    .navigation .categories > li > ul {
      display: none; }
  .navigation .categories ul {
    text-transform: lowercase;
    padding: 6px 0; }
    .navigation .categories ul .subTrigger {
      display: none; }
    .navigation .categories ul a {
      display: block;
      background: url(../img/str-1.svg) 3px 10px no-repeat;
      background-size: auto 6px;
      padding-left: 14px;
      font-size: .9375rem; }
  .navigation .categories ul ul {
    margin-left: 12px; }

.open-mob .navigation {
  left: 0; }

.m-offer {
  background-color: #eef1f4;
  padding: 20px 0 20px; }
  .m-offer__grid:after {
    content: '';
    display: table;
    clear: both; }

.m-obox {
  width: 96%;
  margin: 0 2%;
  padding: 30px 28px;
  border-radius: 20px;
  color: #fff;
  background: #ea834a;
  background-size: cover;
  position: relative;
  margin-bottom: 20px; }
  .m-obox--2 {
    background-color: #444871; }
  .m-obox--3 {
    background-color: #c84558; }
  .m-obox--4 {
    background-color: #91b540; }
  .m-obox--5 {
    background-color: #3596c5; }
  .m-obox--6 {
    background-color: #8eb632; }
  .m-obox--7 {
    background-color: #48aaab; }
  .m-obox--8 {
    background-color: #a88161; }
  .m-obox__title {
    font-size: 2.0625rem;
    font-weight: 700;
    line-height: 2.25rem;
    margin-bottom: 10px; }
  .m-obox__links li {
    padding: 2px 0; }
  .m-obox__links a {
    display: block;
    background: url(../img/str-2.svg) 5px center no-repeat;
    padding-left: 22px; }
  .m-obox__thumb {
    position: absolute;
    top: 20px;
    right: 10px; }
    .m-obox__thumb img {
      width: 90px; }
  @media all and (min-width: 576px) {
    .m-obox {
      width: 46%;
      float: left; }
      .m-obox__title {
        font-size: 1.375rem;
        line-height: 1.75rem; }
      .m-obox__thumb img {
        width: 60px; } }
  @media all and (min-width: 1024px) {
    .m-obox {
      width: 23%;
      float: left;
      margin-left: 1%;
      margin-right: 1%; }
      .m-obox:nth-of-type(4n+1) {
        clear: left; }
      .m-obox__thumb img {
        width: 60px; } }

.m-hmbox {
  background-color: #9cc1e5;
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
  padding: 15px; }
  .m-hmbox img {
    width: 46px;
    display: block;
    margin: auto auto 10px auto; }

.m-homeprod__header {
  padding: 40px 15px 20px;
  border-bottom: 3px solid #eef1f4; }

.m-homeprod__title {
  font-size: 1.375rem; }
  .m-homeprod__title strong {
    color: #ed2c42; }

.m-homeprod__grid {
  border-bottom: 3px solid #eef1f4; }
  .m-homeprod__grid:after {
    content: '';
    display: table;
    clear: both; }

.m-product {
  float: left;
  width: 20%;
  border-right: 1px solid #eef1f4;
  padding: 20px 10px; }
  .m-product__thumb {
    text-align: center; }
    .m-product__thumb img {
      display: inline-block; }
    .m-product__thumb a {
      display: block;
      padding: 15px 0; }
  .m-product__title a {
    display: block;
    padding: 0 12px 0;
    font-size: .9375rem;
    height: 64px;
    margin-bottom: 8px;
    transition: all 120ms ease-in-out; }
  .m-product__title a:hover {
    color: #ed2c42; }
  .m-product__buybox {
    margin: 0 12px;
    font-size: .9375rem;
    width: 100%;
    position: relative; }
    .m-product__buybox:after {
      content: '';
      display: table;
      clear: both; }
  .m-product__price .discount {
    background-color: #ed2c42;
    color: #fff;
    align-items: center;
    font-size: .8125rem;
    line-height: .8125rem;
    font-weight: 700;
    border-radius: 10px;
    margin-right: 8px;
    display: block;
    position: absolute;
    padding: 2px 10px;
    bottom: -20px; }
  .m-product__price .price {
    line-height: .9375rem;
    font-size: .8125rem;
    float: left; }
    .m-product__price .price s {
      display: block;
      opacity: .6; }
    .m-product__price .price strong {
      color: #7c9731; }
  .m-product__cart {
    float: right;
    padding-right: 10px; }
    .m-product__cart button {
      background: #fff;
      border: 0;
      cursor: pointer; }
      .m-product__cart button > span {
        position: relative;
        display: block;
        padding-right: 3px; }
        .m-product__cart button > span img {
          width: 24px;
          margin-top: 5px; }
        .m-product__cart button > span .plus {
          color: #fff;
          background-color: #ed2c42;
          width: 12px;
          height: 12px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: 700;
          font-size: .875rem;
          line-height: .75rem;
          border-radius: 20px;
          position: absolute;
          top: 2px;
          right: 0;
          transition: all 130ms ease-in-out; }

.m-newsletter {
  text-align: center;
  padding: 40px 15px; }
  .m-newsletter__box {
    margin-bottom: 20px; }
  .m-newsletter__header {
    font-size: 1.375rem;
    font-weight: 600; }
  .m-newsletter__formbox {
    margin-top: 20px;
    border: 2px solid #61b6d1;
    border-radius: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 5px 100px 5px 5px;
    background: url(../img/ico-envelope.svg) 19px 15px no-repeat;
    position: relative;
    clear: both; }
    .m-newsletter__formbox input {
      padding: 5px 0 4px 44px;
      border: 0;
      background-color: rgba(0, 0, 0, 0);
      width: 360px; }
    .m-newsletter__formbox button {
      background: #61b6d1 url(../img/str-3.svg) right 22px center no-repeat;
      border: 0;
      position: absolute;
      top: -2px;
      bottom: -2px;
      right: -2px;
      width: 60px;
      color: #fff;
      font-size: 1rem;
      cursor: pointer;
      padding-right: 90px;
      padding-left: 16px;
      transition: all 140ms ease-in-out; }
      .m-newsletter__formbox button:hover {
        background: #61b6d1 url(../img/str-3.svg) right 18px center no-repeat; }
  .m-newsletter__text {
    font-size: .8125rem; }

.m-homeinfo {
  background: #eef1f4;
  padding: 30px 15px 20px;
  font-size: .9375rem;
  line-height: 1.75rem;
  text-align: justify; }
  .m-homeinfo h1 {
    color: #11759a;
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: 600;
    margin-bottom: 16px; }
  .m-homeinfo__intro {
    margin-bottom: 20px; }
  .m-homeinfo__content h2 {
    color: #11759a;
    font-size: 1.25rem;
    line-height: 2.125rem;
    font-weight: 600;
    margin-bottom: 12px; }
  .m-homeinfo__content p {
    margin-bottom: 16px; }

.m-footer {
  padding: 30px 15px;
  font-size: .9375rem;
  border-top: 2px solid #eef1f4;
  border-bottom: 2px solid #eef1f4; }
  .m-footer__logo {
    display: none; }
  .m-footer__address .phone {
    font-size: 1.625rem;
    font-weight: 800;
    line-height: 2.25rem; }
  .m-footer__address .work-hours {
    font-style: italic;
    font-size: .875rem;
    margin-bottom: 10px; }
  .m-footer__menu {
    padding-top: 26px; }
    .m-footer__menu ul {
      columns: 2;
      column-gap: 30px; }
    .m-footer__menu li {
      padding: 2px 0; }
    .m-footer__menu a {
      display: block;
      background: url(../img/str-4.svg) left center no-repeat;
      padding-left: 20px; }
      .m-footer__menu a:hover {
        text-decoration: underline; }

.m-copyrights {
  padding: 30px 15px;
  font-size: .9375rem; }
  .m-copyrights p {
    margin-bottom: 15px;
    text-align: center; }

.slick-dots {
  text-align: center;
  margin-bottom: 0;
  padding: 30px 0 20px; }
  .slick-dots li {
    display: inline-block;
    margin: 0 7px; }
    .slick-dots li button {
      border-radius: 20px;
      border: 0;
      text-indent: -100px;
      overflow: hidden;
      background-color: #eef1f4;
      height: 22px;
      width: 22px;
      display: block;
      transition: all 160ms ease-in-out; }
    .slick-dots li.slick-active button {
      background-color: #a8c753;
      width: 60px; }

.m-breadcrumbs {
  background-color: #e68e73;
  color: #fff;
  font-size: .875rem;
  padding: 3px 15px; }
  .m-breadcrumbs img {
    margin: 0 7px;
    position: relative;
    top: -1px; }
  .m-breadcrumbs a:hover {
    text-decoration: underline; }

.layout {
  padding: 10px 15px; }
  .layout:after {
    content: '';
    display: table;
    clear: both; }
  @media all and (max-width: 576px) {
    .layout__left > * {
      display: none; }
    .layout__left > form {
      display: block; } }
  @media all and (min-width: 768px) {
    .layout__left {
      float: left;
      width: 190px; }
    .layout__right {
      float: right;
      width: calc(100% - 200px);
      border-left: 1px solid rgba(0, 0, 0, 0.1); } }

.colnav .categories > li:not(.active) {
  display: none; }

.colnav .categories > li.active > a {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 700; }

.colnav .categories ul {
  text-transform: lowercase;
  padding: 7px 0;
  font-size: .9375rem; }
  .colnav .categories ul a {
    display: block;
    background: url(../img/str-1.svg) 3px 10px no-repeat;
    padding: 4px 0 4px 16px;
    background-size: auto 6px;
    line-height: 1.125rem; }

.colnav .categories li.active > a {
  font-weight: 700; }

.colnav .categories ul ul {
  margin-left: 16px; }

.catalog__intro h1 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px; }

.catalog__short-desc {
  margin-bottom: 10px;
  font-size: .9375rem; }

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

.catalog__bottom {
  text-align: center;
  padding: 20px 0;
  clear: both; }

.catalog .m-product {
  width: 100%; }
  .catalog .m-product__title a {
    height: 44px;
    margin-bottom: 4px;
    line-height: 1.375rem;
    overflow: hidden; }
  .catalog .m-product__buybox {
    height: 46px;
    display: flex;
    align-items: center; }
  .catalog .m-product__price {
    display: flex;
    align-items: center;
    flex: 0 0 75%;
    font-size: .9375rem; }
    .catalog .m-product__price .discount {
      flex: 0 0 36px;
      margin-right: 8px; }
    .catalog .m-product__price table {
      font-size: .875rem; }

.catalog__long-desc p,
.catalog__long-desc h2,
.catalog__long-desc h3,
.catalog__long-desc ul,
.catalog__long-desc ol {
  margin-bottom: 18px;
  font-size: .875rem;
  line-height: 1.375rem; }

.catalog__long-desc h2,
.catalog__long-desc h3 {
  padding-top: 10px;
  font-weight: 700; }

.catalog__long-desc h2 {
  font-size: 1.375rem; }

.catalog__long-desc h3 {
  font-size: 1.125rem; }

@media all and (min-width: 420px) {
  .catalog .m-product {
    width: 50%; } }

@media all and (min-width: 768px) {
  .catalog .m-product {
    width: 33.333%; } }

.cnav {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  font-size: .75rem;
  padding: 12px; }

.sortbox {
  display: flex;
  align-items: center; }
  .sortbox__text {
    display: none; }
  .sortbox__select {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff url(../img/str-1.svg) right 8px center no-repeat;
    background-size: auto 5px; }
    .sortbox__select select {
      border: 0;
      outline: none;
      font-size: .75rem;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background-color: rgba(0, 0, 0, 0);
      padding: 0 24px 0 2px;
      cursor: pointer; }
  @media all and (min-width: 768px) {
    .sortbox__text {
      display: inline-block;
      margin-right: 6px; } }

.pagesbox {
  display: flex;
  align-items: center;
  margin-left: auto; }
  .pagesbox a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 26px;
    text-align: center;
    line-height: 24px;
    margin: 0 1px; }
    .pagesbox a:hover {
      border-color: #000; }
    .pagesbox a.active {
      background-color: #000;
      border-color: #000;
      color: #fff;
      font-weight: 600; }
  .pagesbox__text {
    display: none; }
  @media all and (min-width: 768px) {
    .pagesbox__text {
      display: inline-block;
      margin-right: 8px; } }

.pagibox {
  padding-top: 14px;
  text-align: center;
  flex: 0 0 100%; }
  .pagibox a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 26px;
    text-align: center;
    line-height: 24px;
    margin: 0 1px; }
    .pagibox a:hover {
      border-color: #000; }
  .pagibox span.active {
    background-color: #000;
    border-color: #000;
    color: #fff;
    font-weight: 600;
    width: 26px;
    text-align: center;
    line-height: 24px;
    margin: 0 1px;
    display: inline-block; }

.m-filters {
  font-size: .9375rem;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }
  .m-filters__trigger {
    font-size: 1.125rem;
    font-weight: 600;
    padding-left: 18px;
    background: url(../img/str-1.svg) left center no-repeat; }
  .m-filters__box {
    display: none; }
  .m-filters__name {
    font-weight: 600;
    display: block;
    padding: 11px 2px 9px;
    cursor: pointer; }
    .m-filters__name::before {
      content: ' ';
      display: block;
      float: left;
      width: 14px;
      height: 23px;
      background: url(../img/str-6.svg) left center no-repeat;
      background-size: auto 4px; }
  .m-filters__single {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .m-filters__single input[type=text],
    .m-filters__single input[type=number] {
      border: 1px solid rgba(0, 0, 0, 0.1);
      background-color: #fff;
      width: 66px;
      text-align: center;
      padding: 5px 4px 3px;
      font-size: .75rem;
      margin: 0 2px; }
    .m-filters__single--range {
      font-weight: 600;
      padding-bottom: 14px; }
      .m-filters__single--range .m-filters__name {
        cursor: text;
        display: inline-block;
        padding: 11px 2px 14px; }
        .m-filters__single--range .m-filters__name::before {
          display: none; }
      .m-filters__single--range .m-filters__row {
        display: block; }
      .m-filters__single--range .m-filters__box {
        display: inline-block; }
  .m-filters__box {
    padding-bottom: 10px; }
  .m-filters__row {
    display: flex; }
    .m-filters__row label {
      display: block;
      padding: 0 0;
      font-size: .875rem;
      margin-bottom: 1px; }
      .m-filters__row label:hover span {
        text-decoration: underline; }
      .m-filters__row label input {
        display: none; }
      .m-filters__row label .mark {
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.3);
        float: left;
        width: 12px;
        height: 12px;
        position: relative;
        top: 7px;
        margin-right: 8px; }
      .m-filters__row label input[type=checkbox]:checked + .mark {
        background: #61b6d1 url(../img/kd-remove.svg) center center no-repeat;
        border: 1px solid #61b6d1;
        background-size: 6px; }
    .m-filters__row:nth-of-type(2n) label input[type=checkbox]:checked + .mark {
      background-color: #a8c753; }
    .m-filters__row:nth-of-type(3n) label input[type=checkbox]:checked + .mark {
      background-color: #ed2c42; }
    .m-filters__row:nth-of-type(4n) label input[type=checkbox]:checked + .mark {
      background-color: #d8a00a; }
  .m-filters__send {
    padding: 5px 0 25px 0; }
    .m-filters__send button {
      background-color: #a8c753;
      border: 0;
      text-transform: uppercase;
      font-weight: 600;
      display: block;
      padding: 6px 15px 5px 15px;
      color: #fff;
      border-radius: 20px;
      cursor: pointer; }
      .m-filters__send button:hover {
        background-color: #8fae39; }
      .m-filters__send button img {
        display: none; }

#kqs-box {
  border: 0 !important;
  margin-top: 15% !important; }

#kqs-box {
  border: 0 !important;
  margin-top: 15% !important; }
  #kqs-box a {
    display: inline-block;
    margin: 5px 8px;
    background-color: #a8c753;
    padding: 5px 12px 4px;
    color: #fff; }
    #kqs-box a:last-of-type {
      background-color: #ed2c42; }

.ext {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }
  .ext__header {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 22px; }
  .ext__content p, .ext__content ul, .ext__content ol {
    margin-bottom: 12px; }

.product {
  padding: 10px 0 10px;
  scroll-behavior: smooth; }
  .product:after {
    content: '';
    display: table;
    clear: both; }
  .product__mod-1 {
    padding: 0 15px 10px; }
  .product__mod-2 {
    text-align: center; }
  .product__mod-3 {
    padding: 20px 15px; }
  .product__s4 img {
    width: auto !important;
    height: auto; }
  @media all and (min-width: 768px) {
    .product__mod-2 {
      float: left;
      width: 46%;
      padding: 10px 15px; }
    .product__mod-3 {
      padding: 20px 15px;
      float: right;
      width: 53%; } }

.m-title {
  padding-top: 10px;
  text-align: center; }
  .m-title__promo {
    background-color: #a8c753;
    color: #fff;
    display: inline-block;
    font-size: .8125rem;
    line-height: 1.25rem;
    font-weight: 600;
    border-radius: 4px;
    padding: 1px 8px 1px;
    margin-bottom: 8px; }
  .m-title__name {
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 5px; }
  @media all and (min-width: 768px) {
    .m-title__name {
      font-size: 1.75rem;
      line-height: 2.125rem;
      padding: 10px 15px; } }

.m-infos {
  border-left: 3px solid #ce2772;
  padding-left: 10px;
  font-size: .9375rem;
  margin-bottom: 25px; }

.m-desc {
  font-size: .9375rem;
  padding-bottom: 25px; }

.m-cartbox {
  background-color: #eef1f4;
  border: 2px solid #e3e7eb;
  padding: 20px 20px 10px;
  font-size: .9375rem; }
  .m-cartbox ul {
    margin-bottom: 14px; }
    .m-cartbox ul li {
      padding: 2px 0; }
  .m-cartbox__price {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 10px; }
  .m-cartbox__buy:after {
    content: '';
    display: table;
    clear: both; }
  .m-cartbox__buy input {
    border: 1px solid #e3e7eb;
    background: #fff;
    width: 44px;
    text-align: center;
    height: 34px;
    font-size: .9375rem;
    font-weight: 600;
    border-radius: 6px;
    float: left; }
  .m-cartbox__buy .to-cart {
    float: right;
    width: calc(100% - 50px); }
    .m-cartbox__buy .to-cart button {
      background-color: #ed2c42;
      color: #fff;
      width: 100%;
      height: 34px;
      border: 0;
      border-radius: 6px;
      position: relative;
      transition: all 140ms ease-in-out;
      cursor: pointer;
      position: relative; }
      .m-cartbox__buy .to-cart button:hover {
        background-color: #d41228; }
      .m-cartbox__buy .to-cart button img {
        width: 24px;
        position: relative;
        top: -2px;
        margin-right: 10px; }
      .m-cartbox__buy .to-cart button span {
        display: inline-block;
        font-size: .9375rem;
        font-weight: 700;
        padding-top: 4px; }
        .m-cartbox__buy .to-cart button span::before {
          content: '+';
          width: 12px;
          height: 12px;
          background-color: #26a8d1;
          display: block;
          line-height: 10px;
          border-radius: 10px;
          text-align: center;
          font-size: 14px;
          position: absolute;
          top: -4px;
          right: 14px; }
  .m-cartbox__ask {
    text-align: center;
    color: #95b63b;
    padding-top: 14px; }
    .m-cartbox__ask img {
      position: relative;
      top: -2px;
      margin-right: 6px; }
    .m-cartbox__ask a:hover {
      text-decoration: underline; }

.m-attrs {
  padding-bottom: 10px; }
  .m-attrs__name {
    font-weight: bold;
    margin-bottom: 3px; }
  .m-attrs__vals {
    border: 1px solid #e3e7eb;
    border-radius: 6px;
    margin-bottom: 10px;
    background: #fff  right 12px center no-repeat; }
    .m-attrs__vals select {
      border: 0;
      background-color: rgba(0, 0, 0, 0);
      padding: 8px 8px 6px;
      width: 100%;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      cursor: pointer; }
    .m-attrs__vals input[type="text"] {
      border: 0;
      background-color: rgba(0, 0, 0, 0);
      padding: 8px 8px 6px;
      width: 100%; }

.m-spro {
  padding: 20px 15px 10px;
  clear: both; }
  .m-spro__header {
    font-weight: 600;
    margin-bottom: 15px; }
  .m-spro__grid:after {
    content: '';
    display: table;
    clear: both; }
  .m-spro__item {
    float: left;
    text-align: center;
    width: 50%;
    padding: 10px 8px;
    font-size: .8125rem; }
    .m-spro__item .name {
      line-height: 1.125rem;
      display: block;
      padding: 8px 10px 0;
      margin-bottom: 5px; }
    .m-spro__item .price {
      font-weight: 600; }
  @media all and (min-width: 768px) {
    .m-spro__item {
      width: 25%; } }

.m-similar {
  background-color: #eef1f4; }
  .m-similar .m-homeprod__title strong {
    color: #7f9b32; }
  .m-similar .m-product {
    background-color: #fff;
    margin: 0 .5% 10px;
    width: 19%;
    border: 0;
    padding-bottom: 30px; }
    .m-similar .m-product__thumb img {
      display: inline-block; }
    .m-similar .m-product__title {
      text-align: center; }
      .m-similar .m-product__title a {
        height: auto;
        margin-bottom: 16px; }
  .m-similar .slick-dots li button {
    background-color: #fff; }
  .m-similar .slick-dots li.slick-active button {
    background-color: #ed2c42; }

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

.ask-form .header {
  color: #61b6d1;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px; }

@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"] {
  border: 0;
  background-color: #61b6d1;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 9px 30px 7px;
  display: inline-block;
  transition: all 160ms ease-in-out;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  border-radius: 20px; }
  .ask-form input[type="submit"]:hover {
    background-color: #41a7c8; }

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

.pagination {
  text-align: center;
  float: left;
  font-size: .9375rem; }
  .pagination ul {
    display: inline-block; }
    .pagination ul li {
      display: inline-block;
      padding: 4px 0 4px; }
      .pagination ul li a,
      .pagination ul li span {
        display: block;
        width: 24px;
        height: 26px;
        line-height: 26px; }
    .pagination ul .active span {
      color: #fff;
      background-color: #d8a00a; }

.sortBox {
  float: right;
  padding: 2px 8px 4px;
  color: #000; }
  .sortBox select {
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #000;
    background: #eef1f4;
    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: 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: #79a31b;
      color: #fff;
      border: 0;
      padding: 8px 20px 6px;
      font-size: .9375rem;
      font-weight: 600;
      cursor: pointer;
      border-radius: 20px; }

@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: #79a31b;
      color: #fff;
      border: 0;
      padding: 8px 20px 6px;
      font-size: .9375rem;
      font-weight: 600;
      cursor: pointer;
      border-radius: 20px; }
  .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: #61b6d1; }

@media all 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: #61b6d1; } }

@media all 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 all and (min-width: 1024px) {
    .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: 1220px) {
    .kd-cart {
      padding: 20px 0 50px; }
      .kd-cart__col-one {
        float: left;
        width: 57%; }
      .kd-cart__col-two {
        float: right;
        width: 40%;
        border-radius: 0px;
        background-color: #efefef; } }

.kd-products__item {
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  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 0; }
      .kd-products__item .infos .name .attrs {
        clear: both;
        font-size: .875rem;
        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 > span:not(:last-of-type) {
      margin-right: 40px;
      display: inline-block;
      min-width: 110px; }
    .kd-products__item .infos .row .qty input {
      background-color: #efefef;
      border: 0;
      height: 34px;
      width: 48px;
      text-align: center;
      border-radius: 0px;
      margin-left: 10px; }
  .kd-products__item .remove {
    position: absolute;
    right: 20px;
    top: -80px; }
    .kd-products__item .remove a {
      background: #61b6d1 url(../img/kd-remove.svg) center center no-repeat;
      width: 28px;
      height: 28px;
      display: block;
      border-radius: 0x; }
      .kd-products__item .remove a:hover {
        background-color: #db0000; }
      .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 60px 8px 0; }
    .kd-products .infos .row {
      position: absolute;
      left: 20px;
      bottom: 8px;
      right: 0; } }

.kd-summary {
  background-color: #efefef;
  border-radius: 0px;
  line-height: 2rem;
  text-align: center; }
  .kd-summary__worth {
    padding: 32px 25px;
    font-size: 1.375rem;
    font-weight: 600; }
  .kd-summary__code {
    background-color: #e1e1e1;
    padding: 12px 25px; }
    .kd-summary__code input[type=text] {
      border-radius: 0px;
      border: 1px solid #fff;
      font-size: 1rem;
      padding: 6px 10px;
      width: 150px;
      text-align: center;
      color: #61b6d1;
      font-weight: 600; }
    .kd-summary__code input[type=button] {
      background-color: #a8c753;
      color: #fff;
      border: 0;
      border-radius: 0px;
      font-size: .8125rem;
      padding: 3px 12px;
      cursor: pointer; }
  .kd-summary__buttons {
    padding: 25px 25px; }
    .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: 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: 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 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: 0px;
    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: red;
    color: #fff; }

.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-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: 0px;
        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: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  padding: 10px 8px;
  width: 100% !important; }

.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: #a8c753;
    cursor: pointer; }
    .kd-sendcart button:hover {
      background-color: #b18308; }
