/* 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: "Lato", sans-serif;
  letter-spacing: -.01em;
  font-display: auto; }

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

body {
  font-family: "Lato", sans-serif;
  color: #000000;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
  height: 100%; }

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

a:hover {
  text-decoration: underline; }

strong {
  font-weight: 700; }

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

label {
  cursor: pointer; }

input {
  color: #000000;
  font-size: 16px;
  font-weight: 400; }

input.button, 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: "Lato", sans-serif;
  background-color: #e31e24;
  font-size: 1.125rem; }

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

td {
  font-size: inherit; }

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

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

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

:-moz-placeholder {
  opacity: 1; }

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

ul, ol {
  margin: 0; }

.hidden {
  display: none; }

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

.flexBox {
  display: flex; }

.flex-space-between {
  justify-content: space-between; }

.flex-align-items-center {
  align-items: center; }

/********************/
.container {
  max-width: 1240px;
  margin: auto; }
  @media all and (max-width: 1240px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media all and (max-width: 992px) {
    .container {
      padding-left: 0;
      padding-right: 0; } }

.flexgrid {
  display: flex; }
  .flexgrid--top {
    display: block; }
  .flexgrid--header {
    flex-direction: column; }
  @media all and (min-width: 992px) {
    .flexgrid--top {
      display: flex;
      justify-content: space-between;
      align-items: stretch; }
    .flexgrid--header {
      justify-content: space-between;
      flex-direction: row; } }

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

@media all and (max-width: 768px) {
  .container {
    overflow: hidden; } }

/************************/
.header {
  padding: 30px 0; }
  .header__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
  .header__panels {
    display: flex;
    justify-content: flex-end; }
  @media all and (max-width: 768px) {
       .header .container {
            overflow: visible !important;
       }
    .header__panels {
      order: 3; }
    .header__logo {
      order: 1; } }
  @media all and (min-width: 768px) {
    .header__row {
      flex-direction: row; } }

.langs__item img {
  width: 30px;
  margin: 0 3px; }

@media all and (max-width: 768px) {
  .langs {
    order: 0; } }

.searchBox {
  width: 90%;
  position: relative;
  margin: 16px 0; }
  .searchBox__wrap {
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.08); }
  .searchBox__form {
    display: flex;
    justify-content: space-between; }
  .searchBox input[type=text] {
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    padding: 10px 16px 11px;
    width: 80%; }
  .searchBox button {
    background-color: rgba(0, 0, 0, 0);
    color: gray;
    font-size: 14px;
    padding: 6px 15px 4px; }
  @media all and (max-width: 768px) {
    .searchBox {
      order: 3; } }
  @media all and (min-width: 768px) {
    .searchBox {
      width: 30%; } }

