#ceres-custom-solr-search .plentyErrorBox {
  width: 98%;
  background-image: url(/images/admin/error_background.gif);
  background-repeat: repeat-y;
  margin: 0px 0px 4px 0px;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
}
#ceres-custom-solr-search .plentyErrorBoxTitle {
  margin-top: 4px;
  margin-bottom: 6px;
  padding-left: 26px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-image: url(/images/icons/warning_onred.gif);
  background-repeat: no-repeat;
}
#ceres-custom-solr-search .plentyMessageBox {
  width: 98%;
  background-image: url(/images/admin/message_background.gif);
  background-repeat: repeat-y;
  border: 0px;
  margin: 0px 0px 4px 0px;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
}
#ceres-custom-solr-search .plentyMessageBoxTitle {
  margin-top: 4px;
  margin-bottom: 6px;
  padding-left: 26px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-image: url(/images/icons/idea_ongreen.gif);
  background-repeat: no-repeat;
}
#ceres-custom-solr-search .plentyWarningBox {
  width: 98%;
  background-image: url(/images/admin/message_background.gif);
  background-repeat: repeat-y;
  border: 0px;
  margin: 0px 0px 4px 0px;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
}
#ceres-custom-solr-search .plentyWarningBoxTitle {
  margin-top: 4px;
  margin-bottom: 6px;
  padding-left: 26px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-image: url(/images/icons/idea_ongreen.gif);
  background-repeat: no-repeat;
}

#ceres-custom-solr-search .fa,
#ceres-custom-solr-search .glyphicon,
#ceres-custom-solr-search .plentyicon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#ceres-custom-solr-search .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
#ceres-custom-solr-search .fa-2x {
  font-size: 2em;
}
#ceres-custom-solr-search .fa-3x {
  font-size: 3em;
}
#ceres-custom-solr-search .fa-4x {
  font-size: 4em;
}
#ceres-custom-solr-search .fa-5x {
  font-size: 5em;
}
#ceres-custom-solr-search .fa-fw {
  width: 1.28571429em;
  text-align: center;
}
#ceres-custom-solr-search .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
#ceres-custom-solr-search .fa-ul > li {
  position: relative;
}
#ceres-custom-solr-search .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
#ceres-custom-solr-search .fa-li.fa-lg {
  left: -1.85714286em;
}
#ceres-custom-solr-search .fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
#ceres-custom-solr-search .fa-pull-left {
  float: left;
}
#ceres-custom-solr-search .fa-pull-right {
  float: right;
}
#ceres-custom-solr-search .fa.fa-pull-left {
  margin-right: 0.3em;
}
#ceres-custom-solr-search .fa.fa-pull-right {
  margin-left: 0.3em;
}
#ceres-custom-solr-search .pull-right {
  float: right;
}
#ceres-custom-solr-search .pull-left {
  float: left;
}
#ceres-custom-solr-search .fa.pull-left {
  margin-right: 0.3em;
}
#ceres-custom-solr-search .fa.pull-right {
  margin-left: 0.3em;
}
#ceres-custom-solr-search .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
#ceres-custom-solr-search .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
#ceres-custom-solr-search .fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#ceres-custom-solr-search .fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#ceres-custom-solr-search .fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#ceres-custom-solr-search .fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#ceres-custom-solr-search .fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
#ceres-custom-solr-search :root .fa-rotate-90,
#ceres-custom-solr-search :root .fa-rotate-180,
#ceres-custom-solr-search :root .fa-rotate-270,
#ceres-custom-solr-search :root .fa-flip-horizontal,
#ceres-custom-solr-search :root .fa-flip-vertical {
  filter: none;
}
#ceres-custom-solr-search .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
#ceres-custom-solr-search .fa-stack-1x,
#ceres-custom-solr-search .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
#ceres-custom-solr-search .fa-stack-1x {
  line-height: inherit;
}
#ceres-custom-solr-search .fa-stack-2x {
  font-size: 2em;
}
#ceres-custom-solr-search .fa-inverse {
  color: #fff;
}
#ceres-custom-solr-search .fa-search:before {
  content: "\f002";
}
#ceres-custom-solr-search .fa-envelope-o:before {
  content: "\f003";
}
#ceres-custom-solr-search .fa-star:before {
  content: "\f005";
}
#ceres-custom-solr-search .fa-star-o:before {
  content: "\f006";
}
#ceres-custom-solr-search .fa-user:before {
  content: "\f007";
}
#ceres-custom-solr-search .fa-check:before {
  content: "\f00c";
}
#ceres-custom-solr-search .fa-remove:before,
#ceres-custom-solr-search .fa-close:before,
#ceres-custom-solr-search .fa-times:before {
  content: "\f00d";
}
#ceres-custom-solr-search .fa-search-plus:before {
  content: "\f00e";
}
#ceres-custom-solr-search .fa-search-minus:before {
  content: "\f010";
}
#ceres-custom-solr-search .fa-home:before {
  content: "\f015";
}
#ceres-custom-solr-search .fa-clock-o:before {
  content: "\f017";
}
#ceres-custom-solr-search .fa-refresh:before {
  content: "\f021";
}
#ceres-custom-solr-search .fa-qrcode:before {
  content: "\f029";
}
#ceres-custom-solr-search .fa-barcode:before {
  content: "\f02a";
}
#ceres-custom-solr-search .fa-list:before {
  content: "\f03a";
}
#ceres-custom-solr-search .fa-truck:before {
  content: "\f0d1";
}
#ceres-custom-solr-search .fa-envelope:before {
  content: "\f0e0";
}
#ceres-custom-solr-search .fa-instagram:before {
  content: "\f16d";
}
#ceres-custom-solr-search .fa-youtube:before {
  content: "\f167";
}
#ceres-custom-solr-search .fa-heart:before {
  content: "\f004";
}
#ceres-custom-solr-search .fa-share-square-o:before {
  content: "\f045";
}
#ceres-custom-solr-search .fa-check-square-o:before {
  content: "\f046";
}
#ceres-custom-solr-search .fa-chevron-left:before {
  content: "\f053";
}
#ceres-custom-solr-search .fa-chevron-right:before {
  content: "\f054";
}
#ceres-custom-solr-search .fa-plus-circle:before {
  content: "\f055";
}
#ceres-custom-solr-search .fa-minus-circle:before {
  content: "\f056";
}
#ceres-custom-solr-search .fa-question-circle:before {
  content: "\f059";
}
#ceres-custom-solr-search .fa-info-circle:before {
  content: "\f05a";
}
#ceres-custom-solr-search .fa-arrow-left:before {
  content: "\f060";
}
#ceres-custom-solr-search .fa-arrow-right:before {
  content: "\f061";
}
#ceres-custom-solr-search .fa-arrow-up:before {
  content: "\f062";
}
#ceres-custom-solr-search .fa-arrow-down:before {
  content: "\f063";
}
#ceres-custom-solr-search .fa-plus:before {
  content: "\f067";
}
#ceres-custom-solr-search .fa-minus:before {
  content: "\f068";
}
#ceres-custom-solr-search .fa-asterisk:before {
  content: "\f069";
}
#ceres-custom-solr-search .fa-exclamation-circle:before {
  content: "\f06a";
}
#ceres-custom-solr-search .fa-warning:before,
#ceres-custom-solr-search .fa-exclamation-triangle:before {
  content: "\f071";
}
#ceres-custom-solr-search .fa-comment:before {
  content: "\f075";
}
#ceres-custom-solr-search .fa-chevron-up:before {
  content: "\f077";
}
#ceres-custom-solr-search .fa-chevron-down:before {
  content: "\f078";
}
#ceres-custom-solr-search .fa-shopping-cart:before {
  content: "\f07a";
}
#ceres-custom-solr-search .fa-twitter-square:before {
  content: "\f081";
}
#ceres-custom-solr-search .fa-facebook-square:before {
  content: "\f082";
}
#ceres-custom-solr-search .fa-comments:before {
  content: "\f086";
}
#ceres-custom-solr-search .fa-thumbs-o-up:before {
  content: "\f087";
}
#ceres-custom-solr-search .fa-thumbs-o-down:before {
  content: "\f088";
}
#ceres-custom-solr-search .fa-star-half:before {
  content: "\f089";
}
#ceres-custom-solr-search .fa-sign-out:before {
  content: "\f08b";
}
#ceres-custom-solr-search .fa-sign-in:before {
  content: "\f090";
}
#ceres-custom-solr-search .fa-phone:before {
  content: "\f095";
}
#ceres-custom-solr-search .fa-square-o:before {
  content: "\f096";
}
#ceres-custom-solr-search .fa-twitter:before {
  content: "\f099";
}
#ceres-custom-solr-search .fa-facebook-f:before,
#ceres-custom-solr-search .fa-facebook:before {
  content: "\f09a";
}
#ceres-custom-solr-search .fa-bell:before {
  content: "\f0f3";
}
#ceres-custom-solr-search .fa-certificate:before {
  content: "\f0a3";
}
#ceres-custom-solr-search .fa-globe:before {
  content: "\f0ac";
}
#ceres-custom-solr-search .fa-square:before {
  content: "\f0c8";
}
#ceres-custom-solr-search .fa-navicon:before,
#ceres-custom-solr-search .fa-reorder:before,
#ceres-custom-solr-search .fa-bars:before {
  content: "\f0c9";
}
#ceres-custom-solr-search .fa-pinterest:before {
  content: "\f0d2";
}
#ceres-custom-solr-search .fa-google-plus:before {
  content: "\f0d5";
}
#ceres-custom-solr-search .fa-caret-down:before {
  content: "\f0d7";
}
#ceres-custom-solr-search .fa-caret-up:before {
  content: "\f0d8";
}
#ceres-custom-solr-search .fa-caret-left:before {
  content: "\f0d9";
}
#ceres-custom-solr-search .fa-caret-right:before {
  content: "\f0da";
}
#ceres-custom-solr-search .fa-linkedin:before {
  content: "\f0e1";
}
#ceres-custom-solr-search .fa-comment-o:before {
  content: "\f0e5";
}
#ceres-custom-solr-search .fa-comments-o:before {
  content: "\f0e6";
}
#ceres-custom-solr-search .fa-paste:before,
#ceres-custom-solr-search .fa-clipboard:before {
  content: "\f0ea";
}
#ceres-custom-solr-search .fa-angle-double-left:before {
  content: "\f100";
}
#ceres-custom-solr-search .fa-angle-double-right:before {
  content: "\f101";
}
#ceres-custom-solr-search .fa-angle-double-up:before {
  content: "\f102";
}
#ceres-custom-solr-search .fa-angle-double-down:before {
  content: "\f103";
}
#ceres-custom-solr-search .fa-angle-left:before {
  content: "\f104";
}
#ceres-custom-solr-search .fa-angle-right:before {
  content: "\f105";
}
#ceres-custom-solr-search .fa-angle-up:before {
  content: "\f106";
}
#ceres-custom-solr-search .fa-angle-down:before {
  content: "\f107";
}
#ceres-custom-solr-search .fa-desktop:before {
  content: "\f108";
}
#ceres-custom-solr-search .fa-laptop:before {
  content: "\f109";
}
#ceres-custom-solr-search .fa-tablet:before {
  content: "\f10a";
}
#ceres-custom-solr-search .fa-mobile-phone:before,
#ceres-custom-solr-search .fa-mobile:before {
  content: "\f10b";
}
#ceres-custom-solr-search .fa-circle-o:before {
  content: "\f10c";
}
#ceres-custom-solr-search .fa-quote-left:before {
  content: "\f10d";
}
#ceres-custom-solr-search .fa-quote-right:before {
  content: "\f10e";
}
#ceres-custom-solr-search .fa-circle:before {
  content: "\f111";
}
#ceres-custom-solr-search .fa-star-half-empty:before,
#ceres-custom-solr-search .fa-star-half-full:before,
#ceres-custom-solr-search .fa-star-half-o:before {
  content: "\f123";
}
#ceres-custom-solr-search .fa-question:before {
  content: "\f128";
}
#ceres-custom-solr-search .fa-info:before {
  content: "\f129";
}
#ceres-custom-solr-search .fa-exclamation:before {
  content: "\f12a";
}
#ceres-custom-solr-search .fa-external-link-square:before {
  content: "\f14c";
}
#ceres-custom-solr-search .fa-share-square:before {
  content: "\f14d";
}
#ceres-custom-solr-search .fa-euro:before,
#ceres-custom-solr-search .fa-eur:before {
  content: "\f153";
}
#ceres-custom-solr-search .fa-thumbs-up:before {
  content: "\f164";
}
#ceres-custom-solr-search .fa-thumbs-down:before {
  content: "\f165";
}
#ceres-custom-solr-search .fa-google:before {
  content: "\f1a0";
}
#ceres-custom-solr-search .fa-language:before {
  content: "\f1ab";
}
#ceres-custom-solr-search .fa-history:before {
  content: "\f1da";
}
#ceres-custom-solr-search .fa-circle-thin:before {
  content: "\f1db";
}
#ceres-custom-solr-search .fa-paragraph:before {
  content: "\f1dd";
}
#ceres-custom-solr-search .fa-sliders:before {
  content: "\f1de";
}
#ceres-custom-solr-search .fa-share-alt:before {
  content: "\f1e0";
}
#ceres-custom-solr-search .fa-share-alt-square:before {
  content: "\f1e1";
}
#ceres-custom-solr-search .fa-paypal:before {
  content: "\f1ed";
}
#ceres-custom-solr-search .fa-trash:before {
  content: "\f1f8";
}
#ceres-custom-solr-search .fa-copyright:before {
  content: "\f1f9";
}
#ceres-custom-solr-search .fa-at:before {
  content: "\f1fa";
}
#ceres-custom-solr-search .fa-lastfm:before {
  content: "\f202";
}
#ceres-custom-solr-search .fa-lastfm-square:before {
  content: "\f203";
}
#ceres-custom-solr-search .fa-toggle-off:before {
  content: "\f204";
}
#ceres-custom-solr-search .fa-toggle-on:before {
  content: "\f205";
}
#ceres-custom-solr-search .fa-cart-plus:before {
  content: "\f217";
}
#ceres-custom-solr-search .fa-cart-arrow-down:before {
  content: "\f218";
}
#ceres-custom-solr-search .fa-facebook-official:before {
  content: "\f230";
}
#ceres-custom-solr-search .fa-pinterest-p:before {
  content: "\f231";
}
#ceres-custom-solr-search .fa-whatsapp:before {
  content: "\f232";
}
#ceres-custom-solr-search .fa-server:before {
  content: "\f233";
}
#ceres-custom-solr-search .fa-user-plus:before {
  content: "\f234";
}
#ceres-custom-solr-search .fa-user-times:before {
  content: "\f235";
}
#ceres-custom-solr-search .fa-clone:before {
  content: "\f24d";
}
#ceres-custom-solr-search .fa-trademark:before {
  content: "\f25c";
}
#ceres-custom-solr-search .fa-registered:before {
  content: "\f25d";
}
#ceres-custom-solr-search .fa-commenting:before {
  content: "\f27a";
}
#ceres-custom-solr-search .fa-commenting-o:before {
  content: "\f27b";
}
#ceres-custom-solr-search .plentyicon:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
#ceres-custom-solr-search .plentyicon-check-1:before,
#ceres-custom-solr-search .plentyicon-check-2:before {
  content: "\f00c";
}
#ceres-custom-solr-search .plentyicon-arrow-up:before {
  content: "\f062";
}
#ceres-custom-solr-search .plentyicon-arrow-right:before {
  content: "\f061";
}
#ceres-custom-solr-search .plentyicon-arrow-left:before {
  content: "\f060";
}
#ceres-custom-solr-search .plentyicon-arrow-down:before {
  content: "\f063";
}
#ceres-custom-solr-search .plentyicon-star:before {
  content: "\f005";
}
#ceres-custom-solr-search .plentyicon-star-empty:before {
  content: "\f006";
}
#ceres-custom-solr-search .plentyicon-attention:before {
  content: "\f071";
}
#ceres-custom-solr-search .plentyicon-angle-sm-left:before {
  content: "\f104";
}
#ceres-custom-solr-search .plentyicon-angle-sm-right:before {
  content: "\f105";
}
#ceres-custom-solr-search .plentyicon-angle-sm-up:before {
  content: "\f106";
}
#ceres-custom-solr-search .plentyicon-angle-sm-down:before {
  content: "\f107";
}
#ceres-custom-solr-search .plentyicon-facebook:before {
  content: "\f09a";
}
#ceres-custom-solr-search .plentyicon-facebook-squared:before {
  content: "\f082";
}
#ceres-custom-solr-search .plentyicon-gplus:before {
  content: "\f0d5";
}
#ceres-custom-solr-search .plentyicon-twitter:before {
  content: "\f099";
}
#ceres-custom-solr-search .plentyicon-xing:before {
  content: "\f168";
}
#ceres-custom-solr-search .plentyicon-pinterest:before {
  content: "\f0d2";
}
#ceres-custom-solr-search .plentyicon-angle-lg-down:before {
  content: "\f078";
}
#ceres-custom-solr-search .plentyicon-angle-lg-left:before {
  content: "\f053";
}
#ceres-custom-solr-search .plentyicon-angle-lg-right:before {
  content: "\f054";
}
#ceres-custom-solr-search .plentyicon-angle-lg-up:before {
  content: "\f077";
}
#ceres-custom-solr-search .plentyicon-linkedin:before {
  content: "\f0e1";
}
#ceres-custom-solr-search .plentyicon-lastfm:before {
  content: "\f202";
}
#ceres-custom-solr-search .clearfix {
  *zoom: 1;
  clear: both;
}
#ceres-custom-solr-search .clearfix:before,
#ceres-custom-solr-search .clearfix:after,
#ceres-custom-solr-search .catchMarginBefore:before,
#ceres-custom-solr-search .catchMarginAfter:after {
  display: table;
  line-height: 0;
  content: "";
}
#ceres-custom-solr-search .clearfix:after {
  clear: both;
}
#ceres-custom-solr-search html {
  font-family: sans-serif;
  font-size: 16px;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#ceres-custom-solr-search body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 75%;
  line-height: 150%;
  color: #555;
  background-color: white;
  margin: 0;
  min-width: 1000px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  text-shadow: none;
}
#ceres-custom-solr-search article,
#ceres-custom-solr-search aside,
#ceres-custom-solr-search details,
#ceres-custom-solr-search figcaption,
#ceres-custom-solr-search figure,
#ceres-custom-solr-search footer,
#ceres-custom-solr-search header,
#ceres-custom-solr-search hgroup,
#ceres-custom-solr-search main,
#ceres-custom-solr-search nav,
#ceres-custom-solr-search section,
#ceres-custom-solr-search summary {
  display: block;
}
#ceres-custom-solr-search audio,
#ceres-custom-solr-search canvas,
#ceres-custom-solr-search progress,
#ceres-custom-solr-search video {
  display: inline-block;
  vertical-align: baseline;
}
#ceres-custom-solr-search audio:not([controls]) {
  display: none;
  height: 0;
}
#ceres-custom-solr-search [hidden],
#ceres-custom-solr-search template {
  display: none;
}
#ceres-custom-solr-search a {
  background: transparent;
}
#ceres-custom-solr-search a:active,
#ceres-custom-solr-search a:hover {
  outline: 0;
}
#ceres-custom-solr-search abbr[title] {
  border-bottom: 1px dotted;
}
#ceres-custom-solr-search b,
#ceres-custom-solr-search strong,
#ceres-custom-solr-search .bold {
  font-weight: bold;
}
#ceres-custom-solr-search dfn {
  font-style: italic;
}
#ceres-custom-solr-search h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#ceres-custom-solr-search mark {
  background: #ff0;
  color: #000;
}
#ceres-custom-solr-search small {
  font-size: 80%;
}
#ceres-custom-solr-search sub,
#ceres-custom-solr-search sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#ceres-custom-solr-search sup {
  top: -0.5em;
}
#ceres-custom-solr-search sub {
  bottom: -0.25em;
}
#ceres-custom-solr-search img {
  border: 0;
}
#ceres-custom-solr-search svg:not(:root) {
  overflow: hidden;
}
#ceres-custom-solr-search figure {
  margin: 1em 40px;
}
#ceres-custom-solr-search hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
#ceres-custom-solr-search pre {
  overflow: auto;
}
#ceres-custom-solr-search button,
#ceres-custom-solr-search input,
#ceres-custom-solr-search optgroup,
#ceres-custom-solr-search select,
#ceres-custom-solr-search textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
#ceres-custom-solr-search button {
  overflow: visible;
}
#ceres-custom-solr-search button,
#ceres-custom-solr-search select {
  text-transform: none;
}
#ceres-custom-solr-search button,
#ceres-custom-solr-search html input[type="button"],
#ceres-custom-solr-search input[type="reset"],
#ceres-custom-solr-search input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
#ceres-custom-solr-search button[disabled],
#ceres-custom-solr-search html input[disabled] {
  cursor: default;
}
#ceres-custom-solr-search button::-moz-focus-inner,
#ceres-custom-solr-search input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#ceres-custom-solr-search input {
  line-height: normal;
}
#ceres-custom-solr-search input[type="checkbox"],
#ceres-custom-solr-search input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
#ceres-custom-solr-search input[type="number"]::-webkit-inner-spin-button,
#ceres-custom-solr-search input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
#ceres-custom-solr-search input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#ceres-custom-solr-search input[type="search"]::-webkit-search-cancel-button,
#ceres-custom-solr-search input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#ceres-custom-solr-search textarea {
  overflow: auto;
  resize: vertical;
}
#ceres-custom-solr-search optgroup {
  font-weight: bold;
}
#ceres-custom-solr-search table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ceres-custom-solr-search td,
#ceres-custom-solr-search th {
  padding: 0;
}
@media print {
  #ceres-custom-solr-search * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  #ceres-custom-solr-search a,
  #ceres-custom-solr-search a:visited {
    text-decoration: underline;
  }
  #ceres-custom-solr-search a[href]:after {
    content: " (" attr(href) ")";
  }
  #ceres-custom-solr-search abbr[title]:after {
    content: " (" attr(title) ")";
  }
  #ceres-custom-solr-search a[href^="javascript:"]:after,
  #ceres-custom-solr-search a[href^="#"]:after {
    content: "";
  }
  #ceres-custom-solr-search pre,
  #ceres-custom-solr-search blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  #ceres-custom-solr-search thead {
    display: table-header-group;
  }
  #ceres-custom-solr-search tr,
  #ceres-custom-solr-search img {
    page-break-inside: avoid;
  }
  #ceres-custom-solr-search img {
    max-width: 100% !important;
  }
  #ceres-custom-solr-search p,
  #ceres-custom-solr-search h2,
  #ceres-custom-solr-search h3 {
    orphans: 3;
    widows: 3;
  }
  #ceres-custom-solr-search h2,
  #ceres-custom-solr-search h3 {
    page-break-after: avoid;
  }
  #ceres-custom-solr-search select {
    background: #fff !important;
  }
  #ceres-custom-solr-search .navbar {
    display: none;
  }
  #ceres-custom-solr-search .table td,
  #ceres-custom-solr-search .table th {
    background-color: #fff !important;
  }
  #ceres-custom-solr-search .btn > .caret,
  #ceres-custom-solr-search .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  #ceres-custom-solr-search .label {
    border: 1px solid #000;
  }
  #ceres-custom-solr-search .table {
    border-collapse: collapse !important;
  }
  #ceres-custom-solr-search .table-bordered th,
  #ceres-custom-solr-search .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
