h1 {
  font-size: 2.5rem;
  font-weight: 300;
  padding: 30px 0px 16px 0px;
}

h2 {
  font-size: 1.375rem;
  font-weight: 300;
  padding: 42px 0px 16px 0px;
}

h3 {
  font-size: 1.375rem;
  font-weight: 300;
  padding: 10px 0px 22px 0px;
}

h4 {
  font-size: 1.125rem;
  font-weight: 300;
  padding: 10px 0px 16px 0px;
}

h5 {
  font-size: 1rem;
  font-weight: 300;
  padding: 30px 0px 20px 0px;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.8;
}

a:link {
   color:inherit;
}

a:visited {
  color: inherit;
}

hr {
  width: 100%;
  border-bottom: 1px solid black;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

.pspace24 {
  padding: 24px 0;
}

.pspace {
  padding: 32px 0;
}

.pspace40 {
  padding: 40px 0;
}

.pspace50 {
  padding: 50px 0;
}

.pspacet12b0 {
  padding: 12px 0px 0px 0px;
}

.pspacet0b24 {
  padding: 0px 0px 24px 0px;
}

.pspacet24b68 {
  padding: 24px 0px 68px 0px;
}

.plus5 {
  margin-left: -1% !important;
}

.button {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 8px 20px;
  color: white;
  background-color: #a66c5b;
  outline: none;
  cursor: pointer;
}

.button100 {
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 8px 0px;
  text-align: center;
  color: white;
  background-color: #a66c5b;
  outline: none;
  cursor: pointer;
}

.page input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.5;
  font-size: 15px;
  padding: 4px;
  outline: none;
  border: 1px solid #857c77;
}

.page input[type="password"] {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.5;
  font-size: 15px;
  padding: 4px;
  outline: none;
  border: 1px solid #857c77;
}

.page input[type="checkbox"] {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.5;
  font-size: 15px;
  padding: 4px;
  outline: none;
  border: 1px solid #857c77;
}

.input-group-newsletter input[type="text"] {
  box-sizing: border-box;
  width: calc(100% - 42px);
  max-width: 340px;
  margin-right: -4px;
  padding: 9px 21px 6px 21px;
  font-size: 0.8125rem;
  font-weight: 300;
  color: #000;
  background-color: #f1f1f1;
  border-bottom: 1px solid #857c77 ;
  outline: none;
}

.button-newsletter {
  width: 41px;
  box-sizing: border-box;
  padding: 6px 12px;
  font-size: 1rem;
  font-weight: 300;
  color: white;
  background-color: #857c77;
  border: 1px solid #857c77 ;
  cursor: pointer;
  outline: none;
}

.obsah-kosik {
  display: none;
}

.container {
  width: 100%;
  box-sizing: border-box;
/*  padding-left: 1.5rem;
  padding-right: 1.5rem;*/
  max-width: 1400px;
  margin: 0 auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.hidden-sm {
  display: none;
}

/*@media only screen and (min-width: 33.75em) {
  .container {
    width: 95%;
  }
}*/

@media only screen and (min-width: 45em) {  /* 720px */
 
 .obsah-kosik {
  display: block;
  }

  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 90em) {
  .col-2-xl {
    width: 12.66%;
  }

  .col-3-xl {
    width: 21%;
  }
}

/*@media only screen and (min-width: 75em) {
  .container {
    width: 90%;
    max-width: 75rem;
  }
}*/

.filter {
  padding: 1px 22px 1px 5px;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  background-color: #fff;
  font-family: FuturaPT-Book,sans-serif;
  font-size: 16px;
  color: rgba(0,0,0,.8);
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: url(/img/chevron-down.svg);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.icon-search
{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 17px;
    height: 15px;
    background: url(/img/search.svg);
    background-size: 100%;
}

.icon-shopping-cart
{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 13px;
    height: 13px;
    background: url(/img/shopping-cart.svg);
    background-size: 100%;
}

.icon-shopping-cart-white
{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 13px;
    height: 13px;
    background: url(/img/shopping-cart-white.svg);
    background-size: 100%;
}

.icon-user
{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 13px;
    height: 13px;
    background: url(/img/user.svg);
    background-size: 100%;
}

.icon-info
{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 13px;
    height: 13px;
    background: url(/img/info.svg);
    background-size: 100%;
}

.icon-map-pin
{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 13px;
    height: 13px;
    background: url(/img/map-pin.svg);
    background-size: 100%;
}

.icon-chevron
{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 13px;
    height: 12px;
    background: url(/img/chevron-right.svg);
    background-size: 100%;
}

.open .icon-chevron
{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 13px;
    height: 12px;
    background: url(/img/chevron-down.svg);
    background-size: 100%;
}

.icon-truck
{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 16px;
    height: 16px;
    background: url(/img/truck.svg);
    background-size: 100%;
}

.icon-trash
{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 18px;
    height: 18px;
    background: url(/img/trash.svg);
    background-size: 100%;
}