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

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

body {
  font-family: "Open Sans", sans-serif;
  color: #565455;
  font-size: .9375rem;
  line-height: 1.5rem;
  height: 100%;
  position: relative; }

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

a:hover {
  text-decoration: underline; }

strong,
b {
  font-weight: 800; }

em,
i {
  font-style: italic; }

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

label {
  cursor: pointer; }

input {
  outline: 0;
  color: #565455;
  font-size: 15px;
  font-weight: 400; }

input[type=text],
input[type=password],
select,
textarea {
  padding: 5px 12px;
  border: none;
  border-radius: 8px; }

input.button {
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  padding: 7px 25px 5px;
  border: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: "Open Sans", sans-serif;
  background-color: #776361;
  font-size: 1.125rem;
  border-radius: 6px; }

input.button:hover, button:hover {
  background-color: #61504f; }

td {
  font-size: inherit; }

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

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

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

:-moz-placeholder {
  opacity: 1; }

h1,
h2,
h3,
.hx {
  font-family: "Open Sans", sans-serif; }

.headerX {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #2d3134; }
  .headerX span {
    display: inline-block;
    border-bottom: 3px solid #776361;
    padding: 0 0 18px; }

::before, ::after {
  font-family: fontello; }

ul, ol {
  margin: 0; }

.hidden {
  display: none; }

@media all and (max-width: 1026px) {
  .md-hide {
    display: none; } }

.header1 {
  font-size: 1.25rem;
  color: #776361;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
  padding: 0 0 16px;
  margin-bottom: 30px; }
  .header1::before {
    content: ' ';
    height: 3px;
    width: 30px;
    background-color: #e3d7d0;
    position: absolute;
    bottom: 0;
    left: 0; }

.ask {
  clear: both;
  width: 100%;
  padding: 0; }

.ask a {
  text-decoration: underline; }

.ask p {
  font-size: .875rem; }

.ask ul {
  list-style-type: disc; }

.ask__header {
  background-color: #776361;
  color: #fff;
  font-size: 1rem;
  padding: 6px 10px 4px; }

@media all and (max-width: 800px) {
  .ask {
    padding-left: 15px;
    padding-right: 15px; } }

.ask .block-1 {
  float: left;
  width: 100%;
  padding-top: 27px; }

@media all and (max-width: 800px) {
  .ask .block-1 {
    width: 100%; } }

.ask .block-2 {
  float: right;
  width: 100%; }

@media all and (max-width: 800px) {
  .ask .block-2 {
    width: 100%; } }

.ask .row {
  padding-top: 5px;
  padding-bottom: 4px;
  margin: 0; }

.ask .row label {
  font-weight: 300;
  display: block;
  float: left;
  width: 40%;
  padding-right: 5%;
  padding-top: 7px; }

@media all and (max-width: 560px) {
  .ask .row label {
    width: 100%; } }

.ask .text {
  background-color: #F8F8F8;
  border: 1px solid #D7D7D7;
  width: 55%; }

@media all and (max-width: 560px) {
  .ask .text {
    width: 100%; } }

.ask .clear {
  clear: both; }

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

.ask textarea {
  background-color: #F8F8F8;
  border: 1px solid #D7D7D7;
  width: 100%;
  margin-top: 17px;
  height: 126px; }

.ask input.button {
  float: right;
  padding-left: 40px;
  padding-right: 40px; }

/**************************/
.bgGray {
  background-color: #f3f2f0; }

.flex__toRight {
  justify-content: flex-end; }

.wrapper {
  box-sizing: content-box;
  -moz-box-sizing: content-box; }
  @media all and (max-width: 768px) {
    .wrapper {
      overflow: hidden; } }
  @media all and (min-width: 1026px) {
    .wrapper {
      max-width: 1026px;
      margin: auto; } }
  @media all and (min-width: 1240px) {
    .wrapper {
      max-width: 1240px;
      margin: auto;
      padding-left: 0;
      padding-right: 0; } }
  @media all and (min-width: 1380px) {
    .wrapper {
      max-width: 1380px;
      padding-left: 15px;
      padding-right: 15px; } }

@media all and (max-width: 1026px) {
  .layout > * {
    display: none; } }

@media all and (min-width: 1026px) {
  .layout-twoCol {
    display: flex;
    justify-content: space-between; }
  .layout-sidebar {
    flex: 0 0 270px; }
  .layout-content {
    width: 79%; } }

.breadcrumbs {
  color: #848483;
  padding: 8px 15px 6px;
  font-size: .875rem; }
  .breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    height: 26px;
    position: relative; }
    .breadcrumbs a:hover {
      color: #776361; }
  .breadcrumbs strong {
    font-weight: 900; }
  .breadcrumbs span {
    display: none; }
  @media all and (min-width: 1026px) {
    .breadcrumbs {
      padding: 12px 0 10px; }
      .breadcrumbs .icon-home-1 {
        display: none; }
      .breadcrumbs span {
        display: inline; } }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background: #f3f2f0; }
  @media all and (max-width: 1026px) {
    body {
      position: relative; } }

.msgMod {
  background-color: #e7e0dd;
  font-size: 1.125rem;
  position: relative;
  z-index: 100; }
  .msgMod__grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 4px 0; }
    .msgMod__grid > div {
      height: 40px;
      display: flex;
      align-items: center; }
  .msgMod .buttonRegister {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 180px;
    overflow: hidden;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 36px;
    text-decoration: none;
    background: #776361;
    background: -moz-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #776361), color-stop(30%, #776361), color-stop(70%, #e3d7d0), color-stop(100%, #e3d7d0));
    background: -webkit-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -o-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -ms-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#776361', endColorstr='#e3d7d0', GradientType=1 ); }
    .msgMod .buttonRegister:hover {
      background: #776361; }
  @media all and (max-width: 1026px) {
    .msgMod__grid .msgMod__right {
      display: none; }
    .msgMod .mbo {
      display: none; }
    .msgMod .buttonRegister {
      width: 130px; } }

.headerMod {
  display: none;
  z-index: 100;
  position: relative;
  background-color: #f3f2f0; }
  @media all and (min-width: 1026px) {
    .headerMod {
      padding: 20px 0;
      display: block; }
      .headerMod__grid {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .headerMod__panels {
        display: flex;
        justify-content: flex-end;
        align-items: center; } }

.langMod {
  margin-right: 30px; }
  .langMod a {
    margin: 0 1px; }

.topMod {
  padding: 0 15px;
  z-index: 100;
  position: relative;
  background: #765d5b url(../img/bg-3.jpg) center center no-repeat;
  background-size: cover; }
  .topMod__grid {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .topMod__cat {
    flex: 0 0 40px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-right: auto; }
    .topMod__cat span {
      display: none; }
  .topMod__account {
    display: none;
    flex: 0 0 22%; }
  @media all and (min-width: 1026px) {
    .topMod {
      padding: 0; }
      .topMod__cat {
        flex: 0 0 270px;
        text-align: left; }
        .topMod__cat span {
          display: inline-block; }
      .topMod__grid {
        justify-content: flex-start; }
      .topMod__search {
        display: block;
        flex: 0 0 45%; }
      .topMod__account {
        display: block;
        flex: 0 0 20%; }
      .topMod__cart {
        margin-left: auto; } }

.searchMod {
  display: flex; }
  .searchMod form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 44px;
    background-color: #f4f2ef;
    border-radius: 6px; }
  .searchMod input {
    background-color: rgba(255, 255, 255, 0);
    color: #555351;
    width: 80%;
    min-width: 160px; }
    .searchMod input::placeholder {
      color: #555351; }
  .searchMod button {
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    width: 50px;
    text-align: center;
    color: #776361; }

.accountMod {
  background: url(../img/ico-user.png) 0 center no-repeat;
  padding-left: 40px;
  margin-left: 20px;
  line-height: 1.125rem;
  font-size: .875rem; }
  .accountMod .name {
    display: block;
    font-weight: 600;
    font-size: 1rem; }
  .accountMod .sep {
    display: inline-block;
    margin: 0 2px; }

.carttopMod {
  background: url(../img/ico-cart.png) 14px center no-repeat;
  padding-left: 53px;
  margin-left: 20px;
  min-width: 30px;
  min-height: 44px;
  line-height: 1.125rem;
  position: relative;
  font-size: .875rem; }
  .carttopMod .name,
  .carttopMod .ammount {
    display: none; }
  .carttopMod .qty {
    background: #ef7600;
    color: #fff;
    font-weight: 600;
    font-size: .875rem;
    text-align: center;
    line-height: 20px;
    height: 22px;
    width: 22px;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    position: absolute;
    left: 0; }
  @media all and (min-width: 1026px) {
    .carttopMod .ammount {
      display: inline-block; }
    .carttopMod .name {
      display: block;
      font-weight: 600;
      font-size: 1rem; } }

@media all and (min-width: 1026px) {
  .homecolsMod__grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 30px;
    position: relative; }
  .homecolsMod__left {
    flex: 0 0 270px;
    display: flex;
    align-items: stretch;
    border-radius: 10px; }
  .homecolsMod__left--alt {
    flex: 0 0 270px;
    display: flex;
    align-items: flex-start; }
  .homecolsMod__right {
    flex: 0 0 calc(98% - 270px);
    border-radius: 10px; }
  .homecolsMod__right--alt {
    flex: 0 0 calc(97% - 270px);
    background-color: #fff; } }

.sliderMod {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  margin-bottom: 20px; }
  @media all and (min-width: 1026px) {
    .sliderMod {
      padding-top: 16px;
      margin-bottom: 0; } }

.bannersMod {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 12px; }
  .bannersMod a {
    flex: 0 0 100%; }
  @media all and (min-width: 768px) {
    .bannersMod {
      justify-content: space-between;
      flex-wrap: nowrap; }
      .bannersMod a {
        flex: 0 0 49.4%; } }
  @media all and (min-width: 1026px) {
    .bannersMod {
      margin-bottom: 0; } }

.bgAll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden; }
  .bgAll.active {
    opacity: 1;
    visibility: visible; }

.categoriesMod {
  display: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  @media all and (min-width: 1026px) {
    .categoriesMod {
      background-color: #fff;
      flex: 0 0 100%;
      display: flex;
      align-items: stretch;
      z-index: 100;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 270px;
      height: 100%; }
      .categoriesMod > ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        padding: 20px 0 16px;
        width: 100%; }
      .categoriesMod__link {
        padding: 4px 22px; }
        .categoriesMod__link:hover {
          background-color: #f3f2f0; }
        .categoriesMod__link > a {
          font-size: .9375rem;
          display: block;
          padding: 0 0; }
        .categoriesMod__link > .js-subMenuTrigger {
          display: none; }
      .categoriesMod__subBox {
        position: absolute;
        top: 0;
        opacity: 0;
        visibility: hidden;
        left: 270px;
        width: 820px;
        min-height: 100%;
        background-color: #fff;
        padding: 20px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
        .categoriesMod__subBox .js-subMenuTrigger {
          display: none; }
        .categoriesMod__subBox > ul {
          columns: 4;
          column-gap: 60px; }
          .categoriesMod__subBox > ul > li {
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            break-inside: avoid; }
        .categoriesMod__subBox li.s15 {
          margin-top: 10px; }
          .categoriesMod__subBox li.s15 > a {
            font-weight: 600;
            margin-bottom: 10px;
            display: inline-block;
            line-height: 20px; }
          .categoriesMod__subBox li.s15:first-of-type {
            margin-top: 0; }
          .categoriesMod__subBox li.s15 .js-subMenuTrigger {
            display: none; }
        .categoriesMod__subBox .s30 {
          padding: 1px 0 1px 6px; }
          .categoriesMod__subBox .s30::before {
            content: '\e80c';
            display: inline-block;
            font-size: 12px;
            color: #d8c7b8;
            position: relative;
            top: -1px;
            margin-right: 7px; }
          .categoriesMod__subBox .s30 .js-subMenuTrigger {
            display: none; }
        .categoriesMod__subBox .s45 {
          padding-left: 12px; }
      .categoriesMod__link:hover .categoriesMod__subBox {
        opacity: 1;
        visibility: visible; }
      .categoriesMod--alt {
        bottom: auto;
        height: auto; } }
  @media all and (min-width: 1240px) {
    .categoriesMod__link {
      padding: 8px 22px; }
    .categoriesMod__subBox {
      left: 270px;
      width: 1000px; } }
  @media all and (min-width: 1380px) {
    .categoriesMod__link {
      padding: 10px 22px; }
    .categoriesMod__subBox {
      left: 270px;
      width: 1110px; } }

.homecolsMod__left--alt .categoriesMod {
  border-radius: 10px;
  display: block; }
  .homecolsMod__left--alt .categoriesMod__link {
    padding: 2px 22px; }
    .homecolsMod__left--alt .categoriesMod__link a {
      padding: 4px 0; }

@media all and (min-width: 1026px) {
  .homecolsMod__left--alt {
    min-height: 400px; }
    .homecolsMod__left--alt .categoriesMod {
      min-height: 400px; } }

.homecMod {
  margin-bottom: 30px;
  padding: 0 15px;
  /* the slides */
  /* the parent */ }
  .homecMod__grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
  .homecMod .single {
    flex: 0 0 9.5%;
    text-align: center; }
    .homecMod .single .thumb {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      padding: 10px; }
    .homecMod .single .link {
      display: flex;
      height: 50px;
      align-items: center;
      justify-content: center; }
  @media all and (min-width: 1026px) {
    .homecMod {
      padding: 0; } }
  .homecMod .slick-slide {
    margin: 0 10px; }
  .homecMod .slick-list {
    margin: 0 -10px; }

.productMod {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 22px;
  width: calc(16.6666666667% - 10px);
  margin-left: 10px;
  margin-bottom: 30px;
  float: left;
  position: relative; }
  .productMod .discMarker {
    display: block;
    position: absolute;
    top: 15px;
    right: -1px;
    color: #fff;
    background-color: #ff0033;
    font-weight: 800;
    font-size: .75rem;
    padding: 0 6px;
    border-radius: 4px; }
  .productMod .thumbnail {
    text-align: center; }
    .productMod .thumbnail a {
      display: block;
      padding: 20px 0 10px; }
  .productMod .name {
    height: 82px;
    overflow: hidden;
    font-size: .875rem;
    line-height: 1.0625rem; }
  .productMod .price {
    height: 46px;
    overflow: hidden;
    font-size: .9375rem; }
    .productMod .price strong {
      font-size: 1.25rem;
      color: #ff0033;
      display: block; }
  @media all and (min-width: 1026px) {
    .productMod .name {
      height: 82px;
      overflow: hidden;
      line-height: 1.25rem;
      font-size: .9375rem; }
    .productMod .price {
      height: 26px; }
      .productMod .price strong {
        font-size: 1.375rem;
        display: inline-block; } }

.specialMod {
  background-color: #e7e0dd;
  padding: 30px 15px 40px;
  border-top: 2px solid #fff; }
  .specialMod:after {
    content: '';
    display: table;
    clear: both; }
  .specialMod .header {
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center; }
  .specialMod__grid {
    margin-left: -10px; }
  .specialMod .productMod {
    border-color: #fff;
    width: calc(50% - 10px); }
  @media all and (min-width: 768px) {
    .specialMod .productMod {
      width: calc(33.33% - 10px); } }
  @media all and (min-width: 1026px) {
    .specialMod {
      padding: 30px 0 40px; }
      .specialMod .productMod {
        width: calc(25% - 10px); } }
  @media all and (min-width: 1240px) {
    .specialMod {
      padding: 38px 0 0; }
      .specialMod .productMod {
        width: calc(16.6666666667% - 10px); } }

.offerMod {
  padding: 38px 15px 0; }
  .offerMod .header {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.5rem;
    margin-bottom: 26px; }
  .offerMod .productMod {
    width: calc(50% - 10px); }
  @media all and (min-width: 768px) {
    .offerMod .productMod {
      width: calc(33.33% - 10px); } }
  @media all and (min-width: 1026px) {
    .offerMod {
      padding: 38px 0 0; }
      .offerMod .productMod {
        width: calc(25% - 10px); } }
  @media all and (min-width: 1240px) {
    .offerMod {
      padding: 38px 0 0; }
      .offerMod .productMod {
        width: calc(16.6666666667% - 10px); } }

.extrasMod {
  clear: both;
  padding: 10px 15px 0; }
  .extrasMod__news {
    flex: 0 0 49.5%;
    margin-bottom: 20px; }
  @media all and (min-width: 1026px) {
    .extrasMod {
      padding: 40px 0 0; }
      .extrasMod__grid {
        display: flex;
        justify-content: space-between; }
      .extrasMod__news {
        margin-bottom: 0; } }

.newsMod .header {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 36px; }

.newsMod__grid {
  display: flex; }

.newsMod .item {
  flex: 0 0 50%;
  padding-right: 50px; }

.newsMod .date {
  color: #baab9e;
  font-size: .875rem; }
  .newsMod .date img {
    position: relative;
    top: -2px;
    margin-right: 8px; }

.newsMod__all {
  padding-top: 20px; }
  .newsMod__all a {
    display: inline-block;
    color: #fff;
    background-color: #d8c7b8;
    border-radius: 30px;
    font-weight: 600;
    padding: 1px 22px 2px;
    text-decoration: none; }

.potd {
  flex: 0 0 49.5%;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #d8c7b8;
  padding: 25px 160px 25px 20px;
  position: relative; }
  .potd .header {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 20px; }
  .potd .thumb {
    float: right;
    position: absolute;
    top: 60px;
    right: 10px; }
    .potd .thumb img {
      width: 160px; }
  .potd .name {
    display: block;
    margin-bottom: 6px; }
  .potd .price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ff0033;
    margin-bottom: 16px; }
  .potd .more {
    display: inline-block;
    color: #fff;
    background-color: #ff0033;
    border-radius: 30px;
    font-weight: 600;
    padding: 1px 20px 1px;
    text-decoration: none; }
    .potd .more ::before {
      margin-right: 0; }
  @media all and (min-width: 1026px) {
    .potd {
      top: -30px;
      background-color: #fff;
      border-radius: 10px;
      border: 2px solid #d8c7b8;
      padding: 30px 260px 30px 30px;
      position: relative; }
      .potd .header {
        font-size: 1.75rem;
        font-weight: 600;
        margin-bottom: 36px; }
      .potd .thumb {
        float: right;
        position: absolute;
        top: 20px;
        right: 20px; }
        .potd .thumb img {
          width: 200px; }
      .potd .name {
        height: 78px;
        overflow: hidden; }
      .potd .row {
        display: flex;
        justify-content: space-between; }
      .potd .price {
        margin-bottom: 0; } }

.popularMod {
  background-color: #fff;
  padding: 35px 0 20px; }
  .popularMod .header {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 40px; }
  .popularMod__grid {
    display: flex;
    justify-content: space-between; }
  .popularMod .item {
    text-align: center;
    padding: 10px;
    border-right: 1px solid #e3d7d0; }
    .popularMod .item:last-of-type {
      border-color: #fff; }
  .popularMod .name {
    display: block;
    height: 64px;
    overflow: hidden;
    line-height: 1.25rem; }

.footerMod {
  padding: 65px 15px;
  text-align: center; }
  @media all and (min-width: 1026px) {
    .footerMod {
      padding: 65px 15px;
      text-align: left; }
      .footerMod__grid {
        display: flex;
        justify-content: space-between; }
      .footerMod__extras {
        padding-left: 80px;
        flex: 0 0 280px; } }

.contactMod img {
  margin-bottom: 48px; }

.contactMod p {
  margin-bottom: 25px; }

.informationMod .header {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-bottom: 15px;
  padding-top: 20px;
  position: relative;
  text-align: left; }
  .informationMod .header span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    height: 40px;
    z-index: 100; }
    .informationMod .header span em {
      position: absolute;
      top: 10px;
      right: 10px; }

.informationMod ul {
  display: none;
  text-align: left; }

.informationMod li {
  display: block;
  padding: 1px 0; }

.informationMod .categoriesMod__subBox {
  display: none !important; }

@media all and (min-width: 768px) {
  .informationMod {
    display: flex; }
    .informationMod .header {
      margin-bottom: 35px;
      padding-top: 40px; }
      .informationMod .header span {
        display: none; }
    .informationMod__col {
      flex: 0 0 33%; }
    .informationMod ul {
      display: block; } }

@media all and (min-width: 1026px) {
  .informationMod__col {
    flex: 0 0 230px; } }

.socialMod {
  padding-top: 30px;
  margin-bottom: 20px; }
  .socialMod a {
    display: inline-block;
    background-color: #d8c7b8;
    color: #fff;
    font-size: 16px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 36px;
    border-radius: 30px;
    overflow: hidden; }
  @media all and (min-width: 1026px) {
    .socialMod {
      padding-top: 40px;
      margin-bottom: 0; } }

.copyMod {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px 15px; }
  .copyMod__grid {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center; }
  @media all and (min-width: 1026px) {
    .copyMod {
      padding: 50px 0; }
      .copyMod__grid {
        flex-direction: row;
        justify-content: space-between;
        text-align: left; } }

.mobileMod {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -400px;
  right: 0;
  z-index: 89999;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 220ms ease-in-out; }
  .mobileMod.active {
    opacity: 1;
    visibility: visible;
    left: 0; }
  .mobileMod .langMod {
    margin: 15px 0 0 20px;
    position: relative;
    z-index: 9999; }
    .mobileMod .langMod a {
      margin-bottom: 8px;
      display: inline-block; }
  .mobileMod__content {
    position: relative;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background-color: #f2f2f2; }
  .mobileMod .logo {
    background-color: #f2f2f2;
    padding: 8px 15px; }
  .mobileMod .account {
    background: #776361 url(../img/bg-1.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px; }
    .mobileMod .account .currency {
      font-size: 1rem;
      font-weight: 600; }
      .mobileMod .account .currency a {
        display: inline-block;
        margin-left: 6px;
        color: #353536; }
  .mobileMod .row {
    display: block;
    padding: 20px 10px;
    margin: 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000; }
    .mobileMod .row--one {
      padding-top: 5px; }
    .mobileMod .row:last-of-type {
      border: 0; }
    .mobileMod .row .box {
      display: block;
      font-size: 1rem;
      padding: 6px 0;
      position: relative; }
      .mobileMod .row .box > img {
        width: 22px;
        position: relative;
        top: -2px;
        margin-right: 10px; }
    .mobileMod .row a {
      text-decoration: none;
      color: #000; }
    .mobileMod .row .qty {
      color: #fff;
      background-color: #ef7600;
      width: 20px;
      height: 20px;
      display: block;
      border-radius: 30px;
      position: absolute;
      top: -2px;
      left: 12px;
      text-align: center;
      font-size: 12px;
      overflow: hidden;
      line-height: 22px;
      font-weight: 600; }
  .mobileMod .openHours em {
    color: #000;
    font-size: .875rem; }
  .mobileMod .mobCats ul {
    padding: 12px 0 0 36px;
    display: none; }
    .mobileMod .mobCats ul .categoriesMod__link {
      padding: 4px 0;
      font-size: .9375rem;
      position: relative; }
      .mobileMod .mobCats ul .categoriesMod__link > .js-subMenuTrigger {
        display: none; }
    .mobileMod .mobCats ul .js-subMenuTrigger {
      position: absolute;
      right: 0;
      top: 2px;
      border-radius: 30px;
      line-height: 28px;
      text-align: center; }
      .mobileMod .mobCats ul .js-subMenuTrigger em {
        height: 28px;
        display: block;
        width: 28px;
        background: url(../img/str-2.png) center center no-repeat;
        background-size: auto 23px; }
        .mobileMod .mobCats ul .js-subMenuTrigger em::before {
          display: none; }
      .mobileMod .mobCats ul .js-subMenuTrigger.active em {
        background: url(../img/str-1.png) center center no-repeat;
        background-size: auto 23px; }
    .mobileMod .mobCats ul ul {
      padding: 12px 0 16px 4px;
      display: none; }
      .mobileMod .mobCats ul ul ul {
        padding: 12px 0 16px 10px; }
    .mobileMod .mobCats ul li {
      position: relative; }
    .mobileMod .mobCats ul .s15 {
      padding-left: 6px; }
      .mobileMod .mobCats ul .s15::before {
        content: '\e805';
        display: inline-block;
        font-size: 8px;
        position: relative;
        top: -2px;
        margin-right: 6px;
        color: #776361; }
    .mobileMod .mobCats ul .s30 {
      padding-left: 6px; }
      .mobileMod .mobCats ul .s30::before {
        content: '\e805';
        display: inline-block;
        font-size: 8px;
        position: relative;
        top: -2px;
        margin-right: 6px;
        color: #776361; }
  .mobileMod__bg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.75); }
  .mobileMod .js-closeMenu {
    background: #776361 url(../img/bg-2.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 320px;
    z-index: 1000;
    width: 36px;
    height: 97px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px; }

.page {
  padding: 20px; }
  .page__header {
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .page__header h1 {
      color: #000;
      text-transform: uppercase;
      font-size: 1.25rem; }

.catalog {
  padding: 25px; }
  .catalog__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
  .catalog__intro {
    font-size: .875rem;
    margin-bottom: 20px;
    text-align: justify; }
    .catalog__intro h1 {
      color: #000;
      font-size: 1.25rem;
      text-transform: uppercase;
      margin-bottom: 14px; }
    .catalog__intro h2 {
      margin-bottom: 10px;
      font-weight: 600; }
    .catalog__intro p {
      margin-bottom: 10px; }
  .catalog__grid {
    margin-left: -10px; }
    .catalog__grid .productMod {
      width: calc(50% - 10px);
      padding: 5px 10px 20px;
      margin-left: 10px;
      margin-bottom: 20px;
      float: left;
      position: relative; }
      .catalog__grid .productMod .discMarker {
        top: 12px; }
      .catalog__grid .productMod .name {
        padding: 0 8px; }
      .catalog__grid .productMod .price {
        padding: 0 8px; }
  @media all and (min-width: 768px) {
    .catalog .productMod {
      width: calc(33.333% - 10px); } }
  @media all and (min-width: 1026px) {
    .catalog .productMod {
      width: calc(20% - 10px); } }

.productPage {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 30px;
  margin-bottom: 35px; }
  .productPage:after {
    content: '';
    display: table;
    clear: both; }
  @media all and (max-width: 1026px) {
    .productPage {
      padding: 10px 20px; } }
  @media all and (max-width: 768px) {
    .productPage {
      text-align: center; } }
  @media all and (min-width: 1026px) {
    .productPage__box2 {
      float: left;
      width: 52%; }
    .productPage__box3 {
      float: right;
      width: 45%; } }
  @media all and (min-width: 1240px) {
    .productPage__box1 {
      float: right;
      width: 40%; }
    .productPage__box2 {
      float: left;
      width: 56%; }
    .productPage__box3 {
      float: right;
      width: 40%; } }

.titleMod {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  padding-top: 10px; }
  .titleMod .name {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 2.25rem;
    color: #000;
    margin-bottom: 16px; }
  @media all and (max-width: 1026px) {
    .titleMod .name {
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.5rem;
      color: #000;
      margin-bottom: 10px; } }
  @media all and (min-width: 1026px) {
    .titleMod {
      padding-top: 40px; } }

.photosMod {
  text-align: center; }
  .photosMod__main img {
    max-height: 520px; }
  .photosMod__gallery {
    text-align: left;
    padding: 20px 0; }
    .photosMod__gallery img {
      display: inline-block;
      margin-left: 14px;
      max-width: 90px; }
  @media all and (max-width: 1026px) {
    .photosMod__main img {
      max-height: 220px; }
    .photosMod__gallery {
      padding: 4px 0;
      text-align: center; }
      .photosMod__gallery img {
        width: 44px;
        margin-left: 10px; } }

.rowMod {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .rowMod .aval {
    margin-right: 30px; }
  .rowMod a {
    text-decoration: underline; }
  @media all and (max-width: 1026px) {
    .rowMod {
      margin-bottom: 4px;
      padding-top: 10px; } }

.buyMod {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 14px;
  flex-wrap: wrap; }
  .buyMod .price {
    flex: 0 0 100%;
    margin-bottom: 20px;
    font-size: 1.25rem; }
    .buyMod .price strong {
      color: #ff0033;
      font-size: 1.375rem; }
  .buyMod .cartMod {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%; }
    .buyMod .cartMod input {
      background-color: #eeedeb;
      width: 42px;
      height: 42px;
      text-align: center;
      line-height: 42px;
      margin-right: 10px; }
    .buyMod .cartMod button {
      height: 42px;
      color: #fff;
      background-color: #ef7600;
      border-radius: 6px;
      border: 0;
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: 600;
      display: flex;
      align-items: center;
      padding: 12px 30px 8px;
      cursor: pointer; }
  @media all and (max-width: 1026px) {
    .buyMod .price {
      flex: 0 0 100%;
      padding-top: 10px;
      margin-bottom: 14px;
      font-size: 1.375rem;
      color: #000;
      font-weight: 600; } }
  @media all and (min-width: 1026px) {
    .buyMod {
      flex-wrap: nowrap; }
      .buyMod .price {
        margin-right: 25px;
        margin-bottom: 0;
        font-size: 1rem;
        flex: 0 0 auto; }
      .buyMod .cartMod {
        justify-content: flex-start; } }

.infosMod {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 0 16px;
  margin-bottom: 25px; }
  .infosMod span:nth-of-type(2) {
    margin-left: 20px; }
  @media all and (max-width: 1026px) {
    .infosMod {
      display: none; }
      .infosMod > span {
        display: block;
        margin-left: 0 !important; } }

.descMod {
  padding-bottom: 20px; }
  .descMod h2 {
    color: #000;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 1rem; }
  .descMod ul {
    margin-bottom: 16px; }
    .descMod ul li {
      display: block;
      position: relative;
      padding: 1px 0 1px 20px; }
      .descMod ul li::before {
        content: '\e80c';
        position: absolute;
        left: 3px;
        top: 3px;
        font-size: 12px; }
  @media all and (max-width: 1026px) {
    .descMod {
      padding: 20px 0; } }

.similarMod {
  clear: both;
  background-color: #fff;
  padding: 40px 10px 10px;
  border-radius: 12px;
  margin-bottom: 50px; }
  .similarMod:after {
    content: '';
    display: table;
    clear: both; }
  .similarMod .header {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center; }
  .similarMod .productMod {
    width: calc(50% - 10px); }
  @media all and (min-width: 768px) {
    .similarMod .productMod {
      width: calc(33.33% - 10px); } }
  @media all and (min-width: 1026px) {
    .similarMod {
      padding: 40px 30px 10px; }
      .similarMod .header {
        text-align: left; }
      .similarMod .productMod {
        width: calc(25% - 10px); } }
  @media all and (min-width: 1240px) {
    .similarMod .productMod {
      width: calc(16.6666666667% - 10px); } }

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

.sortMod {
  float: right;
  padding: 2px 8px 4px;
  color: #565455; }
  .sortMod select {
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #565455;
    background: #f3f2f0;
    padding: 6px 6px 4px;
    margin-left: 5px;
    font-size: .875rem;
    border-radius: 6px;
    overflow: hidden; }
  @media all and (max-width: 768px) {
    .sortMod {
      background-color: #fff;
      text-align: center;
      clear: both;
      float: none;
      border-radius: 10px;
      padding: 6px 0 6px;
      margin-bottom: 16px; } }

/**********************/
.pageBox-header--center {
  text-align: center;
  font-size: 1.25rem;
  padding: 30px 0 10px; }

.register {
  width: 800px;
  margin: 20px auto 40px;
  font-size: .9375rem; }
  .register input[type=checkbox] {
    margin-right: 6px; }
  .register__box {
    padding: 20px 25px; }
  .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] {
    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 input {
      overflow: hidden;
      color: #fff;
      border-radius: 6px;
      font-size: .9375rem;
      font-weight: 600;
      text-decoration: none;
      background: #776361 url(../img/gradient-bg.jpg) center center no-repeat;
      background-size: cover; }
      .register__row--submit input:hover {
        background-image: none; }

@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);
      border-radius: 12px; }
    .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] {
      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: .9375rem; }
  .login input[type=checkbox] {
    margin-right: 6px; }
  .login__box {
    padding: 20px 25px; }
  .login__row {
    clear: both;
    padding: 4px 0; }
    .login__row:after {
      content: '';
      display: table;
      clear: both; }
  .login__title {
    display: block;
    float: left;
    line-height: 2rem; }
  .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;
    text-align: center; }
    .login__row--submit input {
      overflow: hidden;
      color: #fff;
      border-radius: 6px;
      font-size: .9375rem;
      font-weight: 600;
      text-decoration: none;
      background: #776361 url(../img/gradient-bg.jpg) center center no-repeat;
      background-size: cover; }
      .login__row--submit input:hover {
        background-image: none; }
  .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; } }

/******************/
.cartPage {
  font-size: .9375rem;
  border-radius: 10px; }
  .cartPage input {
    border-radius: 0; }

.cartPage {
  width: 100%;
  padding-bottom: 30px;
  position: relative;
  font-size: .9375rem;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .cartPage:after {
    content: '';
    display: table;
    clear: both; }
  .cartPage__header {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 4px;
    color: #000;
    padding: 7px 8px 3px;
    margin-bottom: 10px;
    float: left; }
  .cartPage__sslInfo {
    float: right; }
  .cartPage__sslInfo img {
    width: 90px;
    position: relative;
    top: -2px; }
  @media all and (max-width: 768px) {
    .cartPage__sslInfo span {
      display: none; } }
  .cartPage__freeDelivery {
    display: block;
    text-align: center;
    clear: both;
    padding: 10px 0 20px; }

.cartPath {
  text-align: center;
  padding: 10px 0 30px;
  position: relative; }
  .cartPath::after {
    position: absolute;
    top: 32%;
    height: 1px;
    background-color: #f3f1f1;
    width: 100%;
    left: 0;
    content: ' ';
    display: block;
    z-index: 1; }
  .cartPath__grid {
    justify-content: center;
    align-items: flex-start;
    display: flex; }
  .cartPath__step {
    padding: 0 10px;
    text-align: center;
    position: relative;
    z-index: 10; }
  .cartPath__counter {
    display: inline-block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    font-size: .9375rem;
    font-weight: 300;
    line-height: 34px;
    overflow: hidden;
    background-color: #f3f1f1;
    border: 10px solid #fff; }
  .cartPath__name {
    display: none; }
  .cartPath__step--active .cartPath__counter {
    background-color: #e3051a;
    color: #fff;
    font-weight: 600; }
  .cartPath__step--active .cartPath__name {
    font-weight: 600; }
  @media all and (min-width: 768px) {
    .cartPath__step {
      padding: 0 30px; }
    .cartPath__name {
      display: block;
      line-height: 1rem;
      margin-top: -5px; } }

.cartProducts {
  clear: both;
  background-color: #fff; }
  .cartProducts__single {
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11); }
  @media all and (max-width: 576px) {
    .cartProducts__single--header {
      display: none; } }
  @media all and (min-width: 576px) {
    .cartProducts__single--header {
      background-color: #f3f1f1;
      font-weight: 600; } }
  .cartProducts__single--header *::before {
    display: none !important; }
  .cartProducts__box {
    display: table-row;
    width: 100%;
    vertical-align: middle; }
  .cartProducts__box > * {
    text-align: center;
    padding: 20px 0; }
    @media all and (min-width: 600px) {
      .cartProducts__box > * {
        display: table-cell;
        vertical-align: middle; } }
  .cartProducts__box--header > * {
    text-align: center;
    padding: 8px 0 4px; }
  .cartProducts__thumbnail {
    padding: 10px;
    text-align: left;
    width: 90px; }
    @media all and (max-width: 768px) {
      .cartProducts__thumbnail {
        float: left;
        padding-top: 20px; } }
  .cartProducts__thumbnail img {
    max-width: 90%; }
  .cartProducts__name {
    text-align: left; }
    @media all and (min-width: 768px) {
      .cartProducts__name {
        width: 54%;
        display: inline-block;
        text-align: left; } }
    @media all and (max-width: 768px) {
      .cartProducts__name {
        width: calc(100% - 90px);
        float: right;
        text-align: left;
        padding: 10px 0 0; } }
  .cartProducts__name div {
    margin: 0 !important; }
  .cartProducts__name a {
    font-weight: 600;
    text-decoration: none;
    font-size: 100%;
    display: block;
    color: #000; }
    @media all and (max-width: 768px) {
      .cartProducts__name a {
        line-height: 1.125rem; } }
  @media all and (max-width: 768px) {
    .cartProducts__price, .cartProducts__amount, .cartProducts__worth {
      width: calc(100% - 90px);
      float: right;
      text-align: left;
      padding: 0; } }
  @media all and (min-width: 768px) {
    .cartProducts__price, .cartProducts__amount, .cartProducts__worth {
      width: 15%;
      display: inline-block; } }
  .cartProducts__price::before, .cartProducts__amount::before, .cartProducts__worth::before {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    margin-right: 6px; }
  .cartProducts__price--discount {
    font-weight: 800; }
  .cartProducts__amount input {
    text-align: center;
    font-family: inherit;
    font-size: 100%;
    background-color: #f3f1f1;
    border: 1px solid #f3f1f1;
    border-radius: 6px; }
  @media all and (min-width: 600px) {
    .cartProducts__remove {
      width: 80px;
      padding-right: 20px;
      text-align: right; } }
  @media all and (max-width: 600px) {
    .cartProducts__remove {
      clear: both;
      padding: 0; } }
  .cartProducts__remove a {
    display: inline-block;
    color: #000; }
    .cartProducts__remove a::before {
      content: '\e80f';
      color: #000;
      opacity: .7;
      text-align: center;
      display: block;
      width: 34px;
      height: 34px;
      line-height: 32px;
      font-size: 16px;
      transition: all 100ms ease-in-out; }
  .cartProducts__remove img {
    display: none; }
  @media all and (max-width: 768px) {
    .cartProducts {
      clear: both; } }

.cartSummary {
  color: #000;
  font-size: 1rem;
  background-color: #f3f1f1;
  font-weight: 600;
  padding: 12px 12px 8px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }
  @media all and (max-width: 800px) {
    .cartSummary {
      text-align: center; } }
  @media all and (min-width: 800px) {
    .cartSummary {
      float: right;
      display: inline-block; } }

.cartCoupon {
  padding-top: 12px;
  padding-bottom: 20px;
  float: left; }
  .cartCoupon input[type=text] {
    background-color: #776361;
    border: 1px solid rgba(0, 0, 0, 0.11);
    padding: 7px 5px 5px; }
  @media all and (max-width: 800px) {
    .cartCoupon {
      text-align: center;
      clear: both;
      float: none; } }
  @media all and (min-width: 800px) {
    .cartCoupon {
      clear: right; } }

.cartButtons {
  float: right;
  padding-top: 12px;
  padding-bottom: 20px;
  clear: right; }
  @media all and (max-width: 600px) {
    .cartButtons {
      text-align: center;
      float: none;
      text-align: center; } }
  .cartButtons input {
    color: #fff;
    font-size: 110%;
    float: right;
    display: inline-block;
    padding: 10px 30px 8px;
    cursor: pointer;
    text-transform: none;
    border-radius: 8px;
    background: #776361;
    background: -moz-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #776361), color-stop(30%, #776361), color-stop(70%, #e3d7d0), color-stop(100%, #e3d7d0));
    background: -webkit-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -o-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -ms-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#776361', endColorstr='#e3d7d0', GradientType=1 ); }
    @media all and (max-width: 600px) {
      .cartButtons input {
        width: 100%;
        margin-bottom: 20px; } }
    .cartButtons input:hover {
      background-color: #5b4c4a; }
  .cartButtons input.goNext {
    background-color: #e3051a;
    font-weight: 600;
    margin-left: 15px; }
    .cartButtons input.goNext:hover {
      background-color: #ca0417; }
  @media all and (max-width: 800px) {
    .cartButtons {
      display: flex;
      flex-direction: column; }
      .cartButtons input.goNext {
        order: 4;
        margin-left: 0;
        padding-top: 22px;
        padding-bottom: 20px;
        font-weight: 500;
        font-size: 1.5rem; } }

.cartBackTo {
  float: left;
  clear: both; }
  .cartBackTo__link {
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    padding: 4px 16px 3px; }

/**********************************/
.cartDelivery {
  padding-top: 20px;
  font-weight: 300;
  margin-bottom: 30px; }
  @media all and (min-width: 800px) {
    .cartDelivery {
      float: left;
      width: 48%; } }
  @media all and (min-width: 800px) {
    .cartDelivery--payments {
      float: right; } }
  .cartDelivery__header {
    font-weight: 600;
    padding: 9px 8px 6px;
    color: #fff;
    background: #776361;
    background: -moz-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #776361), color-stop(30%, #776361), color-stop(70%, #e3d7d0), color-stop(100%, #e3d7d0));
    background: -webkit-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -o-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -ms-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#776361', endColorstr='#e3d7d0', GradientType=1 );
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .cartDelivery--payments .cartDelivery__header {
    color: #fff;
    background-color: #000; }
  .cartDelivery__single {
    padding: 10px 4px 5px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    position: relative;
    background-color: #fff; }
  .cartDelivery__single > * {
    position: relative;
    z-index: 10; }
  .cartDelivery__single label {
    display: inline-block;
    padding: 2px 0 2px 30px; }
    .cartDelivery__single label:hover {
      text-decoration: underline; }
  .cartDelivery__single input[type=radio] {
    display: none;
    cursor: pointer; }
  .cartDelivery__single input[type=radio] + em {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f3f1f1;
    float: left;
    margin-right: 10px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 8px;
    top: 12px;
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .cartDelivery__single input[type=radio]:checked + em {
    background-color: #ef7600;
    color: #fff; }
  .cartDelivery__single input[type=radio]:checked + em::before {
    content: '\e816';
    display: block;
    text-align: center;
    line-height: 18px;
    font-size: 14px; }
  .cartDelivery__single input[type=radio]:checked + em + span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f3f1f1;
    z-index: 1; }
  .cartDelivery__single input[type=radio]:checked + em + span + .cartDelivery__name {
    font-weight: 600; }

.cartBack {
  clear: both;
  text-align: center;
  padding-top: 30px; }

.cartDeliverySummary {
  padding-top: 20px;
  margin: auto;
  font-weight: 300;
  clear: both;
  margin-bottom: 30px; }
  @media all and (min-width: 800px) {
    .cartDeliverySummary {
      width: 50%; } }
  .cartDeliverySummary__row {
    padding: 10px 4px 5px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    position: relative; }
  .cartDeliverySummary__row--sum {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    padding: 2px 0 1px;
    border: none;
    background: #776361;
    background: -moz-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #776361), color-stop(30%, #776361), color-stop(70%, #e3d7d0), color-stop(100%, #e3d7d0));
    background: -webkit-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -o-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -ms-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#776361', endColorstr='#e3d7d0', GradientType=1 );
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    .cartDeliverySummary__row--sum:after {
      content: '';
      display: table;
      clear: both; }
  .cartDeliverySummary__row--sum > * {
    float: left;
    padding: 7px 4px 5px 8px;
    margin-right: 20px; }
  .cartDeliverySummary__all {
    float: right;
    font-size: 120%;
    margin-right: 0;
    padding: 7px 12px 5px 12px; }

.cartClient {
  clear: both;
  margin: auto;
  font-weight: 300;
  margin-bottom: 30px; }
  @media all and (min-width: 800px) {
    .cartClient {
      width: 50%; } }
  .cartClient__header {
    font-weight: 600;
    padding: 9px 8px 7px;
    color: #fff;
    background-color: #000;
    background: #776361;
    background: -moz-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #776361), color-stop(30%, #776361), color-stop(70%, #e3d7d0), color-stop(100%, #e3d7d0));
    background: -webkit-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -o-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -ms-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#776361', endColorstr='#e3d7d0', GradientType=1 );
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    @media all and (max-width: 800px) {
      .cartClient__header {
        margin-bottom: 0; } }
  .cartClient__box {
    padding: 8px;
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    @media all and (max-width: 800px) {
      .cartClient__box {
        border: 0; } }
  .cartClient__row {
    padding: 4px 0; }
    .cartClient__row:after {
      content: '';
      display: table;
      clear: both; }
  .cartClient__title {
    display: block;
    line-height: 30px; }
    @media all and (min-width: 800px) {
      .cartClient__title {
        width: 200px;
        float: left; } }
  .cartClient__row input,
  .cartClient__row select,
  .cartClient textarea[name="uwagi"] {
    margin: 8px 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #faf9f9;
    padding: 8px 4px 6px;
    font-size: .9375rem;
    border-radius: 8px;
    width: 100% !important; }
    @media all and (max-width: 800px) {
      .cartClient__row input,
      .cartClient__row select,
      .cartClient textarea[name="uwagi"] {
        margin: 0 !important; } }
    @media all and (min-width: 800px) {
      .cartClient__row input,
      .cartClient__row select,
      .cartClient textarea[name="uwagi"] {
        width: calc(100% - 210px) !important;
        margin: 0 !important;
        float: right; } }
  .cartClient__row--street input[name=ulica] {
    width: 75% !important;
    float: left;
    margin-right: 5%  !important; }
    @media all and (min-width: 800px) {
      .cartClient__row--street input[name=ulica] {
        width: calc(80% - 220px) !important;
        margin: 0 10px 0 10px !important; } }
  .cartClient__row--street input[name=dom] {
    width: calc(20%) !important;
    float: left; }
  .cartClient__row--place input[name=miasto] {
    width: 75% !important;
    float: left;
    margin-left: 5%  !important; }
    @media all and (min-width: 800px) {
      .cartClient__row--place input[name=miasto] {
        width: calc(80% - 220px) !important;
        margin: 0 !important; } }
  .cartClient__row--place input[name=kod_pocztowy] {
    width: calc(20%) !important;
    float: left; }
    @media all and (min-width: 800px) {
      .cartClient__row--place input[name=kod_pocztowy] {
        margin: 0 10px 0 10px !important; } }

/********************/
textarea[name=uwagi] {
  width: 50% !important;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #faf9f9;
  padding: 8px;
  border-radius: 8px; }
  @media all and (max-width: 800px) {
    textarea[name=uwagi] {
      width: 100% !important; } }

/********************/
#inpost_paczkomat_pole {
  clear: both;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 auto 30px !important;
  width: 100%; }

#inpost_paczkomat_przycisk {
  border-radius: 5px;
  padding: 6px 25px !important;
  font-size: 18px;
  margin-bottom: 30px; }

/**********************/
.codePromo {
  padding-top: 10px; }
  .codePromo > div {
    display: flex;
    align-items: stretch;
    padding-top: 6px; }
  .codePromo .text {
    border: 1px solid rgba(0, 0, 0, 0.1); }

.gobackbtns {
  padding: 20px 0; }
  .gobackbtns a {
    display: inline-block;
    margin-right: 10px; }

.cartPromo {
  padding-top: 10px;
  display: flex;
  align-items: center; }
  .cartPromo > div {
    padding-top: 6px; }
  .cartPromo .text {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 36px;
    margin: 0 4px 0 8px; }
  .cartPromo .button {
    background: #776361;
    background: -moz-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #776361), color-stop(30%, #776361), color-stop(70%, #e3d7d0), color-stop(100%, #e3d7d0));
    background: -webkit-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -o-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: -ms-linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    background: linear-gradient(45deg, #776361 0%, #776361 30%, #e3d7d0 70%, #e3d7d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#776361', endColorstr='#e3d7d0', GradientType=1 );
    border-radius: 10px;
    height: 36px;
    font-size: 1.0625rem; }
  @media all and (min-width: 1026px) {
    .cartPromo {
      position: relative;
      bottom: -50px; } }

/******************/