#ceres-custom-solr-search * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  zoom: 1;
}
#ceres-custom-solr-search *:before,
#ceres-custom-solr-search *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ceres-custom-solr-search .lh-075 {
  line-height: 18px;
}
#ceres-custom-solr-search .lh-05 {
  line-height: 12px;
}
#ceres-custom-solr-search .lh-0 {
  line-height: 0;
}
#ceres-custom-solr-search .basicColor,
#ceres-custom-solr-search a.basicColor,
#ceres-custom-solr-search a.basicColor:hover,
#ceres-custom-solr-search a.basicColor:focus {
  color: #333;
  text-shadow: none;
}
#ceres-custom-solr-search a,
#ceres-custom-solr-search .basicColor a,
#ceres-custom-solr-search .btn-link {
  color: #008ebd;
  text-decoration: none;
}
#ceres-custom-solr-search a:hover,
#ceres-custom-solr-search a:focus,
#ceres-custom-solr-search .basicColor a:hover,
#ceres-custom-solr-search .basicColor a:focus,
#ceres-custom-solr-search .btn.btn-link:hover,
#ceres-custom-solr-search .btn.btn-link:focus {
  color: #008ebd;
  text-decoration: underline;
}
#ceres-custom-solr-search .iconLink {
  color: #666;
}
#ceres-custom-solr-search .iconLink .fa,
#ceres-custom-solr-search .iconLink:hover,
#ceres-custom-solr-search .iconLink:focus {
  color: #008ebd;
  text-decoration: none;
}
#ceres-custom-solr-search .iconLink > .fa {
  line-height: 0.8em;
  vertical-align: middle;
}
#ceres-custom-solr-search .iconLink > span.fa {
  font-size: 1.2em;
  line-height: inherit;
  vertical-align: top;
}
#ceres-custom-solr-search h2 a,
#ceres-custom-solr-search h2 a:hover,
#ceres-custom-solr-search h2 a:focus,
#ceres-custom-solr-search h3 a,
#ceres-custom-solr-search h3 a:hover,
#ceres-custom-solr-search h3 a:focus {
  color: inherit;
}
#ceres-custom-solr-search input,
#ceres-custom-solr-search button,
#ceres-custom-solr-search select,
#ceres-custom-solr-search textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#ceres-custom-solr-search figure {
  margin: 0;
}
#ceres-custom-solr-search img {
  vertical-align: middle;
}
#ceres-custom-solr-search .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#ceres-custom-solr-search img[src=""][data-src],
#ceres-custom-solr-search .owl-item.loading,
#ceres-custom-solr-search #jQueryPageWaitScreen > * {
  background-image: url("/layout/callisto/img/loading_fff.gif");
}
#ceres-custom-solr-search .jqzoom > .img-responsive {
  height: auto !important;
}
#ceres-custom-solr-search img[src=""][data-src] {
  text-indent: -10000px;
  display: block;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100px;
  color: transparent;
}
#ceres-custom-solr-search hr,
#ceres-custom-solr-search .hr {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  border: none;
  height: 1px;
  background: #ddd;
}
#ceres-custom-solr-search .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#ceres-custom-solr-search h1,
#ceres-custom-solr-search h2,
#ceres-custom-solr-search h3,
#ceres-custom-solr-search h4,
#ceres-custom-solr-search h5,
#ceres-custom-solr-search h6,
#ceres-custom-solr-search .h3 {
  margin: 12px 0;
  font-family: inherit;
  font-weight: 300;
  line-height: 24px;
  color: inherit;
  text-rendering: optimizelegibility;
}
#ceres-custom-solr-search h1 small,
#ceres-custom-solr-search h2 small,
#ceres-custom-solr-search h3 small,
#ceres-custom-solr-search h4 small,
#ceres-custom-solr-search h5 small,
#ceres-custom-solr-search h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
#ceres-custom-solr-search h1,
#ceres-custom-solr-search h2,
#ceres-custom-solr-search h3 {
  color: #555;
}
#ceres-custom-solr-search h1 {
  font-size: 38.5px;
  font-weight: 300;
}
#ceres-custom-solr-search h1 {
  line-height: 48px;
}
#ceres-custom-solr-search h2 {
  font-size: 31.5px;
}
#ceres-custom-solr-search h3,
#ceres-custom-solr-search .h3 {
  font-size: 24.5px;
}
#ceres-custom-solr-search h2,
#ceres-custom-solr-search h3,
#ceres-custom-solr-search .h3 {
  line-height: 36px;
}
#ceres-custom-solr-search h4,
#ceres-custom-solr-search .h4 {
  font-size: 17.5px;
}
#ceres-custom-solr-search h3.small,
#ceres-custom-solr-search .h3.small {
  font-size: 20px;
  line-height: 24px;
}
#ceres-custom-solr-search h5 {
  font-size: 14px;
  font-weight: bold;
}
#ceres-custom-solr-search h6 {
  font-size: 11.9px;
  font-weight: bold;
}
#ceres-custom-solr-search h1 small {
  font-size: 24.5px;
}
#ceres-custom-solr-search h2 small {
  font-size: 17.5px;
}
#ceres-custom-solr-search h3 small {
  font-size: 14px;
}
#ceres-custom-solr-search h4 small {
  font-size: 14px;
}
#ceres-custom-solr-search p,
#ceres-custom-solr-search .p,
#ceres-custom-solr-search ul.ulSpace > li:last-child {
  margin: 0 0 12px;
}
#ceres-custom-solr-search small,
#ceres-custom-solr-search .small {
  font-size: 85%;
}
#ceres-custom-solr-search .large {
  font-size: 125%;
}
#ceres-custom-solr-search .x-large {
  font-size: 200%;
}
#ceres-custom-solr-search .xx-large {
  font-size: 300%;
}
#ceres-custom-solr-search cite {
  font-style: normal;
}
#ceres-custom-solr-search .muted {
  color: #999;
}
#ceres-custom-solr-search .text-left {
  text-align: left;
}
#ceres-custom-solr-search .text-right {
  text-align: right;
}
#ceres-custom-solr-search .text-center {
  text-align: center;
}
#ceres-custom-solr-search .text-justify {
  text-align: justify;
}
#ceres-custom-solr-search .btn + .btn,
#ceres-custom-solr-search .btn + .PlentyWebshopButton,
#ceres-custom-solr-search .PlentyWebshopButton + .btn,
#ceres-custom-solr-search .PlentyWebshopButton + .PlentyWebshopButton {
  margin-left: 5px;
}
#ceres-custom-solr-search ul,
#ceres-custom-solr-search ol {
  margin-top: 0;
  margin-bottom: 12px;
}
#ceres-custom-solr-search ul ul,
#ceres-custom-solr-search ol ul,
#ceres-custom-solr-search ul ol,
#ceres-custom-solr-search ol ol {
  margin-bottom: 0;
}
#ceres-custom-solr-search dl {
  margin-top: 0;
  margin-bottom: 12px;
}
#ceres-custom-solr-search dt,
#ceres-custom-solr-search dd {
  line-height: 1.42857143;
}
#ceres-custom-solr-search .itemDefList dt,
#ceres-custom-solr-search .itemDefList dd {
  line-height: inherit;
}
#ceres-custom-solr-search dt {
  font-weight: bold;
}
#ceres-custom-solr-search dd {
  margin-left: 0;
}
#ceres-custom-solr-search address {
  margin-bottom: 12px;
  font-style: normal;
  line-height: inherit;
}
#ceres-custom-solr-search code,
#ceres-custom-solr-search kbd,
#ceres-custom-solr-search pre,
#ceres-custom-solr-search samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1em;
}
#ceres-custom-solr-search code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
#ceres-custom-solr-search kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#ceres-custom-solr-search pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#ceres-custom-solr-search pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
#ceres-custom-solr-search .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search .container {
    width: 1170px;
  }
}
#ceres-custom-solr-search .row {
  margin-left: -15px;
  margin-right: -15px;
}
#ceres-custom-solr-search .col-xs-1,
#ceres-custom-solr-search .col-sm-1,
#ceres-custom-solr-search .col-md-1,
#ceres-custom-solr-search .col-lg-1,
#ceres-custom-solr-search .col-xs-2,
#ceres-custom-solr-search .col-sm-2,
#ceres-custom-solr-search .col-md-2,
#ceres-custom-solr-search .col-lg-2,
#ceres-custom-solr-search .col-xs-3,
#ceres-custom-solr-search .col-sm-3,
#ceres-custom-solr-search .col-md-3,
#ceres-custom-solr-search .col-lg-3,
#ceres-custom-solr-search .col-xs-4,
#ceres-custom-solr-search .col-sm-4,
#ceres-custom-solr-search .col-md-4,
#ceres-custom-solr-search .col-lg-4,
#ceres-custom-solr-search .col-xs-5,
#ceres-custom-solr-search .col-sm-5,
#ceres-custom-solr-search .col-md-5,
#ceres-custom-solr-search .col-lg-5,
#ceres-custom-solr-search .col-xs-6,
#ceres-custom-solr-search .col-sm-6,
#ceres-custom-solr-search .col-md-6,
#ceres-custom-solr-search .col-lg-6,
#ceres-custom-solr-search .col-xs-7,
#ceres-custom-solr-search .col-sm-7,
#ceres-custom-solr-search .col-md-7,
#ceres-custom-solr-search .col-lg-7,
#ceres-custom-solr-search .col-xs-8,
#ceres-custom-solr-search .col-sm-8,
#ceres-custom-solr-search .col-md-8,
#ceres-custom-solr-search .col-lg-8,
#ceres-custom-solr-search .col-xs-9,
#ceres-custom-solr-search .col-sm-9,
#ceres-custom-solr-search .col-md-9,
#ceres-custom-solr-search .col-lg-9,
#ceres-custom-solr-search .col-xs-10,
#ceres-custom-solr-search .col-sm-10,
#ceres-custom-solr-search .col-md-10,
#ceres-custom-solr-search .col-lg-10,
#ceres-custom-solr-search .col-xs-11,
#ceres-custom-solr-search .col-sm-11,
#ceres-custom-solr-search .col-md-11,
#ceres-custom-solr-search .col-lg-11,
#ceres-custom-solr-search .col-xs-12,
#ceres-custom-solr-search .col-sm-12,
#ceres-custom-solr-search .col-md-12,
#ceres-custom-solr-search .col-lg-12 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
#ceres-custom-solr-search .col-xs-1,
#ceres-custom-solr-search .col-xs-2,
#ceres-custom-solr-search .col-xs-3,
#ceres-custom-solr-search .col-xs-4,
#ceres-custom-solr-search .col-xs-5,
#ceres-custom-solr-search .col-xs-6,
#ceres-custom-solr-search .col-xs-7,
#ceres-custom-solr-search .col-xs-8,
#ceres-custom-solr-search .col-xs-9,
#ceres-custom-solr-search .col-xs-10,
#ceres-custom-solr-search .col-xs-11,
#ceres-custom-solr-search .col-xs-12 {
  float: left;
}
#ceres-custom-solr-search .col-xs-12 {
  width: 100%;
}
#ceres-custom-solr-search .col-xs-11 {
  width: 91.66666667%;
}
#ceres-custom-solr-search .col-xs-10 {
  width: 83.33333333%;
}
#ceres-custom-solr-search .col-xs-9 {
  width: 75%;
}
#ceres-custom-solr-search .col-xs-8 {
  width: 66.66666667%;
}
#ceres-custom-solr-search .col-xs-7 {
  width: 58.33333333%;
}
#ceres-custom-solr-search .col-xs-6 {
  width: 50%;
}
#ceres-custom-solr-search .col-xs-5 {
  width: 41.66666667%;
}
#ceres-custom-solr-search .col-xs-4 {
  width: 33.33333333%;
}
#ceres-custom-solr-search .col-xs-3 {
  width: 25%;
}
#ceres-custom-solr-search .col-xs-2 {
  width: 16.66666667%;
}
#ceres-custom-solr-search .col-xs-1 {
  width: 8.33333333%;
}
#ceres-custom-solr-search .col-xs-pull-12 {
  right: 100%;
}
#ceres-custom-solr-search .col-xs-pull-11 {
  right: 91.66666667%;
}
#ceres-custom-solr-search .col-xs-pull-10 {
  right: 83.33333333%;
}
#ceres-custom-solr-search .col-xs-pull-9 {
  right: 75%;
}
#ceres-custom-solr-search .col-xs-pull-8 {
  right: 66.66666667%;
}
#ceres-custom-solr-search .col-xs-pull-7 {
  right: 58.33333333%;
}
#ceres-custom-solr-search .col-xs-pull-6 {
  right: 50%;
}
#ceres-custom-solr-search .col-xs-pull-5 {
  right: 41.66666667%;
}
#ceres-custom-solr-search .col-xs-pull-4 {
  right: 33.33333333%;
}
#ceres-custom-solr-search .col-xs-pull-3 {
  right: 25%;
}
#ceres-custom-solr-search .col-xs-pull-2 {
  right: 16.66666667%;
}
#ceres-custom-solr-search .col-xs-pull-1 {
  right: 8.33333333%;
}
#ceres-custom-solr-search .col-xs-pull-0 {
  right: 0%;
}
#ceres-custom-solr-search .col-xs-push-12 {
  left: 100%;
}
#ceres-custom-solr-search .col-xs-push-11 {
  left: 91.66666667%;
}
#ceres-custom-solr-search .col-xs-push-10 {
  left: 83.33333333%;
}
#ceres-custom-solr-search .col-xs-push-9 {
  left: 75%;
}
#ceres-custom-solr-search .col-xs-push-8 {
  left: 66.66666667%;
}
#ceres-custom-solr-search .col-xs-push-7 {
  left: 58.33333333%;
}
#ceres-custom-solr-search .col-xs-push-6 {
  left: 50%;
}
#ceres-custom-solr-search .col-xs-push-5 {
  left: 41.66666667%;
}
#ceres-custom-solr-search .col-xs-push-4 {
  left: 33.33333333%;
}
#ceres-custom-solr-search .col-xs-push-3 {
  left: 25%;
}
#ceres-custom-solr-search .col-xs-push-2 {
  left: 16.66666667%;
}
#ceres-custom-solr-search .col-xs-push-1 {
  left: 8.33333333%;
}
#ceres-custom-solr-search .col-xs-push-0 {
  left: 0%;
}
#ceres-custom-solr-search .col-xs-offset-12 {
  margin-left: 100%;
}
#ceres-custom-solr-search .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
#ceres-custom-solr-search .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
#ceres-custom-solr-search .col-xs-offset-9 {
  margin-left: 75%;
}
#ceres-custom-solr-search .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
#ceres-custom-solr-search .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
#ceres-custom-solr-search .col-xs-offset-6 {
  margin-left: 50%;
}
#ceres-custom-solr-search .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
#ceres-custom-solr-search .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
#ceres-custom-solr-search .col-xs-offset-3 {
  margin-left: 25%;
}
#ceres-custom-solr-search .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
#ceres-custom-solr-search .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
#ceres-custom-solr-search .col-xs-offset-0 {
  margin-left: 0%;
}
#ceres-custom-solr-search .col-sm-1,
#ceres-custom-solr-search .col-sm-2,
#ceres-custom-solr-search .col-sm-3,
#ceres-custom-solr-search .col-sm-4,
#ceres-custom-solr-search .col-sm-5,
#ceres-custom-solr-search .col-sm-6,
#ceres-custom-solr-search .col-sm-7,
#ceres-custom-solr-search .col-sm-8,
#ceres-custom-solr-search .col-sm-9,
#ceres-custom-solr-search .col-sm-10,
#ceres-custom-solr-search .col-sm-11,
#ceres-custom-solr-search .col-sm-12,
#ceres-custom-solr-search .col-md-1,
#ceres-custom-solr-search .col-md-2,
#ceres-custom-solr-search .col-md-3,
#ceres-custom-solr-search .col-md-4,
#ceres-custom-solr-search .col-md-5,
#ceres-custom-solr-search .col-md-6,
#ceres-custom-solr-search .col-md-7,
#ceres-custom-solr-search .col-md-8,
#ceres-custom-solr-search .col-md-9,
#ceres-custom-solr-search .col-md-10,
#ceres-custom-solr-search .col-md-11,
#ceres-custom-solr-search .col-md-12 {
  float: left;
}
#ceres-custom-solr-search .col-sm-12,
#ceres-custom-solr-search .col-md-12 {
  width: 100%;
}
#ceres-custom-solr-search .col-sm-11,
#ceres-custom-solr-search .col-md-11 {
  width: 91.66666667%;
}
#ceres-custom-solr-search .col-sm-10,
#ceres-custom-solr-search .col-md-10 {
  width: 83.33333333%;
}
#ceres-custom-solr-search .col-sm-9,
#ceres-custom-solr-search .col-md-9 {
  width: 75%;
}
#ceres-custom-solr-search .col-sm-8,
#ceres-custom-solr-search .col-md-8 {
  width: 66.66666667%;
}
#ceres-custom-solr-search .col-sm-7,
#ceres-custom-solr-search .col-md-7 {
  width: 58.33333333%;
}
#ceres-custom-solr-search .col-sm-6,
#ceres-custom-solr-search .col-md-6 {
  width: 50%;
}
#ceres-custom-solr-search .col-sm-5,
#ceres-custom-solr-search .col-md-5 {
  width: 41.66666667%;
}
#ceres-custom-solr-search .col-sm-4,
#ceres-custom-solr-search .col-md-4 {
  width: 33.33333333%;
}
#ceres-custom-solr-search .col-sm-3,
#ceres-custom-solr-search .col-md-3 {
  width: 25%;
}
#ceres-custom-solr-search .col-sm-2,
#ceres-custom-solr-search .col-md-2 {
  width: 16.66666667%;
}
#ceres-custom-solr-search .col-sm-1,
#ceres-custom-solr-search .col-md-1 {
  width: 8.33333333%;
}
#ceres-custom-solr-search .col-sm-offset-12,
#ceres-custom-solr-search .col-md-offset-12 {
  margin-left: 100%;
}
#ceres-custom-solr-search .col-sm-offset-11,
#ceres-custom-solr-search .col-md-offset-11 {
  margin-left: 91.66666667%;
}
#ceres-custom-solr-search .col-sm-offset-10,
#ceres-custom-solr-search .col-md-offset-10 {
  margin-left: 83.33333333%;
}
#ceres-custom-solr-search .col-sm-offset-9,
#ceres-custom-solr-search .col-md-offset-9 {
  margin-left: 75%;
}
#ceres-custom-solr-search .col-sm-offset-8,
#ceres-custom-solr-search .col-md-offset-8 {
  margin-left: 66.66666667%;
}
#ceres-custom-solr-search .col-sm-offset-7,
#ceres-custom-solr-search .col-md-offset-7 {
  margin-left: 58.33333333%;
}
#ceres-custom-solr-search .col-sm-offset-6,
#ceres-custom-solr-search .col-md-offset-6 {
  margin-left: 50%;
}
#ceres-custom-solr-search .col-sm-offset-5,
#ceres-custom-solr-search .col-md-offset-5 {
  margin-left: 41.66666667%;
}
#ceres-custom-solr-search .col-sm-offset-4,
#ceres-custom-solr-search .col-md-offset-4 {
  margin-left: 33.33333333%;
}
#ceres-custom-solr-search .col-sm-offset-3,
#ceres-custom-solr-search .col-md-offset-3 {
  margin-left: 25%;
}
#ceres-custom-solr-search .col-sm-offset-2,
#ceres-custom-solr-search .col-md-offset-2 {
  margin-left: 16.66666667%;
}
#ceres-custom-solr-search .col-sm-offset-1,
#ceres-custom-solr-search .col-md-offset-1 {
  margin-left: 8.33333333%;
}
#ceres-custom-solr-search .col-sm-offset-0,
#ceres-custom-solr-search .col-md-offset-0 {
  margin-left: 0%;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search .col-lg-1,
  #ceres-custom-solr-search .col-lg-2,
  #ceres-custom-solr-search .col-lg-3,
  #ceres-custom-solr-search .col-lg-4,
  #ceres-custom-solr-search .col-lg-5,
  #ceres-custom-solr-search .col-lg-6,
  #ceres-custom-solr-search .col-lg-7,
  #ceres-custom-solr-search .col-lg-8,
  #ceres-custom-solr-search .col-lg-9,
  #ceres-custom-solr-search .col-lg-10,
  #ceres-custom-solr-search .col-lg-11,
  #ceres-custom-solr-search .col-lg-12 {
    float: left;
  }
  #ceres-custom-solr-search .col-lg-12 {
    width: 100%;
  }
  #ceres-custom-solr-search .col-lg-11 {
    width: 91.66666667%;
  }
  #ceres-custom-solr-search .col-lg-10 {
    width: 83.33333333%;
  }
  #ceres-custom-solr-search .col-lg-9 {
    width: 75%;
  }
  #ceres-custom-solr-search .col-lg-8 {
    width: 66.66666667%;
  }
  #ceres-custom-solr-search .col-lg-7 {
    width: 58.33333333%;
  }
  #ceres-custom-solr-search .col-lg-6 {
    width: 50%;
  }
  #ceres-custom-solr-search .col-lg-5 {
    width: 41.66666667%;
  }
  #ceres-custom-solr-search .col-lg-4 {
    width: 33.33333333%;
  }
  #ceres-custom-solr-search .col-lg-3 {
    width: 25%;
  }
  #ceres-custom-solr-search .col-lg-2 {
    width: 16.66666667%;
  }
  #ceres-custom-solr-search .col-lg-1 {
    width: 8.33333333%;
  }
  #ceres-custom-solr-search .col-lg-offset-12 {
    margin-left: 100%;
  }
  #ceres-custom-solr-search .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  #ceres-custom-solr-search .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  #ceres-custom-solr-search .col-lg-offset-9 {
    margin-left: 75%;
  }
  #ceres-custom-solr-search .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  #ceres-custom-solr-search .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  #ceres-custom-solr-search .col-lg-offset-6 {
    margin-left: 50%;
  }
  #ceres-custom-solr-search .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  #ceres-custom-solr-search .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  #ceres-custom-solr-search .col-lg-offset-3 {
    margin-left: 25%;
  }
  #ceres-custom-solr-search .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  #ceres-custom-solr-search .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  #ceres-custom-solr-search .col-lg-offset-0 {
    margin-left: 0%;
  }
}
#ceres-custom-solr-search .hide-desktop-768,
#ceres-custom-solr-search .hide-desktop-992 {
  display: none !important;
}
@media (max-width: 1199px) {
  #ceres-custom-solr-search .hide-tablet {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search .hide-desktop {
    display: none !important;
  }
}

@media (min-width: 992px){
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1151px !important;
  }
}
@media (max-width: 991px) {
  #ceres-custom-solr-search .hide-mobile-767,
  #ceres-custom-solr-search .hide-mobile-991 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #ceres-custom-solr-search .hide-mobile-767 {
    display: none !important;
  }
}
#ceres-custom-solr-search label {
  display: inline-block;
  margin-bottom: 5px;
}
#ceres-custom-solr-search input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ceres-custom-solr-search input[type="radio"],
#ceres-custom-solr-search input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px 9;
  line-height: normal;
}
#ceres-custom-solr-search input[type="file"] {
  display: block;
}
#ceres-custom-solr-search input[type="range"] {
  display: block;
  width: 100%;
}
#ceres-custom-solr-search select[multiple],
#ceres-custom-solr-search select[size] {
  height: auto;
}
#ceres-custom-solr-search input[type="file"]:focus,
#ceres-custom-solr-search input[type="radio"]:focus,
#ceres-custom-solr-search input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#ceres-custom-solr-search output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
}
#ceres-custom-solr-search .form-control,
#ceres-custom-solr-search .PlentyText,
#ceres-custom-solr-search .PlentyTextarea,
#ceres-custom-solr-search .ArticleAttrSelect,
#ceres-custom-solr-search .formControlWrapper input[type="text"],
#ceres-custom-solr-search .formControlWrapper input[type="password"],
#ceres-custom-solr-search .formControlWrapper select,
#ceres-custom-solr-search .formControlWrapper textarea,
#ceres-custom-solr-search .PlentyWebMyAccount input[type="text"],
#ceres-custom-solr-search .PlentyWebMyAccount input[type="password"],
#ceres-custom-solr-search .PlentyWebMyAccount select,
#ceres-custom-solr-search .PlentyWebMyAccount textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s,
    -moz-box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#ceres-custom-solr-search .PlentyText,
#ceres-custom-solr-search .PlentyTextarea {
  width: 100% !important;
}
#ceres-custom-solr-search .form-control:focus,
#ceres-custom-solr-search .PlentyText:focus,
#ceres-custom-solr-search .PlentyTextarea:focus,
#ceres-custom-solr-search .ArticleAttrSelect:focus,
#ceres-custom-solr-search .formControlWrapper input[type="text"]:focus,
#ceres-custom-solr-search .formControlWrapper input[type="password"]:focus,
#ceres-custom-solr-search .formControlWrapper select:focus,
#ceres-custom-solr-search .formControlWrapper textarea:focus,
#ceres-custom-solr-search .PlentyWebMyAccount input[type="text"]:focus,
#ceres-custom-solr-search .PlentyWebMyAccount input[type="password"]:focus,
#ceres-custom-solr-search .PlentyWebMyAccount select:focus,
#ceres-custom-solr-search .PlentyWebMyAccount textarea:focus,
#ceres-custom-solr-search
  .plentyAttributeSelectWrapperContent.plentyAttributeSelectHasDropdown.open
  > *,