.menuBox {
  display: flex;
  flex-direction: column;
  flex-basis: 40px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #000;
  margin-right: 12px;
  padding: 6px 0;
  transition: all 130ms ease-in-out; }
  .menuBox > span {
    width: 20px;
    margin: 2px 0;
    height: 2px;
    background-color: #fff;
    display: block; }
  .menuBox--open {
    background-color: #e31e24; }
  .menuBox--open > span {
    margin: 1px 0; }
  @media all and (min-width: 992px) {
    .menuBox {
      display: none; } }

.userBox a {
  display: block;
  background-color: black;
  color: #fff;
  font-size: 20px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  width: 42px;
  margin-right: 12px; }

.cartBox a {
  display: block;
  background-color: #e31e24;
  color: #fff;
  font-size: 1rem;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-right: 12px;
  padding-left: 12px;
  padding-right: 12px; }

.cartBox em {
  font-size: 20px;
  margin-right: 16px; }

/********************************/
.navigation {
  padding-bottom: 10px; }
  .navigation__border {
    padding: 3px 0;
    background: rgba(227, 30, 37, 0.1);
    background: -moz-linear-gradient(left, rgba(227, 30, 37, 0.1) 0%, #e31e25 50%, rgba(227, 30, 37, 0.1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(227, 30, 37, 0.1)), color-stop(50%, #e31e25), color-stop(100%, rgba(227, 30, 37, 0.1)));
    background: -webkit-linear-gradient(left, rgba(227, 30, 37, 0.1) 0%, #e31e25 50%, rgba(227, 30, 37, 0.1) 100%);
    background: -o-linear-gradient(left, rgba(227, 30, 37, 0.1) 0%, #e31e25 50%, rgba(227, 30, 37, 0.1) 100%);
    background: -ms-linear-gradient(left, rgba(227, 30, 37, 0.1) 0%, #e31e25 50%, rgba(227, 30, 37, 0.1) 100%);
    background: linear-gradient(to right, rgba(227, 30, 37, 0.1) 0%, #e31e25 50%, rgba(227, 30, 37, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e31e25', endColorstr='#e31e25', GradientType=1 );
    -webkit-box-shadow: 0px 5px 8px -7px rgba(0, 0, 0, 0.81);
    -moz-box-shadow: 0px 5px 8px -7px rgba(0, 0, 0, 0.81);
    box-shadow: 0px 5px 8px -7px rgba(0, 0, 0, 0.81); }
  .navigation__wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px; }
  @media all and (max-width: 992px) {
    .navigation {
      display: none;
      background-color: #e31e24;
      color: #fff;
      font-size: 1.25rem; }
      .navigation li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .navigation a {
        display: block;
        padding: 10px 16px 8px; }
      .navigation__wrap {
        flex-direction: column; } }
  @media all and (min-width: 992px) {
    .navigation__wrap {
      background-color: #fff;
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 0 10px; }
    .navigation__wrap--border {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }

.navigation .categories__sub {
  display: block; }

@media all and (min-width: 992px) {
  .navigation .categories {
    font-size: .9375rem;
    display: block; }
    .navigation .categories__topItem {
      display: inline-block;
      margin-right: 18px;
      position: relative; }
    .navigation .categories__topItem > a {
      display: block;
      padding: 22px 8px 20px;
      font-weight: 600;
      text-transform: uppercase;
      transition: all 120ms ease-in-out; }
    .navigation .categories__topItem > a:hover {
      background-color: #e31e24;
      color: #fff;
      text-decoration: none; }
    .navigation .categories__topItem:hover > a {
      background-color: #e31e24;
      color: #fff; }
    .navigation .categories .categories__topItem .categories__subTrigger--js {
      display: none; }
    .navigation .categories__sub {
      display: block;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      z-index: 999;
      background-color: #e31e24;
      padding: 12px 30px 12px 10px;
      left: 0;
      top: 60px;
      transition: all 120ms ease-in-out; }
    .navigation .categories__topItem:hover .categories__sub {
      opacity: 1;
      visibility: visible; }
    .navigation .categories__sub a {
      white-space: nowrap;
      padding: 1px 0;
      display: block;
      color: #fff; } }

.sidebarMenu a {
  display: block; }

.sidebarMenu .categories__subTrigger--js {
  display: none; }

.sidebarMenu ul {
  width: 100%; }

.sidebarMenu li:not(.active) {
  display: none; }

.sidebarMenu li > a {
  background-color: #000;
  color: #fff;
  padding: 8px 12px;
  font-weight: 600;
  text-transform: uppercase; }

.sidebarMenu li .categories__sub {
  padding: 10px 12px; }

.sidebarMenu li .categories__sub a {
  display: block; }

@media all and (min-width: 992px) {
  .menuSec {
    display: block;
    font-size: .9375rem;
    font-weight: 600;
    text-transform: uppercase; }
    .menuSec__item {
      display: inline-block;
      margin-left: 18px; }
    .menuSec__item > a {
      display: block;
      padding: 22px 8px 20px; } }

.slider {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1px;
  border-bottom: 6px solid #e31e24; }
  .slider__item {
    flex-basis: 49.95%; }

.featuresHome {
  background: rgba(0, 0, 0, 0.09);
  padding: 26px 0 28px;
  text-align: center;
  font-size: .9735rem;
  text-transform: uppercase;
  font-weight: 600;
  border-top: 1px solid #fff; }
  .featuresHome__item {
    background: #fff;
    margin: 0 5px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-bottom: 3px solid #e31e24; }
  .featuresHome__item span {
    display: inline-block;
    padding-top: 4px; }
  .featuresHome__item em {
    display: inline-block;
    height: 36px; }
  .featuresHome__item--a em {
    background: url(../img/ico-1.png) no-repeat left center;
    width: 50px; }
  .featuresHome__item--b em {
    background: url(../img/ico-2.png) no-repeat left center;
    width: 51px; }
  .featuresHome__item--c em {
    background: url(../img/ico-3.png) no-repeat left center;
    width: 44px; }

.productsHome {
  padding: 50px 0 40px; }
  .productsHome__menu {
    text-align: center;
    font-size: 0.9735rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px; }
    .productsHome__menu ul {
      width: 100%;
      text-align: center; }
    .productsHome__menu li {
      display: inline-block;
      padding: 0 4px; }
  .productsHome__grid form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  @media all and (min-width: 768px) {
    .productsHome__menu {
      font-size: 1.125rem;
      margin-bottom: 40px; }
      .productsHome__menu li {
        display: inline-block;
        padding: 0 10px; } }

.product {
  flex-basis: 18%;
  padding: 20px 0 40px; }
  .product__thumbnail {
    text-align: center; }
  .product__name {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 6px;
    padding: 0 8px; }
  .product__price {
    padding: 0 8px; }

.catalog-grid form {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap; }

.catalog-title {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600; }

.banners {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 0; }
  .banners__grid a {
    display: block;
    text-align: center; }
  @media all and (min-width: 768px) {
    .banners__grid {
      display: flex;
      justify-content: space-between; }
    .banners__grid a {
      margin-right: 1px; } }

.homeInfos {
  font-size: .9375rem;
  font-weight: 300; }
  .homeInfos__header {
    font-size: 1.375rem;
    margin: 48px 0 38px;
    font-weight: 600; }
  .homeInfos__subHeader {
    font-size: .9375rem;
    font-weight: 600;
    margin-bottom: 6px; }
  .homeInfos__imgLeft {
    float: left;
    margin-right: 30px;
    max-width: 140px; }
  .homeInfos p {
    margin-bottom: 6px;
    line-height: 1.375rem;
    text-align: justify; }
  @media all and (min-width: 992px) {
    .homeInfos p {
      padding-right: 60px; } }

.specialOffer {
  border: 5px solid #e31e24;
  text-align: center;
  margin-top: 60px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.21); }
  .specialOffer__header {
    float: right;
    font-size: 1.125rem;
    font-weight: 600;
    padding: 4px 15px 8px;
    background: #e31e24;
    color: #fff;
    display: inline-block; }
  .specialOffer__photo {
    clear: both;
    padding: 10px 30px 20px; }
  .specialOffer h3 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 600;
    padding: 0 50px;
    margin-bottom: 20px; }
  .specialOffer__date {
    background-color: #80af00;
    display: inline-block;
    padding: 11px 25px 10px;
    border-radius: 30px;
    margin-bottom: 18px;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 600; }
  .specialOffer__price {
    margin-bottom: 34px;
    font-size: 1.5rem;
    font-weight: 900;
    color: #80af00; }
    .specialOffer__price s {
      font-size: 1rem;
      font-weight: 400;
      color: #000; }

.populars {
  padding: 40px 0 30px; }
  .populars__header {
    background-color: rgba(0, 0, 0, 0.07);
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 12px 0 10px;
    margin-bottom: 40px; }
  .populars__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .populars__product {
    width: calc(100% / 3);
    display: flex;
    padding: 20px 30px;
    align-items: center; }
  .populars__product:nth-of-type(-n+3) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .populars__thumb {
    flex-basis: 100px;
    flex-grow: 0;
    flex-shrink: 0; }
  .populars__infos {
    padding-left: 20px; }
  .populars__name {
    font-size: .9735rem;
    font-weight: 600;
    line-height: 1.25rem;
    display: inline-block;
    margin-bottom: 6px; }
  .populars__price {
    font-size: 1rem; }

.bottomBox {
  position: relative;
  overflow: hidden; }
  @media all and (min-width: 992px) {
    .bottomBox__col {
      display: flex;
      justify-content: space-between;
      position: static  !important; } }

.bottomInfos {
  padding: 35px 20px;
  background-color: rgba(0, 0, 0, 0.05); }
  .bottomInfos::before {
    display: block;
    content: ' ';
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc((100vw - 1236px) /2); }
  .bottomInfos__header {
    font-size: 1.065rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .bottomInfos__menu {
    margin-left: 5px;
    font-size: .9735rem; }
  .bottomInfos a {
    display: inline-block;
    margin-bottom: 3px; }
  @media all and (max-width: 768px) {
    .bottomInfos {
      text-align: center; } }
  @media all and (min-width: 768px) {
    .bottomInfos__menu {
      columns: 2;
      margin-right: 40px; } }
  @media all and (min-width: 992px) {
    .bottomInfos {
      padding: 35px 0;
      flex-basis: 55%;
      flex-shrink: 0;
      padding-right: 50px; } }

.deliveryLogos {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  padding-top: 22px;
  padding-bottom: 15px; }
  .deliveryLogos img {
    margin: 6px 0; }
  @media all and (min-width: 992px) {
    .deliveryLogos {
      flex-basis: 13%;
      flex-shrink: 0; } }

.newsletter {
  background-color: #eca502;
  color: #fff;
  padding: 35px 20px;
  position: relative; }
  .newsletter::before {
    display: block;
    content: ' ';
    background-color: #eca502;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: calc((100vw - 1240px) /2); }
  .newsletter__header {
    font-size: 1.065rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 28px; }
  .newsletter__formBox {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
  .newsletter input[type=text] {
    border: 0; }
    .newsletter input[type=text]::placeholder {
      color: rgba(0, 0, 0, 0.5); }
  .newsletter button {
    background-color: rgba(255, 255, 255, 0);
    color: #000;
    font-weight: 600;
    font-size: 1.125rem; }
  .newsletter__rodo {
    line-height: 1.25rem; }
    .newsletter__rodo a {
      text-decoration: underline; }
  @media all and (max-width: 768px) {
    .newsletter {
      text-align: center; } }
  @media all and (min-width: 992px) {
    .newsletter {
      padding: 35px 0 35px 40px; } }

.footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0; }
  @media all and (max-width: 992px) {
    .footer {
      text-align: center; } }
  @media all and (min-width: 992px) {
    .footer {
      justify-content: space-between;
      flex-direction: row; } }

/**************************/
.categoriesMenu {
  font-size: .9375rem;
  background-color: rgba(0, 0, 0, 0.06); }
  .categoriesMenu__top > a {
    background-color: black;
    display: block;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 18px 12px; }
  .categoriesMenu__sub {
    padding: 10px 0; }
  .categoriesMenu__sub a {
    display: block;
    padding: 0 0 0 18px; }

/**************************/
.product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.productName {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  padding-bottom: 30px;
  text-align: center; }
  .productName__name {
    font-size: 1.25rem;
    font-weight: 600; }
  @media all and (min-width: 992px) {
    .productName {
      padding-left: 49%;
      padding-bottom: 0;
      text-align: left; } }

.photosBox {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  text-align: center; }
  .photosBox__main img {
    max-height: 380px;
    margin-bottom: 30px; }
  .photosBox__gallery img {
    max-width: 60px;
    margin: 5px; }
  @media all and (min-width: 992px) {
    .photosBox {
      flex-basis: 47%; } }

.infosBox {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  font-size: 1rem;
  padding-top: 12px; }
  @media all and (min-width: 992px) {
    .infosBox {
      flex-basis: 51%; } }

.availability {
  margin-bottom: 20px; }
  .availability li {
    display: inline-block;
    margin-right: 30px; }

.attributes {
  background-color: rgba(0, 0, 0, 0.06);
  padding: 12px 18px 10px; }
  .attributes__row {
    padding: 8px 0 0; }
  .attributes__name {
    margin-bottom: 10px; }
  .attributes__singleOption {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #fff; }
  .attributes__singleOption label {
    display: block;
    padding: 1px 12px 2px 9px;
    font-size: .9735rem;
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition: all 150ms ease-in-out; }
    .attributes__singleOption label::after {
      content: ' ';
      position: absolute;
      background-color: #e31e24;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      z-index: -1;
      left: -100%;
      transition: all 120ms ease-in-out; }
    .attributes__singleOption label::before {
      content: ' ';
      width: 12px;
      height: 12px;
      display: inline-block;
      border: 2px solid #e31e24;
      position: relative;
      top: 1px;
      margin-right: 10px; }
  .attributes__singleOption input:checked + label {
    color: #fff; }
    .attributes__singleOption input:checked + label::before {
      background-color: #fff;
      border-color: #fff; }
    .attributes__singleOption input:checked + label::after {
      transform: translateX(100%); }
  .attributes__singleOption input {
    display: none; }

.buyBox {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .buyBox__price {
    font-size: 1.125rem; }
  @media all and (max-width: 768px) {
    .buyBox {
      flex-direction: column; }
      .buyBox button {
        width: 100%;
        flex-basis: 100%;
        margin-top: 13px; } }

.additionalInfos {
  margin-top: 10px; }
  .additionalInfos__menu {
    border-top: 1px solid rgba(0, 0, 0, 0.07); }
  .additionalInfos__menu > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-bottom: 6px; }
  .additionalInfos__menu a {
    display: block;
    padding: 6px 8px 0; }
    .additionalInfos__menu a::before {
      content: '\e819';
      display: inline-block;
      color: rgba(0, 0, 0, 0.3);
      font-size: 12px;
      margin-right: 12px;
      position: relative;
      top: -1px; }
  .additionalInfos__box {
    display: none;
    padding: 15px 12px; }
  .additionalInfos__toggle {
    padding: 10px 10px 5px;
    font-size: .8125rem;
    color: rgba(0, 0, 0, 0.7);
    display: none; }
    .additionalInfos__toggle b {
      font-weight: bold; }
    .additionalInfos__toggle p {
      margin: 5px 0; }
    .additionalInfos__toggle ul {
      margin-bottom: 10px;
      list-style: disc;
      margin-left: 22px; }

.productDesc {
  font-size: .875rem;
  line-height: 1.25rem;
  padding: 30px 5px 10px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.6); }

.green {
  color: #9bb631; }

/**************************/
.breadcrumbs {
  display: none; }
  @media all and (min-width: 992px) {
    .breadcrumbs {
      display: block;
      padding: 15px 0; }
      .breadcrumbs a {
        text-transform: uppercase;
        font-size: .75rem;
        color: rgba(0, 0, 0, 0.5); }
      .breadcrumbs a:nth-of-type(n+2) {
        margin-left: 14px; } }

/******************/
.contactForm-header {
  font-size: 1.25rem;
  margin-bottom: 20px; }

.contactForm-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.contactForm-box {
  flex-basis: 30%;
  margin-bottom: 30px; }

.contactForm-box--double {
  flex-basis: 66%; }

.contactForm-box--wide {
  flex-basis: 100%; }

.contactForm label {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 2px 0; }

.contactForm-label {
  display: block;
  margin-bottom: 2px;
  width: 100%; }

.contactForm-input {
  padding: 3px 2px 13px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  bottom: -1px; }

.contactForm textarea {
  padding: 3px 2px 13px;
  margin: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  bottom: -4px;
  min-height: 120px; }

.contactForm label:hover .contactForm-input,
.contactForm label:focus .contactForm-input,
.contactForm label:hover textarea,
.contactForm label:focus textarea {
  border-bottom-color: #d51010;
  border-top-color: #fff;
  border-bottom-color: #d51010;
  border-bottom-color: #d51010;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.08) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.08)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.08) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.08) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.08) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.08) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }

.catalog-nav {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 10px; }

.sort-box form {
  display: flex;
  align-items: center; }

.sort-text {
  margin-right: 12px; }

.sort-select {
  background-color: #f6f6f6;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18); }

.sort-select select {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  color: #757575;
  height: 30px;
  font-size: .875rem;
  padding: 1px 5px 0px; }

.sort-select select::-ms-expand {
  display: none; }

.sort-select select {
  -webkit-appearance: none;
  appearance: none; }

.pagination-box {
  background-color: #f6f6f6;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  font-size: .875rem;
  color: #757575; }

.pagination-box-item {
  width: 30px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px; }

.pagination-box-item.active {
  background-color: #e31e24;
  color: #fff; }

.pagination-box a {
  color: #757575;
  display: block;
  width: 90%;
  text-decoration: none; }

/************************/
.pagination {
  text-align: center;
  font-size: 15px;
  clear: both;
  padding: 30px 0 10px; }
  .pagination > * {
    display: inline-block;
    margin: 0 4px; }
  .pagination > a {
    overflow: hidden;
    display: inline-block;
    width: 28px;
    height: 34px;
    text-align: center;
    margin: 0 3px;
    line-height: 34px;
    text-decoration: none;
    color: #000;
    text-decoration: none; }
    @media all and (min-width: 992px) {
      .pagination > a {
        width: 34px; } }
  .pagination > a:before {
    font-family: fontello;
    content: '';
    display: inline-block;
    font-size: 10px;
    line-height: 30px; }
  .pagination > a:first-of-type::before {
    content: '\e813'; }
  .pagination > a:last-of-type::before {
    content: '\e812'; }
  .pagination > a strong {
    display: none; }
  .pagination__name, .pagination__number {
    position: relative;
    top: -8px;
    display: none; }
  .pagination__page {
    overflow: hidden;
    display: inline-block;
    width: 28px;
    height: 34px;
    text-align: center;
    margin: 0 3px;
    line-height: 34px;
    text-decoration: none;
    color: #000;
    text-decoration: none; }
    @media all and (min-width: 992px) {
      .pagination__page {
        width: 34px; } }
  .pagination__page a {
    display: block;
    color: #000000;
    text-decoration: none; }
  .pagination__page--active {
    color: #000000;
    margin: 0 2px;
    font-weight: 900; }

.sortBox {
  padding: 5px 12px 2px;
  font-size: .9375rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 6px; }
  .sortBox__name {
    margin-right: 2px; }
  .sortBox select {
    border: none;
    outline: none;
    font-weight: normal;
    font-size: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    padding: 2px 0;
    float: right; }
  @media all and (min-width: 768px) {
    .sortBox {
      float: right;
      width: auto;
      margin-top: 0;
      clear: none; }
      .sortBox select {
        float: none; } }

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

@media all and (max-width: 860px) {
  .register {
    width: 100%;
    margin: 20px auto 40px; }
    .register__box {
      padding: 20px 25px;
      border: 1px solid rgba(0, 0, 0, 0.1); }
    .register__row {
      clear: both;
      padding: 4px 0; }
      .register__row:after {
        content: '';
        display: table;
        clear: both; }
    .register__row--header strong {
      font-weight: 400; }
    .register__title {
      display: block;
      float: none; }
    .register__input-box {
      float: none;
      width: 100% !important; }
    .register__row input[type=text] {
      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--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: 1rem; }
  .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: #f12534;
    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: calc(55% - 170px); } }
    @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%; } }
  .cartProducts__price::before, .cartProducts__amount::before, .cartProducts__worth::before {
    display: inline-block;
    font-family: "Lato", 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; }
  @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; }
  @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: white;
    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; }
  @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; }
    @media all and (max-width: 600px) {
      .cartButtons input {
        width: 100%;
        margin-bottom: 20px; } }
    .cartButtons input:hover {
      background-color: #5b7c00; }
  .cartButtons input.goNext {
    background-color: #f12534;
    font-weight: 600;
    margin-left: 15px; }
    .cartButtons input.goNext:hover {
      background-color: #d50e1c; }
  @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: 7px 8px 3px;
    color: #fff;
    background-color: #000; }
  .cartDelivery--payments .cartDelivery__header {
    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: #80af00;
    color: #fff; }
  .cartDelivery__single input[type=radio]:checked + em::before {
    content: '\e804';
    display: block;
    text-align: center;
    line-height: 20px; }
  .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;
  margin-bottom: 30px; }
  @media all and (min-width: 800px) {
    .cartDeliverySummary {
      float: right;
      width: 48%; } }
  .cartDeliverySummary__row {
    padding: 10px 4px 5px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    position: relative; }
  .cartDeliverySummary__row--sum {
    background-color: #80af00;
    color: #fff;
    font-weight: 600;
    padding: 0;
    border: none; }
    .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: 6px 8px 4px;
    color: #fff;
    background-color: #000;
    margin-bottom: 4px; }
    @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); }
    @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 {
    margin: 8px 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #faf9f9;
    padding: 8px 4px 6px;
    font-size: .9375rem;
    width: 100% !important; }
    @media all and (max-width: 800px) {
      .cartClient__row input {
        margin: 0 !important; } }
    @media all and (min-width: 800px) {
      .cartClient__row input {
        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; }
  @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; }

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










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