/*/////////////////////////////////////////////////////////////////////////*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url('https://fonts.googleapis.com/css?family=Vollkorn:400,600,700,900&display=swap');
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
.block-page .block-categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.block-page .block-categories ul > li > a {
  background: #efeff0;
  padding: 10px;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #333;
  display: block;
  border: 1px solid #ddd;
}
.block-page .block-categories ul > li > a:focus,
.block-page .block-categories ul > li > a:hover {
  background: #ddd;
}
.block-page .block-categories ul > li > ul {
  margin-left: 25px;
}
.block-page .block-categories ul > li > ul > li > a {
  padding: 5px;
  font-size: 14px;
  font-weight: normal;
}
.block-page .block-categories ul > li.active > a {
  background: #aaaaaa !important;
  color: #fff !important;
}
.block-page .block-categories ul > li.active > a:before {
  content: "\f115";
}
.block-page .block-categories ul > li.active > ul.nav-tree {
  display: block !important;
}
.block-page .block-articles .thumbnail.article {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0px 10px 2px -5px #c8c8c8, 0px 0px 0px 1px #c8c8c8;
  border: none;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .block-articles .thumbnail.article > .caption {
  margin: 0;
  padding: 0;
}
.block-page .block-articles .thumbnail.article > .caption.header > h3 {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: #259f2a;
  border-radius: 4px 4px 0px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
}
.block-page .block-articles .thumbnail.article > .caption.header > h3.promotion {
  background: #FF0000;
  color: #FFF;
}
.block-page .block-articles .thumbnail.article > .caption.middle > h3 {
  margin: 0;
  padding: 5px;
  text-align: right;
  font-size: small;
  background: rgba(90, 180, 90, 0.2);
  color: #005c00;
  line-height: 0px;
}
.block-page .block-articles .thumbnail.article > .caption.footer {
  height: 120px;
  min-height: 120px;
  position: relative;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3 {
  padding: 10px;
  text-align: left;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.name {
  margin: 0;
  font-size: small;
  color: #333;
  line-height: 20px;
  min-height: 50px;
  height: 50px;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 10px;
  font-size: large;
  color: #aaaaaa;
  margin: 0;
  text-align: right;
  padding: 0px;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .icon-promo {
  float: left;
  background: red;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  border-radius: 0px 25px 25px 0px;
  border: 1px solid #ccc;
  border-left: none;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .more-details {
  border: 1px solid #ccc;
  background: #f0f0f0;
  float: right;
  padding: 2px 10px;
  color: #333;
  text-transform: uppercase;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .best-price {
  font-size: 50%;
  color: #333;
  font-style: italic;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .best-price > .true-price {
  text-decoration: line-through;
  font-weight: bold;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .price-intval {
  font-size: 28px;
  font-weight: bold;
  color: red;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .price-floatval {
  font-size: 14px;
  color: red;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > sup {
  top: -0.6em;
  font-size: 50%;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > sub {
  bottom: -0.4em;
  font-size: 50%;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > small {
  color: #000;
}
.block-page .block-articles .thumbnail.article > .caption.footer > .description {
  margin: -10px 90px 10px 10px;
  font-size: 12px;
  color: #555;
  height: 70px;
  overflow: auto;
}
.block-page .block-articles .thumbnail.article > .picture {
  background-color: #ccc;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  margin: 0;
  height: 190px;
  display: table;
  width: 100%;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .block-articles .thumbnail.article > .picture > .icon-search {
  border-radius: 100px;
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 60px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .block-articles .thumbnail.article:hover,
.block-page .block-articles .thumbnail.article:focus {
  box-shadow: 0px 10px 2px -5px #aaaaaa, 0px 0px 0px 1px #aaaaaa;
}
.block-page .block-articles .thumbnail.article:hover > .caption.footer > h3.price > .icon-promo,
.block-page .block-articles .thumbnail.article:focus > .caption.footer > h3.price > .icon-promo {
  border-color: #aaaaaa;
}
.block-page .block-articles .thumbnail.article:hover > .caption.footer > h3.price > .more-details,
.block-page .block-articles .thumbnail.article:focus > .caption.footer > h3.price > .more-details {
  border: 1px solid #aaaaaa;
  background: #fff;
  color: #aaaaaa;
}
.block-page .block-articles .thumbnail.article:hover > .picture > .icon-search,
.block-page .block-articles .thumbnail.article:focus > .picture > .icon-search {
  border-radius: 0;
  opacity: 1;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.block-page .block-articles .thumbnail.formation > .formation-picture {
  width: 100%;
  height: 145px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption {
  position: relative;
  right: 0;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-date {
  position: relative;
  top: -10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-date > span {
  position: absolute;
  top: 0px;
  background: #f0f0f0;
  font-size: 12px;
  color: #333;
  border-radius: 10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-date > span.date-start {
  left: 10px;
  padding: 2px 10px 2px 10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-date > span.date-end {
  left: 110px;
  padding: 2px 10px 2px 10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text {
  position: relative;
  top: 10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text > .text-title {
  margin: 0;
  padding: 10px 0 0 10px;
  color: #000;
  font-weight: bold;
  height: 70px;
  max-height: 70px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text > ul.list-group {
  margin: 10px 0 0 0;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text > ul.list-group > li.list-group-item {
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0 0 5px 10px;
  color: #666;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text > ul.list-group > li.list-group-item > i.fa {
  background: #76b727;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-info {
  margin: 15px 10px 0 10px;
  border-top: 1px solid #76b727;
  padding-top: 10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-info .info-price {
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-info button.btn {
  font-weight: bold;
  color: #fff;
  background: #76b727;
  border: none;
  font-size: 10px;
  text-transform: uppercase;
}
.block-page .block-articles .thumbnail.formation:focus,
.block-page .block-articles .thumbnail.formation:hover {
  text-decoration: none !important;
  border-color: #76b727;
}
.block-page nav.block-pagination {
  text-align: center;
}
.block-page nav.block-pagination > ul.pagination > li > a {
  color: #000;
  font-size: 20px;
  border: 1px solid #ccc;
  background-color: #eee;
}
.block-page nav.block-pagination > ul.pagination > li > a:hover,
.block-page nav.block-pagination > ul.pagination > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #aaaaaa;
  border-color: #ccc;
}
.block-page nav.block-pagination > ul.pagination > li.active > a {
  text-decoration: none;
  color: #aaaaaa;
  background-color: #259f2a;
  border-color: #ccc;
}
main > section > .center .block-categories > ul > li > a {
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
  color: #aaaaaa;
  padding: 0px 0px 5px 0px;
  font-size: 18px;
  margin-bottom: 10px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section > .center .block-categories > ul > li > a:hover {
  background: #fff;
  padding-left: 10px;
  border-bottom: 1px solid #aaaaaa;
}
main > section > .center .block-categories > ul > li ul > li > a {
  background: none;
  border: none;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px solid #eee;
  color: #111;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section > .center .block-categories > ul > li ul > li > a:hover {
  background: #fff;
  padding-left: 10px;
  border-bottom: 1px solid #aaaaaa;
}
main > section > .center .block-articles .article > .caption.header > h3 {
  background-color: #aaaaaa !important;
  border-radius: 0 !important;
}
main > section > .center .block-articles .article > .caption.middle {
  display: none;
}
main > section > .center .block-articles .article > .caption.footer > .name {
  font-size: 18px !important;
  text-align: center;
  line-height: 24px !important;
  min-height: 65px !important;
  height: 65px !important;
}
main > section > .center .block-articles .article > .caption.footer > .description {
  display: none;
}
main > section > .center .block-articles .article > .caption.footer > .price {
  right: 0 !important;
}
main > section > .center .block-articles .article > .caption.footer > .price > .more-details {
  float: inherit !important;
  text-align: center;
  margin: auto;
  width: 70%;
  padding: 15px 10px 10px 10px !important;
  border: 1px solid #fff !important;
  background: #efeff0 !important;
  color: #aaaaaa !important;
}
main > section > .center .block-articles .article > .picture {
  background-color: #fff !important;
}
main > section > .center .block-articles .article:hover {
  box-shadow: 0px 10px 2px -5px #aaaaaa, 0px 0px 0px 1px #aaaaaa;
}

/*# sourceMappingURL=index.css.map */