@import url(http://fonts.googleapis.com/css?family=Cabin+Condensed);
.vida-productlist {
  width: 100%;
  display: block;
}
.vida-productlist .vida-productlist-item {
  width: 100%;
  padding: 5px;
  display: block;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  position: relative;
  overflow: visible;
}
.vida-productlist .vida-productlist-item:first {
  margin-top: 0;
}
.vida-productlist .vida-productlist-item .image {
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin-top: -75px;
}
.vida-productlist .vida-productlist-item .image img {
  height: 150px;
  width: 150px;
}
.vida-productlist .vida-productlist-item .popover {
  min-width: 800px;
}
.vida-productlist .vida-productlist-item .popover .popover-title {
  color: #66B441;
  font-size: 150%;
}
.vida-productlist .vida-productlist-item .popover .popover-content .pover-image {
  display: block;
  margin-bottom: 15px;
}
.vida-productlist .vida-productlist-item .popover .popover-content .popover-text {
  display: block;
  font-size: 9px;
}
.vida-productlist .vida-productlist-item .media-body {
  display: block;
  min-height: 150px;
  height: auto;
  margin: 5px;
  margin-left: 160px;
  position: relative;
  overflow: visible;
}
.vida-productlist .vida-productlist-item .media-body .top {
  display: block;
  height: 38px;
}
.vida-productlist .vida-productlist-item .media-body .top .name {
  color: #333;
  display: block;
  overflow: hidden;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid;
  border-color: #c6c7c8;
  float: left;
}
.vida-productlist .vida-productlist-item .media-body .top .name a:hover {
  color: #b7875e;
}
.vida-productlist .vida-productlist-item .media-body .top .name a {
  font-stretch: 0;
  color: #66B441;
  font-size: 20pt;
  line-height: 100%;
}
.vida-productlist .vida-productlist-item .media-body .top .name a:after {
  content: "_";
  color: rgba(255,255,255,0);
}
.vida-productlist .vida-productlist-item .media-body .top .vida-icons {
  display: inline-block;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}
.vida-productlist .vida-productlist-item .media-body .top .price {
  color: #66B441;
  display: inline-block;
  float: right;
  font-family: Handsome-Regular, Calibri;
  font-size: 32pt;
}
.vida-productlist .vida-productlist-item .media-body .middle {
  width: 100%;
  display: block;
}
.vida-productlist .vida-productlist-item .media-body .middle .old-price {
  visibility: hidden;
}
.vida-productlist .vida-productlist-item .media-body .middle .discount {
  visibility: hidden;
}
.vida-productlist .vida-productlist-item .media-body .middle .incredients {
  font-size: 1em;
}
.vida-productlist .vida-productlist-item .media-body .bottom {
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  height: auto;
}
.vida-productlist .vida-productlist-item .media-body .bottom .vote-area {
  display: block;
  width: 160px;
  float: left;
  height: auto;
  overflow: hidden;
  padding: 0;
  bottom: 0;
}
.vida-productlist .vida-productlist-item .media-body .bottom .num-votes {
  display: block;
  margin: 5px auto;
  width: 155px;
}
.vida-productlist .vida-productlist-item .media-body .bottom .button_gray {
  font-size: 11pt;
  float: left;
  margin-top: 10px;
  margin-bottom: 0;
}
.product-page .product-infos {
  display: block;
  width: 62%;
  float: left;
  padding: 15px;
  min-height: 400px;
}
.product-page .product-infos .price {
  display: none;
}
.product-page .product-infos .old-price {
  visibility: hidden;
}
.product-page .product-infos .discount {
  visibility: hidden;
}
.product-page .product-infos .description {
  margin-top: 3%;
}
.product-page .product-infos .description p {
  font-size: 150%;
  line-height: 100%;
  color: #66B441;
}
.product-page .product-infos .incredients {
  font-family: flauscheFont;
  font-size: 150%;
  line-height: 100%;
}
.product-page .product-comments {
  display: block;
  min-width: 300px;
}
.product-page .product-comments .comments .comment {
  padding: 5px;
  background-color: white;
  border-bottom: 1px #ddd solid;
  border-right: 1px #ddd solid;
  margin: 5px;
}
.product-page .product-comments .comments .comment .comment-head {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  height: 1.1em;
}
.product-page .product-comments .comments .comment .comment-head .name {
  float: left;
  font-weight: bold;
  font-size: 1.1em;
  color: #2D6B0F;
}
.product-page .product-comments .comments .comment .comment-head .vida-rating-box {
  float: right;
  width: 120px;
}
.product-page .product-comments .comments .comment .comment-head:after {
  clear: both;
}
.product-page .product-comments .comments .comment .comment-body {
  display: block;
  width: 100%;
}
.product-page .product-comments .comments .comment .comment-foot {
  display: block;
  width: 100%;
  height: 1em;
  line-height: 1em;
}
.product-page .product-comments .comments .comment .comment-foot .date {
  float: right;
  font-size: 80%;
  color: #7CB619;
}
.product-page .product-comments .comments .comment .comment-foot .product {
  float: left;
  font-size: 80%;
  font-weight: bold;
  color: #7CB619;
}
.product-page .product-comments .comments .alert {
  margin: 5px;
}
.product-page .product-comments .vida-comment-form {
  padding: 15px;
  margin: 0;
  max-height: 160px;
}
.product-page .product-comments .vida-comment-form form {
  min-height: 160px;
}
.product-page .vida-home-head {
  height: 35px;
}
.product-page .product-image-area {
  display: table;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-page .product-image-area .image-box {
    display: table-row;
  }
  .product-page .product-image-area .vote-icon-area {
    display: table-row;
    vertical-align: bottom;
  }
  .product-page .product-image-area .vote-icon-area .bottom {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .product-page .product-image-area .image-box {
    display: table-cell;
  }
  .product-page .product-image-area .vote-icon-area {
    display: table-cell;
    vertical-align: bottom;
  }
  .product-page .product-image-area .vote-icon-area .bottom {
    margin-left: 15px;
    min-width: 100%;
    max-width: 100%;
  }
  .product-page .product-image-area .vote-icon-area .bottom .vida-order-form {
    min-width: 100%;
    max-width: 100%;
  }
}
.product-page .product-infos {
  float: none;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.product-page .product-infos .centered {
  margin-left: auto !important;
  margin-right: auto !important;
}
.product-page .product-comments {
  float: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.span4 .comments {
  max-height: 370px;
  overflow-y: scroll;
  border-bottom: 1px #ddd solid;
  border-right: 1px #ddd solid;
  border-top: 1px #ddd solid;
  border-left: 1px #ddd solid;
}
.span4 .comments .comment {
  padding: 5px;
  background-color: white;
  border-bottom: 1px #ddd solid;
  border-right: 1px #ddd solid;
  border-top: 1px #ddd solid;
  border-left: 1px #ddd solid;
  margin: 5px;
}
.span4 .comments .comment .comment-head {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  height: 1.1em;
}
.span4 .comments .comment .comment-head .name {
  float: left;
  font-weight: bold;
  font-size: 1.1em;
  color: #2D6B0F;
}
.span4 .comments .comment .comment-head .vida-rating-box {
  float: right;
  width: 120px;
}
.span4 .comments .comment .comment-head:after {
  clear: both;
}
.span4 .comments .comment .comment-body {
  display: block;
  width: 100%;
}
.span4 .comments .comment .comment-foot {
  display: block;
  width: 100%;
  height: 1em;
  line-height: 1em;
}
.span4 .comments .comment .comment-foot .date {
  float: right;
  font-size: 80%;
  color: #7CB619;
}
.span4 .comments .comment .comment-foot .product {
  float: left;
  font-size: 80%;
  font-weight: bold;
  color: #7CB619;
}
.span4 .comments .alert {
  margin: 5px;
}
.vida-product-page {
  background-color: #f3f3f4;
}
.vida-product-page .modal-header {
  background-color: #f3f3f4;
  padding: 9px 30px;
}
.vida-product-page .modal-header .close {
  font-size: 250% !important;
  position: absolute;
  right: 15px;
  z-index: 1;
}
.vida-product-page .modal-header .modal-title {
  background-color: #f3f3f4;
  color: #66B441;
  font-size: 200%;
  border-bottom: solid;
  border-width: 1px;
  border-color: #c6c7c8;
  width: 48%;
}
.vida-product-page .modal-body {
  background-color: white;
  padding: 0 30px;
  overflow: visible;
}
.vida-product-page .modal-body .product-infos {
  display: block;
  width: 62%;
  float: left;
  padding: 15px;
  min-height: 400px;
}
.vida-product-page .modal-body .product-infos .price {
  display: none;
}
.vida-product-page .modal-body .product-infos .old-price {
  visibility: hidden;
}
.vida-product-page .modal-body .product-infos .discount {
  visibility: hidden;
}
.vida-product-page .modal-body .product-infos .description {
  margin-top: 3%;
}
.vida-product-page .modal-body .product-infos .description p {
  font-size: 150%;
  line-height: 100%;
  color: #66B441;
}
.vida-product-page .modal-body .product-infos .incredients {
  font-family: flauscheFont;
  font-size: 150%;
  line-height: 100%;
}
.vida-product-page .modal-body .product-comments {
  display: block;
  min-width: 300px;
}
.vida-product-page .modal-body .product-comments .comments .comment {
  padding: 5px;
  background-color: white;
  border-bottom: 1px #ddd solid;
  border-right: 1px #ddd solid;
  margin: 5px;
}
.vida-product-page .modal-body .product-comments .comments .comment .comment-head {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  height: 1.1em;
}
.vida-product-page .modal-body .product-comments .comments .comment .comment-head .name {
  float: left;
  font-weight: bold;
  font-size: 1.1em;
  color: #2D6B0F;
}
.vida-product-page .modal-body .product-comments .comments .comment .comment-head .vida-rating-box {
  float: right;
  width: 120px;
}
.vida-product-page .modal-body .product-comments .comments .comment .comment-head:after {
  clear: both;
}
.vida-product-page .modal-body .product-comments .comments .comment .comment-body {
  display: block;
  width: 100%;
}
.vida-product-page .modal-body .product-comments .comments .comment .comment-foot {
  display: block;
  width: 100%;
  height: 1em;
  line-height: 1em;
}
.vida-product-page .modal-body .product-comments .comments .comment .comment-foot .date {
  float: right;
  font-size: 80%;
  color: #7CB619;
}
.vida-product-page .modal-body .product-comments .comments .comment .comment-foot .product {
  float: left;
  font-size: 80%;
  font-weight: bold;
  color: #7CB619;
}
.vida-product-page .modal-body .product-comments .comments .alert {
  margin: 5px;
}
.vida-product-page .modal-body .product-comments .vida-comment-form {
  padding: 15px;
  margin: 0;
  max-height: 160px;
}
.vida-product-page .modal-body .product-comments .vida-comment-form form {
  min-height: 160px;
}
.vida-product-page .modal-body .vote-icon-area {
  margin-top: 15px;
}
.vida-product-page .modal-body .product-image-area {
  padding-bottom: 35px;
}
.vida-product-page .modal-body .price-form .vida-btn {
  margin-left: 5%;
}
.vida-product-page .modal-body .price-form .price {
  margin-top: 1%;
  color: #66B441;
  display: inline-block;
  float: right;
  font-family: Handsome-Regular;
  font-size: 32pt;
}
.vida-product-page .modal-body .product-info-area {
  position: relative;
  top: -75px;
  font-size: 120%;
  line-height: 100%;
  color: #333;
  max-height: none;
}
.vida-product-page .modal-body .product-info-area .tab-content {
  max-height: 420px;
  overflow-y: scroll;
}
.vida-product-page.modal-overflow .modal-body {
  overflow: visible;
}
.modal .product-page {
  background-color: #f3f3f4;
}
.vida-order-form {
  position: relative;
}
.vida-order-form form {
  margin: 0;
}
.vida-order-form form input {
  width: 20px;
}
.vida-order-form form input.vida-btn {
  width: 50px;
}
.vida-order-form form label {
  height: 30px;
  width: 60px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin-top: -15px;
}
.vida-order-form form .variation-buttons {
  float: right;
  margin-left: 60px;
}
.vida-comment-form form {
  margin: 0;
}
.vida-comment-form form input {
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.vida-comment-form form textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.vida-comment-form form .vida-btn {
  float: right;
}
.vida-rating-active {
  float: left;
  display: block;
  direction: rtl;
  font-size: 30px;
  line-height: 20px;
  unicode-bidi: bidi-override;
  height: 20px;
  width: 165px;
}
.vida-rating-active> .vida-star {
  display: inline-block;
  font-family: FontAwesome, Calibri;
  font-style: normal;
  font-weight: normal;
  float: right;
}
.vida-rating-active> .vida-star:before {
  content: "\f006";
  color: #999999;
  padding-right: 5px;
}
.vida-rating-active> .vida-star:hover {
  cursor: pointer;
}
.vida-rating-active > .vida-star:hover:before,
.vida-rating-active > .vida-star:hover ~ .vida-star:before,
.vida-rating-active > .vida-star.selected:before,
.vida-rating-active > .vida-star.selected ~ .vida-star:before {
  content: "\f005";
  color: #66B441;
}
.num-votes {
  height: 15px;
  line-height: 15px;
  vertical-align: top;
}
.num-votes .vida-rating-box {
  float: left;
  display: inline-block;
}
.num-votes .badge-success {
  background-color: #66B441;
  position: relative;
  top: -2px;
}
.vida-rating-box {
  height: 15px;
  width: 120px;
}
.vida-rating-box .vida-rating {
  display: block;
  font-size: 20px;
  line-height: 15px;
  unicode-bidi: bidi-override;
  height: 15px;
  width: 120px;
}
.vida-rating-box .vida-rating.front {
  position: relative;
  top: -15px;
}
.vida-rating-box .vida-rating> .vida-star {
  display: inline-block;
  font-family: FontAwesome, Calibri;
  font-style: normal;
  font-weight: normal;
  float: left;
}
.vida-rating-box .vida-rating> .vida-star:before {
  content: "\f006";
  color: #777;
  padding-right: 5px;
}
.vida-rating-box .vida-rating> .full:before {
  color: #66B441;
  content: "\f005";
}
.vida-rating-box .vida-rating> .half:before {
  color: #66B441;
  content: "\f089";
}
.full-height {
  height: 100%;
}
.block {
  display: block;
}
.full-width {
  max-width: 100%;
}
.full-width-block {
  min-width: 100%;
  max-width: 100%;
}
.half-width {
  width: 50%;
}
.half-width.inline {
  float: left;
  width: 48%;
  max-width: 48%;
  margin-left: 4%;
}
.half-width.inline:first-child {
  margin-left: 0;
}
.third-width {
  width: 33, 3%;
}
.third-width.inline {
  float: left;
  width: 30%;
  max-width: 30%;
  margin-left: 4%;
}
.third-width.inline:first-child {
  margin-left: 0;
}
.hidden {
  display: none !important;
}
.popover-title:empty {
  padding: 0;
  border: none;
}
#vida-cart-content .popover {
  width: auto;
}
#vida-cart-content .popover form {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.time-interval .popover {
  width: auto;
}
.time-interval .popover .delz-time table {
  font-weight: bold;
  font-size: 14px;
}
.time-interval .popover .delz-time table input {
  width: 20px !important;
  text-align: center;
  margin: 0;
}
.time-interval .popover .delz-time table .button {
  width: 100%;
  height: 100%;
  display: block;
  color: black;
}
.time-interval .popover .delz-time table .button:hover {
  text-decoration: none;
  color: #b7875e;
}
.cursor-pointer {
  cursor: pointer;
}
.ship-time {
  position: relative;
}
.ship-time .ship-time-box {
  margin-bottom: 15px;
  width: 90%;
  padding: 5px;
  min-height: 100px;
  border-radius: 5px;
}
.ship-time .ship-time-box .ship-time-box-input {
  display: inline-block;
  max-width: 470px;
}
.ship-time .ship-time-box.disabled {
  color: #ddd;
  border-color: #ddd;
}
.ship-time .ship-time-box.disabled .ship-time-box-input {
  opacity: 0.25;
}
.ship-time .ship-time-box img {
  margin-right: 15px;
}
.ship-time .info-time {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -176px;
}
.tooltip {
  font-size: 0.9em;
  font-weight: normal;
}
.row.header {
  position: relative;
}
#info-images {
  display: block;
  width: 359px;
  height: 124px;
  position: absolute;
  top: 50px;
  left: 150px;
  background-image: url('/templates/vida-template/images/header/vegan.png');
}
#info-images.home {
  width: 628px;
  height: 101px;
  top: 30px;
  right: 450px;
  left: auto;
  background-image: url('/templates/vida-template/images/header/startseite.png');
}
#info-images.getraenke {
  background-image: url('/templates/vida-template/images/header/frischewasser.png');
}
#vida-login-selbstabholer {
  position: relative;
}
#vida-login-selbstabholer .selbstabholer {
  position: absolute;
  top: -20px;
  left: 450px;
}
.sliding-selector {
  width: 452px;
  height: 27px;
  margin: 4px;
  border-radius: 5px;
  position: relative;
}
.sliding-selector.self-collector {
  width: 296px !important;
}
.sliding-selector.self-collector .sliding-selector-inner {
  width: 250px !important;
}
.sliding-selector.invalid {
  border-color: #e9322d !important;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px #e9322d !important;
}
.sliding-selector .control {
  background-color: #fff;
  width: 25px;
  border: 1px #999 solid;
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: -2px;
}
.sliding-selector .control.ctrl-left {
  left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sliding-selector .control.ctrl-right {
  right: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.vida-feedback-box .control {
  background-color: #fff;
  width: 370px;
  border: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.vida-feedback-box .control:disabled {
  color: #aaa;
}
.vida-feedback-box .control.ctrl-up {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.vida-feedback-box .control.ctrl-down {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.vida-feedback-box .vida-feedback {
  display: none;
  min-height: 70px;
}
.vida-feedback-box .vida-feedback.active {
  display: block;
}
.sliding-selector-inner {
  width: 410px;
  height: 27px;
  margin-left: 24px;
  margin-right: 24px;
  border: 1px #999 solid;
  position: relative;
  top: 0;
  bottom: 0;
}
.sliding-selector-inner .item {
  display: none;
  text-align: center;
  vertical-align: middle;
  width: 19.5%;
  margin: 0;
  color: #333;
  height: 27px;
  line-height: 27px;
  float: left;
  border-right: 1px #ccc solid;
  border-collapse: collapse;
  position: relative;
  top: 0;
  bottom: 0;
}
.sliding-selector-inner .item.active {
  display: inline-block;
}
.sliding-selector-inner .item .active:nth-of-type(2n) {
  color: #888;
}
.sliding-selector-inner .item .active:nth-of-type(1),
.sliding-selector-inner .item .active:nth-of-type(5) {
  color: #bbb;
}
.sliding-selector-inner .item.selected {
  font-weight: bold;
  color: #333;
  background-color: #a0d487;
  border-right-style: none;
  border-left-style: none;
}
.sliding-selector-inner .item.selected~.item {
  border-right-style: none;
  border-left: 1px #ccc solid;
}
.sliding-selector-inner .item.disabled {
  background-color: #ddd;
  color: #bbb;
}
.sliding-selector-inner .item.disabled.selected {
  bottom: 2px;
  color: #d33;
}
.table tbody tr td.error {
  background-color: #F2DEDE;
}
.table {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.table .table-row {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.table .table-row::after {
  clear: both;
}
.table .table-row .table-col {
  float: left;
  display: inline-block;
  padding: 0 15px;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
}
.hyphens {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
form.add-product .vida-label-container {
  margin-top: 5px;
  padding-bottom: 7px;
  height: auto;
  overflow: hidden;
}
form.add-product .product-amount {
  position: relative;
}
form.add-product .product-amount .variation-buttons {
  height: auto;
  overflow: hidden;
}
form.add-product .product-amount .variation-buttons .variant-submit {
  border-right: 1px solid #CCCCCC;
  float: left;
  padding: 0 5px;
  height: 100%;
  width: 70px;
}
form.add-product .product-amount .variation-buttons .variant-submit .variant-name,
form.add-product .product-amount .variation-buttons .variant-submit .variant-price {
  display: inline-block;
  min-width: 50px;
  width: 100%;
  text-align: center;
}
form.add-product .product-amount .variation-buttons .variant-submit .variant-name {
  color: #555555;
  font-weight: bold;
  font-size: 1.1em;
}
form.add-product .product-amount .variation-buttons .variant-submit .variant-price {
  color: #66B441;
}
form.add-product .product-amount .variation-buttons .variant-submit button,
form.add-product .product-amount .variation-buttons .variant-submit input {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  background-color: rgba(0,0,0,0);
  background-image: url("/templates/vida-template/images/button/add-cart.png");
  background-repeat: no-repeat;
  border: medium none;
  height: 36px;
}
form.add-product .product-amount .variation-buttons .variant-submit:hover {
  background-color: #eee;
}
form.add-product .product-amount .variation-buttons .variant-submit:last-child {
  border-right: none;
}
form.add-product .product-amount.spinner {
  background-image: url("/templates/vida-template/images/button/ajax-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: wait;
}
form.add-product .product-amount.spinner .variant-submit {
  visibility: hidden;
}
#product-filters {
  width: 100%;
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  border: 1px #ddd solid;
  max-height: 45px;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}
#product-filters .filter-headline {
  font-size: 150%;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px #ddd solid;
}
#product-filters .filter-headline .icon-container {
  margin-right: 15px;
}
#product-filters .filter-headline .icon-container i.icon-check {
  display: none;
}
#product-filters .filter-headline .icon-container i.icon-chevron-up {
  display: none;
}
#product-filters .filter-headline .icon-container:hover {
  color: #777;
}
#product-filters .filter-headline .icon-container:last-child {
  margin-right: 0;
}
#product-filters .filter-headline .icon-container.expander {
  float: right;
  cursor: pointer;
}
#product-filters .filter-lists {
  padding: 5px;
}
#product-filters.checked .icon-container  i.icon-check {
  display: inline;
  color: #66B441;
  cursor: pointer;
}
#product-filters.checked .icon-container  i.icon-check-empty {
  display: none;
}
#product-filters.expanded {
  max-height: 250px;
}
#product-filters.expanded .icon-container  i.icon-chevron-up {
  display: inline;
}
#product-filters.expanded .icon-container  i.icon-chevron-down {
  display: none;
}
#product-filters .filter-group {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
  padding-left: 110px;
}
#product-filters .filter-group .title {
  float: left;
  margin-right: 15px;
  font-size: 1.2em;
  font-weight: bold;
  color: #777;
  width: 110px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  Bottom: 0;
}
#product-filters .filter-group .filter {
  float: left;
  margin-right: 5px;
  font-size: 1.2em;
  font-weight: bold;
  color: #b7875e;
  cursor: pointer;
  width: 140px;
}
#product-filters .filter-group .filter i {
  margin-right: 5px;
}
#product-filters .filter-group .filter i.icon-check {
  display: none;
}
#product-filters .filter-group .filter.checked,
#product-filters .filter-group .filter:hover {
  color: #777;
}
#product-filters .filter-group .filter.checked i.icon-check,
#product-filters .filter-group .filter:hover i.icon-check {
  display: inline;
}
#product-filters .filter-group .filter.checked i.icon-check-empty,
#product-filters .filter-group .filter:hover i.icon-check-empty {
  display: none;
}
#product-filters .filter-group .filter.checked {
  color: #66B441;
}
#product-filters .filter-group .filter.checked:hover {
  color: #777;
}
#product-filters .filter-group .filter.checked:hover i.icon-check {
  color: #66B441;
}
#product-filters .filter-group .filter:last-child {
  margin-right: 0;
}
#product-grid {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 30px;
}
#product-grid .vida-product {
  width: 150px;
  height: 200px;
  float: left;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 15px;
  border: 1px #ddd solid;
  display: block;
  position: relative;
}
#product-grid .vida-product a {
  display: block;
  position: relative;
}
#product-grid .vida-product a img {
  width: 150px;
  height: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#product-grid .vida-product a .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 5px;
  color: #333;
  background-color: rgba(255,255,255,0.7);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacityt 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#product-grid .vida-product a .caption .name {
  position: absolute;
  line-height: 1.2em;
  font-size: 1.1em;
  height: 2.4em;
  width: 100%;
  display: inline-block;
  text-aligin: center;
}
#product-grid .vida-product a:hover .caption {
  opacity: 0;
}
#product-grid .vida-product .variation-buttons {
  width: 150px;
  margin-left: 0;
}
#product-grid .vida-product .variant-submit {
  width: 140px;
  padding: 5px;
}
#product-grid .vida-product .variant-submit .variant-name,
#product-grid .vida-product .variant-submit .variant-price {
  width: 80px;
}
#product-grid .vida-product .variant-submit input.vida-btn,
#product-grid .vida-product .variant-submit button.vida-btn {
  margin: 0;
  position: absolute;
  top: 7px;
  right: 10px;
}
#product-grid .popover {
  min-width: 300px;
}
#product-grid .popover .popover-title {
  color: #66B441;
  font-size: 120%;
}
#product-grid .popover .popover-content .pover-image {
  display: block;
  margin-bottom: 15px;
}
#product-grid .popover .popover-content .popover-text {
  display: block;
}
#vida-partners {
  width: 100%;
  overflow: auto;
}
#vida-partners div,
#vida-partners {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#vida-partners .half-width {
  padding: 0 15px;
}
#vida-partners .vida-partner {
  width: 100%;
  margin-bottom: 15px;
}
#vida-partners .vida-partner .company {
  width: 100%;
  overflow: auto;
}
#vida-partners .vida-partner .company img {
  float: left;
  width: 100px;
  height: auto;
  max-height: 100px;
  margin-right: 15px;
}
#vida-partners .vida-partner .company p {
  font-size: 110%;
  height: 100%;
}
#vida-partners .vida-partner .partner {
  padding-left: 30px;
  padding-top: 5px;
  width: 100%;
  overflow: auto;
}
#vida-partners .vida-partner .partner img {
  float: left;
  width: 100px;
  height: auto;
  max-height: 100px;
  margin-right: 15px;
  border-radius: 500px;
}
#vida-partners .vida-partner .partner p {
  font-size: 110%;
  margin-top: 10px;
}
#vida-partners .vida-partner .partner p i {
  color: #b7875e;
}
#vida-partners .vida-partner .partner p .partner-name {
  margin-top: 5px;
  display: block;
  font-size: 90%;
  color: #777;
}