#ceres-custom-solr-search
  .plentyAttributeSelectWrapperContent.plentyAttributeSelectHasDropdown.open:hover
  > * {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
#ceres-custom-solr-search .form-control:-moz-placeholder,
#ceres-custom-solr-search .PlentyText:-moz-placeholder,
#ceres-custom-solr-search .PlentyTextarea:-moz-placeholder,
#ceres-custom-solr-search .ArticleAttrSelect:-moz-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  input[type="text"]:-moz-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  input[type="password"]:-moz-placeholder,
#ceres-custom-solr-search .formControlWrapper select:-moz-placeholder,
#ceres-custom-solr-search .formControlWrapper textarea:-moz-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  input[type="text"]:-moz-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  input[type="password"]:-moz-placeholder,
#ceres-custom-solr-search .PlentyWebMyAccount select:-moz-placeholder,
#ceres-custom-solr-search .PlentyWebMyAccount textarea:-moz-placeholder {
  color: #999;
  opacity: 1;
}
#ceres-custom-solr-search .form-control::-moz-placeholder,
#ceres-custom-solr-search .PlentyText::-moz-placeholder,
#ceres-custom-solr-search .PlentyTextarea::-moz-placeholder,
#ceres-custom-solr-search .ArticleAttrSelect::-moz-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  input[type="text"]::-moz-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  input[type="password"]::-moz-placeholder,
#ceres-custom-solr-search .formControlWrapper select::-moz-placeholder,
#ceres-custom-solr-search .formControlWrapper textarea::-moz-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  input[type="text"]::-moz-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  input[type="password"]::-moz-placeholder,
#ceres-custom-solr-search .PlentyWebMyAccount select::-moz-placeholder,
#ceres-custom-solr-search .PlentyWebMyAccount textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#ceres-custom-solr-search .form-control:-ms-input-placeholder,
#ceres-custom-solr-search .PlentyText:-ms-input-placeholder,
#ceres-custom-solr-search .PlentyTextarea:-ms-input-placeholder,
#ceres-custom-solr-search .ArticleAttrSelect:-ms-input-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  input[type="text"]:-ms-input-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  input[type="password"]:-ms-input-placeholder,
#ceres-custom-solr-search .formControlWrapper select:-ms-input-placeholder,
#ceres-custom-solr-search .formControlWrapper textarea:-ms-input-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  input[type="text"]:-ms-input-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  input[type="password"]:-ms-input-placeholder,
#ceres-custom-solr-search .PlentyWebMyAccount select:-ms-input-placeholder,
#ceres-custom-solr-search .PlentyWebMyAccount textarea:-ms-input-placeholder {
  color: #999;
}
#ceres-custom-solr-search .form-control::-webkit-input-placeholder,
#ceres-custom-solr-search .PlentyText::-webkit-input-placeholder,
#ceres-custom-solr-search .PlentyTextarea::-webkit-input-placeholder,
#ceres-custom-solr-search .ArticleAttrSelect::-webkit-input-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  input[type="text"]::-webkit-input-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  input[type="password"]::-webkit-input-placeholder,
#ceres-custom-solr-search .formControlWrapper select::-webkit-input-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  textarea::-webkit-input-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  input[type="text"]::-webkit-input-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  input[type="password"]::-webkit-input-placeholder,
#ceres-custom-solr-search .PlentyWebMyAccount select::-webkit-input-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  textarea::-webkit-input-placeholder {
  color: #999;
}
#ceres-custom-solr-search .form-control[disabled],
#ceres-custom-solr-search .form-control[readonly],
#ceres-custom-solr-search .PlentyText[disabled],
#ceres-custom-solr-search .PlentyText[readonly],
#ceres-custom-solr-search .PlentyTextarea[disabled],
#ceres-custom-solr-search .PlentyTextarea[readonly],
#ceres-custom-solr-search .ArticleAttrSelect[disabled],
#ceres-custom-solr-search .ArticleAttrSelect[readonly],
#ceres-custom-solr-search .formControlWrapper input[disabled],
#ceres-custom-solr-search .formControlWrapper input[readonly],
#ceres-custom-solr-search .PlentyWebMyAccount input[disabled],
#ceres-custom-solr-search .PlentyWebMyAccount input[readonly],
#ceres-custom-solr-search fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
#ceres-custom-solr-search .form-control.has-error,
#ceres-custom-solr-search .form-group.has-error .form-control,
#ceres-custom-solr-search .formControlWrapper input.has-error,
#ceres-custom-solr-search .PlentyWebMyAccount input.has-error,
#ceres-custom-solr-search .PlentyText.has-error,
#ceres-custom-solr-search .PlentyTextarea.has-error,
#ceres-custom-solr-search .formControlWrapper .PlentyError input[type="text"],
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  input[type="password"],
#ceres-custom-solr-search .formControlWrapper .PlentyError select,
#ceres-custom-solr-search .formControlWrapper .PlentyError textarea,
#ceres-custom-solr-search .PlentyWebMyAccount .PlentyError input[type="text"],
#ceres-custom-solr-search
  .PlentyWebMyAccount
  .PlentyError
  input[type="password"],
#ceres-custom-solr-search .PlentyWebMyAccount .PlentyError select,
#ceres-custom-solr-search .PlentyWebMyAccount .PlentyError textarea {
  border-color: #f00;
  background-color: rgba(255, 0, 0, 0.05);
}
#ceres-custom-solr-search .form-group.has-error .control-label,
#ceres-custom-solr-search .formControlWrapper .PlentyError label {
  border-color: #f00;
}
#ceres-custom-solr-search .form-control.has-error:-moz-placeholder,
#ceres-custom-solr-search .formControlWrapper input.has-error:-moz-placeholder,
#ceres-custom-solr-search .form-group.has-error .form-control:-moz-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  input[type="text"]:-moz-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  input[type="password"]:-moz-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  select:-moz-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  textarea:-moz-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  .PlentyError
  input[type="text"]:-moz-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  .PlentyError
  input[type="password"]:-moz-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  .PlentyError
  select:-moz-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  .PlentyError
  textarea:-moz-placeholder {
  color: #f00;
  opacity: 1;
}
#ceres-custom-solr-search .formControlWrapper input.has-error::-moz-placeholder,
#ceres-custom-solr-search .form-control.has-error::-moz-placeholder,
#ceres-custom-solr-search .form-group.has-error .form-control::-moz-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  input[type="text"]::-moz-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  input[type="password"]::-moz-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  select::-moz-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  textarea::-moz-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  .PlentyError
  input[type="text"]::-moz-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  .PlentyError
  input[type="password"]::-moz-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  .PlentyError
  select::-moz-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  .PlentyError
  textarea::-moz-placeholder {
  color: #f00;
  opacity: 1;
}
#ceres-custom-solr-search
  .formControlWrapper
  input.has-error:-ms-input-placeholder,
#ceres-custom-solr-search .form-control.has-error:-ms-input-placeholder,
#ceres-custom-solr-search
  .form-group.has-error
  .form-control:-ms-input-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  input[type="text"]:-ms-input-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  input[type="password"]:-ms-input-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  select:-ms-input-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  textarea:-ms-input-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  .PlentyError
  input[type="text"]:-ms-input-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  .PlentyError
  input[type="password"]:-ms-input-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  .PlentyError
  select:-ms-input-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  .PlentyError
  textarea:-ms-input-placeholder {
  color: #f00;
}
#ceres-custom-solr-search .form-control.has-error::-webkit-input-placeholder,
#ceres-custom-solr-search .form-control.has-error::-webkit-input-placeholder,
#ceres-custom-solr-search
  .form-group.has-error
  .form-control::-webkit-input-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  input.has-error::-webkit-input-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  input[type="text"]:-webkit-input-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  input[type="password"]:-webkit-input-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  select:-webkit-input-placeholder,
#ceres-custom-solr-search
  .formControlWrapper
  .PlentyError
  textarea:-webkit-input-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  .PlentyError
  input[type="text"]:-webkit-input-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  .PlentyError
  input[type="password"]:-webkit-input-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  .PlentyError
  select:-webkit-input-placeholder,
#ceres-custom-solr-search
  .PlentyWebMyAccount
  .PlentyError
  textarea:-webkit-input-placeholder {
  color: #f00;
}
#ceres-custom-solr-search
  .PlentyMandatoryField
  + .PlentyFormValue
  > *:-moz-placeholder {
  font-weight: bold;
}
#ceres-custom-solr-search
  .PlentyMandatoryField
  + .PlentyFormValue
  > *::-moz-placeholder {
  font-weight: bold;
}
#ceres-custom-solr-search
  .PlentyMandatoryField
  + .PlentyFormValue
  > *:-ms-input-placeholder {
  font-weight: bold;
}
#ceres-custom-solr-search
  .PlentyMandatoryField
  + .PlentyFormValue
  > *:-webkit-input-placeholder {
  font-weight: bold;
}
#ceres-custom-solr-search .PlentyMandatoryField,
#ceres-custom-solr-search .PlentyMandatoryField input,
#ceres-custom-solr-search .PlentyMandatoryField textarea,
#ceres-custom-solr-search .PlentyMandatoryField select,
#ceres-custom-solr-search .PlentyMandatoryField + .PlentyFormValue > *,
#ceres-custom-solr-search .PlentySubmitFormLabel.Required > * {
  font-weight: bold;
}
#ceres-custom-solr-search textarea.form-control {
  height: auto;
}
#ceres-custom-solr-search input[type="search"] {
  -webkit-appearance: none;
}
#ceres-custom-solr-search input[type="date"] {
  line-height: 34px;
}
#ceres-custom-solr-search .form-group {
  margin-bottom: 15px;
}
#ceres-custom-solr-search .radio,
#ceres-custom-solr-search .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
#ceres-custom-solr-search .radio label,
#ceres-custom-solr-search .checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
#ceres-custom-solr-search .radio input[type="radio"],
#ceres-custom-solr-search .radio-inline input[type="radio"],
#ceres-custom-solr-search .checkbox input[type="checkbox"],
#ceres-custom-solr-search .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
#ceres-custom-solr-search .radio + .radio,
#ceres-custom-solr-search .checkbox + .checkbox {
  margin-top: -5px;
}
#ceres-custom-solr-search .radio-inline,
#ceres-custom-solr-search .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
#ceres-custom-solr-search .radio-inline + .radio-inline,
#ceres-custom-solr-search .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
#ceres-custom-solr-search input[type="radio"][disabled],
#ceres-custom-solr-search input[type="checkbox"][disabled],
#ceres-custom-solr-search .radio[disabled],
#ceres-custom-solr-search .radio-inline[disabled],
#ceres-custom-solr-search .checkbox[disabled],
#ceres-custom-solr-search .checkbox-inline[disabled],
#ceres-custom-solr-search fieldset[disabled] input[type="radio"],
#ceres-custom-solr-search fieldset[disabled] input[type="checkbox"],
#ceres-custom-solr-search fieldset[disabled] .radio,
#ceres-custom-solr-search fieldset[disabled] .radio-inline,
#ceres-custom-solr-search fieldset[disabled] .checkbox,
#ceres-custom-solr-search fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
#ceres-custom-solr-search .form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
#ceres-custom-solr-search .form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
#ceres-custom-solr-search .form-inline .input-group > .form-control {
  width: 100%;
}
#ceres-custom-solr-search .form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}
#ceres-custom-solr-search .form-inline .radio,
#ceres-custom-solr-search .form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle;
}
#ceres-custom-solr-search .form-inline .radio input[type="radio"],
#ceres-custom-solr-search .form-inline .checkbox input[type="checkbox"] {
  float: none;
  margin-left: 0;
}
#ceres-custom-solr-search .form-group.error .control-label,
#ceres-custom-solr-search .form-group.error .help-block,
#ceres-custom-solr-search .form-group.error .help-inline {
  color: #d4021d;
}
#ceres-custom-solr-search .form-group.error input,
#ceres-custom-solr-search .form-group.error select,
#ceres-custom-solr-search .form-group.error textarea {
  border-color: #d4021d;
}
#ceres-custom-solr-search .form-group.error .checkbox,
#ceres-custom-solr-search .form-group.error .radio,
#ceres-custom-solr-search .form-group.error input,
#ceres-custom-solr-search .form-group.error select,
#ceres-custom-solr-search .form-group.error textarea {
  color: #d4021d;
}
#ceres-custom-solr-search .btn,
#ceres-custom-solr-search .PlentyWebshopButton,
#ceres-custom-solr-search .PlentySubmitButton,
#ceres-custom-solr-search .LiveSearchShowMoreArticleHint input[type="button"],
#ceres-custom-solr-search .PostfinderTriggerTextLabel,
#ceres-custom-solr-search .PlentyWebMyAccount .button,
#ceres-custom-solr-search .PlentyWebMyAccount .inlineSubmitButton,
#ceres-custom-solr-search .PlentyWebMyAccount .button,
#ceres-custom-solr-search .PlentyWebMyAccount .inlineSubmitButton,
#ceres-custom-solr-search .PlentyWebMyAccount input[type="button"] {
  display: inline-block;
  *display: inline;
  height: 34px;
  padding: 5px 10px;
  margin-bottom: 0;
  *margin-left: 0.3em;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-repeat: repeat-x;
  *border: 0;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  background-image: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0.25)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ceres-custom-solr-search .btn:focus,
#ceres-custom-solr-search .btn:active:focus,
#ceres-custom-solr-search .btn.active:focus,
#ceres-custom-solr-search .PlentyWebshopButton:focus,
#ceres-custom-solr-search .PlentySubmitButton:focus,
#ceres-custom-solr-search
  .LiveSearchShowMoreArticleHint
  input[type="button"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#ceres-custom-solr-search .btn:hover,
#ceres-custom-solr-search .btn:focus,
#ceres-custom-solr-search .PlentyWebshopButton:hover,
#ceres-custom-solr-search .PlentyWebshopButton:focus,
#ceres-custom-solr-search .PlentySubmitButton:hover,
#ceres-custom-solr-search .PlentySubmitButton:focus,
#ceres-custom-solr-search
  .LiveSearchShowMoreArticleHint
  input[type="button"]:hover,
#ceres-custom-solr-search
  .LiveSearchShowMoreArticleHint
  input[type="button"]:focus,
#ceres-custom-solr-search .PostfinderTriggerTextLabel:hover,
#ceres-custom-solr-search .PostfinderTriggerTextLabel:focus,
#ceres-custom-solr-search .PlentyWebMyAccount .button:hover,
#ceres-custom-solr-search .PlentyWebMyAccount .button:focus,
#ceres-custom-solr-search .PlentyWebMyAccount .inlineSubmitButton:hover,
#ceres-custom-solr-search .PlentyWebMyAccount .inlineSubmitButton:focus,
#ceres-custom-solr-search .PlentyWebMyAccount .button:hover,
#ceres-custom-solr-search .PlentyWebMyAccount .button:focus,
#ceres-custom-solr-search .PlentyWebMyAccount .inlineSubmitButton:hover,
#ceres-custom-solr-search .PlentyWebMyAccount .inlineSubmitButton:focus,
#ceres-custom-solr-search .PlentyWebMyAccount input[type="button"]:hover,
#ceres-custom-solr-search .PlentyWebMyAccount input[type="button"]:focus {
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 -100px 0 200px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 -100px 0 200px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 -100px 0 200px rgba(255, 255, 255, 0.2);
}
#ceres-custom-solr-search .btn:active,
#ceres-custom-solr-search .btn.active,
#ceres-custom-solr-search .PlentyWebshopButton:active,
#ceres-custom-solr-search .PlentySubmitButton:active,
#ceres-custom-solr-search
  .LiveSearchShowMoreArticleHint
  input[type="button"]:active,
#ceres-custom-solr-search .PostfinderTriggerTextLabel:active,
#ceres-custom-solr-search .PlentyWebMyAccount .button:active,
#ceres-custom-solr-search .PlentyWebMyAccount .inlineSubmitButton:active,
#ceres-custom-solr-search .PlentyWebMyAccount .button:active,
#ceres-custom-solr-search .PlentyWebMyAccount .inlineSubmitButton:active,
#ceres-custom-solr-search .PlentyWebMyAccount input[type="button"]:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#ceres-custom-solr-search .btn.disabled,
#ceres-custom-solr-search .btn[disabled],
#ceres-custom-solr-search .PlentyWebshopButton.disabled,
#ceres-custom-solr-search .PlentyWebshopButton[disabled],
#ceres-custom-solr-search .btn-default.disabled,
#ceres-custom-solr-search .btn-default[disabled],
#ceres-custom-solr-search fieldset[disabled] .btn-default,
#ceres-custom-solr-search .btn-default.disabled:hover,
#ceres-custom-solr-search .btn-default[disabled]:hover,
#ceres-custom-solr-search fieldset[disabled] .btn-default:hover,
#ceres-custom-solr-search .btn-default.disabled:focus,
#ceres-custom-solr-search .btn-default[disabled]:focus,
#ceres-custom-solr-search fieldset[disabled] .btn-default:focus,
#ceres-custom-solr-search .btn-default.disabled:active,
#ceres-custom-solr-search .btn-default[disabled]:active,
#ceres-custom-solr-search fieldset[disabled] .btn-default:active,
#ceres-custom-solr-search .btn-default.disabled.active,
#ceres-custom-solr-search .btn-default[disabled].active,
#ceres-custom-solr-search fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
#ceres-custom-solr-search .btn-default,
#ceres-custom-solr-search .btn-warning {
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.2);
  color: #444;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
#ceres-custom-solr-search .btn-primary,
#ceres-custom-solr-search .btn-success,
#ceres-custom-solr-search .btn-info,
#ceres-custom-solr-search .btn-danger,
#ceres-custom-solr-search .PlentyWebshopButton,
#ceres-custom-solr-search .PlentySubmitButton,
#ceres-custom-solr-search .LiveSearchShowMoreArticleHint input[type="button"],
#ceres-custom-solr-search .PlentyWebMyAccount .button,
#ceres-custom-solr-search .PlentyWebMyAccount .inlineSubmitButton,
#ceres-custom-solr-search .PlentyWebMyAccount .button,
#ceres-custom-solr-search .PlentyWebMyAccount .inlineSubmitButton,
#ceres-custom-solr-search .PlentyWebMyAccount input[type="button"] {
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#ceres-custom-solr-search .btn-default {
  background-color: #f8f8f8;
}
#ceres-custom-solr-search .btn-primary,
#ceres-custom-solr-search .PlentyWebshopButton,
#ceres-custom-solr-search .PlentySubmitButton,
#ceres-custom-solr-search .LiveSearchShowMoreArticleHint input[type="button"],
#ceres-custom-solr-search .PlentyWebMyAccount .button,
#ceres-custom-solr-search .PlentyWebMyAccount .inlineSubmitButton,
#ceres-custom-solr-search .PlentyWebMyAccount .button,
#ceres-custom-solr-search .PlentyWebMyAccount .inlineSubmitButton,
#ceres-custom-solr-search .PlentyWebMyAccount input[type="button"] {
  background-color: #008ebd;
}
#ceres-custom-solr-search .btn-success {
  background-color: #3b0;
}
#ceres-custom-solr-search .btn-info {
  background-color: #999;
}
#ceres-custom-solr-search .btn-warning {
  background-color: #fc3;
}
#ceres-custom-solr-search .btn-danger {
  background-color: #f11;
}
#ceres-custom-solr-search .btn-default:hover,
#ceres-custom-solr-search .btn-default:focus,
#ceres-custom-solr-search .btn-default:active {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
#ceres-custom-solr-search .btn-default:hover,
#ceres-custom-solr-search .btn-default:focus,
#ceres-custom-solr-search .btn-default:active,
#ceres-custom-solr-search .btn-warning:hover,
#ceres-custom-solr-search .btn-warning:focus,
#ceres-custom-solr-search .btn-warning:active {
  color: #333;
}
#ceres-custom-solr-search .btn-primary:hover,
#ceres-custom-solr-search .btn-primary:focus,
#ceres-custom-solr-search .btn-primary:active,
#ceres-custom-solr-search .btn-success:hover,
#ceres-custom-solr-search .btn-success:focus,
#ceres-custom-solr-search .btn-success:active,
#ceres-custom-solr-search .btn-info:hover,
#ceres-custom-solr-search .btn-info:focus,
#ceres-custom-solr-search .btn-info:active,
#ceres-custom-solr-search .btn-danger:hover,
#ceres-custom-solr-search .btn-danger:focus,
#ceres-custom-solr-search .btn-danger:active,
#ceres-custom-solr-search a.PlentyWebshopButton:hover,
#ceres-custom-solr-search a.PlentyWebshopButton:focus,
#ceres-custom-solr-search .PlentySubmitButton:hover,
#ceres-custom-solr-search .PlentySubmitButton:focus,
#ceres-custom-solr-search
  .LiveSearchShowMoreArticleHint
  input[type="button"]:hover,
#ceres-custom-solr-search
  .LiveSearchShowMoreArticleHint
  input[type="button"]:focus {
  color: #fff;
}
#ceres-custom-solr-search .btn-link,
#ceres-custom-solr-search .btn-link:hover,
#ceres-custom-solr-search .btn-link:focus,
#ceres-custom-solr-search .btn-link:active {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#ceres-custom-solr-search .btn > span.fa:before,
#ceres-custom-solr-search .PlentyWebshopButton:before {
  font-size: 1.1em;
  vertical-align: middle;
  margin-right: 0.4em;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search
    .no-touch
    .isGridView
    .PlentyWebshopButton.add_basket_ajax:before {
    margin-right: 0;
  }
}
#ceres-custom-solr-search .btn.onlyIcon > span.fa:before {
  margin-right: 0;
}
#ceres-custom-solr-search .btn.btn-xs > span.fa:before {
  font-size: inherit;
}
#ceres-custom-solr-search .imageBox > img,
#ceres-custom-solr-search .imageBox > .fa {
  vertical-align: middle;
}
#ceres-custom-solr-search .imageBox > img {
  max-width: 100%;
}
#ceres-custom-solr-search .btn > .fa:before {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
#ceres-custom-solr-search .btn.fa:before {
  font-size: 24px;
  line-height: 1.5em;
}
#ceres-custom-solr-search .nav a.onlyIcon > .fa:before,
#ceres-custom-solr-search .navbar .navbar-form button > .fa:before,
#ceres-custom-solr-search button.navbar-toggle > .fa:before {
  font-size: 18px;
  vertical-align: middle;
  color: #888;
}
#ceres-custom-solr-search
  .navbar
  .navbar-form
  button.onlyIcon:hover
  > .fa:before,
#ceres-custom-solr-search
  .navbar
  .navbar-form
  button.onlyIcon:focus
  > .fa:before {
  color: #666;
}
#ceres-custom-solr-search .nav li > a:hover > .fa:before,
#ceres-custom-solr-search .nav li > a:focus > .fa:before {
  color: #666;
}
#ceres-custom-solr-search .btn-lg,
#ceres-custom-solr-search .btn-group-lg > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
#ceres-custom-solr-search .btn-sm,
#ceres-custom-solr-search .btn-group-sm > .btn {
  height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 3px;
}
#ceres-custom-solr-search .btn-xs,
#ceres-custom-solr-search .btn-group-xs > .btn {
  height: 24px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 3px;
}
#ceres-custom-solr-search .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#ceres-custom-solr-search .btn-block + .btn-block {
  margin-top: 5px;
}
#ceres-custom-solr-search input[type="submit"].btn-block,
#ceres-custom-solr-search input[type="reset"].btn-block,
#ceres-custom-solr-search input[type="button"].btn-block {
  width: 100%;
}
#ceres-custom-solr-search .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#ceres-custom-solr-search .fade.in {
  opacity: 1;
}
#ceres-custom-solr-search .collapse {
  display: none;
}
#ceres-custom-solr-search .collapse.in {
  display: block;
}
#ceres-custom-solr-search .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
#ceres-custom-solr-search .caret {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-color: #777 transparent;
  border-width: 4px;
  border-style: solid solid none solid;
}
#ceres-custom-solr-search .dropdown {
  position: relative;
}
#ceres-custom-solr-search .dropdown.bigmenu {
  position: static;
}
#ceres-custom-solr-search .dropdown-toggle:focus {
  outline: 0;
}
#ceres-custom-solr-search .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px 0;
  margin: 0px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
#ceres-custom-solr-search .bigmenu > .dropdown-menu {
  left: 0;
}
#ceres-custom-solr-search .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
#ceres-custom-solr-search .dropdown-menu .divider {
  height: 1px;
  margin: 5px 0 6px;
  overflow: hidden;
  background-color: #ddd;
}
#ceres-custom-solr-search .dropdown-menu li > a {
  display: block;
  padding: 4px 14px;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  clear: both;
  color: #333;
}
#ceres-custom-solr-search .dropdown-menu li > a {
  line-height: 20px;
}
#ceres-custom-solr-search .dropdown-menu > li > a,
#ceres-custom-solr-search .dropdown-menu > li > ul > li > a {
  margin: 0 10px;
}
#ceres-custom-solr-search .dropdown-menu li > a:hover,
#ceres-custom-solr-search .dropdown-menu li > a:focus,
#ceres-custom-solr-search .dropdown-submenu:hover > a,
#ceres-custom-solr-search .dropdown-submenu:focus > a,
#ceres-custom-solr-search .nav > li.enable-xs-sm > .dropdown-menu a:hover,
#ceres-custom-solr-search .nav > li.enable-xs-sm > .dropdown-menu a:focus {
  color: #008ebd;
  text-decoration: none;
  border-color: rgba(0, 142, 189, 0.5);
}
#ceres-custom-solr-search .dropdown-menu .active > a {
  color: #008ebd;
}
#ceres-custom-solr-search .dropdown-menu .active > a:hover,
#ceres-custom-solr-search .dropdown-menu .active > a:focus {
  text-decoration: none;
  outline: 0;
}
#ceres-custom-solr-search .dropdown-menu > .disabled > a,
#ceres-custom-solr-search .dropdown-menu > .disabled > a:hover,
#ceres-custom-solr-search .dropdown-menu > .disabled > a:focus {
  color: #999;
}
#ceres-custom-solr-search .dropdown-menu > .disabled > a:hover,
#ceres-custom-solr-search .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#ceres-custom-solr-search
  .touch
  .open
  > a[data-plenty-enable="touch"]
  + .dropdown-menu,
