@font-face {
  font-family: 'countrylife';
  src: url('/webfonts/countrylife.eot');
  src: url('/webfonts/countrylife.eot?#iefix') format('embedded-opentype'), url('/webfonts/countrylife.woff') format('woff'), url('/webfonts/countrylife.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.center-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.responsive-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.stretch-img {
  width: 100% !important;
  max-height: none !important;
}
.greyscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}
/* STYLES */
#nav-skip,
#main-menu,
#header-tools,
.hidden,
.no-print,
#breadcrumb,
.side-bar,
#footer,
#step-list,
.buttons,
.voucher-box,
.message,
#commentForm,
.paging,
.video,
.filter-sort,
.inp-number,
.row-tools,
.row-icons,
.main-img .pager,
.product-menu,
.cols-product-desc .ca-control,
.add-form,
.full-crossroad,
.head-menu,
.article-tools,
.compare-bottom,
#snippet-compareBox-compareBox,
#logo {
  display: none !important;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  color: #000;
  font: 11pt/1.3 Georgia, "Times New Roman", Times, serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: bold;
  text-align: left;
}
h1,
.h1 {
  font: bold normal 18pt/1.3 Georgia, 'Times New Roman', serif;
  margin: .67em 0;
}
h2,
.h2 {
  font-size: 16pt;
  margin-top: 25px;
}
h3,
.h3 {
  font-size: 13pt;
}
h4,
h5,
h6 {
  font-size: 12pt;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  page-break-after: avoid;
}
h1.center {
  text-align: left;
}
table,
p,
ul,
ol {
  margin: 0 0 1em;
}
.col-h-l,
.col-h-r {
  width: 48%;
  float: left;
}
.col-h-r {
  float: right;
}
/* imgs */
img {
  border: 0;
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
img.left {
  float: left;
  margin: .3em 20px 10px 0;
  clear: left;
}
img.right {
  float: right;
  margin: .3em 0 10px 20px;
  clear: right;
}
/* Links */
a {
  color: #000;
}
a[href^="mailto"],
a[href^="#"] {
  text-decoration: none !important;
}
#main-wrap a:after {
  color: #666;
  font-size: 80%;
  content: " (URL: http://www.countrylife.cz/" attr(href) ")";
  word-wrap: break-word;
}
a[href^="mailto"]:after,
a[href^="#"]:after {
  content: "" !important;
}
/* tables */
table {
  margin: 0 0 1.3em;
  font-size: 100%;
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}
td,
th {
  padding: 7px;
  border: 1px solid #cdcdcd;
  text-align: left;
  background: transparent;
  font-weight: normal;
}
th {
  background: #dadada;
  font-weight: bold;
  color: #000;
}
td {
  color: #000;
}
/* forms */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
fieldset {
  border: 0;
  padding: 0;
}
/* list */
ul {
  margin: 0 0 1.3em 0;
}
ul li {
  margin: 0 0 0.8em;
}
ol {
  margin: 0.2em 0 1.3em 30px;
  padding: 0;
}
ol li {
  list-style-position: outside;
  margin: 0 0 5px;
}
/* inputs */
input,
button,
select,
textarea {
  font-family: Georgia, 'Times New Roman', serif;
}
textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}
select {
  font-size: 14px;
}
.inp-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
  width: 100%;
  height: 45px;
  box-shadow: none;
  padding: 2px 7px 0;
  margin: 0;
  background: #fff;
  background-clip: padding-box;
  border: 2px solid #cdcdcd;
  outline: none;
  font-size: 15px;
  line-height: 22px;
  vertical-align: top;
}
textarea.inp-text {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
select.inp-text,
select.inp-text option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
}
select.inp-text::-ms-expand,
select.inp-text option::-ms-expand {
  display: none;
}
select.inp-text:-moz-focusring,
select.inp-text option:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
/* header & footer */
#header {
  margin: 0 0 10px;
  overflow: hidden;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  height: auto;
}
/* MISC */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.vcenter {
  vertical-align: middle;
}
.nobr {
  white-space: nowrap;
}
.mp-reset {
  margin: 0;
  padding: 0;
}
.mt-reset {
  margin-top: 0 !important;
}
.mb-reset {
  margin-bottom: 0 !important;
}
.print-lower {
  text-transform: lowercase;
}
.reset {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
ul.reset {
  list-style: none;
  padding: 0;
  margin: 0 0 1.3em 0;
}
ul.reset ul {
  margin: 0;
}
.reset li,
.reset dd,
.reset dt {
  background: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.green {
  color: #689500;
}
.break {
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.cfx:before,
form .row:before,
.cfx:after,
form .row:after {
  content: " ";
  display: table;
}
.cfx:after,
form .row:after {
  clear: both;
}
/*reset carousel*/
.caroufredsel_wrapper,
.caroufredsel_wrapper ul,
.caroufredsel_wrapper li {
  height: auto !important;
  width: auto !important;
  position: static !important;
  overflow: visible !important;
}
.caroufredsel_wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
/*star-rating*/
.star-rating {
  display: inline-block;
  vertical-align: middle;
  content: "";
  font-family: 'countrylife' !important;
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  text-decoration: none !important;
  speak: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  position: relative;
  width: 100px;
  margin: 0 auto;
  color: #dad4c7;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 2px;
  vertical-align: baseline;
  text-align: left;
}
.star-rating .rating {
  position: absolute;
  left: -1px;
  top: 0;
  text-indent: 1px;
  white-space: nowrap;
  overflow: hidden;
  color: #154734;
  width: 0;
}
.star-rating:before {
  content: "\#\#\#\#\#";
}
.star-rating .rating:before {
  content: "*****";
}
.star-rating a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20%;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}
.star-rating a:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #154734;
}
.star-rating a span {
  display: none;
}
/* basket-list */
.basket-list td,
.basket-list th {
  vertical-align: top;
  text-align: left;
}
.basket-list .title {
  font-size: 11pt;
  margin: 0 0 1.3em 0;
}
.basket-list .price {
  text-align: right;
}
.basket-list .img {
  width: 80px;
  text-align: center;
}
.basket-list .remove {
  display: none;
}
.basket-list .count {
  text-align: center;
}
.basket-list .count a {
  display: none;
}
.basket-list .count input {
  font-size: 100%;
  border: none;
  display: inline;
  background: none;
  border-radius: 0;
  width: 30px;
  text-align: right;
}
.cols-product-desc .ca-box {
  display: block !important;
}
.product-cols:before,
.product-cols:after {
  content: " ";
  display: table;
}
.product-cols:after {
  clear: both;
}
.product-cols:before,
.product-cols:after {
  content: " ";
  display: table;
}
.product-cols:after {
  clear: both;
}
.col-img {
  float: left;
  width: 48%;
}
.col-img .main-img {
  text-align: center;
}
.col-img .main-img li {
  display: none;
}
.col-img .main-img li:first-child {
  display: block;
}
.col-info {
  float: right;
  width: 48%;
}
.receipt-list-img .receipt-illust,
.receipt-big-img .receipt-illust {
  display: none;
}
.receipt-list-img .fav,
.receipt-big-img .fav {
  display: none;
}
.article-list .spc {
  display: block;
  padding-left: 120px;
}
.article-list .spc:before,
.article-list .spc:after {
  content: " ";
  display: table;
}
.article-list .spc:after {
  clear: both;
}
.article-list .spc:before,
.article-list .spc:after {
  content: " ";
  display: table;
}
.article-list .spc:after {
  clear: both;
}
.article-list .spc .img {
  float: left;
  width: 100px;
  height: 100px;
  margin-left: -120px;
}
.article-list .spc .img {
  line-height: 95px;
}
.article-list .spc .img {
  text-align: center;
}
.article-list .spc .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.article-list .title {
  margin-top: 0;
}
.product-list {
  overflow: hidden;
  text-align: left;
}
.product-list > ul,
.product-list > .grid {
  width: 101%;
  margin: 0 -1% 0 0;
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}
.product-list > ul > li,
.product-list > .grid > li,
.product-list > ul > .grid-item,
.product-list > .grid > .grid-item {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.product-list > ul > li,
.product-list > .grid > .grid-item {
  width: 33.00330033%;
}
.product-list .title {
  text-align: center;
}
.product-list .img {
  display: block;
  margin-bottom: 10px;
}
.product-list .item {
  text-align: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.product-list .bottom {
  display: none;
}
.page-head {
  background: none !important;
  padding: 0;
}
.page-head h1,
.page-head .h1 {
  margin: 0 0 10px;
  padding: 0;
  color: #000;
}
.receipt-params {
  margin: 0 0 1.3em 0;
}
.receipt-params ul {
  display: table;
  width: 100%;
  border: 1px solid #cdcdcd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.receipt-params li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #cdcdcd;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  padding: 5px;
  width: 20%;
  display: table-cell;
}
.receipt-params li:first-child {
  border-left: none;
}
.receipt-params select {
  background: none;
  border: none;
  line-height: 1;
  padding: 0;
  margin: -3px 0 0;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  height: auto;
  text-align: center;
}
.receipt-params .star-rating {
  vertical-align: middle;
}
.receipt-params .text-rating {
  display: none;
}
.ingredience-to-basket .btn,
.ingredience-to-basket input {
  display: none;
}
.receipt-detail h1 {
  text-align: center;
}
.receipt-detail .product-sec-recommend,
.receipt-detail .product-sec-rating,
.receipt-detail .h1 {
  display: none;
}
.receipt-big-img {
  text-align: center;
  margin: 0 0 1.3em 0;
}
.add-receipt-note {
  display: none;
}
.add-receipt-note .right {
  display: none;
}
.add-receipt-note .inp-text {
  border-width: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.receipt-cols {
  padding-left: 270px;
}
.receipt-cols:before,
.receipt-cols:after {
  content: " ";
  display: table;
}
.receipt-cols:after {
  clear: both;
}
.receipt-cols:before,
.receipt-cols:after {
  content: " ";
  display: table;
}
.receipt-cols:after {
  clear: both;
}
.receipt-cols .col-side {
  float: left;
  width: 250px;
  margin-left: -270px;
}
.receipt-cols .col-content {
  float: right;
  width: 100%;
}
/*# sourceMappingURL=print.css.map */