#ceres-custom-solr-search
  .touch
  .open
  > a[data-plenty-enable="toggle-xs-sm-or-touch"]
  + .dropdown-menu {
  display: block;
}
#ceres-custom-solr-search .dropdown-toggle:active,
#ceres-custom-solr-search .open .dropdown-toggle {
  outline: 0;
}
#ceres-custom-solr-search .dropdown-menu > li ul {
  list-style-type: none;
  margin-left: 0;
}
#ceres-custom-solr-search .dropdown-menu > li ul li > a {
  padding-left: 30px;
}
#ceres-custom-solr-search li.dropdown > ul.dropdown-menu > li ul {
  display: none;
}
#ceres-custom-solr-search li.dropdown.bigmenu > ul.dropdown-menu > li > a {
  font-weight: bold;
}
#ceres-custom-solr-search li.dropdown.bigmenu > ul.dropdown-menu > li > ul {
  display: block;
}
#ceres-custom-solr-search .open > a {
  outline: 0;
}
#ceres-custom-solr-search .dropdown-menu-right {
  left: auto;
  right: 0;
}
#ceres-custom-solr-search .dropdown-menu-left {
  left: 0;
  right: auto;
}
#ceres-custom-solr-search .dropdown-header {
  display: block;
  font-weight: bold;
}
#ceres-custom-solr-search .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
#ceres-custom-solr-search .navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
#ceres-custom-solr-search .navbar-right .dropdown-menu-left {
  left: 0;
  right: auto;
}
#ceres-custom-solr-search .btn-group,
#ceres-custom-solr-search .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#ceres-custom-solr-search .btn-group > .btn,
#ceres-custom-solr-search .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
#ceres-custom-solr-search .btn-group > .btn:hover,
#ceres-custom-solr-search .btn-group-vertical > .btn:hover,
#ceres-custom-solr-search .btn-group > .btn:focus,
#ceres-custom-solr-search .btn-group-vertical > .btn:focus,
#ceres-custom-solr-search .btn-group > .btn:active,
#ceres-custom-solr-search .btn-group-vertical > .btn:active,
#ceres-custom-solr-search .btn-group > .btn.active,
#ceres-custom-solr-search .btn-group-vertical > .btn.active {
  z-index: 2;
}
#ceres-custom-solr-search .btn-group > .btn:focus,
#ceres-custom-solr-search .btn-group-vertical > .btn:focus {
  outline: none;
}
#ceres-custom-solr-search .btn-group .btn + .btn,
#ceres-custom-solr-search .btn-group .btn + .btn-group,
#ceres-custom-solr-search .btn-group .btn-group + .btn,
#ceres-custom-solr-search .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
#ceres-custom-solr-search .btn-toolbar {
  margin-left: -5px;
}
#ceres-custom-solr-search .btn-toolbar .btn-group,
#ceres-custom-solr-search .btn-toolbar .input-group {
  float: left;
}
#ceres-custom-solr-search .btn-toolbar > .btn,
#ceres-custom-solr-search .btn-toolbar > .btn-group,
#ceres-custom-solr-search .btn-toolbar > .input-group {
  margin-left: 5px;
}
#ceres-custom-solr-search
  .btn-group
  > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
#ceres-custom-solr-search .btn-group > .btn:first-child {
  margin-left: 0;
}
#ceres-custom-solr-search
  .btn-group
  > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#ceres-custom-solr-search .btn-group > .btn:last-child:not(:first-child),
#ceres-custom-solr-search .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ceres-custom-solr-search .btn-group > .btn-group {
  float: left;
}
#ceres-custom-solr-search
  .btn-group
  > .btn-group:not(:first-child):not(:last-child)
  > .btn {
  border-radius: 0;
}
#ceres-custom-solr-search .btn-group > .btn-group:first-child > .btn:last-child,
#ceres-custom-solr-search
  .btn-group
  > .btn-group:first-child
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#ceres-custom-solr-search
  .btn-group
  > .btn-group:last-child
  > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ceres-custom-solr-search .btn-group .dropdown-toggle:active,
#ceres-custom-solr-search .btn-group.open .dropdown-toggle {
  outline: 0;
}
#ceres-custom-solr-search .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
#ceres-custom-solr-search .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
#ceres-custom-solr-search .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#ceres-custom-solr-search .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#ceres-custom-solr-search .btn .caret {
  margin-left: 0;
}
#ceres-custom-solr-search .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
#ceres-custom-solr-search .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
#ceres-custom-solr-search .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#ceres-custom-solr-search .nav ul {
  padding-left: 0;
}
#ceres-custom-solr-search .nav > li {
  display: block;
}
#ceres-custom-solr-search .nav > li > a {
  position: relative;
  display: block;
  padding: 5px;
}
#ceres-custom-solr-search .nav > li > a:hover,
#ceres-custom-solr-search .nav > li > a:focus {
  text-decoration: none;
  color: #000;
}
#ceres-custom-solr-search .nav > li.disabled > a {
  color: #999;
}
#ceres-custom-solr-search .nav > li.disabled > a:hover,
#ceres-custom-solr-search .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
}
#ceres-custom-solr-search .mainNavigation > .nav > li.active > a {
  outline: none;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0.05) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(25%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.05))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0.05) 100%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0.05) 100%
  );
  background-image: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0.05) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0.05) 100%
  );
}
#ceres-custom-solr-search .ielte9 .mainNavigation > .nav > li.active > a {
  border-bottom: 4px solid #008ebd;
  padding-bottom: 3px;
}
#ceres-custom-solr-search .nav-main .nav > li > a {
  z-index: 1005;
  float: none;
  padding: 10px 17px 9px;
  border-width: 1px;
  border-style: solid solid none;
  border-color: transparent;
  color: #555;
  text-decoration: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#ceres-custom-solr-search .nav-main .nav > li > a.onlyIcon {
  padding: 9px 15px 8px;
}
#ceres-custom-solr-search .categoryView .navbar .nav > li > a {
  z-index: auto;
}
#ceres-custom-solr-search .navbar-main > li > ul > li > ul ul {
  display: none;
}
@media (max-width: 1199px) {
  #ceres-custom-solr-search .navbar .nav > li > a {
    padding-left: 13px;
    padding-right: 13px;
  }
  #ceres-custom-solr-search .touch .navbar .nav > li > a {
    padding-left: 11px;
    padding-right: 11px;
  }
  #ceres-custom-solr-search .touch .nav a.onlyIcon {
    padding-left: 11px;
    padding-right: 11px;
  }
}
#ceres-custom-solr-search .nav > li > a,
#ceres-custom-solr-search .nav > li > a:before,
#ceres-custom-solr-search .navbarButton,
#ceres-custom-solr-search .mainNavigation > .navbar-form input[type="search"],
#ceres-custom-solr-search .fa:before,
#ceres-custom-solr-search .transition,
#ceres-custom-solr-search .transitionAfter:after,
#ceres-custom-solr-search .dropdown-menu > li > a,
#ceres-custom-solr-search .dropdown-menu > li > ul > li > a,
#ceres-custom-solr-search .dropdown-menu > li > ul > li > a:before,
#ceres-custom-solr-search .accordionListTrigger:after,
#ceres-custom-solr-search .navigationList a,
#ceres-custom-solr-search .linkBox > a,
#ceres-custom-solr-search .PlentyTagLink,
#ceres-custom-solr-search .navigationTree a .facetValueLabel,
#ceres-custom-solr-search .AvailabilityFilterElement > label,
#ceres-custom-solr-search .CharacterFilterElement > label,
#ceres-custom-solr-search .badge,
#ceres-custom-solr-search .LiveSearchCloseIconWrapper:before,
#ceres-custom-solr-search .PlentyGuiIcon.TabCloseButton:before,
#ceres-custom-solr-search .PlentyWebMyAccountOverlayClose:before,
#ceres-custom-solr-search .categoryPagination .nav a,
#ceres-custom-solr-search .categoryPagination .navbar .nav li > a {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
#ceres-custom-solr-search .itemBox:hover .itemBoxInner,
#ceres-custom-solr-search .crossSellingItem:hover .crossSellingItemInner {
  -webkit-transition: -webkit-box-shadow 300ms ease 0s;
  -webkit-transition: box-shadow 300ms ease 0s;
  -moz-transition: -moz-box-shadow 300ms ease 0s;
  -moz-transition: box-shadow 300ms ease 0s;
  -o-transition: box-shadow 300ms ease 0s;
  -ms-transition: box-shadow 300ms ease 0s;
  transition: box-shadow 300ms ease 0s;
}
#ceres-custom-solr-search .navbar .nav .caret {
  margin-top: 8px;
  margin-left: 6px;
  margin-right: -6px;
}
#ceres-custom-solr-search .no-touch .navbar .nav.navbar-main .caret {
  display: none;
}
#ceres-custom-solr-search .touch .navbar .nav.navbar-main ul .caret {
  display: none;
}
#ceres-custom-solr-search .no-touch .nav-main .nav > li:hover > a,
#ceres-custom-solr-search
  .no-touch
  .nav-main
  .navbar-information
  .nav
  > li.open
  > a,
#ceres-custom-solr-search
  .touch
  .nav-main
  .nav
  > li.open
  > a[data-plenty-enable="touch"],
#ceres-custom-solr-search
  .touch
  .nav-main
  .nav
  > li.open.active
  > a[data-plenty-enable="touch"],
#ceres-custom-solr-search
  .touch
  .nav-main
  .nav
  > li.open
  > a[data-plenty-enable="toggle-xs-sm-or-touch"],
#ceres-custom-solr-search
  .touch
  .nav-main
  .nav
  > li.open.active
  > a[data-plenty-enable="toggle-xs-sm-or-touch"] {
  text-decoration: none;
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  color: #000;
}
#ceres-custom-solr-search .nav.inverse > li:hover > a {
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
#ceres-custom-solr-search .nav > li.dropdown:hover > a,
#ceres-custom-solr-search
  .touch
  .nav
  > li.dropdown.open
  > a[data-plenty-enable="touch"],
#ceres-custom-solr-search
  .touch
  .nav
  > li.dropdown.open.active
  > a[data-plenty-enable="touch"] {
  background-image: none;
}
#ceres-custom-solr-search .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#ceres-custom-solr-search .nav > li > a > img {
  max-width: none;
}
#ceres-custom-solr-search .nav-tabs {
  border-style: none none solid;
}
#ceres-custom-solr-search .tab-content {
  border-style: none solid solid;
}
#ceres-custom-solr-search .nav-tabs,
#ceres-custom-solr-search .tab-content {
  border-width: 1px;
  border-color: #ddd;
}
#ceres-custom-solr-search .nav-tabs.extended {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
#ceres-custom-solr-search .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
#ceres-custom-solr-search .nav-tabs > li > a,
#ceres-custom-solr-search .nav-tabs > li:hover > a {
  margin-right: 2px;
  padding: 10px 15px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
#ceres-custom-solr-search .nav-tabs > li.active > a {
  cursor: default;
}
#ceres-custom-solr-search .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#ceres-custom-solr-search .nav-tabs.inverse > li > a:hover {
  border-color: rgba(255, 255, 255, 0.25);
}
#ceres-custom-solr-search .nav-tabs > li > a > .fa:before {
  color: inherit;
}
#ceres-custom-solr-search .nav-tabs > li.active > a,
#ceres-custom-solr-search .nav-tabs > li.active:hover > a,
#ceres-custom-solr-search .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
#ceres-custom-solr-search .tab-content {
  padding: 12px 15px 0;
}
#ceres-custom-solr-search .tab-content > .tab-pane {
  display: none;
}
#ceres-custom-solr-search .tab-content > .active {
  display: block;
}
#ceres-custom-solr-search .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#ceres-custom-solr-search .nav-inline > li {
  display: inline-block;
}
#ceres-custom-solr-search .navbar {
  position: relative;
}
#ceres-custom-solr-search .navbar-collapse {
  width: auto;
  border-top: 0;
  box-shadow: none;
}
#ceres-custom-solr-search .navbar-collapse.in {
  overflow-y: visible;
}
#ceres-custom-solr-search .navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
#ceres-custom-solr-search .container > .navbar-header,
#ceres-custom-solr-search .container > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
#ceres-custom-solr-search .navbar-brand {
  font-size: 18px;
  line-height: 20px;
  padding: 15px 15px;
}
#ceres-custom-solr-search .navbar-brand:hover,
#ceres-custom-solr-search .navbar-brand:focus {
  text-decoration: none;
}
#ceres-custom-solr-search .navbar-toggle {
  display: none;
  position: relative;
  float: right;
  margin: 8px 15px;
  padding: 4px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  width: 44px;
  height: 34px;
}
#ceres-custom-solr-search .navbar-toggle:focus {
  outline: none;
}
#ceres-custom-solr-search .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
#ceres-custom-solr-search .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
#ceres-custom-solr-search .navbar-nav {
  float: left;
  margin: 0;
}
#ceres-custom-solr-search .navbar-nav > li {
  float: left;
}
#ceres-custom-solr-search .navbar-nav > li > a {
  position: relative;
  line-height: 20px;
}
#ceres-custom-solr-search .mainNavigation > .navbar-nav {
  clear: left;
}
#ceres-custom-solr-search .navbar-left {
  float: left !important;
}
#ceres-custom-solr-search .navbar-right {
  float: right !important;
}
#ceres-custom-solr-search .navbar-form {
  position: relative;
  width: auto;
  border: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#ceres-custom-solr-search .navbar-form.navbar-right:last-child {
  margin-right: -15px;
}
#ceres-custom-solr-search .navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
#ceres-custom-solr-search .navbar-form .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
#ceres-custom-solr-search .navbar-form .input-group > .form-control {
  width: 100%;
}
#ceres-custom-solr-search .navbar-form .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}
#ceres-custom-solr-search .navbar-form .radio,
#ceres-custom-solr-search .navbar-form .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle;
}
#ceres-custom-solr-search .navbar-form .radio input[type="radio"],
#ceres-custom-solr-search .navbar-form .checkbox input[type="checkbox"] {
  float: none;
  margin-left: 0;
}
#ceres-custom-solr-search .navbar-form .has-feedback .form-control-feedback {
  top: 0;
}
#ceres-custom-solr-search .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#ceres-custom-solr-search .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
#ceres-custom-solr-search .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ceres-custom-solr-search .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
#ceres-custom-solr-search .navbar-default .navbar-brand:hover,
#ceres-custom-solr-search .navbar-default .navbar-brand:focus {
  background-color: transparent;
}
#ceres-custom-solr-search .navbar-default .navbar-nav > .active > a,
#ceres-custom-solr-search .navbar-default .navbar-nav > .active > a:hover,
#ceres-custom-solr-search .navbar-default .navbar-nav > .active > a:focus {
  color: #008ebd;
}
#ceres-custom-solr-search .navbar-default .navbar-nav > .disabled > a,
#ceres-custom-solr-search .navbar-default .navbar-nav > .disabled > a:hover,
#ceres-custom-solr-search .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
#ceres-custom-solr-search .navbar-default .navbar-toggle {
  border-color: #ccc;
}
#ceres-custom-solr-search .navbar-default .navbar-toggle:hover,
#ceres-custom-solr-search .navbar-default .navbar-toggle:focus {
  background-color: #eee;
}
#ceres-custom-solr-search .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
#ceres-custom-solr-search .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}
#ceres-custom-solr-search .badge:empty {
  display: none;
}
#ceres-custom-solr-search .btn .badge {
  position: relative;
  top: -1px;
}
#ceres-custom-solr-search .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
#ceres-custom-solr-search a.badge:hover,
#ceres-custom-solr-search a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#ceres-custom-solr-search a.list-group-item.active > .badge,
#ceres-custom-solr-search .nav-pills > .active > a > .badge {
  color: #008ebd;
  background-color: #fff;
}
#ceres-custom-solr-search .close,
#ceres-custom-solr-search .LiveSearchCloseIconWrapper:before,
#ceres-custom-solr-search .PlentyGuiIcon.TabCloseButton:before,
#ceres-custom-solr-search .PlentyWebMyAccountOverlayClose:before,
#ceres-custom-solr-search .PlentyWebshopOverlayClose:before {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
#ceres-custom-solr-search a.PlentyWebshopOverlayClose:hover {
  text-decoration: none;
}
#ceres-custom-solr-search .PlentyWebshopPopupCloseButton {
  float: right;
}
#ceres-custom-solr-search .PlentyWebshopOverlayClose:before {
  line-height: 11px;
}
#ceres-custom-solr-search .close {
  float: right;
}
#ceres-custom-solr-search .close:hover,
#ceres-custom-solr-search .close:focus,
#ceres-custom-solr-search .LiveSearchCloseIconWrapper:hover:before,
#ceres-custom-solr-search .PlentyGuiIcon.TabCloseButton:hover:before,
#ceres-custom-solr-search .PlentyWebMyAccountOverlayClose:hover:before,
#ceres-custom-solr-search .PlentyWebshopOverlayClose:hover:before {
  text-decoration: none;
  cursor: pointer;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
#ceres-custom-solr-search button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
#ceres-custom-solr-search .modal {
  display: none;
  overflow: auto;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#ceres-custom-solr-search body.no-js > noscript > .modal {
  display: block;
}
#ceres-custom-solr-search .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#ceres-custom-solr-search .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#ceres-custom-solr-search .modal-dialog {
  position: relative;
  width: 600px;
  margin: 30px auto;
}
#ceres-custom-solr-search .modal-content {
  position: relative;
}
#ceres-custom-solr-search .modal-content,
#ceres-custom-solr-search .pmPopup,
#ceres-custom-solr-search .PlentyWebMyAccountPopupContainer,
#ceres-custom-solr-search .PlentyWebMyAccountAdviceContainer,
#ceres-custom-solr-search
  .PlentyWebMyAccountDisplayOrdersShippingDetailsContainer,
#ceres-custom-solr-search .ui-datepicker,
#ceres-custom-solr-search .PlentyWebshopPopup {
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
#ceres-custom-solr-search .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10040;
  background-color: #000;
}
#ceres-custom-solr-search .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
#ceres-custom-solr-search .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#ceres-custom-solr-search .modal-header,
#ceres-custom-solr-search
  .PlentyWebMyAccountPopupContainer
  > div
  > div:first-child,
#ceres-custom-solr-search
  .PlentyWebMyAccountDisplayOrdersShippingDetailsContainer
  > div.PlentyFormBox
  > div.PlentyWebMyAccountPopupTitleContainer,
#ceres-custom-solr-search .ui-datepicker-header,
#ceres-custom-solr-search .PlentyWebshopPopupHeader,
#ceres-custom-solr-search .PlentyWebshopPopupTitleContainer {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  min-height: 16.42857143px;
}
#ceres-custom-solr-search .modal-header .close {
  margin-top: -2px;
}
#ceres-custom-solr-search .autocloseTimer {
  float: right;
  margin: -2px 6px 0 0;
  font-size: 13px;
  font-weight: normal;
  color: #888;
}
#ceres-custom-solr-search .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
#ceres-custom-solr-search .modal-body,
#ceres-custom-solr-search .PlentyWebMyAccountPopupContainer > div > div + div,
#ceres-custom-solr-search
  .PlentyWebMyAccountDisplayOrdersShippingDetailsContainer
  > div.PlentyFormBox
  > div.PlentyWebMyAccountPopupTitleContainer
  + div,
#ceres-custom-solr-search .PlentyWebshopPopupContent {
  position: relative;
  padding: 20px;
}
#ceres-custom-solr-search .modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e0e0e0;
}
#ceres-custom-solr-search .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
#ceres-custom-solr-search .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
#ceres-custom-solr-search .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
#ceres-custom-solr-search .modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#ceres-custom-solr-search .modal-sm {
  width: 300px;
}
#ceres-custom-solr-search .modal-lg {
  width: 900px;
}
#ceres-custom-solr-search .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
#ceres-custom-solr-search .tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
#ceres-custom-solr-search .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
#ceres-custom-solr-search .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
#ceres-custom-solr-search .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
#ceres-custom-solr-search .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
#ceres-custom-solr-search .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
#ceres-custom-solr-search .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#ceres-custom-solr-search .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
#ceres-custom-solr-search .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
#ceres-custom-solr-search .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
#ceres-custom-solr-search .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
#ceres-custom-solr-search .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
#ceres-custom-solr-search .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
#ceres-custom-solr-search .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
#ceres-custom-solr-search .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
#ceres-custom-solr-search .clearfix:before,
#ceres-custom-solr-search .clearfix:after,
#ceres-custom-solr-search .container:before,
#ceres-custom-solr-search .container:after,
#ceres-custom-solr-search .row:before,
#ceres-custom-solr-search .row:after,
#ceres-custom-solr-search .form-horizontal .form-group:before,
#ceres-custom-solr-search .form-horizontal .form-group:after,
#ceres-custom-solr-search .btn-toolbar:before,
#ceres-custom-solr-search .btn-toolbar:after,
#ceres-custom-solr-search .btn-group-vertical > .btn-group:before,
#ceres-custom-solr-search .btn-group-vertical > .btn-group:after,
#ceres-custom-solr-search .nav:before,
#ceres-custom-solr-search .nav:after,
#ceres-custom-solr-search .navbar:before,
#ceres-custom-solr-search .navbar:after,
#ceres-custom-solr-search .navbar-header:before,
#ceres-custom-solr-search .navbar-header:after,
#ceres-custom-solr-search .navbar-collapse:before,
#ceres-custom-solr-search .navbar-collapse:after,
#ceres-custom-solr-search .pager:before,
#ceres-custom-solr-search .pager:after,
#ceres-custom-solr-search .panel-body:before,
#ceres-custom-solr-search .panel-body:after,
#ceres-custom-solr-search .modal-footer:before,
#ceres-custom-solr-search .modal-footer:after {
  content: " ";
  display: table;
}
#ceres-custom-solr-search .clearfix:after,
#ceres-custom-solr-search .container:after,
#ceres-custom-solr-search .row:after,
#ceres-custom-solr-search .form-horizontal .form-group:after,
#ceres-custom-solr-search .btn-toolbar:after,
#ceres-custom-solr-search .btn-group-vertical > .btn-group:after,
#ceres-custom-solr-search .nav:after,
#ceres-custom-solr-search .navbar:after,
#ceres-custom-solr-search .navbar-header:after,
#ceres-custom-solr-search .navbar-collapse:after,
#ceres-custom-solr-search .pager:after,
#ceres-custom-solr-search .panel-body:after,
#ceres-custom-solr-search .modal-footer:after,
#ceres-custom-solr-search .PlentyWebshopClear {
  clear: both;
}
#ceres-custom-solr-search .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#ceres-custom-solr-search .pull-right {
  float: right !important;
}
#ceres-custom-solr-search .pull-left {
  float: left !important;
}
#ceres-custom-solr-search .hide {
  display: none !important;
}
#ceres-custom-solr-search .show {
  display: block !important;
}
#ceres-custom-solr-search .invisible {
  visibility: hidden;
}
#ceres-custom-solr-search .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#ceres-custom-solr-search .hidden {
  display: none !important;
  visibility: hidden !important;
}
#ceres-custom-solr-search .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
#ceres-custom-solr-search .visible-xs,
#ceres-custom-solr-search .visible-sm,
#ceres-custom-solr-search .visible-md,
#ceres-custom-solr-search .visible-lg {
  display: none !important;
}
@media (max-width: 1199px) {
  #ceres-custom-solr-search .visible-md {
    display: block !important;
  }
  #ceres-custom-solr-search table.visible-md {
    display: table;
  }
  #ceres-custom-solr-search tr.visible-md {
    display: table-row !important;
  }
  #ceres-custom-solr-search th.visible-md,
  #ceres-custom-solr-search td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search .visible-lg {
    display: block !important;
  }
  #ceres-custom-solr-search table.visible-lg {
    display: table;
  }
  #ceres-custom-solr-search tr.visible-lg {
    display: table-row !important;
  }
  #ceres-custom-solr-search th.visible-lg,
  #ceres-custom-solr-search td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 1199px) {
  #ceres-custom-solr-search .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search .hidden-lg {
    display: none !important;
  }
}
#ceres-custom-solr-search .visible-print {
  display: none !important;
}
@media print {
  #ceres-custom-solr-search .visible-print {
    display: block !important;
  }
  #ceres-custom-solr-search table.visible-print {
    display: table;
  }
  #ceres-custom-solr-search tr.visible-print {
    display: table-row !important;
  }
  #ceres-custom-solr-search th.visible-print,
  #ceres-custom-solr-search td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  #ceres-custom-solr-search .hidden-print {
    display: none !important;
  }
}
#ceres-custom-solr-search .bg-danger {
  background-color: #f2dede;
}
#ceres-custom-solr-search .text-danger {
  color: #a94442;
}
#ceres-custom-solr-search .bg-warning {
  background-color: #fcf8e3;
}
#ceres-custom-solr-search .text-warning {
  color: #8a6d3b;
}
#ceres-custom-solr-search .nav-main {
  border-width: 1px;
  border-style: none none solid;
  border-color: #ddd;
}
#ceres-custom-solr-search .mainNavigation {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
#ceres-custom-solr-search .mainNavigation .nav > li + li > a {
  margin-left: -1px;
}
#ceres-custom-solr-search .mainNavigation .nav > li > a:after,
#ceres-custom-solr-search .mainNavigation .nav:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: -1px;
  width: 1px;
  height: 40px;
  background: #ddd;
}
#ceres-custom-solr-search .mainNavigation .nav > li > a {
  height: 40px;
}
#ceres-custom-solr-search .nav.navbar-nav:after {
  right: auto;
  left: 0;
}
#ceres-custom-solr-search .no-touch .nav > li.dropdown:hover > a:before,
#ceres-custom-solr-search
  .no-touch
  .navbar-information
  .nav
  > li.dropdown.open
  > a:before,
#ceres-custom-solr-search
  .touch
  .nav
  > li.dropdown.open
  > a[data-plenty-enable="touch"]:before,
#ceres-custom-solr-search
  .touch
  .nav
  > li.dropdown.open
  > a[data-plenty-enable="toggle-xs-sm-or-touch"]:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 33px;
  width: auto;
  height: 12px;
  background: #fff;
}
#ceres-custom-solr-search .no-touch .navbar .nav > li.dropdown:hover > ul,
#ceres-custom-solr-search
  .no-touch
  .navbar
  .navbar-information
  .nav
  > li.dropdown.open
  > ul {
  display: block;
}
#ceres-custom-solr-search .mainNavigation > .navbar-form {
  padding-top: 5px;
  padding-right: 0;
  margin: 0;
}
#ceres-custom-solr-search .mainNavigation > .navbar-form input[type="search"],
#ceres-custom-solr-search .mainNavigation > .navbar-form button {
  border-color: rgba(0, 0, 0, 0.15);
  vertical-align: middle;
}
#ceres-custom-solr-search .mainNavigation > .navbar-form input[type="search"] {
  width: 230px;
  height: 30px;
  margin: 0;
  border-right-style: none;
  background-color: transparent;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.075) inset;
}
@media (max-width: 1199px) {
  #ceres-custom-solr-search
    .mainNavigation
    > .navbar-form
    input[type="search"] {
    width: 150px;
  }
}
#ceres-custom-solr-search
  .mainNavigation
  > .navbar-form
  input[type="search"]:hover {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
}
#ceres-custom-solr-search
  .mainNavigation
  > .navbar-form
  input[type="search"]:focus {
  background-color: rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
}
#ceres-custom-solr-search .mainNavigation > .navbar-form button {
  width: 34px;
  height: 30px;
  border-style: solid;
  border-width: 1px;
  padding: 0;
  background-color: transparent;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#ceres-custom-solr-search .mainNavigation > .navbar-form button:active {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
}
#ceres-custom-solr-search .dropdown.bigmenu > ul.dropdown-menu {
  width: 100%;
  padding: 10px 0 15px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1px;
  -moz-column-gap: 1px;
  column-gap: 1px;
  -webkit-column-rule: 1px solid #e0e0e0;
  -moz-column-rule: 1px solid #e0e0e0;
  column-rule: 1px solid #e0e0e0;
}
#ceres-custom-solr-search .dropdown.bigmenu > ul.dropdown-menu > li {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  vertical-align: top;
  column-break-after: auto;
}
#ceres-custom-solr-search .ielte9 .dropdown.bigmenu > ul.dropdown-menu > li {
  display: block;
  float: left;
  width: 25%;
}
#ceres-custom-solr-search
  .ielte9
  .dropdown.bigmenu
  > ul.dropdown-menu
  > li
  + li:before {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  bottom: 20px;
  width: 1px;
  background-color: #e0e0e0;
}
#ceres-custom-solr-search .liveSearch {
  position: absolute;
  display: none;
  top: 40px;
  right: 0;
  z-index: 10020;
  width: 100%;
}
@media (max-width: 1199px) {
  #ceres-custom-solr-search .liveSearch {
    width: 300px;
  }
}
#ceres-custom-solr-search .liveSearch > fieldset {
  width: auto !important;
  margin: 0 !important;
  border: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
}
#ceres-custom-solr-search .liveSearch table,
#ceres-custom-solr-search .liveSearch tbody,
#ceres-custom-solr-search .liveSearch tr,
#ceres-custom-solr-search .liveSearch td,
#ceres-custom-solr-search .LiveSearchArticleName,
#ceres-custom-solr-search .LiveSearchArticleName > a,
#ceres-custom-solr-search .LiveSearchShowMoreArticleHint {
  display: block;
}
#ceres-custom-solr-search .liveSearch tr:first-child > td:first-child {
  padding: 6px 40px 6px 15px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  color: #444;
  text-indent: -100000px;
}
#ceres-custom-solr-search .liveSearch tr:first-child > td + td {
  position: absolute;
  top: 11px;
  right: 8px;
  height: 16px;
  line-height: 16px;
}
#ceres-custom-solr-search .LiveSearchCloseIconWrapper {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
#ceres-custom-solr-search .LiveSearchCloseIconWrapper:before,
#ceres-custom-solr-search .PlentyGuiIcon.TabCloseButton:before,
#ceres-custom-solr-search .PlentyWebMyAccountOverlayClose:before,
#ceres-custom-solr-search .PlentyWebshopOverlayClose:before {
  content: "\00d7";
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
}
#ceres-custom-solr-search .LiveSearchCloseIconWrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 11px;
}
#ceres-custom-solr-search .LiveSearchCloseIconWrapper > img {
  position: absolute;
  top: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#ceres-custom-solr-search .liveSearch tr + tr {
  padding: 6px 12px;
  line-height: 18px;
}
#ceres-custom-solr-search .liveSearch tr + tr:after {
  content: "";
  display: table;
  clear: both;
}
#ceres-custom-solr-search .liveSearch tr + tr > td {
  padding: 0 3px;
}
#ceres-custom-solr-search .liveSearch tr + tr > td:first-child {
  float: left;
  width: 25%;
}
#ceres-custom-solr-search .liveSearch tr + tr > td + td {
  float: right;
  clear: right;
  width: 75%;
  text-align: left !important;
}
#ceres-custom-solr-search .LiveSearchImage {
  display: block;
}
#ceres-custom-solr-search .LiveSearchImage > img {
  max-width: 100% !important;
  max-height: 100px !important;
}
#ceres-custom-solr-search .liveSearch tr + tr > td + td br,
#ceres-custom-solr-search .LiveSearchVAT,
#ceres-custom-solr-search .LiveSearchShippingHandling {
  display: none;
}
#ceres-custom-solr-search .liveSearch tr + tr:last-child > td[colspan="3"] {
  float: none;
  width: auto;
}
#ceres-custom-solr-search .LiveSearchShowMoreArticleHint > div {
  padding-top: 6px !important;
  border-top: 1px solid #ddd;
}
#ceres-custom-solr-search .nav > li > a > .fa:before {
  font-size: 16px;
  line-height: inherit;
  vertical-align: middle;
}
#ceres-custom-solr-search .imageBox.inverse .imageTextBox *,
#ceres-custom-solr-search .bgImgBox.inverse * {
  color: #fff;
  text-shadow: 0 0 0.5em #000, 0 0 0.1em rgba(0, 0, 0, 1),
    0 0 1px rgba(0, 0, 0, 1);
}
#ceres-custom-solr-search .imageBox.inverse,
#ceres-custom-solr-search .imageBox.inverse h1,
#ceres-custom-solr-search .imageBox.inverse h2,
#ceres-custom-solr-search .imageBox.inverse h3 {
  color: #fff;
}
#ceres-custom-solr-search .headerBox h1,
#ceres-custom-solr-search .headerBox h2 {
  font-size: 1.5rem;
  line-height: 1.25em;
}
#ceres-custom-solr-search .headerBox p {
  font-size: 1.1rem;
  line-height: 1.25em;
}
@media (max-width: 1199px) {
  #ceres-custom-solr-search .headerBox h1,
  #ceres-custom-solr-search .headerBox h2 {
    font-size: 3rem;
  }
  #ceres-custom-solr-search .headerBox p {
    font-size: 1.25rem;
  }
  #ceres-custom-solr-search .headerBox .large {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search .headerBox h1,
  #ceres-custom-solr-search .headerBox h2 {
    font-size: 4rem;
  }
  #ceres-custom-solr-search .headerBox p {
    font-size: 1.5rem;
  }
  #ceres-custom-solr-search .headerBox .large {
    font-size: 2.8rem;
  }
}
#ceres-custom-solr-search .image-list {
  list-style: none;
  padding: 0;
  text-align: center;
}
#ceres-custom-solr-search .image-list > li {
  display: inline-block;
  margin: 2px 12px;
  vertical-align: middle;
}
#ceres-custom-solr-search footer {
  margin-top: 64px;
  padding: 12px 0 36px;
  border-top: 1px solid #ddd;
  color: #999;
}
#ceres-custom-solr-search footer a,
#ceres-custom-solr-search footer a:hover,
#ceres-custom-solr-search footer a:focus {
  color: inherit;
}
#ceres-custom-solr-search footer strong {
  font-weight: normal;
  text-transform: uppercase;
  color: #444;
  text-rendering: optimizelegibility;
}
#ceres-custom-solr-search footer hr {
  margin: 10px 0;
}
#ceres-custom-solr-search .breadcrumbsContainer {
  position: relative;
  z-index: 21;
  height: 35px;
  margin-bottom: -35px;
  overflow: hidden;
  background-color: #e0e0e0;
  background-color: rgba(255, 255, 255, 0.7);
}
#ceres-custom-solr-search .breadcrumbsContainer.inverse {
  background: transparent;
}
#ceres-custom-solr-search .breadcrumbs {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style-type: none;
  margin: 7px 0 0;
  padding: 0;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #000;
}
#ceres-custom-solr-search .breadcrumbs > li {
  display: inline-block;
}
#ceres-custom-solr-search .breadcrumbs > li > a,
#ceres-custom-solr-search .inverse .breadcrumbs > li > a:hover,
#ceres-custom-solr-search .inverse .breadcrumbs > li > a:focus {
  color: inherit;
}
#ceres-custom-solr-search .breadcrumbs > li > a:hover,
#ceres-custom-solr-search .breadcrumbs > li > a:focus {
  color: #000;
}
#ceres-custom-solr-search .inverse .breadcrumbs {
  color: #fff;
}
#ceres-custom-solr-search .block,
#ceres-custom-solr-search .h3,
#ceres-custom-solr-search .p {
  display: block;
}
#ceres-custom-solr-search .inlineBlock {
  display: inline-block;
}
#ceres-custom-solr-search .hiddenText {
  text-indent: -100000px;
}
#ceres-custom-solr-search .center {
  text-align: center;
}
#ceres-custom-solr-search .right {
  text-align: right;
}
#ceres-custom-solr-search .normal {
  font-weight: normal;
}
#ceres-custom-solr-search .small {
  font-size: 85%;
}
@media (max-width: 1199px) {
  #ceres-custom-solr-search .h-md-1 {
    height: 80.83px;
  }
  #ceres-custom-solr-search .h-md-2 {
    height: 131.67px;
  }
  #ceres-custom-solr-search .h-md-3 {
    height: 212.5px;
  }
  #ceres-custom-solr-search .h-md-4 {
    height: 293.33px;
  }
  #ceres-custom-solr-search .h-md-5 {
    height: 374.16px;
  }
  #ceres-custom-solr-search .h-md-6 {
    height: 455px;
  }
  #ceres-custom-solr-search .h-md-1.adapt-line-height {
    line-height: 80.83px;
  }
  #ceres-custom-solr-search .h-md-2.adapt-line-height {
    line-height: 131.67px;
  }
  #ceres-custom-solr-search .h-md-3.adapt-line-height {
    line-height: 212.5px;
  }
  #ceres-custom-solr-search .h-md-4.adapt-line-height {
    line-height: 293.33px;
  }
  #ceres-custom-solr-search .h-md-5.adapt-line-height {
    line-height: 374.16px;
  }
  #ceres-custom-solr-search .h-md-6.adapt-line-height {
    line-height: 455px;
  }
  #ceres-custom-solr-search .max-h-md-1 {
    max-height: 80.83px;
  }
  #ceres-custom-solr-search .max-h-md-2 {
    max-height: 131.67px;
  }
  #ceres-custom-solr-search .max-h-md-3 {
    max-height: 212.5px;
  }
  #ceres-custom-solr-search .max-h-md-4 {
    max-height: 293.33px;
  }
  #ceres-custom-solr-search .max-h-md-5 {
    max-height: 374.16px;
  }
  #ceres-custom-solr-search .max-h-md-6 {
    max-height: 455px;
  }
  #ceres-custom-solr-search .h-md-offset-0 {
    margin-top: 0;
  }
  #ceres-custom-solr-search .h-md-offset-025 {
    margin-top: 20px;
  }
  #ceres-custom-solr-search .h-md-offset-05 {
    margin-top: 40px;
  }
  #ceres-custom-solr-search .h-md-offset-075 {
    margin-top: 60px;
  }
  #ceres-custom-solr-search .h-md-offset-1 {
    margin-top: 80.83px;
  }
  #ceres-custom-solr-search .h-md-offset-2 {
    margin-top: 131.67px;
  }
  #ceres-custom-solr-search .h-md-offset-3 {
    margin-top: 212.5px;
  }
  #ceres-custom-solr-search .h-md-offset-4 {
    margin-top: 293.33px;
  }
  #ceres-custom-solr-search .h-md-offset-5 {
    margin-top: 374.16px;
  }
  #ceres-custom-solr-search .h-md-offset-6 {
    margin-top: 455px;
  }
  #ceres-custom-solr-search .h-md-offset-bot-0 {
    margin-bottom: 0;
  }
  #ceres-custom-solr-search .h-md-offset-bot-025 {
    margin-bottom: 20px;
  }
  #ceres-custom-solr-search .h-md-offset-bot-05 {
    margin-bottom: 40px;
  }
  #ceres-custom-solr-search .h-md-offset-bot-075 {
    margin-bottom: 60px;
  }
  #ceres-custom-solr-search .h-md-offset-bot-1 {
    margin-bottom: 80.83px;
  }
  #ceres-custom-solr-search .h-md-offset-bot-2 {
    margin-bottom: 131.67px;
  }
  #ceres-custom-solr-search .h-md-offset-bot-3 {
    margin-bottom: 212.5px;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search .h-lg-1 {
    height: 97.5px;
  }
  #ceres-custom-solr-search .h-lg-2 {
    height: 165px;
  }
  #ceres-custom-solr-search .h-lg-3 {
    height: 262.5px;
  }
  #ceres-custom-solr-search .h-lg-4 {
    height: 360px;
  }
  #ceres-custom-solr-search .h-lg-5 {
    height: 457.5px;
  }
  #ceres-custom-solr-search .h-lg-6 {
    height: 555px;
  }
  #ceres-custom-solr-search .h-lg-1.adapt-line-height {
    line-height: 97.5px;
  }
  #ceres-custom-solr-search .h-lg-2.adapt-line-height {
    line-height: 165px;
  }
  #ceres-custom-solr-search .h-lg-3.adapt-line-height {
    line-height: 262.5px;
  }
  #ceres-custom-solr-search .h-lg-4.adapt-line-height {
    line-height: 360px;
  }
  #ceres-custom-solr-search .h-lg-5.adapt-line-height {
    line-height: 457.5px;
  }
  #ceres-custom-solr-search .h-lg-6.adapt-line-height {
    line-height: 555px;
  }
  #ceres-custom-solr-search .max-h-lg-1 {
    max-height: 97.5px;
  }
  #ceres-custom-solr-search .max-h-lg-2 {
    max-height: 165px;
  }
  #ceres-custom-solr-search .max-h-lg-3 {
    max-height: 262.5px;
  }
  #ceres-custom-solr-search .max-h-lg-4 {
    max-height: 360px;
  }
  #ceres-custom-solr-search .max-h-lg-5 {
    max-height: 457.5px;
  }
  #ceres-custom-solr-search .max-h-lg-6 {
    max-height: 555px;
  }
  #ceres-custom-solr-search .h-lg-offset-0 {
    margin-top: 0;
  }
  #ceres-custom-solr-search .h-lg-offset-025 {
    margin-top: 24px;
  }
  #ceres-custom-solr-search .h-lg-offset-05 {
    margin-top: 49px;
  }
  #ceres-custom-solr-search .h-lg-offset-075 {
    margin-top: 74px;
  }
  #ceres-custom-solr-search .h-lg-offset-1 {
    margin-top: 97.5px;
  }
  #ceres-custom-solr-search .h-lg-offset-2 {
    margin-top: 165px;
  }
  #ceres-custom-solr-search .h-lg-offset-3 {
    margin-top: 262.5px;
  }
  #ceres-custom-solr-search .h-lg-offset-4 {
    margin-top: 360px;
  }
  #ceres-custom-solr-search .h-lg-offset-5 {
    margin-top: 457.5px;
  }
  #ceres-custom-solr-search .h-lg-offset-6 {
    margin-top: 555px;
  }
  #ceres-custom-solr-search .h-lg-offset-bot-0 {
    margin-bottom: 0;
  }
  #ceres-custom-solr-search .h-lg-offset-bot-025 {
    margin-bottom: 24px;
  }
  #ceres-custom-solr-search .h-lg-offset-bot-05 {
    margin-bottom: 48px;
  }
  #ceres-custom-solr-search .h-lg-offset-bot-075 {
    margin-bottom: 64px;
  }
  #ceres-custom-solr-search .h-lg-offset-bot-1 {
    margin-bottom: 97.5px;
  }
  #ceres-custom-solr-search .h-lg-offset-bot-2 {
    margin-bottom: 165px;
  }
  #ceres-custom-solr-search .h-lg-offset-bot-3 {
    margin-bottom: 262.5px;
  }
}
#ceres-custom-solr-search .hideOverflow {
  overflow: hidden;
}
#ceres-custom-solr-search .hideOverflow > input[type="file"] {
  max-width: 100%;
}
#ceres-custom-solr-search .uppercase {
  text-transform: uppercase;
}
#ceres-custom-solr-search .navigationTree ul {
  list-style-type: none;
}
#ceres-custom-solr-search .navigationTree ul {
  padding: 0 0 0 18px;
}
#ceres-custom-solr-search .js .navigationTree ul {
  display: none;
}
#ceres-custom-solr-search .js .navigationTree > ul,
#ceres-custom-solr-search .navigationTree .open > ul {
  display: block;
}
#ceres-custom-solr-search .navigationTree > ul {
  padding: 0;
}
#ceres-custom-solr-search .navigationTree li {
  position: relative;
}
#ceres-custom-solr-search .openCloseToggle {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  height: 24px;
  left: 0;
  width: 18px;
}
#ceres-custom-solr-search .openCloseToggle:before,
#ceres-custom-solr-search li.open.animating > .openCloseToggle:before {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 3px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid none solid solid;
  border-color: transparent #ccc;
}
#ceres-custom-solr-search .no-touch .openCloseToggle:hover:before,
#ceres-custom-solr-search
  .no-touch
  li.open.animating
  > .openCloseToggle:hover:before {
  border-color: transparent #008ebd;
}
#ceres-custom-solr-search li.open > .openCloseToggle:before,
#ceres-custom-solr-search li.animating > .openCloseToggle:before {
  border-style: solid solid none solid;
  border-color: #ccc transparent;
}
#ceres-custom-solr-search .no-touch li.open > .openCloseToggle:hover:before,
#ceres-custom-solr-search
  .no-touch
  li.animating
  > .openCloseToggle:hover:before {
  border-color: #008ebd transparent;
}
@media only screen {
  #ceres-custom-solr-search .openCloseToggle:before {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
  }
  #ceres-custom-solr-search .openCloseToggle:before,
  #ceres-custom-solr-search li.open.animating > .openCloseToggle:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #ceres-custom-solr-search li.open > .openCloseToggle:before,
  #ceres-custom-solr-search li.animating > .openCloseToggle:before {
    border-style: solid none solid solid;
    border-color: transparent #ccc;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #ceres-custom-solr-search .no-touch li.open > .openCloseToggle:hover:before,
  #ceres-custom-solr-search
    .no-touch
    li.animating
    > .openCloseToggle:hover:before {
    border-color: transparent #008ebd;
  }
}
#ceres-custom-solr-search .navigationTree a.treeLink,
#ceres-custom-solr-search .facetValueLabel,
#ceres-custom-solr-search .AvailabilityFilterElement > label,
#ceres-custom-solr-search .CharacterFilterElement > label {
  display: block;
  margin: 0;
  padding: 2px 2px 2px 1px;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 18px;
  color: inherit;
  text-decoration: none;
  word-wrap: break-word;
  cursor: pointer;
}
#ceres-custom-solr-search .navigationTree a.treeLink {
  margin-left: 15px;
  padding-left: 6px;
  font-size: 15px;
}
#ceres-custom-solr-search .navigationTree li.active > a {
  color: #008ebd;
}
#ceres-custom-solr-search .navigationTree a:hover,
#ceres-custom-solr-search .navigationTree a:focus,
#ceres-custom-solr-search .navigationTree li.active > a:hover,
#ceres-custom-solr-search .navigationTree li.active > a:active,
#ceres-custom-solr-search .facetValueLabel:hover,
#ceres-custom-solr-search .AvailabilityFilterElement > label:hover,
#ceres-custom-solr-search .CharacterFilterElement > label:hover {
  color: #008ebd;
  border-color: rgba(0, 142, 189, 0.5);
}
#ceres-custom-solr-search .treeLink:after {
  content: "";
  display: table;
  clear: both;
}
#ceres-custom-solr-search .singleItemView .navigationTree > ul {
  max-height: 500px;
  overflow: auto;
}
#ceres-custom-solr-search .toTop {
  position: fixed;
  display: none;
  z-index: 1000;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 0 #fff;
  -moz-box-shadow: 0 0 15px 0 #fff;
  box-shadow: 0 0 15px 0 #fff;
}
#ceres-custom-solr-search .toTop.visible {
  display: block;
}
#ceres-custom-solr-search .btn:focus {
  outline: 0;
}
#ceres-custom-solr-search .img-responsive.center {
  margin: 0 auto;
}
#ceres-custom-solr-search .line-through {
  text-decoration: line-through;
}
#ceres-custom-solr-search a.noLink,
#ceres-custom-solr-search a.noLink:hover,
#ceres-custom-solr-search a.noLink:visited,
#ceres-custom-solr-search a.noLink:active,
#ceres-custom-solr-search a.noLink:link {
  text-decoration: none;
}
#ceres-custom-solr-search .no-touch .onHover .visible-hover,
#ceres-custom-solr-search .no-touch .onHover:hover .hidden-hover,
#ceres-custom-solr-search .no-touch .onHover.hover .hidden-hover {
  display: none;
}
#ceres-custom-solr-search .no-touch .onHover:hover .visible-hover,
#ceres-custom-solr-search .no-touch .onHover.hover .visible-hover,
#ceres-custom-solr-search .no-touch .onHover .hidden-hover {
  display: block;
}
#ceres-custom-solr-search .margin-top-0 {
  margin-top: 0;
}
#ceres-custom-solr-search .margin-bottom-0 {
  margin-bottom: 0;
}
#ceres-custom-solr-search .margin-top-025 {
  margin-top: 3px;
}
#ceres-custom-solr-search .margin-top-05 {
  margin-top: 6px;
}
#ceres-custom-solr-search .margin-top-1 {
  margin-top: 12px;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search .margin-top-15 {
    margin-top: 18px !important;
  }
}
@media (min-width: 992px) {
  #ceres-custom-solr-search .margin-top-15 {
    margin-top: 0px;
  }
}
#ceres-custom-solr-search .margin-top-2 {
  margin-top: 24px;
}
#ceres-custom-solr-search .margin-top-3 {
  margin-top: 36px;
}
#ceres-custom-solr-search .margin-top-4 {
  margin-top: 48px;
}
#ceres-custom-solr-search .margin-top-8 {
  margin-top: 96px;
}
#ceres-custom-solr-search .margin-bottom-025 {
  margin-bottom: 3px;
}
#ceres-custom-solr-search .margin-bottom-05 {
  margin-bottom: 6px;
}
#ceres-custom-solr-search .margin-bottom-1 {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search .margin-bottom-15 {
    margin-bottom: 3px !important;
  }
}
@media (min-width: 992px) {
  #ceres-custom-solr-search .margin-bottom-15 {
    margin-bottom: 0px;
  }
}
#ceres-custom-solr-search .margin-bottom-2 {
  margin-bottom: 24px;
}
#ceres-custom-solr-search .margin-bottom-3 {
  margin-bottom: 36px;
}
#ceres-custom-solr-search .margin-bottom-4 {
  margin-bottom: 48px;
}
#ceres-custom-solr-search .margin-bottom-8 {
  margin-bottom: 96px;
}
#ceres-custom-solr-search .margin-right-025 {
  margin-right: 3px;
}
#ceres-custom-solr-search .margin-right-05 {
  margin-right: 6px;
}
#ceres-custom-solr-search .margin-right-1 {
  margin-right: 12px;
}
#ceres-custom-solr-search .margin-right-15 {
  margin-right: 18px;
}
#ceres-custom-solr-search .margin-right-2 {
  margin-right: 24px;
}
#ceres-custom-solr-search .margin-left-025 {
  margin-left: 3px;
}
#ceres-custom-solr-search .margin-left-05 {
  margin-left: 6px;
}
#ceres-custom-solr-search .margin-left-1 {
  margin-left: 12px;
}
#ceres-custom-solr-search .margin-left-15 {
  margin-left: 18px;
}
#ceres-custom-solr-search .margin-left-2 {
  margin-left: 24px;
}
#ceres-custom-solr-search .padding-top-1 {
  padding-top: 12px;
}
#ceres-custom-solr-search .padding-top-15 {
  padding-top: 18px;
}
#ceres-custom-solr-search .padding-top-2 {
  padding-top: 24px;
}
#ceres-custom-solr-search .padding-top-3 {
  padding-top: 36px;
}
#ceres-custom-solr-search .padding-top-4 {
  padding-top: 48px;
}
#ceres-custom-solr-search .padding-bottom-1 {
  padding-bottom: 12px;
}
#ceres-custom-solr-search .padding-bottom-15 {
  padding-bottom: 18px;
}
#ceres-custom-solr-search .padding-bottom-2 {
  padding-bottom: 24px;
}
#ceres-custom-solr-search .padding-bottom-3 {
  padding-bottom: 36px;
}
#ceres-custom-solr-search .padding-bottom-4 {
  padding-bottom: 48px;
}
#ceres-custom-solr-search .padding-right-025 {
  padding-right: 3px;
}
#ceres-custom-solr-search .padding-right-05 {
  padding-right: 6px;
}
#ceres-custom-solr-search .padding-right-1 {
  padding-right: 12px;
}
#ceres-custom-solr-search .padding-left-025 {
  padding-left: 3px;
}
#ceres-custom-solr-search .padding-left-05 {
  padding-left: 6px;
}
#ceres-custom-solr-search .padding-left-1 {
  padding-left: 12px;
}
#ceres-custom-solr-search .no-padding {
  padding: 0 !important;
}
#ceres-custom-solr-search .headerBox {
  background-color: #008ebd;
}
#ceres-custom-solr-search .headerBox * {
  color: #fff;
}
#ceres-custom-solr-search .headerBox h1 > span {
  display: block;
  font-size: 0.5em;
  line-height: 0.75em;
}
#ceres-custom-solr-search .headerBox h1 {
  padding: 15px 15px 5px;
}
#ceres-custom-solr-search .navbar-information .nav > li > a {
  z-index: 2005;
}
#ceres-custom-solr-search .navbar-information .nav > li > .dropdown-menu {
  z-index: 2000;
  min-width: 100%;
}
#ceres-custom-solr-search
  .navbar-information
  .nav
  > li
  > .dropdown-menu
  > li
  > a {
  white-space: nowrap;
}
#ceres-custom-solr-search .dropdown-padding > li {
  padding-left: 15px;
  padding-right: 15px;
}
#ceres-custom-solr-search .navbar-information.fixed {
  position: fixed;
  z-index: 5000;
  background-color: #fff;
  box-shadow: -1px 6px 10px -9px #000;
}
#ceres-custom-solr-search .basketPreviewContent.gradient-y-fade-in {
  margin-top: -6px;
}
#ceres-custom-solr-search .isBasketPreview .basketPreviewAltMessage,
#ceres-custom-solr-search .isBasketPreview.disabled .basketPreviewContent {
  display: none;
}
#ceres-custom-solr-search .isBasketPreview.disabled .basketPreviewAltMessage {
  display: block;
}
#ceres-custom-solr-search .basketPreviewInfo,
#ceres-custom-solr-search .basketPreviewInfo > span:first-child {
  text-decoration: inherit;
}
#ceres-custom-solr-search .basketItemsList {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: -15px;
  padding-right: 15px;
}
#ceres-custom-solr-search
  .basketPreviewContent.gradient-y-fade-in
  .basketItemsList
  > a:first-child {
  margin-top: 16px;
}
#ceres-custom-solr-search .basketPreviewContainer {
  width: 300px;
}
#ceres-custom-solr-search .dropdown-menu.disabled .basketPreviewContainer {
  width: auto;
  white-space: nowrap;
}
#ceres-custom-solr-search [class*="gradient-"] {
  position: relative;
}
#ceres-custom-solr-search [class*="gradient-"]:after {
  content: "";
  position: absolute;
  display: block;
}
#ceres-custom-solr-search [class*="gradient-y-"]:after {
  height: 20px;
  left: 0;
  right: 0;
}
#ceres-custom-solr-search .gradient-y-fade-out:after {
  bottom: 0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
#ceres-custom-solr-search
  .gradient-y-fade-out.gradient-y-fade-out-before:after {
  bottom: 100%;
}
#ceres-custom-solr-search .gradient-y-fade-in:after {
  z-index: 1;
  top: 0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
#ceres-custom-solr-search .gradient-y-fade-in.gradient-y-fade-in-after:after {
  top: 100%;
}
#ceres-custom-solr-search .loginForm .form-control {
  float: left;
  margin-right: 8px;
  margin-bottom: 5px;
}
#ceres-custom-solr-search .loginForm .btn {
  width: 35px;
  padding: 4px 9px 3px;
}
#ceres-custom-solr-search .loginForm > .clearfix {
  width: 451px;
}
#ceres-custom-solr-search .loginForm input[name="email"],
#ceres-custom-solr-search .loginForm input[name="pwd"] {
  width: 200px;
}
#ceres-custom-solr-search .categoryNavigationList a.active,
#ceres-custom-solr-search .categoryNavigationList a.active:hover {
  background-color: #008ebd;
  border-color: #008ebd;
}
#ceres-custom-solr-search .categoryNavigationList a.level-1 {
  font-weight: bold;
}
#ceres-custom-solr-search .categoryNavigationList a.level-1 .badge {
  font-weight: 700;
}
#ceres-custom-solr-search .categoryNavigationList a.level-2 {
  padding-left: 40px;
}
#ceres-custom-solr-search .categoryNavigationList a.level-3 {
  font-style: italic;
  padding: 5px 15px 5px 60px;
}
#ceres-custom-solr-search .inlineForm,
#ceres-custom-solr-search .inlineForm > form {
  display: inline-block;
}
#ceres-custom-solr-search .categoryPagination .nav a,
#ceres-custom-solr-search .categoryPagination .navbar .nav li > a {
  padding: 3px 8px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
}
#ceres-custom-solr-search .categoryPagination .nav a:hover,
#ceres-custom-solr-search .categoryPagination .nav a:focus,
#ceres-custom-solr-search .categoryPagination .navbar .nav li > a:hover,
#ceres-custom-solr-search .categoryPagination .navbar .nav li > a:focus,
#ceres-custom-solr-search .categoryPagination .navbar .nav li > a.active,
#ceres-custom-solr-search .categoryPagination .nav a.articlePages_activeLink {
  border-color: rgba(0, 142, 189, 0.5);
  color: #008ebd;
}
#ceres-custom-solr-search .categoryPagination .navbar .nav li > a.active {
  cursor: default;
}
#ceres-custom-solr-search .categoryPagination .form-control {
  display: inline-block;
  width: auto;
}
#ceres-custom-solr-search .categoryPagination label {
  margin-bottom: 0;
}
#ceres-custom-solr-search .categoryPagination .navbar-right li {
  float: left;
}
#ceres-custom-solr-search .categoryPagination .nav.navbar-right a,
#ceres-custom-solr-search
  .categoryPagination
  .nav.navbar-right
  .articlePages
  .articlePages_DotStart {
  display: block;
  float: left;
  margin: 0 2px;
  font-weight: bold;
  text-decoration: none;
}
#ceres-custom-solr-search
  .categoryPagination
  .nav.navbar-right
  li:first-child
  > a {
  margin-left: 0;
}
#ceres-custom-solr-search
  .categoryPagination
  .nav.navbar-right
  li:last-child
  > a {
  margin-right: 0;
}
#ceres-custom-solr-search .articlePages:after {
  content: "";
  display: table;
  clear: both;
}
#ceres-custom-solr-search
  .categoryPagination
  .nav.navbar-right
  .articlePages
  a {
  padding: 7px 9px;
  min-width: 34px;
  text-align: center;
}
#ceres-custom-solr-search .categoryPagination .nav.navbar-left {
  float: left;
  margin-right: 8px;
}
#ceres-custom-solr-search .categoryPagination .nav.navbar-right {
  float: right;
  margin-left: -8px;
}
#ceres-custom-solr-search .articlePages_DotStart {
  padding: 4px 2px;
}
#ceres-custom-solr-search .filterLabel,
#ceres-custom-solr-search .CharacterFilterGroupName {
  font-weight: bold;
}
#ceres-custom-solr-search .filterPanel input[type="checkbox"] {
  margin-right: 0.5em;
}
#ceres-custom-solr-search .facetList,
#ceres-custom-solr-search .facetContentList {
  padding: 0;
  list-style-type: none;
}
#ceres-custom-solr-search .priceSliderWrapper .priceSliderLabel {
  position: relative;
  height: 28px;
  border: 1px solid #ddd;
  padding: 1px 6px;
  font-size: 14px;
  font-weight: normal;
}
#ceres-custom-solr-search .priceSliderWrapper .priceSliderLabel.isMin {
  border-radius: 3px 0 0 3px;
  padding-right: 3px;
}
#ceres-custom-solr-search .priceSliderWrapper .priceSliderLabel.isMax {
  border-radius: 0 3px 3px 0;
  padding-left: 3px;
}
#ceres-custom-solr-search .priceSliderWrapper .priceSliderLabel:before,
#ceres-custom-solr-search .priceSliderWrapper .priceSliderLabel:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  border-width: 14px 7px;
}
#ceres-custom-solr-search .priceSliderWrapper .priceSliderLabel:before {
  border-color: transparent #ddd;
}
#ceres-custom-solr-search .priceSliderWrapper .priceSliderLabel:after {
  border-color: transparent #fff;
}
#ceres-custom-solr-search .priceSliderWrapper .priceSliderLabel.isMin:before,
#ceres-custom-solr-search .priceSliderWrapper .priceSliderLabel.isMin:after {
  border-style: solid none solid solid;
  right: -7px;
}
#ceres-custom-solr-search .priceSliderWrapper .priceSliderLabel.isMax:before,
#ceres-custom-solr-search .priceSliderWrapper .priceSliderLabel.isMax:after {
  border-style: solid solid solid none;
  left: -7px;
}
#ceres-custom-solr-search .priceSliderWrapper .priceSliderLabel.isMin:before {
  right: -8px;
}
#ceres-custom-solr-search .priceSliderWrapper .priceSliderLabel.isMax:before {
  left: -8px;
}
#ceres-custom-solr-search .ui-slider-horizontal {
  height: 6px;
  margin: 6px;
  border: 1px solid #aaa;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
}
#ceres-custom-solr-search .touch .ui-slider-horizontal {
  margin: 16px;
}
#ceres-custom-solr-search .ui-slider {
  position: relative;
}
#ceres-custom-solr-search .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  top: -6px;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
#ceres-custom-solr-search .touch .ui-slider .ui-slider-handle {
  width: 32px;
  height: 32px;
  top: -14px;
  margin-left: -16px;
}
#ceres-custom-solr-search .ui-slider-handle {
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
#ceres-custom-solr-search .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
}
#ceres-custom-solr-search .touch .ui-slider-handle.ui-state-active {
  background: #008ebd;
}
#ceres-custom-solr-search .ui-slider-handle.ui-state-focus {
  outline: none;
}
#ceres-custom-solr-search .ui-slider-range {
  position: relative;
  background-color: #ccc;
  height: 100%;
  -webkit-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.15) inset;
}
#ceres-custom-solr-search .label-default {
  background-color: #999;
}
#ceres-custom-solr-search .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
@media (max-width: 1199px) {
  #ceres-custom-solr-search .no-touch .categoryView.isGridView .itemBox,
  #ceres-custom-solr-search .no-touch .crossSellingWrapper {
    height: 348px;
  }
  #ceres-custom-solr-search .touch .categoryView.isGridView .itemBox,
  #ceres-custom-solr-search .touch .crossSellingWrapper {
    height: 388px;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search .no-touch .categoryView.isGridView .itemBox,
  #ceres-custom-solr-search .no-touch .crossSellingWrapper {
    height: 300px;
  }
  #ceres-custom-solr-search .touch .categoryView.isGridView .itemBox,
  #ceres-custom-solr-search .touch .crossSellingWrapper {
    height: 340px;
  }
}
#ceres-custom-solr-search .itemBox .action {
  padding: 1px 15px;
  position: absolute;
  z-index: 100;
}
#ceres-custom-solr-search .itemBox:hover .action {
  z-index: 300;
}
#ceres-custom-solr-search .itemBox.action-1 .itemBoxInner,
#ceres-custom-solr-search .itemBox.action-1 .basketButtonContainer {
  border-color: red;
}
#ceres-custom-solr-search .itemBox.action-1 .action {
  background-color: red;
  color: #fff;
}
#ceres-custom-solr-search .itemBox.action-2 .itemBoxInner,
#ceres-custom-solr-search .itemBox.action-2 .basketButtonContainer {
  border-color: gray;
}
#ceres-custom-solr-search .itemBox.action-2 .action {
  background-color: gray;
  color: #fff;
}
#ceres-custom-solr-search .itemBox.action-3 .itemBoxInner,
#ceres-custom-solr-search .itemBox.action-3 .basketButtonContainer {
  border-color: gray;
}
#ceres-custom-solr-search .itemBox.action-3 .action {
  background-color: gray;
  color: #fff;
}
#ceres-custom-solr-search .itemBox a.itemLink,
#ceres-custom-solr-search .itemBox a.itemLink:hover,
#ceres-custom-solr-search .itemBox a.itemLink:active,
#ceres-custom-solr-search .itemBox a.itemLink:visited {
  color: #555;
  text-decoration: none;
}
#ceres-custom-solr-search .js [data-plenty-link] {
  cursor: pointer;
}
#ceres-custom-solr-search .itemBox .itemBoxInner {
  position: relative;
  padding-bottom: 1px;
}
#ceres-custom-solr-search .previewImage,
#ceres-custom-solr-search .crossSellingItemInner {
  border: 1px solid #ddd;
  background-color: #fff;
}
#ceres-custom-solr-search .itemBox:hover .itemBoxInner,
#ceres-custom-solr-search .crossSellingItem:hover .crossSellingItemInner {
  z-index: 200;
  -website-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
#ceres-custom-solr-search .crossSellingItemInner > span:first-child {
  min-height: 100%;
  line-height: 50px;
  height: 50px;
}
#ceres-custom-solr-search .crossSellingItemInner > span:first-child img {
  vertical-align: middle;
  display: inline;
}
#ceres-custom-solr-search .itemBox p {
  margin: 0;
}
#ceres-custom-solr-search .itemBox .name {
  font-size: 1.25em;
  padding: 6px 0;
}
#ceres-custom-solr-search .categoryView.isGridView .itemBox .name,
#ceres-custom-solr-search .crossSellingSlider .itemBox .name {
  max-height: 60px;
  min-height: 60px;
  overflow: hidden;
}
#ceres-custom-solr-search .itemBox .price .uvp,
#ceres-custom-solr-search .itemBoxSingleView .price .uvp {
  color: red;
}
#ceres-custom-solr-search .itemBox .shipping,
#ceres-custom-solr-search .itemBox .shipping a,
#ceres-custom-solr-search .itemBox .shipping a:hover,
#ceres-custom-solr-search .itemBox .shipping a:visited {
  color: gray;
}
#ceres-custom-solr-search .itemBox .shipping a:hover {
  text-decoration: underline;
}
#ceres-custom-solr-search .no-touch .itemBoxInner .quantityInputWrapper,
#ceres-custom-solr-search .no-touch .basketView .quantityInputWrapper {
  width: 55px;
}
#ceres-custom-solr-search .no-touch .crossSellingSlider .quantityInputWrapper {
  width: 50px;
}
#ceres-custom-solr-search .no-touch .itemBoxInner .quantityInputWrapper {
  display: block;
  float: left;
  margin: 3px 0 3px 3px;
}
#ceres-custom-solr-search .quantityInputWrapper input {
  height: 34px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
#ceres-custom-solr-search .no-touch .quantityInputWrapper input {
  width: 100%;
  padding-right: 13px;
}
#ceres-custom-solr-search .no-touch .itemBoxInner .buttonBox {
  margin: 3px;
}
#ceres-custom-solr-search .no-touch .itemBoxInner .buttonBox.isAddToBasket {
  float: right;
  margin: 3px 3px 3px 0;
}
#ceres-custom-solr-search
  .no-touch
  .categoryDetails.isGridView
  .itemBoxInner
  .buttonBox.isAddToBasket
  > a {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  #ceres-custom-solr-search
    .no-touch
    .categoryDetails.isGridView
    .itemBoxInner
    .buttonBox.isAddToBasket
    > a {
    width: 146px;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search
    .no-touch
    .categoryDetails.isGridView
    .itemBoxInner
    .buttonBox.isAddToBasket
    > a {
    width: 123px;
  }
}
#ceres-custom-solr-search
  .no-touch
  .crossSellingSlider
  .itemBoxInner
  .buttonBox.isAddToBasket
  > a {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  #ceres-custom-solr-search
    .no-touch
    .crossSellingSlider
    .itemBoxInner
    .buttonBox.isAddToBasket
    > a {
    width: 151px;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search
    .no-touch
    .crossSellingSlider
    .itemBoxInner
    .buttonBox.isAddToBasket
    > a {
    width: 128px;
  }
}
#ceres-custom-solr-search .no-touch .btn.quantityInputButton {
  position: absolute;
  right: 2px;
  width: 14px;
  margin: 0;
  padding: 0;
  height: 14px;
  border-radius: 50%;
  font-size: 6px;
  line-height: 12px;
  text-align: left;
  text-indent: 3px;
}
#ceres-custom-solr-search .no-touch .btn.quantityInputButton.isPlus {
  top: 2px;
}
#ceres-custom-solr-search .no-touch .btn.quantityInputButton.isMinus {
  bottom: 2px;
}
#ceres-custom-solr-search .touch .quantityInputWrapper {
  position: relative;
  float: none;
  display: inline-block;
  margin: 3px 0 3px 3px;
  padding: 0 35px;
  vertical-align: top;
}
#ceres-custom-solr-search .touch .quantityInputWrapper input {
  width: 44px;
}
#ceres-custom-solr-search .touch .btn.quantityInputButton {
  position: absolute;
  top: 0;
  width: 32px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
#ceres-custom-solr-search .touch .btn.quantityInputButton.isPlus {
  right: 0;
}
#ceres-custom-solr-search .touch .btn.quantityInputButton.isMinus {
  left: 0;
}
#ceres-custom-solr-search .touch .buttonBox {
  margin: 3px;
}
#ceres-custom-solr-search .touch .buttonBox.isAddToBasket {
  float: none;
  display: inline-block;
  margin: 3px;
  vertical-align: top;
}
#ceres-custom-solr-search .touch .itemBoxInner .buttonBox a {
  display: inline-block;
}
#ceres-custom-solr-search
  .touch
  .categoryDetails:not(.isListView)
  .buttonBox.isAddToBasket
  > a,
#ceres-custom-solr-search
  .touch
  .crossSellingSlider
  .buttonBox.isAddToBasket
  > a {
  position: relative;
  width: 32px;
  text-indent: -10000px;
}
#ceres-custom-solr-search
  .touch
  .categoryDetails:not(.isListView)
  .buttonBox.isAddToBasket
  > a:before,
#ceres-custom-solr-search
  .touch
  .crossSellingSlider
  .buttonBox.isAddToBasket
  > a:before {
  position: absolute;
  left: 50%;
  margin-left: -0.5em;
  text-indent: 0;
}
#ceres-custom-solr-search ul.categoryDetails {
  padding: 0;
  list-style-type: none;
}
#ceres-custom-solr-search .categoryDetails.isListView .quantityInputWrapper,
#ceres-custom-solr-search
  .categoryDetails.isListView
  .itemBoxInner
  .buttonBox.isAddToBasket {
  float: left;
  margin: 0 3px 0 0;
}
#ceres-custom-solr-search .categoryDetails.isListView .itemBoxInner .buttonBox {
  margin: 0;
}
#ceres-custom-solr-search .isListView .isImage > .imageBox {
  margin: 12px 0;
}
#ceres-custom-solr-search .attributeSelection {
  background-color: #fff;
  bottom: 0;
  position: absolute;
  width: 100%;
}
#ceres-custom-solr-search .availabilityIcon {
  display: block;
  margin-top: 3px;
  height: 16px;
  width: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
#ceres-custom-solr-search .availabilityIcon span {
  display: block;
  width: 100%;
}
#ceres-custom-solr-search .availabilityIcon span {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.5) inset;
}
#ceres-custom-solr-search .availabilityIcon span + span {
  margin-top: -1px;
}
#ceres-custom-solr-search .availabilityIcon.availabilityDetails-1 span {
  height: 100%;
}
#ceres-custom-solr-search .availabilityIcon.availabilityDetails-2 span {
  height: 8px;
}
#ceres-custom-solr-search .availabilityIcon.availabilityDetails-3 span {
  height: 6px;
}
#ceres-custom-solr-search .availabilityIcon.availabilityDetails-1 .second,
#ceres-custom-solr-search .availabilityIcon.availabilityDetails-1 .third,
#ceres-custom-solr-search .availabilityIcon.availabilityDetails-2 .third {
  display: none;
}
#ceres-custom-solr-search .availabilityDetails-1.available-1 .first,
#ceres-custom-solr-search .availabilityDetails-1.available-2 .first,
#ceres-custom-solr-search .availabilityDetails-1.available-3 .first,
#ceres-custom-solr-search .availabilityDetails-1.available-4 .first,
#ceres-custom-solr-search .availabilityDetails-2.available-1 .first,
#ceres-custom-solr-search .availabilityDetails-2.available-1 .second,
#ceres-custom-solr-search .availabilityDetails-2.available-2 .first,
#ceres-custom-solr-search .availabilityDetails-2.available-2 .second,
#ceres-custom-solr-search .availabilityDetails-2.available-3 .second,
#ceres-custom-solr-search .availabilityDetails-2.available-4 .second,
#ceres-custom-solr-search .availabilityDetails-3.available-1 .first,
#ceres-custom-solr-search .availabilityDetails-3.available-1 .second,
#ceres-custom-solr-search .availabilityDetails-3.available-1 .third,
#ceres-custom-solr-search .availabilityDetails-3.available-2 .second,
#ceres-custom-solr-search .availabilityDetails-3.available-2 .third,
#ceres-custom-solr-search .availabilityDetails-3.available-3 .third {
  background-color: #3b0;
}
#ceres-custom-solr-search .availabilityDetails-1.available-5 .first,
#ceres-custom-solr-search .availabilityDetails-1.available-6 .first,
#ceres-custom-solr-search .availabilityDetails-1.available-7 .first,
#ceres-custom-solr-search .availabilityDetails-1.available-8 .first,
#ceres-custom-solr-search .availabilityDetails-2.available-3 .first,
#ceres-custom-solr-search .availabilityDetails-2.available-4 .first,
#ceres-custom-solr-search .availabilityDetails-2.available-5 .first,
#ceres-custom-solr-search .availabilityDetails-2.available-5 .second,
#ceres-custom-solr-search .availabilityDetails-2.available-6 .first,
#ceres-custom-solr-search .availabilityDetails-2.available-6 .second,
#ceres-custom-solr-search .availabilityDetails-2.available-7 .second,
#ceres-custom-solr-search .availabilityDetails-2.available-8 .second,
#ceres-custom-solr-search .availabilityDetails-3.available-2 .first,
#ceres-custom-solr-search .availabilityDetails-3.available-3 .first,
#ceres-custom-solr-search .availabilityDetails-3.available-3 .second,
#ceres-custom-solr-search .availabilityDetails-3.available-4 .first,
#ceres-custom-solr-search .availabilityDetails-3.available-4 .second,
#ceres-custom-solr-search .availabilityDetails-3.available-4 .third,
#ceres-custom-solr-search .availabilityDetails-3.available-5 .second,
#ceres-custom-solr-search .availabilityDetails-3.available-5 .third,
#ceres-custom-solr-search .availabilityDetails-3.available-6 .third {
  background-color: #fc3;
}
#ceres-custom-solr-search .availabilityDetails-1.available-9 .first,
#ceres-custom-solr-search .availabilityDetails-1.available-10 .first,
#ceres-custom-solr-search .availabilityDetails-2.available-7 .first,
#ceres-custom-solr-search .availabilityDetails-2.available-8 .first,
#ceres-custom-solr-search .availabilityDetails-2.available-9 .first,
#ceres-custom-solr-search .availabilityDetails-2.available-9 .second,
#ceres-custom-solr-search .availabilityDetails-2.available-10 .first,
#ceres-custom-solr-search .availabilityDetails-2.available-10 .second,
#ceres-custom-solr-search .availabilityDetails-3.available-5 .first,
#ceres-custom-solr-search .availabilityDetails-3.available-6 .first,
#ceres-custom-solr-search .availabilityDetails-3.available-6 .second,
#ceres-custom-solr-search .availabilityDetails-3.available-7 .first,
#ceres-custom-solr-search .availabilityDetails-3.available-7 .second,
#ceres-custom-solr-search .availabilityDetails-3.available-7 .third,
#ceres-custom-solr-search .availabilityDetails-3.available-8 .second,
#ceres-custom-solr-search .availabilityDetails-3.available-8 .third,
#ceres-custom-solr-search .availabilityDetails-3.available-9 .third {
  background-color: #ff9029;
}
#ceres-custom-solr-search .availabilityDetails-3.available-8 .first,
#ceres-custom-solr-search .availabilityDetails-3.available-9 .first,
#ceres-custom-solr-search .availabilityDetails-3.available-9 .second,
#ceres-custom-solr-search .availabilityDetails-3.available-10 .first,
#ceres-custom-solr-search .availabilityDetails-3.available-10 .second,
#ceres-custom-solr-search .availabilityDetails-3.available-10 .third {
  background-color: #aaa;
}
#ceres-custom-solr-search .availability-5 {
  filter: invert(67%) sepia(12%) saturate(3398%) hue-rotate(337deg) brightness(100%) contrast(104%);
}
#ceres-custom-solr-search .line-through {
  color: red;
}
#ceres-custom-solr-search .quantityInputWrapper {
  position: relative;
  display: inline-block;
}
#ceres-custom-solr-search .singleItemDetails .quantityInputWrapper,
#ceres-custom-solr-search .categoryDetails.isListView .quantityInputWrapper,
#ceres-custom-solr-search .basketView .quantityInputWrapper {
  float: left;
  margin: 0 10px 0 0;
}
#ceres-custom-solr-search .no-touch .singleItemDetails .quantityInputWrapper {
  width: 70px;
}
#ceres-custom-solr-search .btn.quantityInputButton .fa {
  padding: 0;
  background-color: transparent;
}
#ceres-custom-solr-search .itemBoxInner .buttonBox a {
  display: block;
}
#ceres-custom-solr-search
  .categoryDetails.isListView
  .itemBoxInner
  .buttonBox
  a {
  display: inline-block;
}
#ceres-custom-solr-search .jqzoom {
  height: 345px;
  line-height: 345px;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  display: block;
  border: 1px solid #ddd;
}
#ceres-custom-solr-search .jqzoom img {
  display: inline-block;
  width: auto !important;
  max-height: 345px;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search .jqzoom {
    height: 336px;
    line-height: 336px;
  }
  #ceres-custom-solr-search .jqzoom img {
    max-height: 336px;
  }
}
#ceres-custom-solr-search .magnifyarea {
  top: 0 !important;
  z-index: 10 !important;
  left: 364px !important;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search .magnifyarea {
    left: 366px !important;
  }
}
#ceres-custom-solr-search .singleItemDetails .imageBox .owl-carousel {
  width: auto;
  margin-left: -6px;
  margin-right: -6px;
}
#ceres-custom-solr-search .singleItemDetails .previewImage {
  display: none;
  margin: 0 6px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  height: 100px;
  line-height: 94px;
}
#ceres-custom-solr-search .owl-item.loading {
  min-height: 100px;
}
#ceres-custom-solr-search .singleItemDetails .owl-item .previewImage {
  display: block;
}
#ceres-custom-solr-search .singleItemDetails .owl-controls .owl-pagination {
  bottom: -30px;
}
#ceres-custom-solr-search .social-list {
  list-style: none;
  padding-left: 0;
}
#ceres-custom-solr-search .social-list li {
  display: inline-block;
  height: 29px;
  vertical-align: top;
}
#ceres-custom-solr-search .social-list li > div {
  display: inline-block;
}
#ceres-custom-solr-search .social-list .btn {
  height: auto;
  line-height: 15px;
  padding: 2px 9px 2px 5px;
  font-size: 0.9em;
  opacity: 0.8;
  cursor: default;
  margin-bottom: 8px;
}
#ceres-custom-solr-search .social-list .social-container {
  display: inline-block;
}
#ceres-custom-solr-search .social-switch {
  height: 12px;
  width: 23px;
  border-radius: 6px;
  text-indent: -10000em;
  float: left;
  margin-top: 5px;
  margin-right: 6px;
  padding: 0;
  overflow: hidden;
  background-image: none;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3) inset;
}
#ceres-custom-solr-search .social-switch.off {
  cursor: pointer;
  background-color: #ccc;
}
#ceres-custom-solr-search .social-switch.on {
  background-color: #3b0;
  padding-left: 11px;
}
#ceres-custom-solr-search .social-switch > span {
  height: 10px;
  width: 10px;
  display: block;
  background-color: #eee;
  border-radius: 50%;
  box-shadow: 0 0 3px #000;
}
#ceres-custom-solr-search .crossSellingItemInner {
  padding: 6px 0;
}
#ceres-custom-solr-search .crossSellingWrapper {
  position: relative;
}
#ceres-custom-solr-search .crossSellingWrapper > .owl-carousel {
  height: 100%;
  position: absolute;
}
#ceres-custom-solr-search
  .crossSellingWrapper
  > .owl-carousel
  > .owl-wrapper-outer {
  padding-bottom: 75px;
}
#ceres-custom-solr-search .itemDefList {
  margin: 0;
}
#ceres-custom-solr-search .itemDefList dt,
#ceres-custom-solr-search .itemDefList dd,
#ceres-custom-solr-search
  .plentyAttributeSelectWrapper
  > .plentyAttributeSelectWrapperTitle,
#ceres-custom-solr-search
  .plentyAttributeSelectWrapper
  > .plentyAttributeSelectWrapperContent,
#ceres-custom-solr-search .attributeBox .PlentyFormContainer.ArticleAttrTd_0,
#ceres-custom-solr-search .attributeBox .PlentyFormContainer.ArticleAttrTd_1 {
  width: 50%;
}
#ceres-custom-solr-search .itemDefList dt,
#ceres-custom-solr-search
  .plentyAttributeSelectWrapper
  > .plentyAttributeSelectWrapperTitle {
  float: left;
  clear: left;
}
#ceres-custom-solr-search .itemDefList dd,
#ceres-custom-solr-search
  .plentyAttributeSelectWrapper
  > .plentyAttributeSelectWrapperContent {
  float: right;
  clear: right;
}
#ceres-custom-solr-search .itemDefList:after,
#ceres-custom-solr-search .plentyAttributeSelectWrapper:after {
  content: "";
  display: table;
  clear: both;
}
#ceres-custom-solr-search .zoomstatus {
  border-style: none !important;
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  border-radius: 4px;
  font-weight: normal !important;
}
#ceres-custom-solr-search .magnifyarea {
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  -wibkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
#ceres-custom-solr-search .newsletter-form {
  text-align: center;
}
#ceres-custom-solr-search .newsletter-form * {
  vertical-align: top;
}
#ceres-custom-solr-search .newsletter-form button.btn {
  width: auto;
}
#ceres-custom-solr-search .newsletter-form button.btn .fa:before {
  vertical-align: top;
}
#ceres-custom-solr-search .newsletter-form .form-group {
  width: 29%;
  margin-right: 1%;
  display: inline-block;
}
#ceres-custom-solr-search .imgwrapper {
  position: relative;
}
#ceres-custom-solr-search ul.footerList {
  padding-left: 0;
  list-style: none;
}
#ceres-custom-solr-search .footerLink {
  color: #aaa;
}
#ceres-custom-solr-search .footerLink:hover {
  color: #888;
}
#ceres-custom-solr-search .footerLink .plentyicon {
  position: relative;
  top: -1px;
  margin-left: 0.1em;
  margin-right: 0;
  line-height: inherit;
  font-size: 22px;
  vertical-align: middle;
}
#ceres-custom-solr-search .owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#ceres-custom-solr-search .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
#ceres-custom-solr-search .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
#ceres-custom-solr-search .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
#ceres-custom-solr-search .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
#ceres-custom-solr-search .owl-carousel .owl-item {
  float: left;
}
#ceres-custom-solr-search .owl-controls .owl-page,
#ceres-custom-solr-search .owl-controls .owl-buttons div {
  cursor: pointer;
}
#ceres-custom-solr-search .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#ceres-custom-solr-search .grabbing,
#ceres-custom-solr-search .grabbing a,
#ceres-custom-solr-search .js .grabbing [data-plenty-link] {
  cursor: move;
  cursor: grabbing;
}
#ceres-custom-solr-search .owl-carousel .owl-wrapper,
#ceres-custom-solr-search .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
#ceres-custom-solr-search .owl-controls .owl-pagination {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#ceres-custom-solr-search .owl-controls .owl-pagination .owl-page {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #ccc;
}
#ceres-custom-solr-search .owl-controls .owl-pagination .owl-page + .owl-page {
  margin-left: 3px;
}
#ceres-custom-solr-search .owl-controls .owl-pagination .owl-page.active {
  background-color: #ccc;
}
#ceres-custom-solr-search .owl-controls .owl-buttons > div {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  background-color: #333;
  opacity: 0.5;
  color: #fff;
  text-align: center;
}
#ceres-custom-solr-search .owl-controls .owl-buttons > div:before {
  font-family: "FontAwesome";
  position: relative;
  top: 11px;
  font-size: 20px;
  color: #333;
}
#ceres-custom-solr-search .owl-controls .owl-buttons .owl-next {
  right: -9px;
}
#ceres-custom-solr-search .owl-controls .owl-buttons .owl-prev {
  left: -9px;
}
#ceres-custom-solr-search
  .itemBox.isListView
  .owl-controls
  .owl-buttons
  .owl-prev {
  left: -15px;
}
#ceres-custom-solr-search
  .itemBox.isListView
  .owl-controls
  .owl-buttons
  .owl-next {
  right: -15px;
}
#ceres-custom-solr-search .owl-controls .owl-buttons .owl-prev:before {
  content: "\f053";
}
#ceres-custom-solr-search .owl-controls .owl-buttons .owl-next:before {
  content: "\f054";
  left: 2px;
}
#ceres-custom-solr-search .itemBox .owl-controls {
  display: block;
}
#ceres-custom-solr-search .owl-item.loading {
  background-repeat: no-repeat;
  background-position: center center;
}
#ceres-custom-solr-search .owl-item .imageBox img,
#ceres-custom-solr-search .itemBox .imageBox img {
  max-height: 100%;
}
#ceres-custom-solr-search .crossSellingSlider > .owl-controls .owl-pagination {
  top: -40px;
  bottom: auto;
}
#ceres-custom-solr-search .owl-controls .owl-buttons > div.disabled {
  opacity: 0.15;
  cursor: default;
}
#ceres-custom-solr-search .no-touch .itemBox .owl-controls {
  display: none;
}
#ceres-custom-solr-search .no-touch .itemBox:hover .owl-controls,
#ceres-custom-solr-search .no-touch .itemBox.hover .owl-controls {
  display: block;
}
#ceres-custom-solr-search .owl-item img {
  vertical-align: middle;
}
#ceres-custom-solr-search .owl-controls .owl-buttons > div {
  background-color: #fff;
  border: 1px solid #aaa;
  width: 40px;
  height: 40px;
  margin-top: -30px;
}
#ceres-custom-solr-search .owl-pagination {
  display: none;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search .container.owl-container {
    width: 1220px;
  }
}
#ceres-custom-solr-search .thumbs .owl-wrapper-outer .owl-wrapper .owl-item {
  margin-right: 0;
}
#ceres-custom-solr-search .singleItemDetails .owl-item .previewImage a {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  max-width: 150px;
}
#ceres-custom-solr-search .singleItemDetails .owl-item .previewImage {
  display: table;
  height: 150px;
}
#ceres-custom-solr-search .singleItemDetails .owl-item .previewImage img {
  max-height: 150px;
  width: 100%;
}
#ceres-custom-solr-search .singleItemDetails .imageBox .owl-carousel {
  margin-left: 0;
  margin-right: 0;
}
#ceres-custom-solr-search .owl-container .top_header_line_wrapper {
  margin: 35px 10px;
}
#ceres-custom-solr-search .owl-carousel .owl-wrapper,
#ceres-custom-solr-search .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
#ceres-custom-solr-search .owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
#ceres-custom-solr-search .owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
#ceres-custom-solr-search .owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
#ceres-custom-solr-search .PlentyWebTableLayout > .PlentyFormContainer {
  margin-top: 6px;
}
#ceres-custom-solr-search
  .PlentyWebTableLayout
  .PlentyFormContainer.ArticleAttrTd_0 {
  width: 30%;
  float: left;
}
#ceres-custom-solr-search
  .PlentyWebTableLayout
  .PlentyFormContainer.ArticleAttrTd_1 {
  width: 70%;
  float: left;
}
#ceres-custom-solr-search .PlentyWebAttributeTitle {
  line-height: 34px;
  font-weight: bold;
}
#ceres-custom-solr-search .plentyAttributeSelectWrapper,
#ceres-custom-solr-search
  .offerDetailsBox
  .PlentyWebTableLayout
  > .PlentyFormContainer {
  margin: 3px 0;
}
#ceres-custom-solr-search
  .offerDetailsBox
  .PlentyWebTableLayout
  > .PlentyFormContainer:after {
  content: "";
  display: table;
  clear: both;
}
#ceres-custom-solr-search .plentyAttributeSelectWrapperTitle {
  font-weight: bold;
}
#ceres-custom-solr-search .plentyAttributeSelectWrapperContent {
  display: inline-block;
}
#ceres-custom-solr-search
  .plentyAttributeSelectHasDropdown
  .plentyAttributeSelectedValue {
  position: relative;
  margin-bottom: -2px;
}
#ceres-custom-solr-search .plentyAttributeSelectWrapperContent ul {
  margin: 0;
  padding: 0;
  color: #333;
}
#ceres-custom-solr-search .plentyAttributeSelectHasImageGallery ul,
#ceres-custom-solr-search .plentyAttributeSelectHasTextList ul {
  margin: 0 -5px -5px 0;
}
#ceres-custom-solr-search .plentyAttributeSelectWrapperContent ul > li {
  list-style: none;
  margin-left: 0;
  overflow: hidden;
}
#ceres-custom-solr-search .plentyAttributeSelectHasImageGallery ul > li,
#ceres-custom-solr-search .plentyAttributeSelectHasTextList ul > li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
#ceres-custom-solr-search .plentyAttributeSelectHasDropdown,
#ceres-custom-solr-search
  .plentyAttributeSelectHasDropdown
  .plentyAttributeSelectedValue {
  height: 30px;
}
#ceres-custom-solr-search .plentyAttributeSelectWrapperContent a,
#ceres-custom-solr-search .plentyAttributeSelectedValue {
  display: block;
  padding: 6px 8px;
  line-height: 18px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
#ceres-custom-solr-search
  .plentyAttributeSelectWrapperContent.plentyAttributeSelectHasImageGallery
  a {
  padding: 0;
}
#ceres-custom-solr-search .plentyAttributeSelectWrapperContent a {
  cursor: pointer;
}
#ceres-custom-solr-search .plentyAttributeSelectHasDropdown > div,
#ceres-custom-solr-search .plentyAttributeSelectHasImageGallery ul > li > a,
#ceres-custom-solr-search .plentyAttributeSelectHasTextList ul > li > a {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
#ceres-custom-solr-search
  .plentyAttributeSelectHasDropdown
  .plentyAttributeSelectListWrapper
  > ul
  > li
  a {
  padding-right: 20px;
}
#ceres-custom-solr-search .plentyAttributeSelectHasImageGallery ul > li > a {
  width: 30px;
  height: 30px;
  overflow: hidden;
}
#ceres-custom-solr-search li.plentyAttributeSelectDisabled a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default !important;
}
#ceres-custom-solr-search
  .no-touch
  .plentyAttributeSelectWrapperContent
  a:hover,
#ceres-custom-solr-search .plentyAttributeSelectWrapperContent a:focus,
#ceres-custom-solr-search
  .plentyAttributeSelectWrapperContent
  li.plentyAttributeSelectSelected
  > a {
  color: #000;
}
#ceres-custom-solr-search
  .plentyAttributeSelectWrapperContent.plentyAttributeSelectHasDropdown:hover
  > * {
  border-color: #aaa;
  cursor: pointer;
}
#ceres-custom-solr-search
  .no-touch
  .plentyAttributeSelectHasDropdown
  .plentyAttributeSelectListWrapper
  > ul
  > li
  a:hover,
#ceres-custom-solr-search
  .plentyAttributeSelectHasDropdown
  .plentyAttributeSelectListWrapper
  > ul
  > li
  a:focus,
#ceres-custom-solr-search
  .plentyAttributeSelectHasDropdown
  .plentyAttributeSelectListWrapper
  > ul
  > li.plentyAttributeSelectSelected
  a,
#ceres-custom-solr-search
  .plentyAttributeSelectWrapperContent.plentyAttributeSelectHasTextList
  ul
  > li.plentyAttributeSelectSelected
  > a {
  background: #eee;
}
#ceres-custom-solr-search
  .plentyAttributeSelectHasImageGallery
  ul
  > li.plentyAttributeSelectSelected
  > a,
#ceres-custom-solr-search
  .no-touch
  .plentyAttributeSelectHasImageGallery
  ul
  > li.plentyAttributeSelectDisabled
  > a:hover,
#ceres-custom-solr-search
  .no-touch
  .plentyAttributeSelectHasTextList
  ul
  > li.plentyAttributeSelectDisabled
  > a:hover {
  background: #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#ceres-custom-solr-search
  .no-touch
  .plentyAttributeSelectHasImageGallery
  ul
  > li
  > a:hover,
#ceres-custom-solr-search
  .no-touch
  .plentyAttributeSelectHasTextList
  ul
  > li
  > a:hover,
#ceres-custom-solr-search
  .plentyAttributeSelectHasImageGallery
  ul
  > li.plentyAttributeSelectSelected
  > a,
#ceres-custom-solr-search
  .plentyAttributeSelectHasTextList
  ul
  > li.plentyAttributeSelectSelected
  > a {
  border-color: #aaa;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
#ceres-custom-solr-search
  .no-touch
  .plentyAttributeSelectHasDropdown
  .plentyAttributeSelectListWrapper
  > ul
  > li.plentyAttributeSelectDisabled
  a:hover,
#ceres-custom-solr-search
  .plentyAttributeSelectHasDropdown
  .plentyAttributeSelectListWrapper
  > ul
  > li.plentyAttributeSelectDisabled
  a:focus {
  background: transparent;
  color: inherit;
}
#ceres-custom-solr-search .plentyAttributeSelectWrapperContent a > span:empty {
  display: none;
}
#ceres-custom-solr-search .plentyAttributeSelectValueMarkup {
  padding-left: 5px;
}
#ceres-custom-solr-search
  .plentyAttributeSelectHasImageGallery
  ul
  > li
  > a
  > img {
  border: none;
}
#ceres-custom-solr-search .plentyAttributeSelectHasDropdown {
  position: relative;
}
#ceres-custom-solr-search .plentyAttributeSelectHasDropdown > div {
  position: absolute;
}
#ceres-custom-solr-search .plentyAttributeSelectHasDropdown.open > div {
  z-index: 10000;
}
#ceres-custom-solr-search
  .plentyAttributeSelectHasDropdown
  .plentyAttributeSelectedValue
  > .plentyAttributeSelectedArrow {
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -3px;
  border-style: solid solid none solid;
  border-width: 5px;
  border-color: #999 transparent transparent;
}
#ceres-custom-solr-search
  .no-touch
  .plentyAttributeSelectHasDropdown
  > div:hover
  .plentyAttributeSelectedValue
  > .plentyAttributeSelectedArrow {
  border-color: #777 transparent transparent;
}
#ceres-custom-solr-search
  .plentyAttributeSelectHasDropdown
  .plentyAttributeSelectListWrapper {
  display: none;
  z-index: 10;
  max-height: 135px;
  overflow-y: auto;
  overflow-x: hidden;
}
#ceres-custom-solr-search
  .plentyAttributeSelectWrapperContent.open
  .plentyAttributeSelectListWrapper {
  display: block;
}
#ceres-custom-solr-search
  .touch
  .plentyAttributeSelectHasDropdown
  .plentyAttributeSelectListWrapper {
  overflow-y: scroll;
}
#ceres-custom-solr-search .categoryPagination .nav.navbar-left li {
  float: left;
  margin-right: 8px;
}
#ceres-custom-solr-search .categoryPagination .nav.navbar-left li:last-child {
  margin-right: 0;
}
#ceres-custom-solr-search .categoryPagination .nav > li {
  margin-top: 2px;
  margin-bottom: 2px;
}
#ceres-custom-solr-search
  .plentyAttributeSelectWrapper
  > .plentyAttributeSelectWrapperTitle,
#ceres-custom-solr-search
  .plentyAttributeSelectWrapper
  > .plentyAttributeSelectWrapperContent {
  vertical-align: middle;
}
#ceres-custom-solr-search .plentyAttributeSelectHasDropdown > div {
  width: 100%;
}
#ceres-custom-solr-search .overlay,
#ceres-custom-solr-search .PlentyWebshopOverlay,
#ceres-custom-solr-search #PlentyWebMyAccountOverlay,
#ceres-custom-solr-search #PlentyWebMyAccountDisplayOrdersOverlay,
#ceres-custom-solr-search #PlentyWebMyAccountDisplaySchedulerOrdersOverlay {
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #000;
  cursor: pointer;
}
#ceres-custom-solr-search .PlentyWebshopOverlay {
  z-index: 99000;
  display: none;
}
#ceres-custom-solr-search .overlay {
  bottom: auto;
  height: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: height 0s, opacity 0.4s ease-in-out;
  -moz-transition: height 0s, opacity 0.4s ease-in-out;
  -o-transition: height 0s, opacity 0.4s ease-in-out;
  -ms-transition: height 0s, opacity 0.4s ease-in-out;
  transition: height 0s, opacity 0.4s ease-in-out;
}
#ceres-custom-solr-search .overlay.in {
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#ceres-custom-solr-search .overlay.closeIcon:after {
  content: "Ãƒâ€”";
  position: absolute;
  display: block;
  font-size: 24px;
  color: #fff;
}
#ceres-custom-solr-search .overlay.closeIcon.top-left:after,
#ceres-custom-solr-search .overlay.closeIcon.top-right:after {
  top: 8px;
}
#ceres-custom-solr-search .overlay.closeIcon.top-left:after {
  left: 16px;
}
#ceres-custom-solr-search .overlay.closeIcon.top-right:after {
  right: 16px;
}
#ceres-custom-solr-search #jQueryPageWaitScreen {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  filter: alpha(opacity=50) !important;
  -khtml-opacity: 0.5 !important;
  -moz-opacity: 0.5 !important;
  opacity: 0.5 !important;
  background: #fff !important;
  cursor: wait !important;
}
#ceres-custom-solr-search #jQueryPageWaitScreen > * {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  background-position: center center;
  background-repeat: no-repeat;
}
#ceres-custom-solr-search #jQueryPageWaitScreen img {
  display: none;
}
#ceres-custom-solr-search .PlentyWebshopButton.add_basket_ajax:before {
  content: "\f07a\2009";
  font-family: "FontAwesome";
}
#ceres-custom-solr-search .article_rating_table {
  width: 100%;
  border-spacing: 0;
}
#ceres-custom-solr-search .article_rating_table tr td {
  border-bottom: 1px solid #cbcbcb;
  padding: 5px;
}
#ceres-custom-solr-search .article_rating_table tr:last-child td {
  border-bottom: none;
}
#ceres-custom-solr-search
  .article_rating_table
  .article_rating_column_right
  .name {
  margin-right: 15px;
}
#ceres-custom-solr-search
  .article_rating_table
  .article_rating_column_right
  .name:before {
  content: "\f0c0";
  font-family: "FontAwesome";
  margin-right: 5px;
}
#ceres-custom-solr-search
  .article_rating_table
  .article_rating_column_right
  .date:before {
  content: "\f017";
  font-family: "FontAwesome";
  margin-right: 5px;
}
#ceres-custom-solr-search .ItemsDescriptionRatingTitle {
  font-weight: 600;
  display: block;
}
#ceres-custom-solr-search .ItemsDescriptionRatingDetail > form > span {
  display: block;
}
#ceres-custom-solr-search
  .PlentyFormContainer.ItemsDescriptionRatingDetailCommentValue
  textarea {
  width: 100%;
  border: 1px solid #999;
  padding: 5px;
  height: 100px;
}
#ceres-custom-solr-search input[name="item_rating_name"],
#ceres-custom-solr-search
  .PlentyFormContainer.ItemsDescriptionRatingDetailCommentValue
  input {
  width: 100%;
  border: 1px solid #999;
  padding: 5px;
}
#ceres-custom-solr-search
  .PlentyFormContainer.ItemsDescriptionRatingDetailCommentTitle {
  font-weight: 600;
  margin: 5px 0;
}
#ceres-custom-solr-search .PlentyFormContainer.ItemsDescriptionRatingTitle {
  margin-bottom: 5px;
}
#ceres-custom-solr-search .ratingVisualisation {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1em;
}
#ceres-custom-solr-search .ratingVisualisation > span {
  display: inline-block;
}
#ceres-custom-solr-search .ratingBg {
  color: #bbb;
}
#ceres-custom-solr-search .ratingBg > span {
  text-indent: -10000px;
}
#ceres-custom-solr-search .ratingResult {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  color: #fa0;
}
#ceres-custom-solr-search .ratingBg:before,
#ceres-custom-solr-search .ratingResult:before {
  font-family: "FontAwesome";
  content: "\f005\f005\f005\f005\f005";
}
#ceres-custom-solr-search .ratingVisualisation > span > span {
  display: inline-block;
  width: 0;
  overflow: hidden;
}
#ceres-custom-solr-search .asidePanelContainer {
  display: none;
}
#ceres-custom-solr-search .navbar-main .openCloseToggle {
  display: none;
}
#ceres-custom-solr-search .navbar-main .badge {
  display: none;
}
#ceres-custom-solr-search .blockLink > a {
  display: block;
}
#ceres-custom-solr-search .PlentyWebshopButton.change_basket:before {
  content: "\f021\2009";
  font-family: "FontAwesome";
}
#ceres-custom-solr-search .PlentyWebshopButton.edit_delete:before {
  content: "\f00d\2009";
  font-family: "FontAwesome";
}
#ceres-custom-solr-search .plentyErrorBox,
#ceres-custom-solr-search .plentyMessageBox {
  display: none;
}
#ceres-custom-solr-search body > .plentyErrorBox,
#ceres-custom-solr-search body > .plentyMessageBox,
#ceres-custom-solr-search .PlentyErrorPane > .plentyErrorBox,
#ceres-custom-solr-search .PlentyErrorPane > .plentyMessageBox,
#ceres-custom-solr-search .PlentyWebshopMainContainer > .plentyErrorBox,
#ceres-custom-solr-search .PlentyWebshopMainContainer > .plentyMessageBox {
  display: block;
}
#ceres-custom-solr-search .PlentyWebshopMainContainer > .plentyErrorBox,
#ceres-custom-solr-search .PlentyWebshopMainContainer > .plentyMessageBox {
  margin: 20px;
}
#ceres-custom-solr-search .alert,
#ceres-custom-solr-search .plentyErrorBox,
#ceres-custom-solr-search .plentyMessageBox,
#ceres-custom-solr-search .PlentyErrorMessageBox,
#ceres-custom-solr-search .ItemParamError > .ItemsDescriptionParamDetail,
#ceres-custom-solr-search .ItemParamError > .ItemsDescriptionCharacterDetail {
  width: auto;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  z-index: 100000;
  background-image: none;
}
#ceres-custom-solr-search body > .plentyErrorBox,
#ceres-custom-solr-search body > .plentyMessageBox,
#ceres-custom-solr-search body > .PlentyErrorMessageBox,
#ceres-custom-solr-search .ItemParamError > .ItemsDescriptionParamDetail,
#ceres-custom-solr-search .ItemParamError > .ItemsDescriptionCharacterDetail {
  position: fixed;
  left: 50%;
  top: 25px;
  width: 400px;
  margin-left: -200px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.4);
}
#ceres-custom-solr-search .PlentyErrorPane > .plentyErrorBox,
#ceres-custom-solr-search .PlentyErrorPane > .plentyMessageBox,
#ceres-custom-solr-search .PlentyErrorPane > .PlentyErrorMessageBox {
  z-index: auto;
}
#ceres-custom-solr-search .PlentyWebshopPopup {
  position: absolute;
  display: none;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
#ceres-custom-solr-search .PlentyMyAccountMainContainer .plentyErrorBox,
#ceres-custom-solr-search .PlentyMyAccountMainContainer .plentyMessageBox,
#ceres-custom-solr-search .PlentyErrorMessageBox,
#ceres-custom-solr-search .ItemParamError > .ItemsDescriptionParamDetail,
#ceres-custom-solr-search .ItemParamError > .ItemsDescriptionCharacterDetail {
  display: block;
  left: 0;
  top: 0;
  margin-left: 0;
  position: relative;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#ceres-custom-solr-search .plentyErrorBoxTitle,
#ceres-custom-solr-search .plentyMessageBoxTitle {
  background-image: none;
  padding-left: 0;
}
#ceres-custom-solr-search .alert h4,
#ceres-custom-solr-search .plentyErrorBox .plentyErrorBoxTitle,
#ceres-custom-solr-search .plentyMessageBox .plentyMessageBoxTitle {
  color: inherit;
  margin-top: 0;
  font-size: 1.2em;
}
#ceres-custom-solr-search .alert .alert-link,
#ceres-custom-solr-search .plentyErrorBox a,
#ceres-custom-solr-search .plentyErrorBox .plentyErrorBoxCode,
#ceres-custom-solr-search .plentyErrorBox .plentyErrorBoxTitle,
#ceres-custom-solr-search .plentyMessageBox a,
#ceres-custom-solr-search .plentyMessageBox .plentyMessageBoxTitle {
  font-weight: 700;
}
#ceres-custom-solr-search .alert > p,
#ceres-custom-solr-search .alert > ul,
#ceres-custom-solr-search .plentyErrorBox > p,
#ceres-custom-solr-search .plentyErrorBox > ul,
#ceres-custom-solr-search .plentyMessageBox > p,
#ceres-custom-solr-search .plentyMessageBox > ul {
  margin-bottom: 0;
}
#ceres-custom-solr-search .alert > p + p,
#ceres-custom-solr-search .plentyErrorBox > p + p,
#ceres-custom-solr-search .plentyMessageBox > p + p {
  margin-top: 5px;
}
#ceres-custom-solr-search .alert-dismissable .close,
#ceres-custom-solr-search .alert-dismissible .close,
#ceres-custom-solr-search .plentyErrorBox .close,
#ceres-custom-solr-search .plentyMessageBox .close {
  color: inherit;
  right: 8px;
  top: 2px;
  position: absolute;
}
#ceres-custom-solr-search .alert-success,
#ceres-custom-solr-search .plentyMessageBox {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
#ceres-custom-solr-search .alert-success hr,
#ceres-custom-solr-search .plentyMessageBox hr {
  border-top-color: #c9e2b3;
}
#ceres-custom-solr-search .alert-success .alert-link,
#ceres-custom-solr-search .plentyMessageBox a {
  color: #2b542c;
}
#ceres-custom-solr-search .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
#ceres-custom-solr-search .alert-info hr {
  border-top-color: #a6e1ec;
}
#ceres-custom-solr-search .alert-info .alert-link {
  color: #245269;
}
#ceres-custom-solr-search .alert-warning,
#ceres-custom-solr-search .plentyMessageBox.PlentyAdviceMessageBox {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
#ceres-custom-solr-search .alert-warning hr,
#ceres-custom-solr-search .plentyMessageBox.PlentyAdviceMessageBox hr {
  border-top-color: #f7e1b5;
}
#ceres-custom-solr-search .alert-warning .alert-link,
#ceres-custom-solr-search .plentyMessageBox.PlentyAdviceMessageBox a {
  color: #66512c;
}
#ceres-custom-solr-search .alert-danger,
#ceres-custom-solr-search .plentyErrorBox,
#ceres-custom-solr-search .PlentyErrorMessageBox {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
#ceres-custom-solr-search .alert-danger hr,
#ceres-custom-solr-search .plentyErrorBox hr {
  border-top-color: #e4b9c0;
}
#ceres-custom-solr-search .alert-danger .alert-link,
#ceres-custom-solr-search .plentyErrorBox a,
#ceres-custom-solr-search .plentyErrorBox .plentyErrorBoxCode,
#ceres-custom-solr-search .plentyErrorBox .plentyErrorBoxTitle,
#ceres-custom-solr-search .PlentyErrorMessageBox .PlentyErrorCode {
  color: #843534;
}
#ceres-custom-solr-search a.PostfinderTrigger {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 25px 12px 5px;
  background: #ffcd00;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#ceres-custom-solr-search .PostfinderTriggerImgLabel1,
#ceres-custom-solr-search .PostfinderTriggerImgLabel2 {
  position: absolute;
  display: block;
  top: 6px;
  background-image: url("/tpl/global/images/dhl_packstation_postfiliale-direkt_sprite.png");
  background-repeat: no-repeat;
}
#ceres-custom-solr-search .PostfinderTriggerImgLabel1 {
  left: 12px;
  width: 97px;
  height: 11px;
  background-position: -4px -4px;
}
#ceres-custom-solr-search .PostfinderTriggerImgLabel2 {
  left: 50%;
  width: 89px;
  height: 18px;
  background-position: -4px -20px;
}
#ceres-custom-solr-search .PostfinderTriggerTextLabel {
  display: block;
  background-color: #c00;
  border-color: #c00;
  color: #fff;
  margin-top: 4px;
  clear: both;
  padding-left: 0;
  padding-right: 0;
}
#ceres-custom-solr-search .WebPostfinderTextBefore {
  margin-bottom: 12px;
}
#ceres-custom-solr-search .PlentyWebshopTable {
  display: table;
  line-height: 18px;
}
#ceres-custom-solr-search .PlentyWebshopTableRow {
  display: table-row;
}
#ceres-custom-solr-search .PlentyWebshopTableCell {
  display: table-cell;
}
#ceres-custom-solr-search
  .WebPostfinderGetPackstationsPopup
  .PlentyWebshopTableCell {
  border-bottom: 1px solid #eee;
  padding: 3px 5px;
}
#ceres-custom-solr-search
  .PlentyWebshopTableHeaderRow
  > .PlentyWebshopTableCell {
  background: #eee;
  border-color: #bbb;
}
#ceres-custom-solr-search .PlentyWebshopTableCell:first-child {
  vertical-align: middle;
}
#ceres-custom-solr-search .PlentyWebshopTableWrapper {
  max-height: 450px;
  overflow-y: auto;
}
#ceres-custom-solr-search .PlentyWebshopPopupButtonLeftContainer {
  float: left;
  width: 50%;
  text-align: right;
}
#ceres-custom-solr-search .PlentyWebshopPopupButtonRightContainer {
  width: 50%;
}
#ceres-custom-solr-search .PlentyWebshopPopupButtonLeftContainer,
#ceres-custom-solr-search .PlentyWebshopPopupButtonRightContainer {
  padding: 10px 0;
}
#ceres-custom-solr-search .PlentyWebshopPopupButtonLeftContainer > *,
#ceres-custom-solr-search .PlentyWebshopPopupButtonRightContainer > * {
  margin: 0 5px;
}
#ceres-custom-solr-search
  .PlentyWebshopPopup.WebPostfinderGetPackstationsPopup {
  margin-left: -300px;
  width: 600px;
}
#ceres-custom-solr-search .myaccount .PlentyWebMyAccountAccContainer {
  margin-bottom: 15px;
}
#ceres-custom-solr-search .myaccount .PlentyWebMyAccountAccContainerTitle,
#ceres-custom-solr-search .myaccount #PlentyWebMyAccountLogin > h1,
#ceres-custom-solr-search .checkoutDetails .AccordionTitle {
  margin-bottom: 0;
  border: 1px solid #ddd;
  padding: 4px 16px;
  line-height: 34px;
  font-size: 130%;
  font-weight: bold;
  background-color: #fafafa;
}
#ceres-custom-solr-search .myaccount .PlentyWebMyAccountAccContainerTitle,
#ceres-custom-solr-search .checkoutDetails .AccordionTitle {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#ceres-custom-solr-search
  .myaccount
  .PlentyContainerIsOpen
  .PlentyWebMyAccountAccContainerTitle,
#ceres-custom-solr-search .myaccount #PlentyWebMyAccountLogin > h1,
#ceres-custom-solr-search
  .checkoutDetails
  .AccordionTitle.CurrentAccordionTitle {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountAccContainerTitle.PlentyWebMyAccountOpenableContainerTitle:hover {
  color: #008ebd;
  cursor: pointer;
}
#ceres-custom-solr-search .myaccount .PlentyWebMyAccountAccContainerContent,
#ceres-custom-solr-search
  .myaccount
  #PlentyWebMyAccountLogin
  > div.PlentyMyAccountContainerContent,
#ceres-custom-solr-search .checkoutDetails .AccordionPane {
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px 15px;
  line-height: 17px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
#ceres-custom-solr-search
  .myaccount
  div.PlentyFormContainer.PlentyWebMyAccountContainer,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountOrderOverviewElementsContainer
  > .PlentyFormContainer
  > .PlentyFormContainer
  > .PlentyFormContainer,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountOrderOverviewItemsBox
  > .PlentyWebMyAccountOrderOverviewItemsMain
  > div.PlentyFormContainer.ItemsRow,
#ceres-custom-solr-search .myaccount .PlentyWebMyAccountDisplayOrdersContainer,
#ceres-custom-solr-search .myaccount .PlentyWebMyAccountTicketsTicketContainer,
#ceres-custom-solr-search .myaccount .PlentyWebMyAccountTicketsLeafContainer,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountMyProjectsProjectContainer,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountEmailNewAccountContainer,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountVersionJumpDomainContainer,
#ceres-custom-solr-search .myaccount .PlentyWebMyAccountItemContainer,
#ceres-custom-solr-search .myaccount .PlentyWebMyAccountOpenableItemContainer,
#ceres-custom-solr-search #PlentyWebOrderOverviewInvoiceContainer,
#ceres-custom-solr-search #PlentyWebOrderOverviewShippingContainer,
#ceres-custom-solr-search #PlentyWebOrderOverviewPaymentMethodContainer,
#ceres-custom-solr-search #PlentyWebOrderOverviewShippingMethodContainer,
#ceres-custom-solr-search #PlentyWebOrderOverviewAGBPrivacyContainer,
#ceres-custom-solr-search #PlentyWebOrderOverviewItemsContainer,
#ceres-custom-solr-search .PlentyOrderDeliveryAddress,
#ceres-custom-solr-search #PlentyWebCustomerRegistration,
#ceres-custom-solr-search .PlentyLostPWDContainer {
  margin-top: 10px;
}
#ceres-custom-solr-search .panel {
  margin-bottom: 16px;
}
#ceres-custom-solr-search .panel-heading,
#ceres-custom-solr-search
  .myaccount
  div.PlentyFormContainer.PlentyWebMyAccountContainer
  > span.PlentyWebMyAccountContainerTitle,
#ceres-custom-solr-search
  .myaccount
  div.PlentyFormContainer.PlentyWebMyAccountContainer
  > div.PlentyWebMyAccountContainerTitle,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountOrderOverviewElementsContainer
  > .PlentyFormContainer
  > .PlentyFormContainer
  > .PlentyFormContainer
  > span,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountOrderOverviewItemsBox
  > .PlentyWebMyAccountOrderOverviewItemsMain
  > div.PlentyFormContainer.ItemsRow
  > .ItemsHeaderRow,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountDisplayOrdersContainer
  > div.PlentyWebMyAccountDisplayOrdersOrderId,
#ceres-custom-solr-search .myaccount .PlentyMyAccountHeaderChange,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountTicketsTicketTitleContainer,
#ceres-custom-solr-search .myaccount .PlentyWebMyAccountTicketsLeafHead,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountMyProjectsProjectTitleContainer,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountEmailNewAccountContainerTitle,
#ceres-custom-solr-search
  .myaccount
  #PlentyWebMyAccountCustomerEventsContainerContent
  > h1,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountVersionJumpDomainContainer
  > span,
#ceres-custom-solr-search .myaccount .PlentyWebMyAccountItemContainerHeader,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountOpenableItemContainerHeader,
#ceres-custom-solr-search #PlentyWebOrderOverviewInvoiceContainer > span,
#ceres-custom-solr-search #PlentyWebOrderOverviewShippingContainer > span,
#ceres-custom-solr-search #PlentyWebOrderOverviewShippingMethodContainer > span,
#ceres-custom-solr-search #PlentyWebOrderOverviewPaymentMethodContainer > span,
#ceres-custom-solr-search #PlentyWebOrderOverviewSchedulerContainer > span,
#ceres-custom-solr-search #PlentyWebOrderOverviewAGBPrivacyContainer > span,
#ceres-custom-solr-search .PlentyWebItemContainerHeader,
#ceres-custom-solr-search #PlentyWebOrderOverviewItemsTop,
#ceres-custom-solr-search
  .PlentyOrderDeliveryAddress
  > .PlentyWebShippingDetailsListTitle,
#ceres-custom-solr-search #PlentyWebCustomerRegistrationTitle,
#ceres-custom-solr-search .PlentyLostPWDContainerTitle {
  display: block;
  font-size: 120%;
  line-height: 18px;
  border: 1px solid #ddd;
  padding: 3px 5px 3px 10px;
  font-size: 16px;
  color: #444;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-color: #fafafa;
}
#ceres-custom-solr-search .panel-heading {
  padding-left: 12px;
  padding-right: 12px;
}
#ceres-custom-solr-search .panel-title,
#ceres-custom-solr-search
  .myaccount
  div.PlentyWebMyAccountContainerTitle
  > div:first-child,
#ceres-custom-solr-search
  .myaccount
  div.PlentyMyAccountHeaderChange
  > div:first-child,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountItemContainerHeader
  > div:first-child,
#ceres-custom-solr-search .PlentyWebItemContainerHeaderTitle,
#ceres-custom-solr-search #PlentyWebOrderOverviewAGBandWithdrawal > h3,
#ceres-custom-solr-search #PlentyWebOrderOverviewItems,
#ceres-custom-solr-search #PlentyWebCustomerRegistrationTitle > span {
  display: inline-block;
  margin: 0;
  padding: 7px 0 5px;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
#ceres-custom-solr-search
  span.PlentyWebMyAccountContainerTitle
  > span.PlentyFormContainer,
#ceres-custom-solr-search
  .myaccount
  div.PlentyWebMyAccountContainerTitle
  > div.PlentyFormContainer,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountOrderOverviewElementsContainer
  > .PlentyFormContainer
  > .PlentyFormContainer
  > .PlentyFormContainer
  > span
  > span.PlentyFormContainer,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountOrderOverviewItemsBox
  > .PlentyWebMyAccountOrderOverviewItemsMain
  > div.PlentyFormContainer.ItemsRow
  > .ItemsHeaderRow
  > span.PlentyFormContainer,
#ceres-custom-solr-search
  span.PlentyWebMyAccountOrderOverviewItemsTitle
  > span.PlentyFormContainer.PlentyWebMyAccountOrderOverviewItemsChangeContainer,
#ceres-custom-solr-search
  .myaccount
  .PlentyMyAccountHeaderChange
  > .PlentyFormContainer,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountItemContainerHeader
  > .PlentyFormContainer,
#ceres-custom-solr-search .myaccount .PlentyWebMyAccountHeaderButtonRight,
#ceres-custom-solr-search .myaccount .PlentyWebMyAccountButtonsRightContainer {
  position: relative;
  float: right;
  margin-top: 1px;
  margin-right: 0;
}
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountButtonsRightContainer
  > .PlentyFormContainer {
  float: right;
}
#ceres-custom-solr-search
  span.PlentyWebMyAccountContainerTitle
  > span.PlentyFormContainer
  + span.PlentyFormContainer,
#ceres-custom-solr-search
  .myaccount
  div.PlentyWebMyAccountContainerTitle
  > div.PlentyFormContainer
  + div.PlentyFormContainer,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountButtonsRightContainer
  > .PlentyFormContainer
  + .PlentyFormContainer,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountHeaderButtonRight
  > span {
  margin-right: 5px;
}
#ceres-custom-solr-search .PlentyWebButtonsRightContainer,
#ceres-custom-solr-search #PlentyWebOrderOverviewItemsChangeContainer {
  display: block !important;
  float: right;
  margin-right: 5px;
}
#ceres-custom-solr-search .panel-body,
#ceres-custom-solr-search
  .myaccount
  div.PlentyFormContainer.PlentyWebMyAccountContainer
  > div.PlentyWebMyAccountContainerContent,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountOrderOverviewElementsContainer
  > .PlentyFormContainer
  > .PlentyFormContainer
  > .PlentyFormContainer
  > span
  + div,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountOrderOverviewItemsBox
  > .PlentyWebMyAccountOrderOverviewItemsMain
  > div.PlentyFormContainer.ItemsRow
  > .ItemsContentRow,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountOrderOverviewElementsContainer1
  > div.PlentyFormContainer
  > div.PlentyFormContainer,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountOrderOverviewElementsContainer2
  > div.PlentyFormContainer
  > div.PlentyFormContainer,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountDisplayOrdersContainer
  > div.PlentyWebMyAccountDisplayOrdersOrderId
  + div.PlentyFormBox,
#ceres-custom-solr-search .myaccount .PlentyWebMyAccountTicketsTicketContent,
#ceres-custom-solr-search .myaccount .PlentyWebMyAccountTicketsLeafContent,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountMyProjectsProjectContent,
#ceres-custom-solr-search
  .myaccount
  #PlentyWebMyAccountCustomerEventsContainerContent
  > h1
  + div,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountVersionJumpDomainContainer
  > div,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountEmailNewAddressContainer
  > form,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountItemContainerHeader
  + .PlentyFormContainer.ItemsContentRow,
#ceres-custom-solr-search .myaccount .PlentyWebMyAccountItemContainerContent,
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountOpenableItemContainerContent,
#ceres-custom-solr-search #PlentyWebOrderOverviewInvoiceDataContainer,
#ceres-custom-solr-search #PlentyWebOrderOverviewShippingDataContainer,
#ceres-custom-solr-search #PlentyWebOrderOverviewShippingMethodDataContainer,
#ceres-custom-solr-search #PlentyWebOrderOverviewPaymentMethodDataContainer,
#ceres-custom-solr-search #PlentyWebOrderOverviewSchedulerDataContainer,
#ceres-custom-solr-search
  #PlentyWebOrderOverviewAGBPrivacyContainer
  > *:last-child,
#ceres-custom-solr-search #PlentyWebOrderOverviewNotesTextareaBox,
#ceres-custom-solr-search #PlentyWebOrderOverviewReferenceInputBox,
#ceres-custom-solr-search
  .PlentyOrderDeliveryAddress
  > .PlentyWebShippingDetailsListContent,
#ceres-custom-solr-search .PlentyWebEditButtonContent,
#ceres-custom-solr-search #PlentyWebCustomerRegistrationMainContainer,
#ceres-custom-solr-search .PlentyLostPWDContainerContent {
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#ceres-custom-solr-search .panel-body {
  padding: 12px 12px 0;
  line-height: inherit;
  font-size: inherit;
}
#ceres-custom-solr-search
  #PlentyWebOrderOverviewAGBPrivacyContainer
  > #PlentyWebOrderOverviewNewsletterContainer {
  padding-top: 0;
}
#ceres-custom-solr-search
  #PlentyWebOrderOverviewAGBPrivacyContainer
  > #PlentyWebOrderOverviewAGBContainer,
#ceres-custom-solr-search #PlentyWebOrderOverviewItemsBox {
  padding-top: 10px;
}
#ceres-custom-solr-search #PlentyWebOrderOverviewAGBPrivacyContainer > *,
#ceres-custom-solr-search #PlentyWebOrderOverviewItemsBox {
  border-color: #ddd;
  border-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  padding-left: 10px;
  padding-right: 10px;
}
#ceres-custom-solr-search
  .myaccount
  .PlentyWebMyAccountOpenableItemContainerHeader
  + .PlentyWebMyAccountOpenableItemContainerContent,
#ceres-custom-solr-search #PlentyWebOrderOverviewOrderSumBox,
#ceres-custom-solr-search #PlentyWebOrderOverviewNoticeTotals,
#ceres-custom-solr-search #PlentyWebOrderOverviewNoticeNonEUDelivery,
#ceres-custom-solr-search #PlentyWebOrderOverviewNoticeEUDelivery {
  border-color: #ddd;
  border-width: 1px;
  border-style: none solid solid;
  padding-bottom: 10px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#ceres-custom-solr-search .PlentyWebMyAccountPopupContainer,
#ceres-custom-solr-search .PlentyWebMyAccountAdviceContainer,
#ceres-custom-solr-search
  .PlentyWebMyAccountDisplayOrdersShippingDetailsContainer,
#ceres-custom-solr-search .ui-datepicker,
#ceres-custom-solr-search .WebPostfinderGetPackstationsPopup {
  display: none;
  position: absolute;
  z-index: 400010 !important;
  left: 50%;
}
@media (max-width: 1199px) {
  #ceres-custom-solr-search .contentpageSlider,
  #ceres-custom-solr-search .contentpageSlider .slide {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search .contentpageSlider,
  #ceres-custom-solr-search .contentpageSlider .slide {
    height: 480px;
  }
}
#ceres-custom-solr-search .contentpageSlider .slide {
  background-position: center center;
}
@media (max-width: 1399px) {
  #ceres-custom-solr-search .contentpageSlider .slide {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#ceres-custom-solr-search .isHome .textWrapper {
  max-height: 150px;
  overflow-y: auto;
}
#ceres-custom-solr-search .text-large-responsive {
  line-height: 1.2;
}
#ceres-custom-solr-search .text-bg {
  display: inline-block;
  padding: 4px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
#ceres-custom-solr-search .text-bg.blue {
  background-color: #008ebd;
  background-color: rgba(0, 142, 189, 0.8);
  color: #fff;
}
@media (max-width: 1199px) {
  #ceres-custom-solr-search .text-large-responsive {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search .text-large-responsive {
    font-size: 32px;
  }
}
#ceres-custom-solr-search .icon-text-list {
  list-style-type: none;
  padding: 0;
}
#ceres-custom-solr-search .icon-text-list > li {
  margin: 2px 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #e0e0e0;
}
#ceres-custom-solr-search .icon-text-list > li > * {
  display: inline-block;
  vertical-align: middle;
}
#ceres-custom-solr-search .icon-text-list > li > img {
  padding: 2px 0;
}
#ceres-custom-solr-search .icon-text-list > li > span {
  padding: 4px 12px;
  font-weight: bold;
}
#ceres-custom-solr-search .icon-text-list > li > .pull-right {
  padding-right: 0;
}
#ceres-custom-solr-search .formtable input[type="text"],
#ceres-custom-solr-search .formtable textarea {
  margin-bottom: 2px;
  margin-top: 2px;
}
#ceres-custom-solr-search
  .PlentyWebshopPopup.ArticleOrderParams
  .PlentyWebBasketContainer {
  padding: 15px;
}
#ceres-custom-solr-search
  .PlentyWebshopPopup.ArticleOrderParams
  h1.PlentyWebBasketContainerTitle {
  position: absolute;
  top: 0;
  margin: 0;
  padding-top: 12px;
  line-height: 1.42857;
  font-size: 17.5px;
  font-weight: 300;
}
#ceres-custom-solr-search
  .PlentyWebshopPopup.ArticleOrderParams
  .BasketItemOrderParams {
  margin-bottom: 6px;
}
#ceres-custom-solr-search
  .PlentyWebshopPopup.ArticleOrderParams
  #PlentyWebEditOrderParamsSubmit {
  margin-top: 12px;
}
#ceres-custom-solr-search
  .PlentyWebshopPopup.ArticleOrderParams
  input[type="text"] {
  width: 100%;
}
#ceres-custom-solr-search .PlentyCurrencySymbol + .PlentyCurrencyValue,
#ceres-custom-solr-search .PlentyCurrencyValue + .PlentyCurrencySymbol {
  margin-left: 0.25em;
}

.search-desktop {
  width: 1170px;
}
@media (max-width: 1199px) {
  .search-desktop {
    width: unset !important;
  }
}

@media (max-width: 1199px) {
  .col-lg-10.col-md-10.col-sm-12.col-xs-12.pl-3 {
    padding-left: 3rem !important;
  }
}

#ceres-custom-solr-search  .basketButtonContainer {
  border-radius: 10px;
}