@charset "UTF-8";
#ceres-custom-solr-search-mobile .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#ceres-custom-solr-search-mobile .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
#ceres-custom-solr-search-mobile .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#ceres-custom-solr-search-mobile .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#ceres-custom-solr-search-mobile .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
#ceres-custom-solr-search-mobile .slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
#ceres-custom-solr-search-mobile .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
#ceres-custom-solr-search-mobile .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
#ceres-custom-solr-search-mobile .slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
#ceres-custom-solr-search-mobile .slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
#ceres-custom-solr-search-mobile .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
#ceres-custom-solr-search-mobile .animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
#ceres-custom-solr-search-mobile .toRightFromLeft {
  -webkit-animation-name: toRightFromLeft;
  animation-name: toRightFromLeft;
}
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
#ceres-custom-solr-search-mobile .owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#ceres-custom-solr-search-mobile .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
#ceres-custom-solr-search-mobile .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
#ceres-custom-solr-search-mobile .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#ceres-custom-solr-search-mobile .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-mobile .owl-carousel .owl-item {
  float: left;
}
#ceres-custom-solr-search-mobile .owl-controls .owl-page,
#ceres-custom-solr-search-mobile .owl-controls .owl-buttons div {
  cursor: pointer;
}
#ceres-custom-solr-search-mobile .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#ceres-custom-solr-search-mobile .owl-carousel .owl-wrapper,
#ceres-custom-solr-search-mobile .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-mobile .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-mobile .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-mobile .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-mobile .owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
#ceres-custom-solr-search-mobile .owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
#ceres-custom-solr-search-mobile .owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
#ceres-custom-solr-search-mobile .owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
#ceres-custom-solr-search-mobile .owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
#ceres-custom-solr-search-mobile .owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
#ceres-custom-solr-search-mobile button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#ceres-custom-solr-search-mobile * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  zoom: 1;
}
#ceres-custom-solr-search-mobile html {
  font-size: 16px;
  min-height: 100%;
  overflow-x: hidden !important;
}
#ceres-custom-solr-search-mobile body {
  font: 75%/150% "Open Sans", Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #555;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  min-width: 310px;
}
#ceres-custom-solr-search-mobile iframe,
#ceres-custom-solr-search-mobile img {
  border: 0;
}
#ceres-custom-solr-search-mobile img {
  border-style: none;
  height: auto;
  vertical-align: top;
}
#ceres-custom-solr-search-mobile a {
  text-decoration: none;
  color: inherit;
}
#ceres-custom-solr-search-mobile a:hover,
#ceres-custom-solr-search-mobile a:focus {
  text-decoration: none;
  color: #00a2ee;
}
#ceres-custom-solr-search-mobile a:focus {
  outline: none;
}
#ceres-custom-solr-search-mobile p {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 10px;
}
#ceres-custom-solr-search-mobile .text {
  font-size: 1.0833em;
  margin-bottom: 15px;
}
#ceres-custom-solr-search-mobile .text p {
  font-size: 1em;
}
#ceres-custom-solr-search-mobile .text > *:last-child {
  margin-bottom: 0;
}
#ceres-custom-solr-search-mobile dt {
  font-weight: normal;
}
#ceres-custom-solr-search-mobile h1,
#ceres-custom-solr-search-mobile h2,
#ceres-custom-solr-search-mobile h3,
#ceres-custom-solr-search-mobile h4,
#ceres-custom-solr-search-mobile h5,
#ceres-custom-solr-search-mobile h6 {
  color: #555;
}
#ceres-custom-solr-search-mobile h1,
#ceres-custom-solr-search-mobile h2,
#ceres-custom-solr-search-mobile h3,
#ceres-custom-solr-search-mobile h4,
#ceres-custom-solr-search-mobile h5,
#ceres-custom-solr-search-mobile h6 {
  margin: 0 0 20px;
  font-weight: 300;
}
#ceres-custom-solr-search-mobile h4,
#ceres-custom-solr-search-mobile h5,
#ceres-custom-solr-search-mobile h6 {
  font-weight: 400;
}
#ceres-custom-solr-search-mobile h5,
#ceres-custom-solr-search-mobile h6 {
  margin-bottom: 10px;
}
#ceres-custom-solr-search-mobile h1 {
  font-size: 2.5em;
  line-height: 1.25em;
}
#ceres-custom-solr-search-mobile h2 {
  font-size: 2em;
  line-height: 1.25em;
}
#ceres-custom-solr-search-mobile h3 {
  font-size: 1.6667em;
  line-height: 1.2222em;
  font-weight: 400;
}
#ceres-custom-solr-search-mobile h4 {
  font-size: 1.3333em;
  line-height: 1.25em;
}
#ceres-custom-solr-search-mobile h5 {
  font-size: 1.1666em;
  line-height: 1.1428em;
}
#ceres-custom-solr-search-mobile h6 {
  font-size: 1.0833em;
}
#ceres-custom-solr-search-mobile ol,
#ceres-custom-solr-search-mobile ul {
  list-style: none;
}
#ceres-custom-solr-search-mobile blockquote,
#ceres-custom-solr-search-mobile q {
  quotes: none;
}
#ceres-custom-solr-search-mobile blockquote:before,
#ceres-custom-solr-search-mobile blockquote:after,
#ceres-custom-solr-search-mobile q:before,
#ceres-custom-solr-search-mobile q:after {
  content: "";
  content: none;
}
#ceres-custom-solr-search-mobile hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: #00a2ee;
}
#ceres-custom-solr-search-mobile small {
  font-size: 0.8333em;
}
#ceres-custom-solr-search-mobile table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ceres-custom-solr-search-mobile .clearer {
  clear: both !important;
  padding: 0 !important;
  margin: 0 !important;
}
#ceres-custom-solr-search-mobile .hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
#ceres-custom-solr-search-mobile .nobr {
  white-space: nowrap !important;
}
#ceres-custom-solr-search-mobile .wrap {
  white-space: normal !important;
}
#ceres-custom-solr-search-mobile .no-display {
  display: none;
}
#ceres-custom-solr-search-mobile .no-float {
  float: none !important;
}
#ceres-custom-solr-search-mobile .no-margin {
  margin: 0 !important;
}
#ceres-custom-solr-search-mobile .no-bmargin {
  margin-bottom: 0 !important;
}
#ceres-custom-solr-search-mobile .no-padding {
  padding: 0 !important;
}
#ceres-custom-solr-search-mobile .no-lpadding {
  padding-left: 0 !important;
}
#ceres-custom-solr-search-mobile .no-rpadding {
  padding-right: 0 !important;
}
#ceres-custom-solr-search-mobile .no-border {
  border: none !important;
}
#ceres-custom-solr-search-mobile .no-bg {
  background: none !important;
}
#ceres-custom-solr-search-mobile .full-width {
  width: 100% !important;
}
#ceres-custom-solr-search-mobile .width-auto {
  width: auto !important;
}
#ceres-custom-solr-search-mobile img.full-width {
  height: auto;
}
#ceres-custom-solr-search-mobile .uppercase {
  text-transform: uppercase;
}
#ceres-custom-solr-search-mobile .fourty-space {
  letter-spacing: 0.04em !important;
}
#ceres-custom-solr-search-mobile .underline {
  text-decoration: underline !important;
}
#ceres-custom-solr-search-mobile .inline-block {
  display: inline-block !important;
}
#ceres-custom-solr-search-mobile .visible-sms {
  display: none;
}
#ceres-custom-solr-search-mobile .no-letter-spacing {
  letter-spacing: normal !important;
}
#ceres-custom-solr-search-mobile .font-light {
  font-weight: 300 !important;
}
#ceres-custom-solr-search-mobile .font-normal {
  font-weight: 400 !important;
}
#ceres-custom-solr-search-mobile .fontsize-lg {
  font-size: 1.3333em;
  line-height: 1.5;
}
#ceres-custom-solr-search-mobile p.fontsize-lg {
  line-height: 1.8;
}
#ceres-custom-solr-search-mobile .overflow-hidden {
  overflow: hidden;
}
#ceres-custom-solr-search-mobile .full-height {
  height: 100%;
}
#ceres-custom-solr-search-mobile .skin-color {
  color: #00a2ee !important;
}
#ceres-custom-solr-search-mobile .skin-bg {
  background-color: #00a2ee !important;
}
#ceres-custom-solr-search-mobile .skin-bg-alpha {
  background-color: rgba(0, 162, 238, 0.75) !important;
}
#ceres-custom-solr-search-mobile .color-blue {
  color: #1b4268 !important;
}
#ceres-custom-solr-search-mobile .color-light-blue {
  color: #455b79 !important;
}
#ceres-custom-solr-search-mobile .color-white {
  color: #fff !important;
}
#ceres-custom-solr-search-mobile .hover-color-skin:hover {
  color: #00a2ee !important;
}
#ceres-custom-solr-search-mobile .hover-color-blue:hover {
  color: #1b4268 !important;
}
#ceres-custom-solr-search-mobile .custom-font1,
#ceres-custom-solr-search-mobile .banner-slider .banner-text .banner-title,
#ceres-custom-solr-search-mobile .post-slider.style1 .banner-text .banner-title,
#ceres-custom-solr-search-mobile .post-slider.style5 .banner-text .banner-title,
#ceres-custom-solr-search-mobile .brand-slider .banner-text .banner-title,
#ceres-custom-solr-search-mobile
  .image-banner
  .caption-wrapper.position-left
  .captions,
#ceres-custom-solr-search-mobile
  .image-banner
  .caption-wrapper.position-right
  .captions,
#ceres-custom-solr-search-mobile
  .image-banner
  .caption-wrapper.position-middle
  .captions,
#ceres-custom-solr-search-mobile .pricing-table .currency-symbol,
#ceres-custom-solr-search-mobile .counters-box.style2 dt,
#ceres-custom-solr-search-mobile .testimonial.style1 .testimonial-content,
#ceres-custom-solr-search-mobile
  .brand-section
  .caption-wrapper.style2
  .caption,
#ceres-custom-solr-search-mobile
  .brand-section
  .caption-wrapper.style3
  .caption,
#ceres-custom-solr-search-mobile
  .brand-section.style1
  .caption-wrapper
  .caption,
#ceres-custom-solr-search-mobile
  .brand-section.style2
  .caption-wrapper
  .caption {
  font-family: Playfair Display;
}
#ceres-custom-solr-search-mobile .custom-font2,
#ceres-custom-solr-search-mobile
  .page-title-container
  .banner
  .caption
  .caption-lg,
#ceres-custom-solr-search-mobile
  .page-title-container.style6
  .caption
  .caption-xl,
#ceres-custom-solr-search-mobile .brand-section .caption-wrapper .caption {
  font-family: Open Sans Condensed;
}
#ceres-custom-solr-search-mobile .custom-font3,
#ceres-custom-solr-search-mobile .post-slider.style4 .caption.size-lg,
#ceres-custom-solr-search-mobile .parallax .caption.size-lg,
#ceres-custom-solr-search-mobile #nav > ul > li > a,
#ceres-custom-solr-search-mobile .mobile-nav,
#ceres-custom-solr-search-mobile .error404 .error-message-404 span,
#ceres-custom-solr-search-mobile .coming-soon-page .error-message-404 span,
#ceres-custom-solr-search-mobile .blank-page .error-message-404 span,
#ceres-custom-solr-search-mobile .coming-soon-page .clock,
#ceres-custom-solr-search-mobile .page-loading-wrapper header .logo {
  font-family: Dosis;
}
#ceres-custom-solr-search-mobile #page-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#ceres-custom-solr-search-mobile .box-sm {
  margin-bottom: 20px;
}
#ceres-custom-solr-search-mobile .box-md,
#ceres-custom-solr-search-mobile .box {
  margin-bottom: 30px;
}
#ceres-custom-solr-search-mobile .box-lg {
  margin-bottom: 40px;
}
#ceres-custom-solr-search-mobile .box-xl,
#ceres-custom-solr-search-mobile .block {
  margin-bottom: 60px;
}
#ceres-custom-solr-search-mobile article {
  margin-bottom: 30px;
}
#ceres-custom-solr-search-mobile .block:after {
  content: "";
  display: table;
  clear: both;
}
#ceres-custom-solr-search-mobile #content {
  padding: 70px 0 0;
  min-height: 300px;
}
#ceres-custom-solr-search-mobile #content > .container > .section:first-child,
#ceres-custom-solr-search-mobile #content #main > .section:first-child,
#ceres-custom-solr-search-mobile #content > .section:first-child {
  padding-top: 0;
}
#ceres-custom-solr-search-mobile #main {
  margin-bottom: 60px;
}
#ceres-custom-solr-search-mobile #main > .section:first-child {
  padding-top: 0;
}
#ceres-custom-solr-search-mobile .sidebar {
  margin-bottom: 60px;
}
#ceres-custom-solr-search-mobile .section {
  padding: 80px 0 70px;
}
#ceres-custom-solr-search-mobile .section.has-border {
  border-bottom: 1px solid #edf6ff;
}
#ceres-custom-solr-search-mobile .section:last-child {
  border-bottom: none;
}
#ceres-custom-solr-search-mobile .title {
  font-weight: normal;
}
#ceres-custom-solr-search-mobile .center-block {
  float: none;
}
#ceres-custom-solr-search-mobile .highlight {
  background: #00a2ee;
  color: #fff;
  padding: 2px 8px;
}
#ceres-custom-solr-search-mobile hr.dotted {
  border-style: dotted;
}
#ceres-custom-solr-search-mobile hr.thick {
  border-width: 2px;
}
#ceres-custom-solr-search-mobile hr.color-heading {
  border-color: #1b4268;
}
#ceres-custom-solr-search-mobile hr.color-text {
  border-color: #939faa;
}
#ceres-custom-solr-search-mobile hr.color-light {
  border-color: #d4dde5;
}
#ceres-custom-solr-search-mobile hr.color-light1 {
  border-color: #edf6ff;
}
#ceres-custom-solr-search-mobile hr[class^="col-"],
#ceres-custom-solr-search-mobile hr[class*=" col-"] {
  float: none;
  padding: 0;
}
#ceres-custom-solr-search-mobile .description > *:last-child {
  margin-bottom: 0;
}
#ceres-custom-solr-search-mobile .section-info {
  border-top: 1px solid #d4dde5;
  padding: 50px 0;
  position: relative;
}
#ceres-custom-solr-search-mobile .section-info .section-title {
  display: inline-block;
  line-height: 1em;
  margin-top: -0.6em;
  padding-right: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  font-weight: 300;
}
#ceres-custom-solr-search-mobile .glyphicon.has-circle {
  display: inline-block;
  border: 1px solid #00a2ee;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.16em;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
}
#ceres-custom-solr-search-mobile .hide-children > *:not(.active) {
  display: none;
}
#ceres-custom-solr-search-mobile ul.arrow-circle li,
#ceres-custom-solr-search-mobile ul.arrow li,
#ceres-custom-solr-search-mobile ul.star li,
#ceres-custom-solr-search-mobile ul.decimal-zero li,
#ceres-custom-solr-search-mobile ul.disc li {
  margin-bottom: 12px;
  line-height: 20px;
}
#ceres-custom-solr-search-mobile ul.arrow-circle li:before,
#ceres-custom-solr-search-mobile ul.arrow li:before,
#ceres-custom-solr-search-mobile ul.star li:before,
#ceres-custom-solr-search-mobile ul.decimal-zero li:before,
#ceres-custom-solr-search-mobile ul.disc li:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  font-family: FontAwesome;
}
#ceres-custom-solr-search-mobile ul.arrow-circle.size-small,
#ceres-custom-solr-search-mobile ul.arrow.size-small,
#ceres-custom-solr-search-mobile ul.star.size-small,
#ceres-custom-solr-search-mobile ul.decimal-zero.size-small,
#ceres-custom-solr-search-mobile ul.disc.size-small {
  font-size: 1em;
}
#ceres-custom-solr-search-mobile ul.arrow-circle.size-small li,
#ceres-custom-solr-search-mobile ul.arrow.size-small li,
#ceres-custom-solr-search-mobile ul.star.size-small li,
#ceres-custom-solr-search-mobile ul.decimal-zero.size-small li,
#ceres-custom-solr-search-mobile ul.disc.size-small li {
  margin-bottom: 10px;
}
#ceres-custom-solr-search-mobile ul.arrow-circle.size-medium,
#ceres-custom-solr-search-mobile ul.arrow.size-medium,
#ceres-custom-solr-search-mobile ul.star.size-medium,
#ceres-custom-solr-search-mobile ul.decimal-zero.size-medium,
#ceres-custom-solr-search-mobile ul.disc.size-medium {
  font-size: 1.0833em;
}
#ceres-custom-solr-search-mobile ul.arrow-circle.size-medium li,
#ceres-custom-solr-search-mobile ul.arrow.size-medium li,
#ceres-custom-solr-search-mobile ul.star.size-medium li,
#ceres-custom-solr-search-mobile ul.decimal-zero.size-medium li,
#ceres-custom-solr-search-mobile ul.disc.size-medium li {
  margin-bottom: 20px;
}
#ceres-custom-solr-search-mobile ul.arrow li:before,
#ceres-custom-solr-search-mobile ul.arrow-circle li:before {
  content: "\e258";
}
#ceres-custom-solr-search-mobile ul.arrow li.active:before,
#ceres-custom-solr-search-mobile ul.arrow-circle li.active:before {
  color: #00a2ee;
}
#ceres-custom-solr-search-mobile ul.arrow li:before {
  margin-right: 10px;
}
#ceres-custom-solr-search-mobile ul.arrow-circle li {
  position: relative;
  padding-left: 34px;
}
#ceres-custom-solr-search-mobile ul.arrow-circle li:before {
  font-size: 0.8333em;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  color: #d4dde5;
  border: 1px solid;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  text-indent: 1px;
}
#ceres-custom-solr-search-mobile ul.arrow-circle li.active:before {
  color: #fff;
  background: #00a2ee;
  border-color: #00a2ee;
}
#ceres-custom-solr-search-mobile ul.arrow-circle.hover-effect li:hover {
  color: #00a2ee;
}
#ceres-custom-solr-search-mobile ul.arrow-circle.hover-effect li:hover:before {
  color: #fff;
  background: #00a2ee;
  border-color: #00a2ee;
}
#ceres-custom-solr-search-mobile ul.star li:before {
  content: "\e006";
}
#ceres-custom-solr-search-mobile ul.decimal-zero {
  counter-reset: item;
}
#ceres-custom-solr-search-mobile ul.decimal-zero > li:before {
  content: counter(item);
  counter-increment: item;
  color: #00a2ee;
}
#ceres-custom-solr-search-mobile
  ul.decimal-zero
  > li:nth-child(-n + 9)::before {
  content: "0" counter(item);
}
#ceres-custom-solr-search-mobile ul.disc li:before {
  width: 0.5em;
  height: 0.5em;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  background: #00a2ee;
}
#ceres-custom-solr-search-mobile ul.decimal {
  counter-reset: index;
}
#ceres-custom-solr-search-mobile ul.decimal > li::before {
  content: counter(index) ".";
  counter-increment: index;
  color: #00a2ee;
  margin-right: 12px;
  font-weight: bold;
}
#ceres-custom-solr-search-mobile ul.lower-alpha {
  list-style: lower-alpha inside;
}
#ceres-custom-solr-search-mobile ul.bullet-text {
  font-size: 1.0833em;
}
#ceres-custom-solr-search-mobile ul.bullet-text li {
  line-height: 1.8em;
  margin-bottom: 5px;
}
#ceres-custom-solr-search-mobile ul.bullet-text.paragraph li {
  margin-bottom: 15px;
}
#ceres-custom-solr-search-mobile .dropcap {
  float: left;
  color: #fff;
  background: #00a2ee;
  margin-right: 15px;
  margin-top: 5px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}
#ceres-custom-solr-search-mobile .dropcap.style1 {
  font-size: 3.3333em;
  -webkit-border-radius: 0 0 50px 50px;
  -moz-border-radius: 0 0 50px 50px;
  -ms-border-radius: 0 0 50px 50px;
  border-radius: 0 0 50px 50px;
  width: 1.2em;
  height: 1.5em;
  line-height: 1.4em;
}
#ceres-custom-solr-search-mobile .dropcap.style2 {
  font-size: 2.5em;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  text-transform: uppercase;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
}
#ceres-custom-solr-search-mobile q,
#ceres-custom-solr-search-mobile blockquote {
  quotes: "\201C""\201D""\2018""\2019";
}
#ceres-custom-solr-search-mobile blockquote {
  font-size: 1em;
  border: none;
  padding: 20px 30px 25px 55px;
  position: relative;
}
#ceres-custom-solr-search-mobile blockquote:before,
#ceres-custom-solr-search-mobile blockquote:after {
  font-family: FontAwesome;
  font-size: 2.5em;
  vertical-align: middle;
}
#ceres-custom-solr-search-mobile blockquote:before {
  content: "\f10d";
  margin-right: 4px;
  position: absolute;
  top: 30px;
  left: 16px;
}
#ceres-custom-solr-search-mobile blockquote p {
  font-size: 1.5em;
}
#ceres-custom-solr-search-mobile blockquote.style1 {
  background: #edf6ff;
  color: #1b4268;
}
#ceres-custom-solr-search-mobile blockquote.style1:before {
  color: #fff;
}
#ceres-custom-solr-search-mobile blockquote.style1 p {
  margin-bottom: 30px;
}
#ceres-custom-solr-search-mobile blockquote.style1 > .name {
  font-size: 1.3333em;
  color: #939faa;
  margin-bottom: 0;
}
#ceres-custom-solr-search-mobile blockquote.style2,
#ceres-custom-solr-search-mobile blockquote.style3 {
  font-weight: 300;
  border: 1px solid #edf6ff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 65px;
}
#ceres-custom-solr-search-mobile blockquote.style2:before,
#ceres-custom-solr-search-mobile blockquote.style3:before {
  color: #edf6ff;
  top: 40px;
  left: 26px;
}
#ceres-custom-solr-search-mobile blockquote.style2 p,
#ceres-custom-solr-search-mobile blockquote.style3 p {
  font-size: 1.3333em;
}
#ceres-custom-solr-search-mobile blockquote.style2:after {
  border-right: 21px solid transparent;
  border-top: 21px solid #edf6ff;
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  background: #fff;
}
#ceres-custom-solr-search-mobile blockquote.style3 {
  border-top: 2px solid #00a2ee;
}
#ceres-custom-solr-search-mobile blockquote.style3:after {
  content: "";
  border-top: 3px solid #00a2ee;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3px;
}
#ceres-custom-solr-search-mobile .tags .tag {
  display: inline-block;
  font-size: 0.8333em;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 2.5em;
  border: 1px solid #d4dde5;
  -webkit-border-radius: 1.5em 1.5em 1.5em 1.5em;
  -moz-border-radius: 1.5em 1.5em 1.5em 1.5em;
  -ms-border-radius: 1.5em 1.5em 1.5em 1.5em;
  border-radius: 1.5em 1.5em 1.5em 1.5em;
  margin-bottom: 10px;
  margin-right: 4px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ceres-custom-solr-search-mobile .tags .tag:hover {
  color: #fff;
  background: #00a2ee;
  border-color: #00a2ee;
}
#ceres-custom-solr-search-mobile .animated {
  visibility: hidden;
}
#ceres-custom-solr-search-mobile .no-cssanimations .animated {
  visibility: visible;
}
#ceres-custom-solr-search-mobile .image-container {
  position: relative;
}
#ceres-custom-solr-search-mobile .image-container img {
  width: 100%;
}
#ceres-custom-solr-search-mobile .image-container.fixed img {
  max-width: 100%;
  width: auto;
}
#ceres-custom-solr-search-mobile .section h2.section-title {
  font-size: 2.5em;
  line-height: 4em;
  background: #00a2ee;
  color: #fff;
  margin-top: -80px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  position: relative;
  margin-bottom: 80px;
  z-index: 100;
}
#ceres-custom-solr-search-mobile .section h2.section-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -14px;
  margin-bottom: -10px;
  border-top: 10px solid #00a2ee;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
#ceres-custom-solr-search-mobile .section.no-padding {
  padding: 0;
}
#ceres-custom-solr-search-mobile .section.no-padding .section-title {
  margin: 0;
}
#ceres-custom-solr-search-mobile form [class^="col-"] > input,
#ceres-custom-solr-search-mobile form [class^="col-"] > select,
#ceres-custom-solr-search-mobile form [class^="col-"] > textarea,
#ceres-custom-solr-search-mobile form [class^="col-"] > .btn,
#ceres-custom-solr-search-mobile form [class^="col-"] > button,
#ceres-custom-solr-search-mobile form [class*=" col-"] > input,
#ceres-custom-solr-search-mobile form [class*=" col-"] > select,
#ceres-custom-solr-search-mobile form [class*=" col-"] > textarea,
#ceres-custom-solr-search-mobile form [class*=" col-"] > .btn,
#ceres-custom-solr-search-mobile form [class*=" col-"] > button {
  width: 100%;
}
#ceres-custom-solr-search-mobile form.form-bordered {
  padding: 25px 30px;
  border: 1px solid #edf6ff;
}
#ceres-custom-solr-search-mobile form label {
  font-size: 1.0833em;
  font-weight: 400;
  display: block;
}
#ceres-custom-solr-search-mobile .form-group.has-error input.form-control {
  background-color: #fff3f3;
}
#ceres-custom-solr-search-mobile input.input-text,
#ceres-custom-solr-search-mobile select,
#ceres-custom-solr-search-mobile textarea,
#ceres-custom-solr-search-mobile .customSelect {
  background: #edf6ff;
  border: none;
  line-height: normal;
}
#ceres-custom-solr-search-mobile input.input-text,
#ceres-custom-solr-search-mobile textarea,
#ceres-custom-solr-search-mobile .customSelect,
#ceres-custom-solr-search-mobile select {
  padding-left: 20px;
  padding-right: 20px;
  height: 42px;
  font-size: 1.0833em;
}
#ceres-custom-solr-search-mobile input.input-text.input-lg,
#ceres-custom-solr-search-mobile textarea.input-lg,
#ceres-custom-solr-search-mobile .customSelect.input-lg,
#ceres-custom-solr-search-mobile select.input-lg {
  height: 48px;
  font-size: 1.1667em;
}
#ceres-custom-solr-search-mobile input.input-text.input-md,
#ceres-custom-solr-search-mobile textarea.input-md,
#ceres-custom-solr-search-mobile .customSelect.input-md,
#ceres-custom-solr-search-mobile select.input-md {
  height: 42px;
  font-size: 1.0833em;
}
#ceres-custom-solr-search-mobile input.input-text.input-sm,
#ceres-custom-solr-search-mobile textarea.input-sm,
#ceres-custom-solr-search-mobile .customSelect.input-sm,
#ceres-custom-solr-search-mobile select.input-sm {
  height: 34px;
  font-size: 1em;
}
#ceres-custom-solr-search-mobile input.input-text.input-xs,
#ceres-custom-solr-search-mobile textarea.input-xs,
#ceres-custom-solr-search-mobile .customSelect.input-xs,
#ceres-custom-solr-search-mobile select.input-xs {
  height: 28px;
  font-size: 0.9167em;
}
#ceres-custom-solr-search-mobile input.input-text.white,
#ceres-custom-solr-search-mobile textarea.white,
#ceres-custom-solr-search-mobile .customSelect.white,
#ceres-custom-solr-search-mobile select.white {
  background: #fff;
}
#ceres-custom-solr-search-mobile input.input-text,
#ceres-custom-solr-search-mobile textarea {
  -moz-transition: border-color 0.15s ease-in-out 0s,
    box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s,
    box-shadow 0.15s ease-in-out 0s;
  -webkit-transition: border-color 0.15s ease-in-out 0s,
    box-shadow 0.15s ease-in-out 0s;
  -ms-transition: border-color 0.15s ease-in-out 0s,
    box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  border: 1px solid transparent;
  cursor: text;
}
#ceres-custom-solr-search-mobile input.input-text:focus,
#ceres-custom-solr-search-mobile textarea:focus {
  outline: none;
  border: 1px solid #00a2ee;
  box-shadow: 0 0 8px rgba(0, 162, 238, 0.6);
}
#ceres-custom-solr-search-mobile textarea {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
#ceres-custom-solr-search-mobile select {
  padding: 10px 0 10px 20px;
  line-height: 38px;
  max-width: 100% !important;
}
#ceres-custom-solr-search-mobile select option {
  padding: 2px 10px 2px 18px;
}
#ceres-custom-solr-search-mobile .selector {
  position: relative;
  z-index: 1;
}
#ceres-custom-solr-search-mobile select.selector {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-appearance: menulist-button;
}
#ceres-custom-solr-search-mobile .customSelect {
  line-height: 42px;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  overflow: hidden;
}
#ceres-custom-solr-search-mobile .customSelect.input-lg {
  line-height: 48px;
}
#ceres-custom-solr-search-mobile .customSelect.input-md {
  line-height: 42px;
}
#ceres-custom-solr-search-mobile .customSelect.input-sm {
  line-height: 34px;
}
#ceres-custom-solr-search-mobile .customSelect.input-xs {
  line-height: 28px;
}
#ceres-custom-solr-search-mobile .customSelectInner {
  max-width: 100% !important;
}
#ceres-custom-solr-search-mobile .customSelectInner:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2.5px;
  border-top: 5px solid;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
#ceres-custom-solr-search-mobile .checkbox,
#ceres-custom-solr-search-mobile .radio {
  position: inherit;
  margin-top: 0;
  line-height: 20px;
}
#ceres-custom-solr-search-mobile .checkbox:before,
#ceres-custom-solr-search-mobile .radio:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #d4dde5;
  z-index: 0;
  font-family: FontAwesome;
  line-height: 13px;
  text-align: center;
  font-size: 8px;
}
#ceres-custom-solr-search-mobile .checkbox.checked:before,
#ceres-custom-solr-search-mobile .radio.checked:before {
  content: "\f00c";
}
#ceres-custom-solr-search-mobile .checkbox label,
#ceres-custom-solr-search-mobile .checkbox.checkbox-inline {
  font-size: 1.0833em;
  line-height: 20px;
}
#ceres-custom-solr-search-mobile .checkbox input[type="checkbox"] {
  position: relative;
  z-index: 1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#ceres-custom-solr-search-mobile .radio input[type="radio"] {
  position: inherit;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#ceres-custom-solr-search-mobile .radio:before {
  font-size: 8px;
  line-height: 13px;
}
#ceres-custom-solr-search-mobile .radio.radio-square:before {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#ceres-custom-solr-search-mobile .radio.checked:before {
  content: "\f00c";
}
#ceres-custom-solr-search-mobile label.radio,
#ceres-custom-solr-search-mobile .radio label {
  line-height: 20px;
  cursor: pointer;
}
#ceres-custom-solr-search-mobile .checkbox-inline,
#ceres-custom-solr-search-mobile .radio-inline {
  margin-left: 10px;
}
#ceres-custom-solr-search-mobile .btn i {
  margin-right: 5px;
}
#ceres-custom-solr-search-mobile .btn:last-child {
  margin-right: 0;
}
#ceres-custom-solr-search-mobile .btn:focus,
#ceres-custom-solr-search-mobile .btn:active:focus,
#ceres-custom-solr-search-mobile .btn.active:focus {
  outline: none;
}
#ceres-custom-solr-search-mobile .btn.active {
  box-shadow: none;
}
#ceres-custom-solr-search-mobile .btn.btn-sm {
  height: 28px;
  line-height: 28px;
  font-weight: 400;
  padding: 0 20px;
  font-size: 0.8333em;
  -webkit-border-radius: 14px 14px 14px 14px;
  -moz-border-radius: 14px 14px 14px 14px;
  -ms-border-radius: 14px 14px 14px 14px;
  border-radius: 14px 14px 14px 14px;
}
#ceres-custom-solr-search-mobile .btn.btn-lg {
  height: 47px;
  line-height: 47px;
  font-size: 1em;
  padding: 0 36px;
  -webkit-border-radius: 24px 24px 24px 24px;
  -moz-border-radius: 24px 24px 24px 24px;
  -ms-border-radius: 24px 24px 24px 24px;
  border-radius: 24px 24px 24px 24px;
}
#ceres-custom-solr-search-mobile .btn.btn-xl {
  height: 57px;
  line-height: 57px;
  font-size: 1em;
  padding: 0 36px;
  -webkit-border-radius: 29px 29px 29px 29px;
  -moz-border-radius: 29px 29px 29px 29px;
  -ms-border-radius: 29px 29px 29px 29px;
  border-radius: 29px 29px 29px 29px;
}
#ceres-custom-solr-search-mobile .btn.full-width {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
#ceres-custom-solr-search-mobile .alert {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  padding: 25px 90px 25px 125px;
  color: #fff;
  position: relative;
}
#ceres-custom-solr-search-mobile .alert:before {
  content: "\f003";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -25px;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
}
#ceres-custom-solr-search-mobile .alert .close {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  text-shadow: none;
  float: none;
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 38px;
  margin-top: -16px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  background: #fff;
  text-align: center;
  line-height: 32px;
}
#ceres-custom-solr-search-mobile .alert .close:before {
  content: "\f00d";
  font-family: FontAwesome;
}
#ceres-custom-solr-search-mobile .alert.alert-general {
  background: #1b4268;
}
#ceres-custom-solr-search-mobile .alert.alert-general:before {
  content: "\f040";
}
#ceres-custom-solr-search-mobile .alert.alert-general .close {
  color: #1b4268;
}
#ceres-custom-solr-search-mobile .alert.alert-notice {
  background: #fc880f;
}
#ceres-custom-solr-search-mobile .alert.alert-notice:before {
  content: "\f0e3";
}
#ceres-custom-solr-search-mobile .alert.alert-notice .close {
  color: #fc880f;
}
#ceres-custom-solr-search-mobile .alert.alert-success {
  background: #a5de37;
}
#ceres-custom-solr-search-mobile .alert.alert-success:before {
  content: "\f00c";
}
#ceres-custom-solr-search-mobile .alert.alert-success .close {
  color: #a5de37;
}
#ceres-custom-solr-search-mobile .alert.alert-error {
  background: #ff4351;
}
#ceres-custom-solr-search-mobile .alert.alert-error:before {
  content: "\f0e7";
}
#ceres-custom-solr-search-mobile .alert.alert-error .close {
  color: #ff4351;
}
#ceres-custom-solr-search-mobile .alert.alert-help {
  background: #28cdfb;
}
#ceres-custom-solr-search-mobile .alert.alert-help:before {
  content: "\f0e9";
}
#ceres-custom-solr-search-mobile .alert.alert-help .close {
  color: #28cdfb;
}
#ceres-custom-solr-search-mobile table.table.style1 th,
#ceres-custom-solr-search-mobile table.table.style1 td,
#ceres-custom-solr-search-mobile table.table.style2 th,
#ceres-custom-solr-search-mobile table.table.style2 td {
  text-align: center;
  height: 42px;
}
#ceres-custom-solr-search-mobile table.table.style1 > thead > tr > th,
#ceres-custom-solr-search-mobile table.table.style1 > tbody > tr > td,
#ceres-custom-solr-search-mobile table.table.style2 > thead > tr > th,
#ceres-custom-solr-search-mobile table.table.style2 > tbody > tr > td {
  border-top: none;
  border-bottom: none;
  vertical-align: middle;
}
#ceres-custom-solr-search-mobile table.table.style1 > thead > tr > th,
#ceres-custom-solr-search-mobile table.table.style2 > thead > tr > th {
  color: #fff;
  font-size: 1.0833em;
  font-weight: 400;
  border-bottom: none;
  border-right: 1px solid;
}
#ceres-custom-solr-search-mobile
  table.table.style1
  > thead
  > tr
  > th:first-child,
#ceres-custom-solr-search-mobile
  table.table.style2
  > thead
  > tr
  > th:first-child {
  border-left: 1px solid;
}
#ceres-custom-solr-search-mobile table.table.style1 > tbody,
#ceres-custom-solr-search-mobile table.table.style2 > tbody {
  border: 1px solid #edf6ff;
  border-top: none;
}
#ceres-custom-solr-search-mobile
  table.table.style1
  > tbody
  > tr:nth-child(2n)
  > td,
#ceres-custom-solr-search-mobile
  table.table.style2
  > tbody
  > tr:nth-child(2n)
  > td {
  background: #edf6ff;
}
#ceres-custom-solr-search-mobile table.table.style1 > tbody > tr > td,
#ceres-custom-solr-search-mobile table.table.style2 > tbody > tr > td {
  border-right: 1px solid #edf6ff;
}
#ceres-custom-solr-search-mobile
  table.table.style1
  > tbody
  > tr
  > td:last-child,
#ceres-custom-solr-search-mobile
  table.table.style2
  > tbody
  > tr
  > td:last-child {
  border-right: none;
}
#ceres-custom-solr-search-mobile table.table.style1 > thead > tr > th {
  background: #00a2ee;
  border-right-color: #fff6f0;
}
#ceres-custom-solr-search-mobile
  table.table.style1
  > thead
  > tr
  > th:first-child {
  border-left-color: #00a2ee;
}
#ceres-custom-solr-search-mobile
  table.table.style1
  > thead
  > tr
  > th:last-child {
  border-right-color: #00a2ee;
}
#ceres-custom-solr-search-mobile table.table.style2 > thead > tr > th {
  background: #20466c;
  border-right-color: #f2f4f6;
}
#ceres-custom-solr-search-mobile
  table.table.style2
  > thead
  > tr
  > th:first-child {
  border-left-color: #20466c;
}
#ceres-custom-solr-search-mobile
  table.table.style2
  > thead
  > tr
  > th:last-child {
  border-right-color: #20466c;
}
#ceres-custom-solr-search-mobile .st-table,
#ceres-custom-solr-search-mobile
  .woocommerce
  .single-product-details
  .single-variation-wrap,
#ceres-custom-solr-search-mobile
  .woocommerce
  .single-product-details
  .social-wrap {
  display: table;
  width: 100%;
}
#ceres-custom-solr-search-mobile .st-td,
#ceres-custom-solr-search-mobile #header .branding,
#ceres-custom-solr-search-mobile #header #nav,
#ceres-custom-solr-search-mobile
  .icon-box[class*=" style-side-"].style-side-5
  .icon-container,
#ceres-custom-solr-search-mobile
  .icon-box[class*=" style-side-"].style-side-5
  .box-content,
#ceres-custom-solr-search-mobile
  .icon-box[class*=" style-side-"].style-side-6
  .icon-container,
#ceres-custom-solr-search-mobile
  .icon-box[class*=" style-side-"].style-side-6
  .box-content,
#ceres-custom-solr-search-mobile
  .icon-box[class*=" style-boxed-"].style-boxed-2
  .icon-container,
#ceres-custom-solr-search-mobile
  .icon-box[class*=" style-boxed-"].style-boxed-2
  .box-content,
#ceres-custom-solr-search-mobile .progress-bar .progress-label,
#ceres-custom-solr-search-mobile .progress-bar .progress-wrap,
#ceres-custom-solr-search-mobile .progress-bar .progress-percent,
#ceres-custom-solr-search-mobile .tab-container.full-width .tabs li,
#ceres-custom-solr-search-mobile .brand-slider .owl-item a,
#ceres-custom-solr-search-mobile .portfolio-hover-holder .portfolio-text-inner,
#ceres-custom-solr-search-mobile
  .audio-container
  .mejs-container
  .mejs-controls
  > div,
#ceres-custom-solr-search-mobile .related-posts .related-post .post-image,
#ceres-custom-solr-search-mobile .related-posts .related-post .details,
#ceres-custom-solr-search-mobile
  .woocommerce
  .single-product-details
  .product-images
  .thumbnails
  .item
  a,
#ceres-custom-solr-search-mobile
  .woocommerce
  .single-product-details
  .single-variation-wrap
  .qty-wrap,
#ceres-custom-solr-search-mobile
  .woocommerce
  .single-product-details
  .single-variation-wrap
  .variation-action,
#ceres-custom-solr-search-mobile
  .woocommerce
  .single-product-details
  .social-wrap
  label,
#ceres-custom-solr-search-mobile
  .woocommerce
  .single-product-details
  .social-wrap
  .social-icons {
  display: table-cell;
  vertical-align: middle;
}
#ceres-custom-solr-search-mobile ul.filter-categories > li {
  background: #edf6ff;
}
#ceres-custom-solr-search-mobile ul.filter-categories > li + li {
  margin-top: 2px;
}
#ceres-custom-solr-search-mobile ul.filter-categories > li > a {
  display: block;
  line-height: 20px;
  padding: 10px 20px;
  font-size: 1.0833em;
}
#ceres-custom-solr-search-mobile
  ul.filter-categories
  > li.category-has-children
  > a:before {
  float: right;
  content: "\f067";
  font-family: FontAwesome;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  color: #d4dde5;
}
#ceres-custom-solr-search-mobile
  ul.filter-categories
  > li.category-has-children
  > a.active {
  color: #1b4268;
}
#ceres-custom-solr-search-mobile
  ul.filter-categories
  > li.category-has-children
  > a.active:before {
  content: "\f068";
  color: #fff;
  background: #00a2ee;
}
#ceres-custom-solr-search-mobile ul.filter-categories > li li a {
  display: block;
  line-height: 25px;
  padding: 0 30px 0 36px;
}
#ceres-custom-solr-search-mobile ul.filter-categories > li li a:before {
  content: "\f10c";
  font-size: 8px;
  font-family: FontAwesome;
  line-height: 25px;
  margin-right: 8px;
  float: left;
}
#ceres-custom-solr-search-mobile ul.filter-categories > li li:first-child {
  padding-top: 5px;
}
#ceres-custom-solr-search-mobile ul.filter-categories > li li:last-child {
  padding-bottom: 20px;
}
#ceres-custom-solr-search-mobile .main-mini-search-form {
  width: 240px;
}
#ceres-custom-solr-search-mobile .main-mini-search-form .search-box {
  width: 100%;
  position: relative;
}
#ceres-custom-solr-search-mobile .main-mini-search-form input[type="text"] {
  background: none;
  border: none;
  width: 100%;
  border-bottom: 1px solid #d4dde5;
  height: 34px;
  line-height: normal;
  padding-right: 20px;
}
#ceres-custom-solr-search-mobile .main-mini-search-form button {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
}
#ceres-custom-solr-search-mobile .main-mini-search-form button i {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #d4dde5;
}
#ceres-custom-solr-search-mobile .main-mini-search-form button:hover i {
  color: #00a2ee;
}
#ceres-custom-solr-search-mobile .price-filter-box {
  background: #edf6ff;
  padding: 18px 47px;
  position: relative;
}
#ceres-custom-solr-search-mobile .price-filter-box .min-price-label,
#ceres-custom-solr-search-mobile .price-filter-box .max-price-label {
  position: absolute;
  display: block;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  top: 50%;
}
#ceres-custom-solr-search-mobile .price-filter-box .min-price-label {
  left: 10px;
}
#ceres-custom-solr-search-mobile .price-filter-box .max-price-label {
  right: 10px;
}
#ceres-custom-solr-search-mobile .ui-slider {
  position: relative;
  text-align: left;
}
#ceres-custom-solr-search-mobile .ui-slider.ui-slider-horizontal {
  height: 6px;
}
#ceres-custom-solr-search-mobile
  .ui-slider.ui-slider-horizontal
  .ui-slider-range {
  height: 100%;
}
#ceres-custom-solr-search-mobile
  .ui-slider.ui-slider-horizontal
  .ui-slider-handle {
  margin-left: -6px;
  top: -3px;
}
#ceres-custom-solr-search-mobile .ui-slider.ui-widget-content {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #00a2ee;
}
#ceres-custom-solr-search-mobile .ui-slider .ui-slider-range {
  display: block;
  position: absolute;
  z-index: 1;
  border: none;
  background: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
#ceres-custom-solr-search-mobile .ui-slider .ui-slider-handle {
  cursor: default;
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  background: #00a2ee;
}
#ceres-custom-solr-search-mobile .product-list-widget li {
  background: #edf6ff;
  padding: 10px;
  display: block;
}
#ceres-custom-solr-search-mobile .product-list-widget li + li {
  margin-top: 1px;
}
#ceres-custom-solr-search-mobile .product-list-widget .product-image,
#ceres-custom-solr-search-mobile .product-list-widget .product-content {
  display: table-cell;
  vertical-align: middle;
}
#ceres-custom-solr-search-mobile .product-list-widget .product-image a {
  width: 60px;
  display: block;
}
#ceres-custom-solr-search-mobile
  .product-list-widget
  .product-image
  a:hover
  img {
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
#ceres-custom-solr-search-mobile .product-list-widget .product-content {
  padding-left: 10px;
}
#ceres-custom-solr-search-mobile .product-list-widget .product-title {
  margin-bottom: 8px;
}
#ceres-custom-solr-search-mobile .product-list-widget .product-price {
  color: #eb3b50;
  font-weight: 600;
  margin-right: 5px;
}
#ceres-custom-solr-search-mobile .text-box {
  background: #edf6ff;
  padding: 20px 25px;
}
#ceres-custom-solr-search-mobile .text-box > *:last-child {
  margin-bottom: 0;
}
#ceres-custom-solr-search-mobile .padding-box {
  background: #edf6ff;
  padding: 10px;
}
#ceres-custom-solr-search-mobile .padding-box .box-title {
  font-size: 1.5em;
  font-weight: normal;
}
#ceres-custom-solr-search-mobile .panel-group .panel-title {
  font-size: 1.1667em;
  line-height: 20px;
}
#ceres-custom-solr-search-mobile .panel-group .panel-title a {
  white-space: normal;
  display: block;
  padding: 15px 30px;
}
#ceres-custom-solr-search-mobile
  .panel-group
  .panel-title
  a.active
  .open-sub:after {
  display: none;
}
#ceres-custom-solr-search-mobile .panel-group h2.panel-title {
  font-size: 2em;
}
#ceres-custom-solr-search-mobile .panel-group h3.panel-title {
  font-size: 1.6667em;
}
#ceres-custom-solr-search-mobile .panel-group h4.panel-title {
  font-size: 1.3333em;
}
#ceres-custom-solr-search-mobile .panel-group h6.panel-title {
  font-size: 1.0833em;
}
#ceres-custom-solr-search-mobile .panel-group .panel-content {
  padding: 10px 30px 20px;
}
#ceres-custom-solr-search-mobile .panel-group .panel-content > *:last-child {
  margin-bottom: 0;
}
#ceres-custom-solr-search-mobile .panel-group .panel {
  box-shadow: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  margin-bottom: 0;
  position: relative;
}
#ceres-custom-solr-search-mobile .panel-group .panel + .panel {
  margin-top: 1px;
}
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style1
  .panel-title
  a:hover,
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style2
  .panel-title
  a:hover,
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style3
  .panel-title
  a:hover,
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style4
  .panel-title
  a:hover,
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style5
  .panel-title
  a:hover {
  color: #00a2ee;
}
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style1
  .panel-title
  .open-sub,
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style2
  .panel-title
  .open-sub {
  float: right;
}
#ceres-custom-solr-search-mobile .panel-group .panel.style1 .panel-title a,
#ceres-custom-solr-search-mobile .panel-group .panel.style2 .panel-title a {
  background: #edf6ff;
}
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style1
  .panel-title
  a.active,
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style2
  .panel-title
  a.active {
  color: #00a2ee;
  background: none;
}
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style1
  .panel-title
  .open-sub {
  width: 11px;
  height: 11px;
  margin-top: 4.5px;
}
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style1
  .panel-title
  .open-sub:after {
  top: 0;
  bottom: 0;
  height: 100%;
}
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style2
  .panel-title
  .open-sub,
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style3
  .panel-title
  .open-sub {
  width: 15px;
  height: 15px;
  font-family: "glyphicon";
  float: right;
}
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style2
  .panel-title
  .open-sub:before,
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style3
  .panel-title
  .open-sub:before {
  content: "\e081";
  color: #aaa;
}
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style2
  .panel-title
  a.active
  .open-sub:before,
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style2
  .panel-title
  a.active
  .open-sub:after,
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style3
  .panel-title
  a.active
  .open-sub:before,
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style3
  .panel-title
  a.active
  .open-sub:after {
  content: "\e082";
  color: #01a7ff;
}
#ceres-custom-solr-search-mobile .panel-group .panel.style4 + .panel {
  margin-top: 7px;
}
#ceres-custom-solr-search-mobile .panel-group .panel.style4 .panel-title a {
  padding-top: 0;
  padding-left: 0;
  line-height: 32px;
}
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style4
  .panel-title
  a
  .open-sub {
  float: left;
  margin-right: 20px;
  width: 32px;
  height: 32px;
  background: none;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  border: 1px solid #d4dde5;
}
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style4
  .panel-title
  a
  .open-sub:before,
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style4
  .panel-title
  a
  .open-sub:after {
  background: #d4dde5;
}
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style4
  .panel-title
  a
  .open-sub:before {
  width: 7px;
  margin-left: -3.5px;
}
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style4
  .panel-title
  a
  .open-sub:after {
  bottom: 0;
  height: 7px;
  margin-top: -3.5px;
}
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style4
  .panel-title
  a.active {
  color: #00a2ee;
}
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style4
  .panel-title
  a.active
  .open-sub {
  background: #00a2ee;
  border-color: #00a2ee;
}
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style4
  .panel-title
  a.active
  .open-sub:before,
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style4
  .panel-title
  a.active
  .open-sub:after {
  background: #fff;
}
#ceres-custom-solr-search-mobile .panel-group .panel.style4 .panel-content {
  padding: 0 10px 10px 55px;
  word-break: break-all;
}
#ceres-custom-solr-search-mobile .social-icons {
  margin-bottom: 10px;
}
#ceres-custom-solr-search-mobile #main .image-banner:first-child {
  margin-top: 40px;
}
#ceres-custom-solr-search-mobile #header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  color: #222;
  height: 50px;
  z-index: 999;
  background: #fff;
}
@media (max-width: 991px) {
  #ceres-custom-solr-search-mobile #header {
    background: #fff;
    height: auto;
    color: #555;
    border: 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 42px;
    margin-top: 0;
    position: relative;
    top: 0;
  }
}
#ceres-custom-solr-search-mobile #header1 .menu-info {
  text-align: right;
  color: #999;
  padding: 8px 0 0 0;
  margin: 0 -10px 0 0;
  list-style: none;
  line-height: 1em;
  font-size: 14px;
}
#ceres-custom-solr-search-mobile #header1 .menu-info li {
  display: inline-block;
  padding: 0 10px;
}
#ceres-custom-solr-search-mobile #header.header-color-white {
  color: #222;
  border-top: 1px solid #01a7ff;
  -webkit-transition: background ease-in-out 0.5s;
  -moz-transition: background ease-in-out 0.5s;
  -o-transition: background ease-in-out 0.5s;
  transition: background ease-in-out 0.5s;
  border: 0;
}
#ceres-custom-solr-search-mobile #header.header-color-white .logo a {
  color: #fff;
}
#ceres-custom-solr-search-mobile #header .header-inner {
  display: table;
  width: 100%;
  position: relative;
}
#ceres-custom-solr-search-mobile #header .header-top-nav {
  float: right;
}
#ceres-custom-solr-search-mobile #header #nav {
  text-align: right;
}
#ceres-custom-solr-search-mobile #header .mini-search {
  position: relative;
}
#ceres-custom-solr-search-mobile #header .mini-search .main-nav-search-form {
  position: absolute;
  z-index: 9;
  right: -1px;
  top: 0;
  bottom: 0;
  width: 354px;
  display: none;
  text-align: right;
}
#ceres-custom-solr-search-mobile
  #header
  .mini-search
  .main-nav-search-form:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  height: 100%;
}
#ceres-custom-solr-search-mobile
  #header
  .mini-search
  .main-nav-search-form
  form {
  display: inline-block;
  width: 98%;
}
#ceres-custom-solr-search-mobile
  #header
  .mini-search
  .main-nav-search-form
  input[type="text"] {
  height: 32px;
  border: none;
  -webkit-border-radius: 16px 16px 16px 16px;
  -moz-border-radius: 16px 16px 16px 16px;
  -ms-border-radius: 16px 16px 16px 16px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #00a2ee;
  padding-left: 15px;
  padding-right: 30px;
  outline: none;
}
#ceres-custom-solr-search-mobile
  #header
  .mini-search
  .main-nav-search-form
  button {
  background: none;
  border: none;
  position: absolute;
  margin-top: 0;
  right: 12px;
  top: 0;
  bottom: 0;
  height: 100%;
  outline: none;
}
#ceres-custom-solr-search-mobile
  #header
  .mini-search
  .main-nav-search-form
  button
  i {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}
#ceres-custom-solr-search-mobile
  #header
  .mini-search
  .main-nav-search-form
  button:hover
  .glyphicon {
  color: #1aabf0;
}
#ceres-custom-solr-search-mobile
  #header
  .mini-search
  .main-nav-search-form
  .glyphicon {
  height: 32px;
  line-height: 32px;
}
#ceres-custom-solr-search-mobile #nav {
  text-align: right;
}
#ceres-custom-solr-search-mobile #nav .mini-cart .glyphicon,
#ceres-custom-solr-search-mobile #nav .mini-search .glyphicon {
  color: #00a2ee;
}
#ceres-custom-solr-search-mobile #nav .mini-cart > a {
  padding: 0 10px;
}
#ceres-custom-solr-search-mobile #nav .mini-search > a {
  padding: 0 0 0 10px;
}
#ceres-custom-solr-search-mobile #nav .menu-item-has-children:hover > .sub-nav {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeInRight 0.3s forwards;
  -moz-animation: fadeInRight 0.3s forwards;
  animation: fadeInRight 0.3s forwards;
  -moz-animation: fadeIn 0.5s forwards;
}
#ceres-custom-solr-search-mobile #nav li.active > a {
  color: #00a2ee;
}
#ceres-custom-solr-search-mobile #nav > ul > li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: left;
}
#ceres-custom-solr-search-mobile #nav > ul > li > a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 84px;
  padding: 0 25px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#ceres-custom-solr-search-mobile #nav .sub-nav {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 240px;
  padding: 20px 0;
}
#ceres-custom-solr-search-mobile #nav .sub-nav li {
  padding: 0 25px;
}
#ceres-custom-solr-search-mobile #nav .sub-nav li a {
  font-size: 1em;
  padding: 3px 0;
  display: block;
}
#ceres-custom-solr-search-mobile #nav .sub-nav li.menu-item-has-children {
  position: relative;
}
#ceres-custom-solr-search-mobile #nav .sub-nav.position-left {
  right: 0;
  left: auto;
}
#ceres-custom-solr-search-mobile #nav .sub-nav .sub-nav {
  top: -20px;
  left: 100%;
}
#ceres-custom-solr-search-mobile #nav .sub-nav .sub-nav.position-left {
  left: -100%;
}
#ceres-custom-solr-search-mobile #nav li.menu-item-has-children > .sub-nav {
  background: rgba(255, 255, 255, 0.9);
}
#ceres-custom-solr-search-mobile
  #nav
  > ul
  > li.menu-item-has-children:hover
  > a {
  color: #000;
  background: rgba(255, 255, 255, 0.9);
}
#ceres-custom-solr-search-mobile #nav .sub-nav {
  color: #6a6a6a;
}
#ceres-custom-solr-search-mobile #nav .sub-nav li:hover > a,
#ceres-custom-solr-search-mobile #nav .sub-nav li.active > a {
  color: #000;
}
#ceres-custom-solr-search-mobile #nav .sub-nav li:hover > a .glyphicon,
#ceres-custom-solr-search-mobile #nav .sub-nav li.active > a .glyphicon {
  color: #00a2ee;
}
#ceres-custom-solr-search-mobile
  #nav
  .mini-search
  .main-nav-search-form
  input[type="text"] {
  background: #fff;
}
#ceres-custom-solr-search-mobile .owl-item img {
  width: 100%;
}
#ceres-custom-solr-search-mobile .tab-pane > img {
  margin-right: 25px;
}
#ceres-custom-solr-search-mobile ul.filter-options li {
  background: #edf6ff;
  margin-bottom: 0;
  padding: 12px 20px 10px 55px;
}
#ceres-custom-solr-search-mobile ul.filter-options li:before {
  left: 15px;
  border: none;
  background: #fff;
  line-height: 22px;
}
#ceres-custom-solr-search-mobile ul.filter-options li + li {
  margin-top: 1px;
}
#ceres-custom-solr-search-mobile ul.filter-options li a {
  font-size: 1.0833em;
}
#ceres-custom-solr-search-mobile ul.filter-options li a:focus {
  color: #1b4268;
}
#ceres-custom-solr-search-mobile ul.filter-options li:hover a,
#ceres-custom-solr-search-mobile ul.filter-options li.active a {
  color: #1b4268;
}
#ceres-custom-solr-search-mobile .error404,
#ceres-custom-solr-search-mobile .coming-soon-page,
#ceres-custom-solr-search-mobile .blank-page {
  background: #edf6ff;
}
#ceres-custom-solr-search-mobile .error404 #page-wrapper,
#ceres-custom-solr-search-mobile .coming-soon-page #page-wrapper,
#ceres-custom-solr-search-mobile .blank-page #page-wrapper {
  margin: 0 auto;
  float: none;
  padding: 0;
  background: #fff;
  max-width: 830px;
}
#ceres-custom-solr-search-mobile .error404 .container,
#ceres-custom-solr-search-mobile .coming-soon-page .container,
#ceres-custom-solr-search-mobile .blank-page .container {
  max-width: 100%;
}
#ceres-custom-solr-search-mobile .error404 #main,
#ceres-custom-solr-search-mobile .coming-soon-page #main,
#ceres-custom-solr-search-mobile .blank-page #main {
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
#ceres-custom-solr-search-mobile .error404 #header,
#ceres-custom-solr-search-mobile .coming-soon-page #header,
#ceres-custom-solr-search-mobile .blank-page #header {
  position: relative;
  border: 1px solid #d4dde5;
  border-bottom: none;
  border-top: none;
}
#ceres-custom-solr-search-mobile .error404 #header .branding,
#ceres-custom-solr-search-mobile .coming-soon-page #header .branding,
#ceres-custom-solr-search-mobile .blank-page #header .branding {
  text-align: center;
}
#ceres-custom-solr-search-mobile .error404 #content,
#ceres-custom-solr-search-mobile .coming-soon-page #content,
#ceres-custom-solr-search-mobile .blank-page #content {
  padding: 0;
  text-align: center;
  border: 1px solid #d4dde5;
  border-top: none;
}
#ceres-custom-solr-search-mobile .error404 .container,
#ceres-custom-solr-search-mobile .coming-soon-page .container,
#ceres-custom-solr-search-mobile .blank-page .container {
  max-width: 830px;
}
#ceres-custom-solr-search-mobile .error404 .error-message-404,
#ceres-custom-solr-search-mobile .coming-soon-page .error-message-404,
#ceres-custom-solr-search-mobile .blank-page .error-message-404 {
  text-align: center;
}
#ceres-custom-solr-search-mobile .error404 .error-message-404 span,
#ceres-custom-solr-search-mobile .coming-soon-page .error-message-404 span,
#ceres-custom-solr-search-mobile .blank-page .error-message-404 span {
  display: inline-block;
  font-weight: 200;
  font-size: 300px;
  color: #fff;
  text-shadow: 0 0 2px #d4dde5;
  line-height: 1;
  position: relative;
}
#ceres-custom-solr-search-mobile .error404 .error-message-404 span:before,
#ceres-custom-solr-search-mobile
  .coming-soon-page
  .error-message-404
  span:before,
#ceres-custom-solr-search-mobile .blank-page .error-message-404 span:before {
  content: "404";
  position: relative;
  z-index: 1;
}
#ceres-custom-solr-search-mobile .error404 .error-message-404 span:after,
#ceres-custom-solr-search-mobile
  .coming-soon-page
  .error-message-404
  span:after,
#ceres-custom-solr-search-mobile .blank-page .error-message-404 span:after {
  box-shadow: none;
  content: "404";
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 8px;
  color: #d4dde5;
  z-index: 0;
}
#ceres-custom-solr-search-mobile .error404 .btn,
#ceres-custom-solr-search-mobile .coming-soon-page .btn,
#ceres-custom-solr-search-mobile .blank-page .btn {
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 10px;
}
#ceres-custom-solr-search-mobile .error404 #footer,
#ceres-custom-solr-search-mobile .coming-soon-page #footer,
#ceres-custom-solr-search-mobile .blank-page #footer {
  background: #edf6ff;
}
#ceres-custom-solr-search-mobile .error404 #footer .copyright-area,
#ceres-custom-solr-search-mobile .coming-soon-page #footer .copyright-area,
#ceres-custom-solr-search-mobile .blank-page #footer .copyright-area {
  display: block;
  text-align: center;
  padding-top: 40px;
}
#ceres-custom-solr-search-mobile
  .error404
  #footer
  .copyright-area
  .secondary-menu,
#ceres-custom-solr-search-mobile .error404 #footer .copyright-area .copyright,
#ceres-custom-solr-search-mobile
  .coming-soon-page
  #footer
  .copyright-area
  .secondary-menu,
#ceres-custom-solr-search-mobile
  .coming-soon-page
  #footer
  .copyright-area
  .copyright,
#ceres-custom-solr-search-mobile
  .blank-page
  #footer
  .copyright-area
  .secondary-menu,
#ceres-custom-solr-search-mobile
  .blank-page
  #footer
  .copyright-area
  .copyright {
  display: block;
}
#ceres-custom-solr-search-mobile
  .error404
  #footer
  .copyright-area
  .secondary-menu,
#ceres-custom-solr-search-mobile
  .coming-soon-page
  #footer
  .copyright-area
  .secondary-menu,
#ceres-custom-solr-search-mobile
  .blank-page
  #footer
  .copyright-area
  .secondary-menu {
  display: inline-block;
}
#ceres-custom-solr-search-mobile .error404 #footer .copyright-area .copyright,
#ceres-custom-solr-search-mobile
  .coming-soon-page
  #footer
  .copyright-area
  .copyright,
#ceres-custom-solr-search-mobile
  .blank-page
  #footer
  .copyright-area
  .copyright {
  text-align: inherit;
  padding: 10px 0;
}
#ceres-custom-solr-search-mobile .page-loading-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  width: 99%;
}
#ceres-custom-solr-search-mobile .page-loading-wrapper header {
  position: static;
  height: auto;
  margin-bottom: 25px;
  background: none;
}
#ceres-custom-solr-search-mobile .page-loading-wrapper header .logo {
  display: inline-block;
  font-size: 1.6667em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
#ceres-custom-solr-search-mobile .page-loading-wrapper header .logo img {
  margin-right: 5px;
}
#ceres-custom-solr-search-mobile .page-loading-wrapper header .logo a {
  color: #1b4268 !important;
}
#ceres-custom-solr-search-mobile .page-loading-wrapper .progress-bar {
  width: 370px;
  margin: 0 auto;
  height: 26px;
  -webkit-border-radius: 13px 13px 13px 13px;
  -moz-border-radius: 13px 13px 13px 13px;
  -ms-border-radius: 13px 13px 13px 13px;
  border-radius: 13px 13px 13px 13px;
  background: #fff;
  padding: 4px;
  max-width: 100%;
  margin-bottom: 25px;
}
#ceres-custom-solr-search-mobile
  .page-loading-wrapper
  .progress-bar
  .progress-inner {
  height: 18px;
  -webkit-border-radius: 9px 9px 9px 9px;
  -moz-border-radius: 9px 9px 9px 9px;
  -ms-border-radius: 9px 9px 9px 9px;
  border-radius: 9px 9px 9px 9px;
  background: #00a2ee;
}
#ceres-custom-solr-search-mobile .page-loading-wrapper .loading-text {
  font-size: 1.6667em;
}
#ceres-custom-solr-search-mobile .pace {
  user-select: none;
  background: #edf6ff;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  visibility: visible;
  width: 100%;
  z-index: 999999;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
#ceres-custom-solr-search-mobile .pace-activity {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#ceres-custom-solr-search-mobile .pace-activity:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#ceres-custom-solr-search-mobile .pace-inactive {
  display: none;
}
#ceres-custom-solr-search-mobile .pace .loading-page {
  -webkit-backface-visibility: hidden !important;
  -webkit-transform: none !important;
}
#ceres-custom-solr-search-mobile .post-filters {
  margin-bottom: 40px;
  text-align: center;
}
#ceres-custom-solr-search-mobile .post-wrapper .iso-container .iso-item {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  -webkit-transition: opacity 0.8s ease 0s;
  -ms-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}
#ceres-custom-solr-search-mobile
  .post-wrapper.isotope-active
  .iso-container
  .iso-item {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#ceres-custom-solr-search-mobile .post-wrapper .load-more {
  margin: 50px 0 30px;
  padding: 0 40px;
}
#ceres-custom-solr-search-mobile .post-wrapper img {
  width: 100%;
}
#ceres-custom-solr-search-mobile .post-wrapper .post {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
#ceres-custom-solr-search-mobile .post-wrapper figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#ceres-custom-solr-search-mobile .post-wrapper .post {
  margin-bottom: 0;
}
#ceres-custom-solr-search-mobile .iso-container {
  position: relative;
  z-index: 20;
}
#ceres-custom-solr-search-mobile .iso-container:after {
  content: "";
  display: table;
  clear: both;
}
#ceres-custom-solr-search-mobile .iso-container.iso-col-2 .iso-item {
  width: 50%;
}
#ceres-custom-solr-search-mobile
  .iso-container.iso-col-2
  .iso-item.double-width {
  width: 100%;
}
#ceres-custom-solr-search-mobile .iso-container.iso-col-3 .iso-item {
  width: 33.3333%;
}
#ceres-custom-solr-search-mobile
  .iso-container.iso-col-3
  .iso-item.double-width {
  width: 66.66666%;
}
#ceres-custom-solr-search-mobile .iso-container.iso-col-4 .iso-item {
  width: 25%;
}
#ceres-custom-solr-search-mobile
  .iso-container.iso-col-4
  .iso-item.double-width {
  width: 50%;
}
#ceres-custom-solr-search-mobile .iso-container.iso-col-5 .iso-item {
  width: 20%;
}
#ceres-custom-solr-search-mobile
  .iso-container.iso-col-5
  .iso-item.double-width {
  width: 40%;
}
#ceres-custom-solr-search-mobile .iso-container.iso-col-6 .iso-item {
  width: 16.6666%;
}
#ceres-custom-solr-search-mobile
  .iso-container.iso-col-6
  .iso-item.double-width {
  width: 33.3333%;
}
#ceres-custom-solr-search-mobile .iso-container .iso-item {
  float: left;
}
#ceres-custom-solr-search-mobile .iso-container .iso-item img {
  width: 100%;
}
#ceres-custom-solr-search-mobile .iso-container.style-grid {
  margin: -15px -15px;
}
#ceres-custom-solr-search-mobile .iso-container.style-grid .iso-item {
  padding: 15px;
}
#ceres-custom-solr-search-mobile .iso-container.style-masonry {
  margin-top: -2px;
  margin-left: -2px;
  margin-right: -2px;
}
#ceres-custom-solr-search-mobile .iso-container.style-masonry .iso-item {
  padding: 2px;
  float: left;
  clear: none;
}
#ceres-custom-solr-search-mobile
  .iso-container.style-masonry
  .iso-item
  article {
  margin-bottom: 0;
}
#ceres-custom-solr-search-mobile .iso-container.style-masonry.has-column-width {
  margin: -15px;
}
#ceres-custom-solr-search-mobile
  .iso-container.style-masonry.has-column-width
  .iso-item {
  padding: 15px;
}
#ceres-custom-solr-search-mobile .video-container {
  position: relative;
  width: 100%;
}
#ceres-custom-solr-search-mobile .video-container .full-video {
  width: 100%;
  height: 100%;
}
#ceres-custom-solr-search-mobile .video-container .full-video video,
#ceres-custom-solr-search-mobile .video-container .full-video object,
#ceres-custom-solr-search-mobile .video-container .full-video embed {
  width: 100%;
  height: 100%;
}
#ceres-custom-solr-search-mobile .product-wrapper .post-filters {
  text-align: right;
  margin-bottom: 30px;
}
#ceres-custom-solr-search-mobile .product-wrapper .post-filters > a {
  margin-bottom: 10px;
}
#ceres-custom-solr-search-mobile .product-wrapper .post-filters.text-center {
  text-align: center;
}
#ceres-custom-solr-search-mobile .product-wrapper .post-filters .filter-title {
  float: left;
}
#ceres-custom-solr-search-mobile .logo-container {
  padding: 50px 0;
  text-align: center;
  background: #fff;
}
#ceres-custom-solr-search-mobile .logo-container img {
  max-width: 80%;
}
#ceres-custom-solr-search-mobile .newsletter-box {
  text-align: center;
}
#ceres-custom-solr-search-mobile .newsletter-box h1,
#ceres-custom-solr-search-mobile .newsletter-box h2 {
  font-weight: 400;
}
#ceres-custom-solr-search-mobile .newsletter-box .input-text {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
#ceres-custom-solr-search-mobile .newsletter-box p {
  font-size: 1.1667em;
  margin-left: 10px;
  margin-right: 10px;
}
#ceres-custom-solr-search-mobile header#header1 {
  position: fixed;
  background: rgba(6, 6, 6, 0.9);
  left: 0;
  top: 0;
  color: #333;
  height: 30px;
  width: 100%;
  z-index: 9999;
}
#ceres-custom-solr-search-mobile a.block-link {
  text-transform: uppercase;
  font: 75%/150% "Dosis", Arial, Helvetica, sans-serif;
}
#ceres-custom-solr-search-mobile #nav > ul > li > a {
  padding: 0 10px;
  line-height: 48px;
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
#ceres-custom-solr-search-mobile .products .product-image img {
  max-width: 200px;
  max-height: 200px;
}
#ceres-custom-solr-search-mobile .products .product-image {
  text-align: center;
  height: 210px;
}
#ceres-custom-solr-search-mobile .basketButtonContainer.clearfix {
  text-align: center;
}
#ceres-custom-solr-search-mobile .parallax-image2 {
  height: 166px;
  background-image: url("/layout/callisto/ext/images/main/Parallax_Final_Fantasy.jpg?001");
}
#ceres-custom-solr-search-mobile a.name {
  line-height: 2;
  margin-bottom: 10px;
}
#ceres-custom-solr-search-mobile .box-xl,
#ceres-custom-solr-search-mobile .block {
  margin-bottom: 10px;
}
#ceres-custom-solr-search-mobile .buttonBox.isAddToBasket {
  margin-bottom: 10px;
}
#ceres-custom-solr-search-mobile .row {
  margin-left: 0;
  margin-right: 0;
}
#ceres-custom-solr-search-mobile .col-xs-1,
#ceres-custom-solr-search-mobile .col-sm-1,
#ceres-custom-solr-search-mobile .col-md-1,
#ceres-custom-solr-search-mobile .col-lg-1,
#ceres-custom-solr-search-mobile .col-xs-2,
#ceres-custom-solr-search-mobile .col-sm-2,
#ceres-custom-solr-search-mobile .col-md-2,
#ceres-custom-solr-search-mobile .col-lg-2,
#ceres-custom-solr-search-mobile .col-xs-3,
#ceres-custom-solr-search-mobile .col-sm-3,
#ceres-custom-solr-search-mobile .col-md-3,
#ceres-custom-solr-search-mobile .col-lg-3,
#ceres-custom-solr-search-mobile .col-xs-4,
#ceres-custom-solr-search-mobile .col-sm-4,
#ceres-custom-solr-search-mobile .col-md-4,
#ceres-custom-solr-search-mobile .col-lg-4,
#ceres-custom-solr-search-mobile .col-xs-5,
#ceres-custom-solr-search-mobile .col-sm-5,
#ceres-custom-solr-search-mobile .col-md-5,
#ceres-custom-solr-search-mobile .col-lg-5,
#ceres-custom-solr-search-mobile .col-xs-6,
#ceres-custom-solr-search-mobile .col-sm-6,
#ceres-custom-solr-search-mobile .col-md-6,
#ceres-custom-solr-search-mobile .col-lg-6,
#ceres-custom-solr-search-mobile .col-xs-7,
#ceres-custom-solr-search-mobile .col-sm-7,
#ceres-custom-solr-search-mobile .col-md-7,
#ceres-custom-solr-search-mobile .col-lg-7,
#ceres-custom-solr-search-mobile .col-xs-8,
#ceres-custom-solr-search-mobile .col-sm-8,
#ceres-custom-solr-search-mobile .col-md-8,
#ceres-custom-solr-search-mobile .col-lg-8,
#ceres-custom-solr-search-mobile .col-xs-9,
#ceres-custom-solr-search-mobile .col-sm-9,
#ceres-custom-solr-search-mobile .col-md-9,
#ceres-custom-solr-search-mobile .col-lg-9,
#ceres-custom-solr-search-mobile .col-xs-10,
#ceres-custom-solr-search-mobile .col-sm-10,
#ceres-custom-solr-search-mobile .col-md-10,
#ceres-custom-solr-search-mobile .col-lg-10,
#ceres-custom-solr-search-mobile .col-xs-11,
#ceres-custom-solr-search-mobile .col-sm-11,
#ceres-custom-solr-search-mobile .col-md-11,
#ceres-custom-solr-search-mobile .col-lg-11,
#ceres-custom-solr-search-mobile .col-xs-12,
#ceres-custom-solr-search-mobile .col-sm-12,
#ceres-custom-solr-search-mobile .col-md-12,
#ceres-custom-solr-search-mobile .col-lg-12 {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile .wrapper_article {
    position: relative;
    float: left;
    width: 285px;
    margin-right: 20px;
    height: 331px;
  }
  #ceres-custom-solr-search-mobile .wrapper_article_first {
    margin-left: 0;
  }
  #ceres-custom-solr-search-mobile .wrapper_article_last {
    margin-right: 0;
  }
}
@media (max-width: 670px) {
  #ceres-custom-solr-search-mobile .wrapper_article {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
#ceres-custom-solr-search-mobile #nav .sub-nav {
  z-index: 99999;
}
#ceres-custom-solr-search-mobile #content {
  padding: 82px 0 0;
}
#ceres-custom-solr-search-mobile .header_wrapper {
  margin-top: 20px;
  border: 1px solid #eaeaea;
  overflow: hidden;
  text-align: center;
}
#ceres-custom-solr-search-mobile .PlentyWebshopPopup {
  left: 47%;
  width: 500px;
}
#ceres-custom-solr-search-mobile .open_search {
  position: absolute !important;
  z-index: 999 !important;
}
#ceres-custom-solr-search-mobile
  #header
  .mini-search
  .main-nav-search-form
  input[type="text"] {
  width: 100%;
  color: #333;
}
#ceres-custom-solr-search-mobile #header #nav {
  text-align: right;
}
#ceres-custom-solr-search-mobile #header .mini-search .main-nav-search-form {
  display: block;
}
@media (max-width: 991px) {
  #ceres-custom-solr-search-mobile .navbar .nav .dropdown-header {
    margin: 1px 2px;
    padding: 5px 8px;
    border: none !important;
  }
  #ceres-custom-solr-search-mobile .live_shopping_article {
    padding: 20px !important;
    text-align: center !important;
  }
  #ceres-custom-solr-search-mobile ul.nav.navbar-nav > li > a {
    padding: 0 10px 0px 0px !important;
  }
  #ceres-custom-solr-search-mobile .verkauf_button {
    text-align: center;
  }
}
@media (max-width: 380px) {
  #ceres-custom-solr-search-mobile li.pageselect {
    display: none !important;
  }
}
#ceres-custom-solr-search-mobile .key_info table td {
  padding: 5px;
  min-width: 150px;
}
#ceres-custom-solr-search-mobile .PlentyWebshopButton {
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0 40px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  background: #01a7ff;
  font-size: 12px;
  height: 40px;
  line-height: 42px;
  -webkit-border-radius: 21px 21px 21px 21px;
  -moz-border-radius: 21px 21px 21px 21px;
  -ms-border-radius: 21px 21px 21px 21px;
  border-radius: 0;
  margin-right: 5px;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  box-shadow: none;
  vertical-align: baseline;
  border: 1px solid #fff;
}
#ceres-custom-solr-search-mobile .owl-item img {
  width: auto;
}
#ceres-custom-solr-search-mobile
  .no-touch
  .categoryDetails.isGridView
  .itemBoxInner
  .buttonBox.isAddToBasket
  > a {
  margin: 10px;
  width: 100%;
  float: none !important;
  margin: 7px auto;
}
@media (max-width: 991px) {
  #ceres-custom-solr-search-mobile #content {
    padding: 0;
  }
}
#ceres-custom-solr-search-mobile .variante_wrapper {
  text-align: center;
}
#ceres-custom-solr-search-mobile .variante_wrapper span {
  display: block;
  margin: 7px;
}
#ceres-custom-solr-search-mobile .jqzoom {
  border: none;
}
#ceres-custom-solr-search-mobile .itemBox .name {
  font-size: 1.1em;
}
#ceres-custom-solr-search-mobile #nav li.menu-item-has-children > .sub-nav {
  background: rgba(0, 0, 0, 0.66);
}
#ceres-custom-solr-search-mobile
  #nav
  > ul
  > li.menu-item-has-children:hover
  > a {
  color: #01a7ff;
  background: rgba(192, 184, 184, 0.26);
}
#ceres-custom-solr-search-mobile #nav .sub-nav {
  color: #fff;
}
#ceres-custom-solr-search-mobile #nav .sub-nav li:hover > a,
#ceres-custom-solr-search-mobile #nav .sub-nav li.active > a {
  color: #fff;
}
#ceres-custom-solr-search-mobile
  #nav
  > ul
  > .mega-menu-item
  > .sub-nav
  > li
  > a {
  color: #fff;
}
#ceres-custom-solr-search-mobile .dropdown-menu-left {
  left: 1px;
}
#ceres-custom-solr-search-mobile .dropdown-menu-right {
  right: 1px;
}
#ceres-custom-solr-search-mobile h3.banner-title.link_wrap {
  padding: 11px;
  font-weight: 600;
  font-size: 1em;
  width: auto;
  top: 39%;
  text-align: center;
  position: relative;
}
#ceres-custom-solr-search-mobile h3.banner-title.link_wrap a {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  display: none;
}
#ceres-custom-solr-search-mobile .form-group:not(.box) {
  margin-bottom: 0;
}
#ceres-custom-solr-search-mobile ul.nav.nav-pills li {
  float: left;
}
#ceres-custom-solr-search-mobile .wrapper_price {
  position: absolute;
  top: 229px;
  right: 20px;
  color: #01a7ff;
  font-size: 1.3em;
  font-weight: 600;
}
#ceres-custom-solr-search-mobile .wrapper_button {
  text-align: center;
  position: relative;
  bottom: 50px;
}
#ceres-custom-solr-search-mobile .wrapper_button a {
  border: 1px solid #01a7ff;
  padding: 11px 30px;
  color: #01a7ff;
}
#ceres-custom-solr-search-mobile .section {
  padding: 0;
}
#ceres-custom-solr-search-mobile .mini-search .glyphicon {
  color: #fff !important;
}
#ceres-custom-solr-search-mobile .banner-insider-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
#ceres-custom-solr-search-mobile input#LiveSearchParam {
  border-radius: 0;
}
#ceres-custom-solr-search-mobile button.btn-search.onlyIcon.transition {
  padding: 3px 6px;
  background-color: #01a7ff;
  border: 1px solid #01a7ff;
  position: relative;
  top: 3px;
}
@media (min-width: 992px) {
  #ceres-custom-solr-search-mobile .navbar-form.navbar-right:last-child {
    margin-right: 0;
  }
}
#ceres-custom-solr-search-mobile .blog-posts .post-masonry .post-action,
#ceres-custom-solr-search-mobile .blog-posts .post-full .post-action {
  background: none;
}
#ceres-custom-solr-search-mobile .blog-posts .post-masonry .post-content {
  border: none;
}
#ceres-custom-solr-search-mobile
  .blog-posts
  .post-masonry
  .post-action
  .post-read-more,
#ceres-custom-solr-search-mobile
  .blog-posts
  .post-full
  .post-action
  .post-read-more {
  float: left;
}
#ceres-custom-solr-search-mobile a.post-read-more,
#ceres-custom-solr-search-mobile a.post-read-more:focus,
#ceres-custom-solr-search-mobile a.post-read-more:hover {
  color: #01a7ff;
}
#ceres-custom-solr-search-mobile span.published {
  float: right;
}
#ceres-custom-solr-search-mobile .blog-posts .post-masonry .post-content {
  min-height: 235px;
}
#ceres-custom-solr-search-mobile .blog-posts .post-masonry .post-action,
#ceres-custom-solr-search-mobile .blog-posts .post-full .post-action {
  position: relative;
  bottom: 0;
}
#ceres-custom-solr-search-mobile a.social_media {
  font-size: 0.7em;
  position: relative !important;
}
#ceres-custom-solr-search-mobile a.flag {
  padding: 15px 0px 0px 0px !important;
}
#ceres-custom-solr-search-mobile .deal_save {
  height: 110px;
  width: 110px;
  background-color: rgba(255, 3, 3, 1);
  border-radius: 50%;
  position: absolute;
  top: 10%;
  right: 0;
  color: #fff;
}
#ceres-custom-solr-search-mobile .deal_save_stock {
  position: absolute;
  top: 100px;
  color: #fd0000;
}
#ceres-custom-solr-search-mobile .deal_save_procent {
  position: absolute;
  top: 38px;
  left: 14px;
  font-size: 1em;
}
#ceres-custom-solr-search-mobile .deal_save_procent span {
  display: block;
}
#ceres-custom-solr-search-mobile span.deal_save_procent_value {
  font-size: 2.8em;
}
#ceres-custom-solr-search-mobile span.deal_save_procent_text {
  font-size: 1.3em;
  text-align: center;
  margin-top: 10px;
}
#ceres-custom-solr-search-mobile .deal_price div {
  display: block;
  text-align: center;
}
#ceres-custom-solr-search-mobile .deal_price_current {
  color: #1dc02c;
  font-size: 2em;
}
#ceres-custom-solr-search-mobile .deal_price_uvp {
  color: #fc0000;
  font-size: 1.3em;
}
#ceres-custom-solr-search-mobile .deal_price_current {
  color: #1dc02c;
  font-size: 2em;
  margin-bottom: 15px;
  font-weight: 600;
}
@media (min-width: 992px) {
  #ceres-custom-solr-search-mobile .deal_price_current {
    margin-top: 60%;
  }
  #ceres-custom-solr-search-mobile .deal_title {
    margin-top: 0 !important;
  }
  #ceres-custom-solr-search-mobile .deal_price div {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  #ceres-custom-solr-search-mobile .deal_right {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
#ceres-custom-solr-search-mobile .deal_button a {
  color: #01a7ff;
  border: 1px solid #01a7ff;
  padding: 10px 20px;
}
#ceres-custom-solr-search-mobile .clearfix {
  clear: both;
}
#ceres-custom-solr-search-mobile .deal_box {
  border: 1px solid #eee;
  margin-left: 0;
  margin-right: 0;
}
#ceres-custom-solr-search-mobile .deal_button {
  text-align: center;
}
#ceres-custom-solr-search-mobile .deal_title {
  margin-top: 20px;
  text-align: center;
}
#ceres-custom-solr-search-mobile .deal_right {
  margin-top: 30px;
  padding-top: 30px;
}
#ceres-custom-solr-search-mobile .deal_title a,
#ceres-custom-solr-search-mobile .deal_title a:hover,
#ceres-custom-solr-search-mobile .deal_title a:focus {
  color: #222;
  font-size: 1.2em;
}
#ceres-custom-solr-search-mobile .deal_save.deal_save_right {
  left: 0;
  z-index: 999;
}
#ceres-custom-solr-search-mobile .deal_image.deal_image_right {
  text-align: right;
}
#ceres-custom-solr-search-mobile .deal_price_current.deal_price_current_right {
  text-align: right !important;
}
#ceres-custom-solr-search-mobile .deal_price_uvp.deal_price_uvp_right {
  text-align: right !important;
}
#ceres-custom-solr-search-mobile .deal_save_stock {
  position: absolute;
  top: 108px;
  color: #fd0000;
}
#ceres-custom-solr-search-mobile .bar {
  position: relative;
  top: 15px;
  height: 3px;
  width: 100%;
  background-color: #999;
}
#ceres-custom-solr-search-mobile .remain_bar {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #fa0000;
}
#ceres-custom-solr-search-mobile .deal_image img {
  max-width: 300px;
  max-height: 250px;
}
#ceres-custom-solr-search-mobile h2.box-title {
  text-transform: uppercase;
}
@font-face {
  font-family: "DSDIGI";
  src: url("../fonts/DSDIGI.eot");
  src: local("DSDIGI"), url("../fonts/DSDIGI.woff") format("woff"),
    url("../fonts/DSDIGI.ttf") format("truetype");
}
#ceres-custom-solr-search-mobile #countdown {
  font-family: "DSDIGI" !important;
  font-size: 2em;
  min-width: 122px;
  padding-left: 10px;
}
#ceres-custom-solr-search-mobile .heading-box .box-title {
  font-size: 2em;
  font-weight: 600;
}
#ceres-custom-solr-search-mobile .Absolute-Center {
  width: 50%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#ceres-custom-solr-search-mobile .form-control {
  border-radius: 0;
}
#ceres-custom-solr-search-mobile .col-xs-5ths,
#ceres-custom-solr-search-mobile .col-sm-5ths,
#ceres-custom-solr-search-mobile .col-md-5ths,
#ceres-custom-solr-search-mobile .col-lg-5ths {
  position: relative;
  min-height: 1px;
}
#ceres-custom-solr-search-mobile .col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  #ceres-custom-solr-search-mobile .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  #ceres-custom-solr-search-mobile .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
#ceres-custom-solr-search-mobile label.itemSortingLabel {
  text-transform: uppercase;
}
#ceres-custom-solr-search-mobile span.name_shorter {
  display: block;
  text-align: left;
  padding-left: 5px;
  font-size: 0.9em;
  line-height: 1.3;
}
#ceres-custom-solr-search-mobile span.name_shorter.name2 {
  color: #222;
}
#ceres-custom-solr-search-mobile span.name_shorter.name3 {
  color: #aaa;
}
#ceres-custom-solr-search-mobile span.current_price {
  color: #01a7ff;
}
#ceres-custom-solr-search-mobile span.sale_price {
  color: #f00;
}
#ceres-custom-solr-search-mobile p.price.bold {
  text-align: left;
  padding-left: 5px;
  bottom: 0;
}
#ceres-custom-solr-search-mobile .sale_price_box {
  position: absolute;
  top: -12px;
  left: 5px;
  font-size: .95rem;
  font-weight: bold;
}
#ceres-custom-solr-search-mobile .itemBoxInner img {
  -webkit-transition: .4s cubic-bezier(0, 0, 0.26, 1);
  transition: .4s cubic-bezier(0, 0, 0.26, 1);
}
#ceres-custom-solr-search-mobile .itemBoxInner:hover img {
    transform: scale(1.05);
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile .itemBoxInner:hover .visible-hover {
    display: block;
  }
  #ceres-custom-solr-search-mobile .itemBoxInner .visible-hover {
    position: absolute;
    width: 100%;
    display: none;
    margin-top: 0;
  }
  #ceres-custom-solr-search-mobile .previewImage,
  #ceres-custom-solr-search-mobile .crossSellingItemInner {
    padding-bottom: 35px;
  }
}
#ceres-custom-solr-search-mobile
  .categoryDetails.isGridView
  .itemBoxInner
  .buttonBox.isAddToBasket
  > a {
  margin: 5px auto;
}
#ceres-custom-solr-search-mobile
  .no-touch
  .itemBoxInner
  .buttonBox.isAddToBasket {
  float: none !important;
  margin: 0 !important;
}
#ceres-custom-solr-search-mobile .PlentyWebshopButton.add_basket_ajax:before {
  content: "";
  font-family: "glyphicon";
}
#ceres-custom-solr-search-mobile .availabilityIcon {
  margin-top: 10px;
}
#ceres-custom-solr-search-mobile .itemBox .action {
  right: -1px;
  top: -1px;
  padding: 0;
}
#ceres-custom-solr-search-mobile .categoryView.isGridView .itemBox .name,
#ceres-custom-solr-search-mobile .crossSellingSlider .itemBox .name {
  min-height: 89px;
}
#ceres-custom-solr-search-mobile .itemBox .name {
  padding: 15px 0;
}
#ceres-custom-solr-search-mobile .cat_breadcrumbs {
  width: 10px;
  position: absolute;
  bottom: 0;
}
#ceres-custom-solr-search-mobile ol.breadcrumbs {
  font-weight: 600;
}
#ceres-custom-solr-search-mobile .margin-bottom-2 {
  margin-bottom: 16px;
}
#ceres-custom-solr-search-mobile .margin-top-2 {
  margin-top: 20px;
}
#ceres-custom-solr-search-mobile .itemBoxInner .imageBox img {
  padding: 5px;
  display: inline;
}
#ceres-custom-solr-search-mobile .itemBox {
  position: relative;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 5px;
}
#ceres-custom-solr-search-mobile .navigationTree a.treeLink {
  font-size: 1.1em;
  color: #333;
}
#ceres-custom-solr-search-mobile .row.banner_box_wrapper {
  border: 1px solid #eaeaea;
  margin: 0;
  margin-top: 20px;
}
#ceres-custom-solr-search-mobile .catgory_banner {
  padding: 0;
}
#ceres-custom-solr-search-mobile .box_left_cat_landing {
  padding-left: 40px;
  text-transform: uppercase;
  padding-right: 0;
}
#ceres-custom-solr-search-mobile .box_left_cat_landing li.level2 {
  font-weight: 600;
  color: #333;
}
@media (max-width: 876px) {
  #ceres-custom-solr-search-mobile .box_left_cat_landing {
    margin-top: 20px;
  }
  #ceres-custom-solr-search-mobile .catgory_banner {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #ceres-custom-solr-search-mobile .row.banner_box_wrapper {
    border: none;
    margin: 0;
  }
}
@media (min-width: 876px) {
  #ceres-custom-solr-search-mobile ul.cat_level1 {
    margin: 5px 0px;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile ul.cat_level1 {
    margin: 18px 0px;
  }
}
#ceres-custom-solr-search-mobile .row.article_list {
  margin: 0;
}
#ceres-custom-solr-search-mobile a.name.block {
  min-height: 100px;
  overflow: hidden;
}
#ceres-custom-solr-search-mobile .top_header_line_wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
  position: relative;
}
#ceres-custom-solr-search-mobile .top_header_line {
  margin-right: 20px;
  margin-top: -10px;
  font-size: 1.5em;
  position: absolute;
  background-color: #fff;
  padding-right: 10px;
  height: 40px;
  text-transform: uppercase;
  line-height: 1;
}
#ceres-custom-solr-search-mobile .top_header_line.top_header_line_center {
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: unset;
  background: none;
  line-height: 0;
}
#ceres-custom-solr-search-mobile .top_header_line_center span {
  background-color: #fff;
  padding: 0 10px;
  height: 40px;
}
#ceres-custom-solr-search-mobile .info_text {
  text-align: justify;
}
#ceres-custom-solr-search-mobile .info_text {
  text-align: justify;
  border: 1px solid #eaeaea;
  padding: 40px 40px;
}
#ceres-custom-solr-search-mobile span.textbox_header {
  font-size: 0.7em;
  font-weight: 600;
  color: #aaa;
}
#ceres-custom-solr-search-mobile .button_banner {
  height: 13%;
  width: 42%;
  position: absolute;
  bottom: 0;
}
#ceres-custom-solr-search-mobile .button_single {
  height: 100%;
}
#ceres-custom-solr-search-mobile td.info_left {
  min-width: 127px;
}
#ceres-custom-solr-search-mobile .xx-large {
  font-size: 240%;
  color: #02c721;
  font-weight: bold;
}
#ceres-custom-solr-search-mobile span.priceRrp.large {
  font-size: 1.6em;
  font-weight: 600;
}
#ceres-custom-solr-search-mobile span.no_price {
  color: #ff3640;
}
#ceres-custom-solr-search-mobile div#sale_slider {
  margin: 0 !important;
}
#ceres-custom-solr-search-mobile .slider_control_custom.top_header_line {
  border: 1px solid;
  top: -10px;
  right: -20px;
  width: 80px;
}
#ceres-custom-solr-search-mobile .articlePages div {
  float: left;
}
#ceres-custom-solr-search-mobile h1.itemTitle {
  font-size: 1.5em;
  font-weight: 600;
  color: #01a7ff;
  margin-bottom: 0;
  margin-top: 20px;
}
#ceres-custom-solr-search-mobile .panel-group .panel-title {
  width: 100%;
}
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style1
  .panel-title
  a.active,
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style2
  .panel-title
  a.active {
  color: #898989;
  background: none;
}
#ceres-custom-solr-search-mobile .panel-group .panel-title a {
  padding: 10px 0px;
  padding-left: 0;
  font-size: 1.1em;
}
#ceres-custom-solr-search-mobile .panel-group .panel.style1 .panel-title a,
#ceres-custom-solr-search-mobile .panel-group .panel.style2 .panel-title a {
  background: none;
}
#ceres-custom-solr-search-mobile .panel.style2 {
  border-bottom: 1px solid #eaeaea;
}
#ceres-custom-solr-search-mobile .artikel_infobox {
  border: 1px solid #eaeaea;
  padding: 20px;
  position: relative;
  padding-bottom: 0;
}
#ceres-custom-solr-search-mobile td.article_rating_column_left {
  min-width: 65px;
}
#ceres-custom-solr-search-mobile .plattform_logo {
  position: absolute;
  top: -10px;
  right: 0;
}
#ceres-custom-solr-search-mobile .plattform_logo img {
  height: 66px;
}
#ceres-custom-solr-search-mobile h1.itemTitle {
  float: left;
}
#ceres-custom-solr-search-mobile p.articleVat {
  font-size: 0.9em;
  color: #aaa;
}
#ceres-custom-solr-search-mobile p.saving_text {
  color: #aaa;
  margin-bottom: 0;
  font-weight: 600;
}
#ceres-custom-solr-search-mobile .status_icon {
  height: 20px;
  width: 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
  top: -2px;
  left: 0;
  vertical-align: middle;
}
#ceres-custom-solr-search-mobile .status_icon,
#ceres-custom-solr-search-mobile .status_icon_circle {
  display: block;
  position: relative;
  top: -4px;
  font-size: 1.1em;
  left: -7px;
  width: 15px;
  height: 15px;
  background: url(https://konsolenkost.de/image/item/icon/Basket-Icon.svg) no-repeat 0 center;
}
#ceres-custom-solr-search-mobile .status_icon_circle_inline {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  margin-top: -3px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background: url(https://konsolenkost.de/image/item/icon/Basket-Icon.svg) no-repeat 0 center;
}
#ceres-custom-solr-search-mobile .status_icon_circle.availability-5 {
  background: black;
  border-radius: 50%;
}
#ceres-custom-solr-search-mobile .status_green {
  color: #02c721;
}
#ceres-custom-solr-search-mobile .status_yellow {
  color: #ffd81e;
}
#ceres-custom-solr-search-mobile .status_blue {
  color: #21a5c7;
}
#ceres-custom-solr-search-mobile .status_grey {
  color: #ff9029;
}
#ceres-custom-solr-search-mobile .status_red {
  color: #ff9029;
}
#ceres-custom-solr-search-mobile .shipping_yellow {
  background-color: #ffd81e;
  color: #ffd81e;
  display: inline-block;
}
#ceres-custom-solr-search-mobile .shipping_green {
  background-color: #02c721;
  color: #02c721;
  display: inline-block;
}
#ceres-custom-solr-search-mobile .shipping_blue {
  background-color: #21a5c7;
  color: #21a5c7;
  display: inline-block;
}
#ceres-custom-solr-search-mobile .shipping_grey {
  background-color: #898989;
  display: inline-block;
}
#ceres-custom-solr-search-mobile .shipping_red {
  background-color: #ee0311;
  color: #ee0311;
  display: inline-block;
}
#ceres-custom-solr-search-mobile .status_icon.glyphicon:before,
#ceres-custom-solr-search-mobile .status_icon_circle.glyphicon:before {
  content: "";
}
#ceres-custom-solr-search-mobile .status_icon.shipping_green,
#ceres-custom-solr-search-mobile .status_icon_circle.status_green {
  background-position: 0 center;
}
#ceres-custom-solr-search-mobile .status_icon.shipping_red,
#ceres-custom-solr-search-mobile .status_icon_circle.status_red,
#ceres-custom-solr-search-mobile .status_icon.shipping_grey,
#ceres-custom-solr-search-mobile .status_icon_circle.status_grey {
  background-position: -15px center;
}
#ceres-custom-solr-search-mobile .status_icon.shipping_yellow,
#ceres-custom-solr-search-mobile .status_icon_circle.status_yellow {
  background-position: -30px center;
}
#ceres-custom-solr-search-mobile .status_icon.shipping_blue,
#ceres-custom-solr-search-mobile .status_icon_circle.status_blue {
  background-position: -45px center;
}
#ceres-custom-solr-search-mobile span.availability_status_string {
  position: relative;
  top: 0;
}
#ceres-custom-solr-search-mobile .panel-group .panel-content {
  padding: 0 20px 20px;
}
#ceres-custom-solr-search-mobile .panel-content table td {
  padding: 6px 0px;
  font-size: 1.1em;
}
#ceres-custom-solr-search-mobile
  .PlentyFormContainer.ItemsDescriptionRatingDetailCommentTitle {
  display: block;
}
#ceres-custom-solr-search-mobile span#ItemRatingIconContainerTop img {
  vertical-align: middle;
}
#ceres-custom-solr-search-mobile .panel-content ul li {
  list-style-type: disc;
}
#ceres-custom-solr-search-mobile table.payment_logo td {
  padding: 10px;
}
#ceres-custom-solr-search-mobile table.payment_logo {
  float: left;
}
#ceres-custom-solr-search-mobile .panel-content {
  position: relative;
}
#ceres-custom-solr-search-mobile table#variante td {
  padding: 10px;
}
#ceres-custom-solr-search-mobile .variante_img {
  float: left;
  margin-top: 4px;
  margin-right: 20px;
  margin-bottom: 20px;
}
#ceres-custom-solr-search-mobile .variante_img img {
  max-height: 120px;
}
#ceres-custom-solr-search-mobile table#variante {
  float: left;
}
#ceres-custom-solr-search-mobile .magnifyarea img {
  width: auto !important;
}
#ceres-custom-solr-search-mobile table#variante td {
  padding: 0;
  word-wrap: break-word;
  max-width: 270px;
  min-width: 60px;
  padding-bottom: 4px;
  text-align: left;
}
#ceres-custom-solr-search-mobile span.var_name {
  color: #01a7ff;
  padding-right: 10px;
}
#ceres-custom-solr-search-mobile span.var_price {
  color: #0c0;
  font-weight: 600;
  min-width: 148px;
}
#ceres-custom-solr-search-mobile a.ankauf_button {
  position: absolute;
  right: 0;
  top: 13px;
  border: none;
  color: #fff;
  background-color: #5ddb71;
  padding: 8px 20px;
  font-size: 0.9em;
}
#ceres-custom-solr-search-mobile a.ankauf_button:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  height: 14px;
  width: 14px;
  margin-left: 5px;
  background: url("/images/callisto/icon/ankauf_logo_42.png") no-repeat;
  background-size: 14px;
}
#ceres-custom-solr-search-mobile span.margin-left-05 {
  position: relative;
  top: -4px;
}
#ceres-custom-solr-search-mobile .toBasketWrapper {
  position: relative;
}
#ceres-custom-solr-search-mobile .ausverkauf {
  font-size: 2em;
  font-weight: bold;
  color: #f00;
  text-shadow: 1px 0 white, 0 -1px white, -1px 0 white, 0 1px white;
  text-transform: uppercase;
  position: absolute;
  top: -7px;
  left: 11px;
  z-index: 9;
}
#ceres-custom-solr-search-mobile p.priceLiveOriginal.large {
  font-size: 1.6em;
  font-weight: 600;
  color: red;
}
#ceres-custom-solr-search-mobile span.line-throug {
  text-decoration: line-through;
}
#ceres-custom-solr-search-mobile span.kaufalarm_link {
  color: #ee0311;
}
#ceres-custom-solr-search-mobile input.emailNotification.PlentyText {
  border-radius: 0;
}
#ceres-custom-solr-search-mobile .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
#ceres-custom-solr-search-mobile .embed-container iframe,
#ceres-custom-solr-search-mobile .embed-container object,
#ceres-custom-solr-search-mobile .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ceres-custom-solr-search-mobile .facebook_comment_box {
  margin-top: 20px;
}
#ceres-custom-solr-search-mobile .section.article_list_widget {
  margin-bottom: -20px;
}
#ceres-custom-solr-search-mobile .row.banner_box_wrapper img {
  max-width: 100%;
  position: relative;
  right: -1px;
}
#ceres-custom-solr-search-mobile .section:last-child {
  border-bottom: none;
}
@media (max-width: 460px) {
  #ceres-custom-solr-search-mobile .social_share_button ul li a {
    padding: 2px 5px;
  }
  #ceres-custom-solr-search-mobile .plattform_logo {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #ceres-custom-solr-search-mobile .key_info_pull-left {
    float: left !important;
  }
}
@media (max-width: 511px) {
  #ceres-custom-solr-search-mobile .key_info_pull-left {
    float: left !important;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  #ceres-custom-solr-search-mobile ul.small-bar li {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
}
@media (max-width: 1200px) {
  #ceres-custom-solr-search-mobile .wrapper_article.wrapper_article_left {
    margin-right: 10px;
  }
  #ceres-custom-solr-search-mobile .wrapper_article.wrapper_article_right {
    margin-left: 10px;
  }
  #ceres-custom-solr-search-mobile .wrapper_article {
    position: relative;
    float: left;
    width: 48%;
    margin-top: 20px;
    text-align: center;
  }
  #ceres-custom-solr-search-mobile
    .no-touch
    .categoryDetails.isGridView
    .itemBoxInner
    .buttonBox.isAddToBasket
    > a {
    width: auto;
  }
  #ceres-custom-solr-search-mobile .ausverkauf {
    display: none;
  }
  #ceres-custom-solr-search-mobile .hidden-hd {
    display: none;
  }
  #ceres-custom-solr-search-mobile table#price_info {
    width: 100%;
  }
  #ceres-custom-solr-search-mobile td.price_left {
    display: none;
  }
  #ceres-custom-solr-search-mobile span.priceRrp.large.price_left_mobile {
    display: block !important;
  }
  #ceres-custom-solr-search-mobile td.price_info_right {
    width: 100%;
  }
  #ceres-custom-solr-search-mobile span.price.xx-large {
    width: 100%;
    text-align: center;
    display: block;
  }
  #ceres-custom-solr-search-mobile .toBasketWrapper {
    text-align: center;
  }
  #ceres-custom-solr-search-mobile p.articleVat {
    text-align: center;
  }
  #ceres-custom-solr-search-mobile p.saving_text {
    text-align: center;
  }
  #ceres-custom-solr-search-mobile td.price_info_right a {
    text-align: center;
  }
  #ceres-custom-solr-search-mobile span.priceRrp.large.visible-mobile {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #ceres-custom-solr-search-mobile .availabilityWrapper {
    text-align: center;
  }
}
#ceres-custom-solr-search-mobile .previewImage {
  border: none;
}
#ceres-custom-solr-search-mobile .breadcrumbs,
#ceres-custom-solr-search-mobile .breadcrumbs > li > a,
#ceres-custom-solr-search-mobile .breadcrumbs > li > a:hover,
#ceres-custom-solr-search-mobile .breadcrumbs > li > a:focus {
  color: #aaa;
}
#ceres-custom-solr-search-mobile .breadcrumbs {
  font-size: 1.1em;
  letter-spacing: 0em;
}
#ceres-custom-solr-search-mobile .owl-controls .owl-buttons .owl-prev:before {
  content: "\f053";
  font-family: "FontAwesome";
  position: relative;
  top: 11px;
  font-size: 20px;
  color: #333;
}
#ceres-custom-solr-search-mobile .owl-controls .owl-buttons .owl-next:before {
  content: "\f054";
  font-family: "FontAwesome";
  position: relative;
  top: 11px;
  left: 2px;
  font-size: 20px;
  color: #333;
}
#ceres-custom-solr-search-mobile .owl-controls .owl-buttons > div {
  width: 40px;
  height: 40px;
  margin-top: -30px;
}
#ceres-custom-solr-search-mobile .social_share_button {
  position: absolute;
  top: 15px;
  right: 0;
}
#ceres-custom-solr-search-mobile .social_share_button ul li {
  margin-bottom: 25px;
}
#ceres-custom-solr-search-mobile .social_share_button ul li a {
  border: 1px solid #eee;
  margin-right: 5px;
  font-size: 1.3em;
  height: 33px;
  width: 33px;
  display: block;
  text-align: center;
}
#ceres-custom-solr-search-mobile .availabilityWrapper {
  margin-top: 10px;
  margin-left: 3px;
}
#ceres-custom-solr-search-mobile span.priceRrp.large.price_left_mobile {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
#ceres-custom-solr-search-mobile .header-underneath {
  background-color: rgba(0, 0, 0, 0.5);
}
#ceres-custom-solr-search-mobile ul.small-bar li {
  color: #fff;
  float: left;
  text-align: center;
  padding: 6px;
  margin-left: 15px;
  width: 105px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  position: relative;
  padding-left: 3px;
}
#ceres-custom-solr-search-mobile article.post.post-masonry {
  border: 1px solid #eaeaea;
}
#ceres-custom-solr-search-mobile hr,
#ceres-custom-solr-search-mobile .hr {
  background: #eaeaea;
}
#ceres-custom-solr-search-mobile .live_shopping_article {
  padding-top: 4px;
  padding-left: 70px;
  padding-bottom: 20px;
  padding-right: 20px;
}
#ceres-custom-solr-search-mobile .live_shopping_price_uvp {
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 70px;
  color: #aaa;
}
#ceres-custom-solr-search-mobile .live_shopping_price_current {
  font-size: 1.8em;
  font-weight: 700;
  color: #01cc00;
  margin-top: 10px;
}
#ceres-custom-solr-search-mobile .live_shopping_price_saving {
  font-size: 1.3em;
  font-weight: 600;
  color: #ff0303;
  margin-top: 20px;
}
#ceres-custom-solr-search-mobile .live_shopping_price_button a {
  background-color: #01a7ff;
  color: #fff;
  width: 149px;
  height: 41px;
  display: block;
  text-align: center;
  padding: 12px;
}
@media (max-width: 991px) {
  #ceres-custom-solr-search-mobile .live_shopping_price_button a {
    margin: 0 auto;
  }
  #ceres-custom-solr-search-mobile .live_shopping_price_status_bar {
    margin: 0 auto;
  }
}
#ceres-custom-solr-search-mobile .remain_bar {
  background-color: #aaa;
}
#ceres-custom-solr-search-mobile .bar {
  background-color: rgba(170, 170, 170, 0.51);
}
#ceres-custom-solr-search-mobile .live_shopping_price_button {
  margin-top: 24px;
}
#ceres-custom-solr-search-mobile .live_shopping_price_status_bar {
  margin-top: 10px;
  width: 149px;
}
#ceres-custom-solr-search-mobile .live_shopping_price_status_stock {
  margin-top: 23px;
}
#ceres-custom-solr-search-mobile .live_shopping_article.left_side {
  padding: 4px 0 20px 20px;
}
#ceres-custom-solr-search-mobile .live_shopping_image {
  height: 240px;
  display: table;
  width: 100%;
}
#ceres-custom-solr-search-mobile .live_shopping_title {
  color: #222;
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 17px;
}
#ceres-custom-solr-search-mobile .top_header_line_end {
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 0;
  margin: 0;
  padding-left: 10px;
  margin-top: -9px;
}
#ceres-custom-solr-search-mobile .live_shopping_price_legal {
  margin-top: 3px;
  font-size: 0.8em;
}
#ceres-custom-solr-search-mobile .live_shopping_price_legal a {
  text-decoration: underline;
}
#ceres-custom-solr-search-mobile .shortcode-banner {
  margin-bottom: 0;
}
#ceres-custom-solr-search-mobile .live_shopping_image a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#ceres-custom-solr-search-mobile .live_shopping_image img {
  max-height: 210px;
  max-width: 240px;
}
#ceres-custom-solr-search-mobile .top_article_img {
  padding-left: 0;
}
#ceres-custom-solr-search-mobile .product {
  margin-bottom: 15px;
  min-height: 115px;
  display: block;
  margin-right: 10px;
}
#ceres-custom-solr-search-mobile .top_article_img img {
  max-height: 100px;
  max-width: 100px;
  width: auto !important;
  margin: 0 auto;
}
#ceres-custom-solr-search-mobile .product-content {
  padding-left: 14px;
  line-height: 1.5;
  height: 100px;
  position: relative;
}
#ceres-custom-solr-search-mobile span.large.linkToItem {
  color: #01a7ff;
}
#ceres-custom-solr-search-mobile span.saving_price_text {
  color: #aaa;
  font-weight: 600;
}
#ceres-custom-solr-search-mobile .aboutus {
  text-align: justify;
  padding: 0;
}
#ceres-custom-solr-search-mobile p.text_hinweis {
  font-size: 0.9em;
}
#ceres-custom-solr-search-mobile .container.info_link ul li {
  font-size: 1.1em;
}
#ceres-custom-solr-search-mobile .section.blue-bar {
  background-color: #01a7ff;
  height: 40px;
  color: #fff;
  margin-top: 20px;
}
#ceres-custom-solr-search-mobile ul.social_icon_footer li {
  float: left;
  margin: 10px;
}
#ceres-custom-solr-search-mobile .copy-right {
  padding: 8px 0 10px;
  text-align: center;
}
#ceres-custom-solr-search-mobile ul.sicher_box li,
#ceres-custom-solr-search-mobile ul.sicher_box li a {
  display: inline-block;
}
#ceres-custom-solr-search-mobile ul.sicher_box li a {
  float: left;
}
#ceres-custom-solr-search-mobile ul.sicher_box.shop_siegel li a {
  margin-right: 20px;
  margin-bottom: 10px;
}
#ceres-custom-solr-search-mobile .sicher-footer ul.sicher_box {
  text-align: center;
  display: table;
  margin: 0 auto;
}
#ceres-custom-solr-search-mobile .sicher-footer ul.sicher_box li,
#ceres-custom-solr-search-mobile .sicher-footer ul.sicher_box li a {
  text-align: center;
  margin: 0 0 5px 0;
  vertical-align: middle;
}
#ceres-custom-solr-search-mobile .sicher-footer ul.sicher_box li + li {
  margin-left: 10px;
}
#ceres-custom-solr-search-mobile ul.social_icon_footer li {
  margin: 5px 5px;
  background-color: #aaa;
  font-size: 1.5em;
  height: 30px;
  width: 30px;
  text-align: center;
  padding-top: 6px;
  display: inline-block;
}
#ceres-custom-solr-search-mobile input#nl_email {
  height: 30px;
  margin-top: 5px;
  width: 266px;
}
#ceres-custom-solr-search-mobile button.newsletter_button {
  background-color: #aaa;
  border: 0;
  padding: 2px 8px;
  height: 30px;
  margin-top: 5px;
  font-size: 1.4em;
}
#ceres-custom-solr-search-mobile .newsletter-form {
  text-align: right;
}
@media (min-width: 768px) {
  #ceres-custom-solr-search-mobile .newsletter-form .form-group {
    width: 43%;
  }
}
#ceres-custom-solr-search-mobile .btn-primary {
  background-color: #01a7ff;
  border: none;
  text-shadow: initial;
}
#ceres-custom-solr-search-mobile .button_wrapper {
  height: 37px;
  min-width: 165px;
  max-width: 150px;
  margin: 0 auto;
  position: absolute;
}
#ceres-custom-solr-search-mobile .button_text {
  display: table-cell;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 160px;
  height: 40px;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile .button_banner1 {
    top: 64px;
    left: 36%;
  }
  #ceres-custom-solr-search-mobile input.emailNotification.PlentyText {
    width: 183px !important;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile .button_banner1 {
    top: 64px;
    left: 36%;
  }
  #ceres-custom-solr-search-mobile .wrapper_price {
    display: block !important;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  #ceres-custom-solr-search-mobile .button_banner1 {
    top: 48px;
    left: 33%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #ceres-custom-solr-search-mobile .button_banner1 {
    top: 48px;
    left: 33%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  #ceres-custom-solr-search-mobile .button_banner1 {
    top: 48px;
    left: 33%;
  }
}
@media (min-width: 320px) and (max-width: 481px) {
  #ceres-custom-solr-search-mobile .button_banner1 {
    top: 30px;
    left: 26%;
  }
}
@media (max-width: 320px) {
  #ceres-custom-solr-search-mobile .button_banner1 {
    top: 22px;
    left: 22%;
  }
}
@media (max-width: 480px) {
  #ceres-custom-solr-search-mobile .wrapper_article img {
    max-width: 100%;
  }
  #ceres-custom-solr-search-mobile .wrapper_article {
    width: 48%;
    margin: 0;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
  }
  #ceres-custom-solr-search-mobile .wrapper_article.wrapper_article_right {
    margin-left: 5px;
  }
  #ceres-custom-solr-search-mobile .wrapper_article.wrapper_article_left {
    margin-right: 5px;
  }
  #ceres-custom-solr-search-mobile .order_help {
    display: none;
  }
}
#ceres-custom-solr-search-mobile .wapper_table {
  display: table;
  width: 100%;
  height: 100%;
}
#ceres-custom-solr-search-mobile span.button_link,
#ceres-custom-solr-search-mobile a.button_link {
  color: #01a7ff;
  border: 1px solid #01a7ff;
  background-color: rgba(255, 255, 255, 0.66);
}
@media (min-width: 370px) {
  #ceres-custom-solr-search-mobile span.button_link,
  #ceres-custom-solr-search-mobile a.button_link {
    padding: 11px 20px;
  }
}
@media (max-width: 480px) {
  #ceres-custom-solr-search-mobile a.button_link {
    padding: 5px 8px;
  }
  #ceres-custom-solr-search-mobile .wrapper_button a,
  #ceres-custom-solr-search-mobile .wrapper_button a:hover {
    padding: 5px 8px;
  }
  #ceres-custom-solr-search-mobile .wrapper_button {
    bottom: 10px;
    margin-top: 20px;
  }
  #ceres-custom-solr-search-mobile .wrapper_price {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media (min-width: 480px) and (max-width: 1200px) {
  #ceres-custom-solr-search-mobile .wrapper_price {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
  }
  #ceres-custom-solr-search-mobile .wrapper_button {
    bottom: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #ceres-custom-solr-search-mobile .flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #ceres-custom-solr-search-mobile .flexbox .first_div {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  #ceres-custom-solr-search-mobile .flexbox .second_div {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  #ceres-custom-solr-search-mobile a.ankauf_button {
    position: relative;
    top: 0;
  }
}
@media (max-width: 1199px) {
  #ceres-custom-solr-search-mobile .live_shopping_image img {
    max-width: 100% !important;
  }
  #ceres-custom-solr-search-mobile .product-title,
  #ceres-custom-solr-search-mobile p.product-price.price {
    text-align: left;
    padding-left: 5px;
  }
  #ceres-custom-solr-search-mobile .newsletter-form {
    text-align: center;
    margin-bottom: 20px;
  }
  #ceres-custom-solr-search-mobile .section.blue-bar {
    height: auto;
    text-align: center;
  }
  #ceres-custom-solr-search-mobile span.margin-left-05 {
    position: relative;
    top: 0 !important;
  }
  #ceres-custom-solr-search-mobile ul.social_icon_footer li {
    float: none !important;
  }
  #ceres-custom-solr-search-mobile ul.sicher_box {
    text-align: center;
    display: table;
    margin: 0 auto;
  }
  #ceres-custom-solr-search-mobile ul.sicher_box li,
  #ceres-custom-solr-search-mobile ul.sicher_box li a {
    display: inline-block;
    text-align: center;
    margin-right: 4px;
    margin-bottom: 5px;
    vertical-align: middle;
  }
  #ceres-custom-solr-search-mobile ul.sicher_box.shop_siegel li a {
    margin-bottom: 10px;
    text-align: center;
    margin-right: 0;
  }
  #ceres-custom-solr-search-mobile .live_shopping_price_current {
    font-size: 1.4em !important;
  }
}
#ceres-custom-solr-search-mobile .xs-mobile {
  display: none;
}
@media (max-width: 375px) {
  #ceres-custom-solr-search-mobile .xs-mobile {
    display: block !important;
  }
  #ceres-custom-solr-search-mobile .no-xs-mobile {
    display: none !important;
  }
}
@media (min-width: 992px) {
  #ceres-custom-solr-search-mobile .mainNavigation > .nav > li.active > a {
    outline: none;
    background: none;
  }
  #ceres-custom-solr-search-mobile
    .ielte9
    .mainNavigation
    > .nav
    > li.active
    > a {
    border-bottom: 4px solid #008ebd;
    padding-bottom: 3px;
  }
  #ceres-custom-solr-search-mobile .nav-main .nav > li > a {
    z-index: 1005;
    float: none;
    padding: 0;
    border: none;
    text-decoration: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
  }
  #ceres-custom-solr-search-mobile .nav-main .nav > li > a.onlyIcon {
    padding: 0;
  }
  #ceres-custom-solr-search-mobile .categoryView .navbar .nav > li > a {
    z-index: auto;
  }
  #ceres-custom-solr-search-mobile .navbar-main > li > ul > li > ul ul {
    display: none;
  }
}
@media (min-width: 992px) {
  #ceres-custom-solr-search-mobile .no-touch .nav-main .nav > li:hover > a,
  #ceres-custom-solr-search-mobile
    .no-touch
    .nav-main
    .navbar-information
    .nav
    > li.open
    > a,
  #ceres-custom-solr-search-mobile
    .touch
    .nav-main
    .nav
    > li.open
    > a[data-plenty-enable="touch"],
  #ceres-custom-solr-search-mobile
    .touch
    .nav-main
    .nav
    > li.open.active
    > a[data-plenty-enable="touch"],
  #ceres-custom-solr-search-mobile
    .touch
    .nav-main
    .nav
    > li.open
    > a[data-plenty-enable="toggle-xs-sm-or-touch"],
  #ceres-custom-solr-search-mobile
    .touch
    .nav-main
    .nav
    > li.open.active
    > a[data-plenty-enable="toggle-xs-sm-or-touch"] {
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
#ceres-custom-solr-search-mobile .nav > li {
  display: block;
  float: left;
  margin-right: 5px;
}
#ceres-custom-solr-search-mobile ul.social_icon_footer span {
  color: #fff;
}
@media (min-width: 768px) {
  #ceres-custom-solr-search-mobile .shortcode-banner.shortcode-banner-right {
    padding-left: 10px;
  }
  #ceres-custom-solr-search-mobile .shortcode-banner.shortcode-banner-left {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile .wrapper_article img {
    border: 1px solid #eaeaea;
  }
}
#ceres-custom-solr-search-mobile .blog-posts .post-masonry .entry-title {
  font-weight: 400;
  font-size: 1.6em;
  color: #222;
}
#ceres-custom-solr-search-mobile .post-content h2 {
  font-size: 1.2em;
  font-weight: 400;
  color: #222;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ceres-custom-solr-search-mobile .blog-posts .post-masonry .post-content {
  padding: 32px 30px 0px;
}
@media (max-width: 991px) {
  #ceres-custom-solr-search-mobile #header .header-top-nav > li > a {
    line-height: 48px !important;
  }
  #ceres-custom-solr-search-mobile .live_shopping_price_button {
    margin-top: 20px;
  }
  #ceres-custom-solr-search-mobile .live_shopping_price_status_bar {
    margin-top: 20px;
  }
  #ceres-custom-solr-search-mobile .live_shopping_price_status_stock {
    margin-top: 20px;
  }
  #ceres-custom-solr-search-mobile .owl-buttons {
    display: none !important;
  }
}
#ceres-custom-solr-search-mobile li.dropdown.isBasketPreview img {
  vertical-align: middle;
}
#ceres-custom-solr-search-mobile span#basket_quantity {
  border-radius: 50%;
  width: 25px;
  height: 28px;
  padding: 0 4px;
  border: 1px solid #aaa;
  color: #fff;
  text-align: center;
  font: 10px Arial, sans-serif;
  background-color: #aaa;
  top: -7px;
  position: relative;
  left: -4px;
}
#ceres-custom-solr-search-mobile
  #nav
  > ul
  > .mega-menu-item
  .sub-nav
  .sub-nav
  li
  a {
  padding: 2px 0;
}
#ceres-custom-solr-search-mobile a.main_cat {
  font-size: 1.2em !important;
  font-weight: 600;
  cursor: pointer !important;
}
@media (min-width: 992px) {
  #ceres-custom-solr-search-mobile
    .no-touch
    .nav_bar
    .nav
    > li.dropdown:hover
    > ul,
  #ceres-custom-solr-search-mobile
    .no-touch
    .nav_bar
    .navbar-information
    .nav
    > li.dropdown.open
    > ul {
    display: block;
  }
}
@media (max-width: 413px) {
  #ceres-custom-solr-search-mobile
    .dropdown.enable-xs-sm.isLogin
    .dropdown-menu {
    right: 90px;
  }
  #ceres-custom-solr-search-mobile .dropdown.enable-xs-sm .dropdown-menu {
    top: 47px;
  }
}
#ceres-custom-solr-search-mobile .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  padding-left: 15px;
}
#ceres-custom-solr-search-mobile .input-group .form-control:first-child,
#ceres-custom-solr-search-mobile .input-group-addon:first-child,
#ceres-custom-solr-search-mobile .input-group-btn:first-child > .btn,
#ceres-custom-solr-search-mobile
  .input-group-btn:first-child
  > .btn-group
  > .btn,
#ceres-custom-solr-search-mobile
  .input-group-btn:first-child
  > .dropdown-toggle,
#ceres-custom-solr-search-mobile
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
#ceres-custom-solr-search-mobile
  .input-group-btn:last-child
  > .btn-group:not(:last-child)
  > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#ceres-custom-solr-search-mobile .input-group-addon,
#ceres-custom-solr-search-mobile .input-group-btn,
#ceres-custom-solr-search-mobile .input-group .form-control {
  display: table-cell;
}
#ceres-custom-solr-search-mobile .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#ceres-custom-solr-search-mobile .input-group-btn {
  position: relative;
  vertical-align: top;
}
#ceres-custom-solr-search-mobile .input-group-btn:last-child > .btn,
#ceres-custom-solr-search-mobile .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
#ceres-custom-solr-search-mobile .input-group-btn:last-child > .btn,
#ceres-custom-solr-search-mobile .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
#ceres-custom-solr-search-mobile .basketPreviewInfo {
  padding-left: 20px;
}
@media (min-width: 768px) {
  #ceres-custom-solr-search-mobile .article_box_left {
    padding-right: 10px;
  }
  #ceres-custom-solr-search-mobile .article_box_right {
    padding-left: 10px;
  }
}
#ceres-custom-solr-search-mobile .social_share_button ul {
  display: table;
}
#ceres-custom-solr-search-mobile .social_share_button ul li {
  margin-bottom: 25px;
  display: table-cell;
}
#ceres-custom-solr-search-mobile .verkauf_button {
  padding: 22px 0px;
  font-size: 1.29em;
  position: relative;
  color: #898989;
}
#ceres-custom-solr-search-mobile a#button_change_basketWebBasketItemsRefresh,
#ceres-custom-solr-search-mobile a#button_edit_delete,
#ceres-custom-solr-search-mobile
  .PlentyWebshopButton.change_orderoverview_items {
  background-color: #fff;
  color: #01a7ff;
  border: 1px solid #01a7ff;
  font-size: 1em;
  font-weight: 600;
  text-shadow: none;
  margin-right: 10px;
  margin-left: 20px;
  height: 35px;
  line-height: 33px;
}
#ceres-custom-solr-search-mobile .PlentyWebshopButton.change {
  color: #fff;
}
#ceres-custom-solr-search-mobile .imageBox {
  text-align: center;
  display: inline-block;
  width: 100%;
}
#ceres-custom-solr-search-mobile .basket_name {
  color: #01a7ff;
  font-weight: 600;
}
#ceres-custom-solr-search-mobile span.large.basket_price span {
  color: #01a7ff;
}
#ceres-custom-solr-search-mobile
  .PlentyDataContainerTitle.PlentyItemsDescriptionContainerTitle.ItemsAttributeValueTitle {
  color: #222;
  font-size: 1.1em;
  font-weight: 600;
}
#ceres-custom-solr-search-mobile a#button_coupon_encash {
  height: 35px;
  line-height: 33px;
  border: 1px solid #01a7ff;
  background-color: #fff;
  color: #fff;
  text-shadow: none;
  float: left;
  padding: 0;
  display: block;
  margin: 0;
  width: 50%;
  max-width: 190px;
}
#ceres-custom-solr-search-mobile input.CouponCode {
  width: 50% !important;
  height: 35px;
  float: left;
  display: block;
  margin-right: 10px;
  max-width: 190px;
  margin-bottom: 10px;
}
#ceres-custom-solr-search-mobile a#button_proceed_order {
  width: 200px;
  text-align: center;
  background-color: #01a7ff !important;
  color: #fff !important;
  margin: 0 auto;
}
#ceres-custom-solr-search-mobile a#button_edit_delete {
  margin-right: 20px;
}
#ceres-custom-solr-search-mobile .basketView .quantityInputWrapper {
  min-width: 130px;
}
#ceres-custom-solr-search-mobile .quantityInputWrapper a {
  border: 1px solid #eee;
  display: inline;
  padding: 8px 15px;
}
#ceres-custom-solr-search-mobile .no-touch .quantityInputWrapper input {
  width: 36px;
  text-align: center;
  padding-top: 1px;
  border: 0;
  display: inline;
}
#ceres-custom-solr-search-mobile .PlentyWebShippingMethodName,
#ceres-custom-solr-search-mobile .PlentyWebPaymentMethodRadio {
  margin: 10px;
  min-width: 270px;
}
#ceres-custom-solr-search-mobile #PlentyWebOrderOverviewItemsTop,
#ceres-custom-solr-search-mobile #PlentyWebOrderOverviewItemsBox,
#ceres-custom-solr-search-mobile #PlentyWebOrderOverviewOrderSumBox,
#ceres-custom-solr-search-mobile #PlentyWebOrderOverviewNoticeTotals,
#ceres-custom-solr-search-mobile #PlentyWebOrderOverviewNoticeNonEUDelivery,
#ceres-custom-solr-search-mobile #PlentyWebOrderOverviewNoticeEUDelivery {
  border-color: #01a7ff;
}
@media (max-width: 767px) {
  #ceres-custom-solr-search-mobile .PlentyWebPaymentMethodRadio {
    min-width: 270px !important;
  }
  #ceres-custom-solr-search-mobile
    .container.info_link
    .top_header_line_wrapper {
    margin-right: 0 !important;
  }
}
#ceres-custom-solr-search-mobile span.PlentyWebMyAccountMainTitle,
#ceres-custom-solr-search-mobile span.PlentyWebMyAccountOrderOverviewItemsTitle,
#ceres-custom-solr-search-mobile .myaccount .PlentyWebMyAccountTitleContainer {
  color: #222;
  font-size: 120%;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile .big_image_landingpage {
    display: block !important;
  }
  #ceres-custom-solr-search-mobile .big_image_ladingpage_tablet {
    display: none;
  }
}
#ceres-custom-solr-search-mobile ul.category-link li {
  line-height: 2;
  font-size: 1.2em;
}
#ceres-custom-solr-search-mobile ul.category-link {
  padding: 20px;
}
#ceres-custom-solr-search-mobile .retro_img {
  text-align: center;
}
#ceres-custom-solr-search-mobile img.logoSize {
  height: 35px;
  margin: 10px;
}
#ceres-custom-solr-search-mobile #footerAbout {
  text-align: center;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile
    #footerAbout
    > div
    > div.col-lg-3.col-sm-12.col-xs-12
    .top_header_line_wrapper {
    margin-right: 0 !important;
  }
}
#ceres-custom-solr-search-mobile .content_box {
  text-align: justify;
}
#ceres-custom-solr-search-mobile p.image_box {
  text-align: center;
}
#ceres-custom-solr-search-mobile .faq-box {
  margin: 20px;
}
#ceres-custom-solr-search-mobile .topic {
  font-size: 1.2em;
  color: #333;
  margin: 20px 0px;
  font-weight: bold;
}
#ceres-custom-solr-search-mobile .faq-box .panel-group .panel-title a {
  padding: 10px 0px 0px 30px;
  padding-left: 0;
  font-size: 1em;
  margin-left: 10px;
}
#ceres-custom-solr-search-mobile .faq-box p {
  font-size: 1.1em;
  color: #aaa;
}
#ceres-custom-solr-search-mobile .panel-content p {
  padding: 5px;
}
#ceres-custom-solr-search-mobile ol.list li {
  font-size: 1em;
  line-height: 2;
}
#ceres-custom-solr-search-mobile ol.list {
  margin-bottom: 20px;
}
#ceres-custom-solr-search-mobile .agb-content p {
  line-height: 2;
  text-align: justify;
}
#ceres-custom-solr-search-mobile .agb_highlight {
  background-color: #f0f0f0;
  padding: 10px;
}
#ceres-custom-solr-search-mobile .hilfe-content {
  font-size: 1.1em;
  line-height: 2;
  text-align: justify;
}
#ceres-custom-solr-search-mobile span.header_text {
  font-weight: 600;
  text-decoration: underline;
}
#ceres-custom-solr-search-mobile b,
#ceres-custom-solr-search-mobile strong,
#ceres-custom-solr-search-mobile .bold {
  font-weight: 600;
}
#ceres-custom-solr-search-mobile .agb-content p,
#ceres-custom-solr-search-mobile .agb-content .list {
  font-size: 1.1em;
  line-height: 2;
}
@media (max-width: 780px) {
  #ceres-custom-solr-search-mobile .box_gerne_icon {
    display: none !important;
  }
}
#ceres-custom-solr-search-mobile .box_text_logo img {
  max-width: 100%;
}
#ceres-custom-solr-search-mobile .container.job-content ul li {
  font-size: 1.1em;
  line-height: 2;
  list-style-type: disc;
}
#ceres-custom-solr-search-mobile ul.info_list li {
  list-style: none !important;
}
@media (max-width: 765px) {
  #ceres-custom-solr-search-mobile table.stelle {
    background: none !important;
  }
  #ceres-custom-solr-search-mobile .first_col_table {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile .youtube_iframe {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1190px) {
  #ceres-custom-solr-search-mobile .youtube_iframe {
    min-height: 240px;
  }
}
@media (max-width: 768px) {
  #ceres-custom-solr-search-mobile .youtube_iframe {
    min-height: 240px;
  }
}
#ceres-custom-solr-search-mobile .PlentyWebshopButton:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ceres-custom-solr-search-mobile .buttonBox.isAddToBasket .PlentyWebshopButton {
  border: none;
  background: none;
}
#ceres-custom-solr-search-mobile .basketButtonContainer.clearfix {
  background-color: #01a7ff;
}
#ceres-custom-solr-search-mobile .buttonBox.isAddToBasket .PlentyWebshopButton {
  padding: 0;
  height: 25px;
  line-height: 25px;
}
@media (min-width: 481px) and (max-width: 535px) {
  #ceres-custom-solr-search-mobile .wrapper_article {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile .no-touch .categoryView.isGridView .itemBox,
  #ceres-custom-solr-search-mobile .no-touch .crossSellingWrapper {
    height: 300px;
  }
}
@media (max-width: 1199px) {
  #ceres-custom-solr-search-mobile .no-touch .categoryView.isGridView .itemBox,
  #ceres-custom-solr-search-mobile .no-touch .crossSellingWrapper {
    height: auto !important;
  }
}
#ceres-custom-solr-search-mobile .paypal_payment img {
  margin-top: 5px;
  height: 24px;
}
#ceres-custom-solr-search-mobile div#search {
  background-color: #01a7ff;
}
#ceres-custom-solr-search-mobile
  .ui-slider.ui-slider-horizontal
  .ui-slider-handle {
  margin-left: -6px;
  top: -8px;
}
#ceres-custom-solr-search-mobile .ui-slider .ui-slider-handle {
  background: none;
}
#ceres-custom-solr-search-mobile div#slider-range {
  margin-top: 20px;
}
#ceres-custom-solr-search-mobile .filterLabel {
  margin-bottom: 10px;
}
#ceres-custom-solr-search-mobile span.label-control {
  margin-right: 10px;
  margin-left: 20px;
}
#ceres-custom-solr-search-mobile input#query {
  box-shadow: none;
  -webkit-box-shadow: none;
}
#ceres-custom-solr-search-mobile ul#instagram_container li,
#ceres-custom-solr-search-mobile ul#facebook_container li {
  display: inline;
}
#ceres-custom-solr-search-mobile ul#instagram_container li img,
#ceres-custom-solr-search-mobile ul#facebook_container li img {
  width: 70px;
  margin: 0 10px 0px 0px;
  height: 70px;
}
#ceres-custom-solr-search-mobile span.comment {
  line-height: 2;
}
#ceres-custom-solr-search-mobile ul#selection li {
  margin: 10px;
}
#ceres-custom-solr-search-mobile .liveSearch {
  width: 100%;
  max-width: 500px;
}
#ceres-custom-solr-search-mobile .LiveSearchImage {
  display: block;
  text-align: center;
}
#ceres-custom-solr-search-mobile span.LiveSearchArticleName {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 2;
}
#ceres-custom-solr-search-mobile .LiveSearchImage > img {
  max-width: 50px !important;
  max-height: 50px !important;
}
@media (min-width: 992px) {
  #ceres-custom-solr-search-mobile .liveSearch {
    top: 48px;
  }
}
#ceres-custom-solr-search-mobile .liveSearch > fieldset {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#ceres-custom-solr-search-mobile .liveSearch tr + tr > td:first-child {
  width: 20%;
}
#ceres-custom-solr-search-mobile .liveSearch tr + tr > td + td {
  width: 80%;
}
#ceres-custom-solr-search-mobile span.LiveSearchShowMoreArticleHint {
  display: none;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile .previewImage {
    padding-bottom: 0 !important;
  }
}
#ceres-custom-solr-search-mobile .owl-item img {
  vertical-align: middle;
}
#ceres-custom-solr-search-mobile a.yt_icon:hover {
  color: #cd201f !important;
}
#ceres-custom-solr-search-mobile a.isg_icon:hover {
  color: #3f729b !important;
}
#ceres-custom-solr-search-mobile a.tw_icon:hover {
  color: #419aff !important;
}
#ceres-custom-solr-search-mobile a.fb_icon:hover {
  color: #3b5998 !important;
}
#ceres-custom-solr-search-mobile li.fb_icon:hover {
  background-color: #3b5998 !important;
}
#ceres-custom-solr-search-mobile li.tw_icon:hover {
  background-color: #419aff !important;
}
#ceres-custom-solr-search-mobile li.isg_icon:hover {
  background-color: #3f729b !important;
}
#ceres-custom-solr-search-mobile li.yt_icon:hover {
  background-color: #cd201f !important;
}
#ceres-custom-solr-search-mobile .tp-bannertimer {
  display: none !important;
}
#ceres-custom-solr-search-mobile a.top_nav_down:after {
  content: "\0002C5";
  font-size: 10px;
  position: relative;
  top: 0;
  left: 5px;
}
@media (max-width: 1199px) {
  #ceres-custom-solr-search-mobile .hide-tablet {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #ceres-custom-solr-search-mobile .hide-mobile-991 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #ceres-custom-solr-search-mobile .hide-mobile-767 {
    display: none !important;
  }
}
@media (min-width: 992px) {
  #ceres-custom-solr-search-mobile .hide-desktop-992 {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #ceres-custom-solr-search-mobile .hide-desktop-768 {
    display: none !important;
  }
}
#ceres-custom-solr-search-mobile p.text_hinweis a {
  text-decoration: underline;
}
#ceres-custom-solr-search-mobile footer#footer ul li {
  line-height: 1.9;
}
#ceres-custom-solr-search-mobile .owl-controls .owl-buttons > div {
  background-color: #fff;
  border: 1px solid #aaa;
}
@media (max-width: 767px) {
  #ceres-custom-solr-search-mobile [class*="col-"] + [class*="col-"] {
    margin-top: 0;
  }
}
#ceres-custom-solr-search-mobile .categoryPagination .form-control {
  display: inline-block;
  width: auto;
  box-shadow: none;
  margin-left: 15px;
}
#ceres-custom-solr-search-mobile select#itemOrderSelect {
  text-transform: uppercase;
}
@media (min-width: 470px) {
  #ceres-custom-solr-search-mobile
    .categoryPagination
    .nav.navbar-right
    .articlePages
    a {
    padding: 7px 9px;
    min-width: 34px;
    text-align: center;
  }
  #ceres-custom-solr-search-mobile
    .categoryPagination
    .nav.navbar-right
    li:last-child
    > a,
  #ceres-custom-solr-search-mobile
    .categoryPagination
    .nav.navbar-right
    li:first-child
    > a {
    margin-right: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}
#ceres-custom-solr-search-mobile p.articleVat a {
  text-decoration: underline;
}
#ceres-custom-solr-search-mobile img.warenkorb_icon {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#ceres-custom-solr-search-mobile input.CouponCode {
  box-shadow: none !important;
  border-radius: 0 !important;
}
#ceres-custom-solr-search-mobile .previewImage,
#ceres-custom-solr-search-mobile .crossSellingItemInner {
  border: 1px solid #eaeaea;
}
#ceres-custom-solr-search-mobile .text_hinweis {
  color: #aaa;
  line-height: 1.3;
}
@media (max-width: 768px) {
  #ceres-custom-solr-search-mobile .shortcode-banner {
    margin-bottom: 20px !important;
  }
}
#ceres-custom-solr-search-mobile #slideshow .tp-rightarrow.default:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 40px;
}
#ceres-custom-solr-search-mobile #slideshow .tp-leftarrow.default:before {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 40px;
}
#ceres-custom-solr-search-mobile #slideshow .tp-leftarrow.default:before,
#ceres-custom-solr-search-mobile #slideshow .tp-rightarrow.default:before {
  width: 40px !important;
  height: 40px !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
#ceres-custom-solr-search-mobile #slideshow .tp-leftarrow.default:hover:before,
#ceres-custom-solr-search-mobile
  #slideshow
  .tp-rightarrow.default:hover:before {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.5);
}
#ceres-custom-solr-search-mobile .small-bar {
  display: none;
}
#ceres-custom-solr-search-mobile .sub_all {
  display: block;
}
#ceres-custom-solr-search-mobile .iconLink > span.glyphicon {
  vertical-align: middle;
}
#ceres-custom-solr-search-mobile .iconLink .glyphicon,
#ceres-custom-solr-search-mobile .iconLink:hover,
#ceres-custom-solr-search-mobile .iconLink:focus {
  color: #01a7ff;
  text-decoration: none;
}
#ceres-custom-solr-search-mobile .btn > .glyphicon:before {
  text-shadow: none;
}
#ceres-custom-solr-search-mobile .btn.btn-sm {
  height: 28px;
  line-height: 26px;
  font-weight: 400;
  padding: 0 20px;
  font-size: 0.8333em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #01a7ff;
  color: #01a7ff;
}
#ceres-custom-solr-search-mobile .owl-pagination {
  display: none;
}
#ceres-custom-solr-search-mobile .form-control,
#ceres-custom-solr-search-mobile .formControlWrapper,
#ceres-custom-solr-search-mobile .formControlWrapper input[type="text"],
#ceres-custom-solr-search-mobile .formControlWrapper input[type="password"] {
  border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#ceres-custom-solr-search-mobile .loginForm .btn {
  padding: 0;
}
#ceres-custom-solr-search-mobile .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: none;
}
@media (max-width: 480px) {
  #ceres-custom-solr-search-mobile .nav > li {
    margin-right: 0;
  }
}
#ceres-custom-solr-search-mobile .tooltip.fade.left.in {
  display: none !important;
}
#ceres-custom-solr-search-mobile
  .myaccount
  .PlentyWebMyAccountAccContainerTitle,
#ceres-custom-solr-search-mobile .checkoutDetails .AccordionTitle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#ceres-custom-solr-search-mobile
  .myaccount
  .PlentyContainerIsOpen
  .PlentyWebMyAccountAccContainerTitle,
#ceres-custom-solr-search-mobile .myaccount #PlentyWebMyAccountLogin > h1,
#ceres-custom-solr-search-mobile
  .checkoutDetails
  .AccordionTitle.CurrentAccordionTitle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#ceres-custom-solr-search-mobile .inhalt {
  font-size: 1.1em;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile .jqzoom {
    height: 550px;
    line-height: 336px;
  }
  #ceres-custom-solr-search-mobile .jqzoom img {
    max-height: 550px;
  }
}
#ceres-custom-solr-search-mobile .singleItemDetails .imageBox .owl-carousel {
  margin-left: 0;
  margin-right: 0;
}
#ceres-custom-solr-search-mobile .custom-font3,
#ceres-custom-solr-search-mobile .parallax .caption.size-lg,
#ceres-custom-solr-search-mobile #nav > ul > li > a,
#ceres-custom-solr-search-mobile .mobile-nav,
#ceres-custom-solr-search-mobile .error404 .error-message-404 span,
#ceres-custom-solr-search-mobile .coming-soon-page .error-message-404 span,
#ceres-custom-solr-search-mobile .blank-page .error-message-404 span,
#ceres-custom-solr-search-mobile .coming-soon-page .clock,
#ceres-custom-solr-search-mobile .page-loading-wrapper header .logo {
  font-family: "Open Sans";
}
#ceres-custom-solr-search-mobile .container.checkoutDetails.formControlWrapper {
  margin-top: 10px;
}
#ceres-custom-solr-search-mobile .dropdown-menu-right {
  right: 8px;
}
#ceres-custom-solr-search-mobile .downbox,
#ceres-custom-solr-search-mobile .downbox_spec {
  visibility: hidden;
  height: auto;
  position: absolute;
  top: 30px;
  width: 183px;
  z-index: 9999999;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5);
}
#ceres-custom-solr-search-mobile .downbox table td,
#ceres-custom-solr-search-mobile .downbox_spec table td {
  text-align: left;
  padding: 3px;
  padding-left: 20px;
}
#ceres-custom-solr-search-mobile td.title_menu a {
  font-size: 1.1em !important;
  font-weight: 600;
}
#ceres-custom-solr-search-mobile td.title_menu {
  padding-left: 10px !important;
}
#ceres-custom-solr-search-mobile ul.small-bar li:hover > .downbox,
#ceres-custom-solr-search-mobile .downbox_spec {
  visibility: visible;
}
#ceres-custom-solr-search-mobile
  ul.small-bar
  .menu-item-has-children:hover
  > .downbox,
#ceres-custom-solr-search-mobile .downbox_spec {
  visibility: visible;
  -webkit-animation: fadeInRight 0.3s forwards;
  -moz-animation: fadeInRight 0.3s forwards;
  animation: fadeInRight 0.3s forwards;
  -moz-animation: fadeIn 0.5s forwards;
}
#ceres-custom-solr-search-mobile .itemBox:hover .itemBoxInner,
#ceres-custom-solr-search-mobile
  .crossSellingItem:hover
  .crossSellingItemInner {
  -website-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#ceres-custom-solr-search-mobile .btn > span.glyphicon:before,
#ceres-custom-solr-search-mobile .PlentyWebshopButton:before {
  margin-right: 0;
}
#ceres-custom-solr-search-mobile
  body.isBasket
  .PlentyWebshopButton.proceed_order:before {
  margin-right: 6px;
}
#ceres-custom-solr-search-mobile .PlentyWebshopButton.change_basket:before {
  margin-right: 10px;
}
@media (max-width: 756px) {
  #ceres-custom-solr-search-mobile .quantityInputWrapper.pull-right.first_div,
  #ceres-custom-solr-search-mobile a#button_change_basketWebBasketItemsRefresh {
    display: none !important;
  }
}
#ceres-custom-solr-search-mobile .ui-state-default,
#ceres-custom-solr-search-mobile
  #slider-range
  .ui-widget-content
  ui-state-default,
#ceres-custom-solr-search-mobile
  #slider-range
  .ui-widget-header
  .ui-state-default {
  background-image: url("/layout/callisto/ext/images/suche_doppelpfeil.png") !important;
  height: 21px !important;
  width: 21px !important;
}
#ceres-custom-solr-search-mobile span.sugesstion_term {
  margin-right: 10px;
}
#ceres-custom-solr-search-mobile .breadcrumbs {
  margin: 20px 0 0;
  color: #aaa;
}
#ceres-custom-solr-search-mobile
  .container.myaccount.myaccountDetails.formControlWrapper {
  margin-top: 20px;
}
#ceres-custom-solr-search-mobile div#description {
  max-height: 300px;
  overflow-y: hidden;
}
#ceres-custom-solr-search-mobile .img_hinweis {
  height: 30px;
  text-align: center;
  font-size: 0.9em;
}
#ceres-custom-solr-search-mobile .img_hinweis span {
  top: 5px;
  position: relative;
}
#ceres-custom-solr-search-mobile .navbar-nav > li > a {
  padding-top: 7px;
}
@media (max-width: 1200px) {
  #ceres-custom-solr-search-mobile .kontakt_fomular {
    margin-top: 20px;
  }
}
#ceres-custom-solr-search-mobile .ui-slider-range {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
#ceres-custom-solr-search-mobile .container.desktop_box {
  height: 1200px;
  width: 1200px;
  background-image: url("/layout/callisto/ext/images/vj_b_SALE_03.jpg");
}
#ceres-custom-solr-search-mobile .btn-primary,
#ceres-custom-solr-search-mobile .btn-success,
#ceres-custom-solr-search-mobile .btn-info,
#ceres-custom-solr-search-mobile .btn-danger,
#ceres-custom-solr-search-mobile .PlentyWebshopButton,
#ceres-custom-solr-search-mobile .PlentySubmitButton,
#ceres-custom-solr-search-mobile
  .LiveSearchShowMoreArticleHint
  input[type="button"],
#ceres-custom-solr-search-mobile .PlentyWebMyAccount .button,
#ceres-custom-solr-search-mobile .PlentyWebMyAccount .inlineSubmitButton,
#ceres-custom-solr-search-mobile .PlentyWebMyAccount .button,
#ceres-custom-solr-search-mobile .PlentyWebMyAccount .inlineSubmitButton,
#ceres-custom-solr-search-mobile .PlentyWebMyAccount input[type="button"] {
  border: none !important;
  text-shadow: none !important;
}
#ceres-custom-solr-search-mobile .btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#ceres-custom-solr-search-mobile .btn-default:hover {
  color: #aaa;
}
#ceres-custom-solr-search-mobile .btn-primary,
#ceres-custom-solr-search-mobile .PlentyWebshopButton,
#ceres-custom-solr-search-mobile .PlentySubmitButton,
#ceres-custom-solr-search-mobile
  .LiveSearchShowMoreArticleHint
  input[type="button"],
#ceres-custom-solr-search-mobile .PlentyWebMyAccount .button,
#ceres-custom-solr-search-mobile .PlentyWebMyAccount .inlineSubmitButton,
#ceres-custom-solr-search-mobile .PlentyWebMyAccount .button,
#ceres-custom-solr-search-mobile .PlentyWebMyAccount .inlineSubmitButton,
#ceres-custom-solr-search-mobile .PlentyWebMyAccount input[type="button"] {
  background-color: #01a7ff !important;
}
#ceres-custom-solr-search-mobile .btn-primary,
#ceres-custom-solr-search-mobile .btn-success,
#ceres-custom-solr-search-mobile .btn-info,
#ceres-custom-solr-search-mobile .btn-danger,
#ceres-custom-solr-search-mobile .PlentyWebshopButton,
#ceres-custom-solr-search-mobile .PlentySubmitButton,
#ceres-custom-solr-search-mobile
  .LiveSearchShowMoreArticleHint
  input[type="button"],
#ceres-custom-solr-search-mobile .PlentyWebMyAccount .button,
#ceres-custom-solr-search-mobile .PlentyWebMyAccount .inlineSubmitButton,
#ceres-custom-solr-search-mobile .PlentyWebMyAccount .button,
#ceres-custom-solr-search-mobile .PlentyWebMyAccount .inlineSubmitButton,
#ceres-custom-solr-search-mobile .PlentyWebMyAccount input[type="button"] {
  border: none;
  color: #fff;
  text-shadow: none;
}
#ceres-custom-solr-search-mobile .form-control,
#ceres-custom-solr-search-mobile .PlentyText,
#ceres-custom-solr-search-mobile .PlentyTextarea,
#ceres-custom-solr-search-mobile .ArticleAttrSelect,
#ceres-custom-solr-search-mobile .formControlWrapper input[type="text"],
#ceres-custom-solr-search-mobile .formControlWrapper input[type="password"],
#ceres-custom-solr-search-mobile .formControlWrapper select,
#ceres-custom-solr-search-mobile .formControlWrapper textarea,
#ceres-custom-solr-search-mobile .PlentyWebMyAccount input[type="text"],
#ceres-custom-solr-search-mobile .PlentyWebMyAccount input[type="password"],
#ceres-custom-solr-search-mobile .PlentyWebMyAccount select,
#ceres-custom-solr-search-mobile .PlentyWebMyAccount textarea {
  background-color: #fff;
  background-image: none;
  border: 1px solid #eaeaea;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#ceres-custom-solr-search-mobile
  .myaccount
  #PlentyWebMyAccountMyAccountTitleContainerTitle {
  margin-top: 20px;
  border: none;
}
#ceres-custom-solr-search-mobile .panel-heading,
#ceres-custom-solr-search-mobile
  .myaccount
  div.PlentyFormContainer.PlentyWebMyAccountContainer
  > span.PlentyWebMyAccountContainerTitle,
#ceres-custom-solr-search-mobile
  .myaccount
  div.PlentyFormContainer.PlentyWebMyAccountContainer
  > div.PlentyWebMyAccountContainerTitle,
#ceres-custom-solr-search-mobile
  .myaccount
  .PlentyWebMyAccountOrderOverviewElementsContainer
  > .PlentyFormContainer
  > .PlentyFormContainer
  > .PlentyFormContainer
  > span,
#ceres-custom-solr-search-mobile
  .myaccount
  .PlentyWebMyAccountOrderOverviewItemsBox
  > .PlentyWebMyAccountOrderOverviewItemsMain
  > div.PlentyFormContainer.ItemsRow
  > .ItemsHeaderRow,
#ceres-custom-solr-search-mobile
  .myaccount
  .PlentyWebMyAccountDisplayOrdersContainer
  > div.PlentyWebMyAccountDisplayOrdersOrderId,
#ceres-custom-solr-search-mobile .myaccount .PlentyMyAccountHeaderChange,
#ceres-custom-solr-search-mobile
  .myaccount
  .PlentyWebMyAccountTicketsTicketTitleContainer,
#ceres-custom-solr-search-mobile .myaccount .PlentyWebMyAccountTicketsLeafHead,
#ceres-custom-solr-search-mobile
  .myaccount
  .PlentyWebMyAccountMyProjectsProjectTitleContainer,
#ceres-custom-solr-search-mobile
  .myaccount
  .PlentyWebMyAccountEmailNewAccountContainerTitle,
#ceres-custom-solr-search-mobile
  .myaccount
  #PlentyWebMyAccountCustomerEventsContainerContent
  > h1,
#ceres-custom-solr-search-mobile
  .myaccount
  .PlentyWebMyAccountVersionJumpDomainContainer
  > span,
#ceres-custom-solr-search-mobile
  .myaccount
  .PlentyWebMyAccountItemContainerHeader,
#ceres-custom-solr-search-mobile
  .myaccount
  .PlentyWebMyAccountOpenableItemContainerHeader,
#ceres-custom-solr-search-mobile #PlentyWebOrderOverviewInvoiceContainer > span,
#ceres-custom-solr-search-mobile
  #PlentyWebOrderOverviewShippingContainer
  > span,
#ceres-custom-solr-search-mobile
  #PlentyWebOrderOverviewShippingMethodContainer
  > span,
#ceres-custom-solr-search-mobile
  #PlentyWebOrderOverviewPaymentMethodContainer
  > span,
#ceres-custom-solr-search-mobile
  #PlentyWebOrderOverviewSchedulerContainer
  > span,
#ceres-custom-solr-search-mobile
  #PlentyWebOrderOverviewAGBPrivacyContainer
  > span,
#ceres-custom-solr-search-mobile .PlentyWebItemContainerHeader,
#ceres-custom-solr-search-mobile #PlentyWebOrderOverviewItemsTop,
#ceres-custom-solr-search-mobile
  .PlentyOrderDeliveryAddress
  > .PlentyWebShippingDetailsListTitle,
#ceres-custom-solr-search-mobile #PlentyWebCustomerRegistrationTitle,
#ceres-custom-solr-search-mobile .PlentyLostPWDContainerTitle {
  display: block;
  font-size: 120%;
  line-height: 18px;
  border: 1px solid #eaeaea;
  padding: 3px 5px 3px 10px;
  font-size: 16px;
  color: #444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #eaeaea;
}
#ceres-custom-solr-search-mobile #PlentyWebOrderOverviewItemsTop,
#ceres-custom-solr-search-mobile #PlentyWebOrderOverviewItemsBox,
#ceres-custom-solr-search-mobile #PlentyWebOrderOverviewOrderSumBox,
#ceres-custom-solr-search-mobile #PlentyWebOrderOverviewNoticeTotals,
#ceres-custom-solr-search-mobile #PlentyWebOrderOverviewNoticeNonEUDelivery,
#ceres-custom-solr-search-mobile #PlentyWebOrderOverviewNoticeEUDelivery {
  border-color: #eaeaea;
}
#ceres-custom-solr-search-mobile
  .blog-posts
  .post-masonry
  .post-action
  .post-read-more,
#ceres-custom-solr-search-mobile
  .blog-posts
  .post-full
  .post-action
  .post-read-more {
  padding: 0 10px;
}
#ceres-custom-solr-search-mobile .glyphicon-search:before {
  content: "\f002";
  font-size: 20px;
}
#ceres-custom-solr-search-mobile p {
  font-size: 1.1em;
}
#ceres-custom-solr-search-mobile .post.post-masonry .post-content h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  padding-bottom: 2px;
}
#ceres-custom-solr-search-mobile .post-content h2 + p {
  margin: 0;
}
#ceres-custom-solr-search-mobile a.post-read-more {
  text-decoration: underline;
}
#ceres-custom-solr-search-mobile .owl-controls .owl-buttons .owl-next {
  right: -9px;
}
#ceres-custom-solr-search-mobile .owl-controls .owl-buttons .owl-prev {
  left: -9px;
}
#ceres-custom-solr-search-mobile .dropdown-menu {
  z-index: 10000;
}
#ceres-custom-solr-search-mobile .filterLabel,
#ceres-custom-solr-search-mobile .CharacterFilterGroupName {
  font-weight: 600;
  margin: 14px 20px;
  display: block;
  font-size: 1.1em;
}
#ceres-custom-solr-search-mobile span.articlePages_DotEnd {
  display: block;
  float: left;
  margin: 5px 2px;
  font-weight: bold;
  text-decoration: none;
}
#ceres-custom-solr-search-mobile .PlentyWebPaymentMethodAdvice {
  line-height: 2;
}
#ceres-custom-solr-search-mobile a#button_place_orderWebOrderOverview {
  background-color: #01a7ff !important;
  color: #fff !important;
}
@media (max-width: 1400px) and (min-width: 0) {
  #ceres-custom-solr-search-mobile
    #tsbadge_db8d3657bdbe440c985ae127463eaad4.reviews,
  #ceres-custom-solr-search-mobile
    #tsbadge_db8d3657bdbe440c985ae127463eaad4.standard,
  #ceres-custom-solr-search-mobile
    #tsbadge_db8d3657bdbe440c985ae127463eaad4.text {
    display: none !important;
  }
  #ceres-custom-solr-search-mobile .shopaufkunft_siegel {
    display: none !important;
  }
  #ceres-custom-solr-search-mobile ul.social_icon_footer_left {
    display: none !important;
  }
}
#ceres-custom-solr-search-mobile a#StatusText {
  text-decoration: underline !important;
}
#ceres-custom-solr-search-mobile .shopaufkunft_siegel {
  background: url(/layout/callisto/ext/images/logo/badge_compressed_sa.png)
    no-repeat scroll 0 0 transparent;
  background-position: right bottom;
  width: 94px;
  height: 98px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2147483646 !important;
  bottom: 315px;
}
@media (min-width: 991px) {
  #ceres-custom-solr-search-mobile .top_neu {
    padding-left: 10px !important;
  }
  #ceres-custom-solr-search-mobile .top_neu_im_shop {
    padding-left: 20px !important;
  }
}
#ceres-custom-solr-search-mobile ul.social_icon_footer_left {
  position: fixed;
  left: 0;
  top: 556px;
  width: 30px;
  z-index: 99999;
}
#ceres-custom-solr-search-mobile
  ul.social_icon_footer.social_icon_footer_left
  li {
  margin: 0;
  height: 40px;
  width: 40px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  #ceres-custom-solr-search-mobile .tp-bullets.simplebullets.round {
    display: none !important;
  }
}
#ceres-custom-solr-search-mobile .ratingVisualisation {
  cursor: pointer;
}
#ceres-custom-solr-search-mobile #header .mini-search {
  margin-left: 7px;
}
#ceres-custom-solr-search-mobile #nav > ul > .mega-menu-item > .sub-nav {
  padding: 7px 0 8px 0;
}
#ceres-custom-solr-search-mobile td.title_menu_gameboy {
  padding-left: 10px !important;
  font-size: 1.1em;
}
#ceres-custom-solr-search-mobile a.button_hover:hover {
  color: #fff;
  background-color: #01a7ff;
}
#ceres-custom-solr-search-mobile .itemBoxInner .visible-hover {
  bottom: 0;
}
#ceres-custom-solr-search-mobile .basketButtonContainer.button_sold,
#ceres-custom-solr-search-mobile
  .basketButtonContainer.button_sold
  > .buttonBox
  > .PlentyWebshopButton {
  background-color: #ee0311 !important;
}
#ceres-custom-solr-search-mobile ul.nav.navbar-right li:last-child {
  margin-right: 0;
  margin-left: 2px;
}
#ceres-custom-solr-search-mobile .margin-left-11 {
  margin-left: 11px;
}
#ceres-custom-solr-search-mobile ul.zahlung_info li {
  line-height: 2;
}
#ceres-custom-solr-search-mobile table.payment_logo td {
  padding: 7px 10px 15px 10px;
}
#ceres-custom-solr-search-mobile .wraper_versand_box {
  position: relative;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile table.stelle td {
    width: 300px !important;
    padding-left: 8px !important;
  }
  #ceres-custom-solr-search-mobile table.stelle td:last-child {
    padding-left: 15px !important;
  }
}
#ceres-custom-solr-search-mobile ul.info_list li {
  text-align: justify;
}
#ceres-custom-solr-search-mobile ul.info_list li:last-child {
  margin-top: 10px;
}
#ceres-custom-solr-search-mobile .versandkosten_main_box {
  font-size: 1.1em;
}
#ceres-custom-solr-search-mobile .tabellen_box table td {
  font-size: 1.1em;
}
#ceres-custom-solr-search-mobile .usk18_text_box {
  font-size: 1.1em !important;
}
@media (max-width: 991px) {
  #ceres-custom-solr-search-mobile .glyphicon-search:before {
    font-size: 1em !important;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile .container.owl-container {
    width: 1220px;
  }
}
@media (max-width: 1200px) {
  #ceres-custom-solr-search-mobile .categoryPagination .nav.navbar-right {
    margin-left: 0;
  }
}
@media (max-width: 470px) {
  #ceres-custom-solr-search-mobile
    .categoryPagination
    .nav.navbar-right
    li:last-child
    > a {
    padding: 3px 9px !important;
  }
  #ceres-custom-solr-search-mobile
    .categoryPagination
    .nav.navbar-right
    li:first-child
    > a {
    padding: 3px 9px !important;
  }
}
#ceres-custom-solr-search-mobile a.mehr_button {
  float: right;
}
#ceres-custom-solr-search-mobile .opened {
  max-height: 100% !important;
}
#ceres-custom-solr-search-mobile ul.versand_info {
  font-size: 1.1em;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile .container {
    padding-left: 0;
    padding-right: 0;
    width: 1200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ceres-custom-solr-search-mobile .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  #ceres-custom-solr-search-mobile [class^="col-lg-"].pull-left,
  #ceres-custom-solr-search-mobile [class^="col-lg-"].pull-right {
    float: none !important;
  }
}
@media (max-width: 1200px) {
  #ceres-custom-solr-search-mobile .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #ceres-custom-solr-search-mobile .hidden-mobile {
    display: none !important;
  }
  #ceres-custom-solr-search-mobile [class^="col-md-"].pull-left,
  #ceres-custom-solr-search-mobile [class^="col-md-"].pull-right,
  #ceres-custom-solr-search-mobile [class*=" col-md-"].pull-left,
  #ceres-custom-solr-search-mobile [class*=" col-md-"].pull-right {
    float: none !important;
  }
  #ceres-custom-solr-search-mobile .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #ceres-custom-solr-search-mobile #header .branding {
    text-align: left !important;
  }
  #ceres-custom-solr-search-mobile #header .header-top-nav > li {
    margin: 0;
  }
  #ceres-custom-solr-search-mobile #header .header-top-nav > li > a {
    line-height: 75px;
    padding: 0 5px;
  }
  #ceres-custom-solr-search-mobile #header .header-top-nav > li > a .glyphicon {
    color: #222;
    border-color: #455b79;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #ceres-custom-solr-search-mobile
    #header
    .header-top-nav
    > li:hover
    .glyphicon {
    color: #222;
    border-color: #fff;
  }
  #ceres-custom-solr-search-mobile #header .header-top-nav > li:last-child > a {
    padding-right: 0;
  }
  #ceres-custom-solr-search-mobile
    #header
    .header-top-nav
    .mini-cart:hover
    > a {
    background: #0b1c32 !important;
  }
  #ceres-custom-solr-search-mobile
    #header
    .header-top-nav
    .mini-search
    .main-nav-search-form {
    width: 245px;
  }
  #ceres-custom-solr-search-mobile
    #header
    .header-top-nav
    .mini-search
    .main-nav-search-form
    input[type="text"] {
    border-color: #455b79;
    background: #0f2541;
    color: #455b79;
  }
  #ceres-custom-solr-search-mobile
    #header
    .header-top-nav
    .mini-search
    .main-nav-search-form
    form
    button
    .glyphicon {
    color: #455b79;
  }
  #ceres-custom-solr-search-mobile
    #header
    .header-top-nav
    .mini-search
    .main-nav-search-form
    form
    button:hover
    .glyphicon {
    color: #fff;
  }
  #ceres-custom-solr-search-mobile .page-title-container .banner {
    margin-top: 75px;
  }
  #ceres-custom-solr-search-mobile .coming-soon-page .clock {
    font-size: 120px;
  }
  #ceres-custom-solr-search-mobile
    .responsive-section
    .callout-image-container
    .callout-image
    img {
    margin-top: 30px;
  }
  #ceres-custom-solr-search-mobile .forcefullwidth_wrapper_tp_banner {
    padding-top: 74px !important;
  }
  #ceres-custom-solr-search-mobile .image-wrap-with-shadow:before {
    display: none;
  }
  #ceres-custom-solr-search-mobile
    .add-circle-box-line
    > .col-sm-6:nth-child(2n) {
    border-right: none;
  }
  #spellcheck {
    margin-top: 0px !important;
  }
  #suggest {
    margin: 0px !important;
  }
  #anzahl_gefunden{
    margin-top: 40px !important;
  }
  .categoryPagination-bottom{
    margin: 0px !important;
  }
}
@media (max-width: 767px) {
  #ceres-custom-solr-search-mobile #footer .back-to-top {
    left: 50%;
    margin-left: -25px;
  }
  #ceres-custom-solr-search-mobile .same-height > * {
    height: auto !important;
  }
  #ceres-custom-solr-search-mobile [class^="col-sm-"].pull-left,
  #ceres-custom-solr-search-mobile [class^="col-sm-"].pull-right,
  #ceres-custom-solr-search-mobile [class*=" col-sm-"].pull-left,
  #ceres-custom-solr-search-mobile [class*=" col-sm-"].pull-right {
    float: none !important;
  }
  #ceres-custom-solr-search-mobile
    #footer
    .footer-wrapper
    .container
    > .row
    > div {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #ceres-custom-solr-search-mobile
    #footer
    .footer-wrapper
    .container
    > .row
    > div
    + div {
    padding-top: 0;
  }
  #ceres-custom-solr-search-mobile
    #footer
    .footer-wrapper
    .container
    > .row
    > div:last-child {
    padding-top: 40px;
  }
  #ceres-custom-solr-search-mobile .animated {
    visibility: visible;
  }
  #ceres-custom-solr-search-mobile .error404 .error-message-404 span {
    font-size: 200px;
  }
  #ceres-custom-solr-search-mobile .coming-soon-page .clock {
    font-size: 84px;
  }
  #ceres-custom-solr-search-mobile .iso-container.iso-col-3 .iso-item,
  #ceres-custom-solr-search-mobile .iso-container.iso-col-4 .iso-item,
  #ceres-custom-solr-search-mobile .iso-container.iso-col-5 .iso-item {
    width: 50%;
  }
  #ceres-custom-solr-search-mobile
    .iso-container.iso-col-3
    .iso-item.double-width,
  #ceres-custom-solr-search-mobile
    .iso-container.iso-col-4
    .iso-item.double-width,
  #ceres-custom-solr-search-mobile
    .iso-container.iso-col-5
    .iso-item.double-width {
    width: 100%;
  }
  #ceres-custom-solr-search-mobile .st-table.block-sms {
    display: block;
  }
  #ceres-custom-solr-search-mobile .st-table.block-sms .st-td {
    display: block;
  }
  #ceres-custom-solr-search-mobile .soap-gallery.frame-holder {
    width: 450px;
    margin: 0 auto;
    padding: 28px 0 31px;
  }
  #ceres-custom-solr-search-mobile .soap-gallery.frame-holder .owl-carousel {
    width: 290px;
  }
  #ceres-custom-solr-search-mobile
    .soap-gallery.frame-holder.effect-shine
    .owl-carousel:before {
    right: -16px;
    top: -16px;
    max-height: 100%;
    width: 160px;
  }
  #ceres-custom-solr-search-mobile
    .soap-gallery.frame-holder
    .owl-buttons
    .owl-prev {
    left: -80px;
  }
  #ceres-custom-solr-search-mobile
    .soap-gallery.frame-holder
    .owl-buttons
    .owl-next {
    right: -80px;
  }
  #ceres-custom-solr-search-mobile #footer .copyright-area {
    display: block;
  }
  #ceres-custom-solr-search-mobile #footer .copyright-area .secondary-menu,
  #ceres-custom-solr-search-mobile #footer .copyright-area .copyright {
    display: block;
  }
  #ceres-custom-solr-search-mobile #footer .copyright-area .secondary-menu {
    margin-bottom: 10px;
    text-align: center;
  }
  #ceres-custom-solr-search-mobile
    #footer
    .copyright-area
    .secondary-menu
    .nav {
    display: inline-block;
  }
  #ceres-custom-solr-search-mobile #footer .copyright-area .copyright {
    text-align: center;
  }
  #ceres-custom-solr-search-mobile .add-circle-box-line > .col-sm-6 {
    border-right: none;
  }
  #ceres-custom-solr-search-mobile
    .add-circle-box-line
    > .col-sms-6:nth-child(2n) {
    border-right: none;
  }
  #ceres-custom-solr-search-mobile
    .product-wrapper
    .post-filters
    .filter-title {
    float: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #ceres-custom-solr-search-mobile .colors-section .logo-icon {
    max-width: 70%;
  }
  #ceres-custom-solr-search-mobile .hidden-sm {
    display: none !important;
  }
  #ceres-custom-solr-search-mobile .hidden-xs {
    display: block !important;
  }
}
@media (max-width: 480px) {
  #ceres-custom-solr-search-mobile .hidden-xs {
    display: none !important;
  }
  #ceres-custom-solr-search-mobile .coming-soon-page .clock {
    font-size: 52px;
  }
  #ceres-custom-solr-search-mobile .iso-container.iso-col-2 .iso-item,
  #ceres-custom-solr-search-mobile .iso-container.iso-col-3 .iso-item,
  #ceres-custom-solr-search-mobile .iso-container.iso-col-4 .iso-item,
  #ceres-custom-solr-search-mobile .iso-container.iso-col-5 .iso-item {
    width: 100%;
  }
  #ceres-custom-solr-search-mobile .st-table.block-xs {
    display: block;
  }
  #ceres-custom-solr-search-mobile .st-table.block-xs .st-td {
    display: block;
  }
  #ceres-custom-solr-search-mobile ul.products.layout-list .product-image,
  #ceres-custom-solr-search-mobile ul.products.layout-list .product-meta-wrap {
    float: none;
    width: auto;
  }
  #ceres-custom-solr-search-mobile ul.products.layout-list .product-image {
    border-right-width: 2px;
  }
  #ceres-custom-solr-search-mobile .add-circle-box-line > .col-sms-6,
  #ceres-custom-solr-search-mobile .add-circle-box-line .col-sm-6 {
    border-right: none;
  }
}
@media (max-width: 320px) {
  #ceres-custom-solr-search-mobile .page-loading-wrapper .progress-bar {
    width: 250px;
  }
  #ceres-custom-solr-search-mobile .iso-container.iso-col-6 .iso-item,
  #ceres-custom-solr-search-mobile .iso-container.iso-col-5 .iso-item {
    width: 100%;
  }
}
#ceres-custom-solr-search-mobile
  .thumbs
  .owl-wrapper-outer
  .owl-wrapper
  .owl-item {
  margin-right: 0;
}
@media (max-width: 991px) {
  #ceres-custom-solr-search-mobile .dropdown.enable-xs-sm .dropdown-menu {
    z-index: 10000;
  }
  #ceres-custom-solr-search-mobile
    .dropdown.enable-xs-sm.isLogin
    .dropdown-menu {
    left: 0;
  }
  #ceres-custom-solr-search-mobile body.filterExist .asidePanel.filterPanel {
    z-index: 10002;
    display: none;
  }
  #ceres-custom-solr-search-mobile .PlentyWebshopPopup.AfterItem2Basket {
    display: block;
  }
  #ceres-custom-solr-search-mobile .modal {
    text-align: center;
    bottom: auto;
  }
  #ceres-custom-solr-search-mobile .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  #ceres-custom-solr-search-mobile .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  #ceres-custom-solr-search-mobile .PlentyWebshopPopup {
    left: 10px !important;
    width: auto !important;
    margin-right: 10px;
  }
}
@media (max-width: 570px) {
  #ceres-custom-solr-search-mobile
    .categoryDetails.isGridView
    .itemBoxInner
    .buttonBox.isAddToBasket
    > a {
    margin: 0;
  }
}
#ceres-custom-solr-search-mobile .modal-content,
#ceres-custom-solr-search-mobile .pmPopup,
#ceres-custom-solr-search-mobile .PlentyWebMyAccountPopupContainer,
#ceres-custom-solr-search-mobile .PlentyWebMyAccountAdviceContainer,
#ceres-custom-solr-search-mobile
  .PlentyWebMyAccountDisplayOrdersShippingDetailsContainer,
#ceres-custom-solr-search-mobile .ui-datepicker,
#ceres-custom-solr-search-mobile .PlentyWebshopPopup {
  background-color: #fff;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-clip: padding-box;
  outline: none;
}
#ceres-custom-solr-search-mobile
  .panel-content
  ul.key_info_list
  li.key_info_item {
  display: table;
  margin: 0 !important;
  padding: 4px 0;
  list-style-type: none;
}
#ceres-custom-solr-search-mobile li.key_info_item span {
  width: 60%;
  display: table-cell;
  font-size: 1.1em;
}
#ceres-custom-solr-search-mobile li.key_info_item span:first-child {
  width: 40%;
  min-width: 127px;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile
    .panel-content
    ul.key_info_list
    li.key_info_item {
    float: left;
    width: 50%;
  }
  #ceres-custom-solr-search-mobile .artikel_infobox {
    min-height: 215px;
  }
  #ceres-custom-solr-search-mobile div#acc2-1.in {
    height: 210px !important;
  }
  #ceres-custom-solr-search-mobile div#acc2-3.in {
    height: 154px !important;
    overflow-y: auto;
  }
}
#ceres-custom-solr-search-mobile a.PlentyWebshopButton.button-grey {
  border: 1px solid #eaeaea !important;
  color: #333 !important;
  margin-right: 0;
}
#ceres-custom-solr-search-mobile
  .quantityInputWrapper.pull-right.first_div
  input:focus {
  box-shadow: none;
}
#ceres-custom-solr-search-mobile .myaccount .PlentyMyAccountContainerTitle {
  color: #01a7ff;
}
#ceres-custom-solr-search-mobile
  .myaccount
  .PlentyWebMyAccountAccContainerTitle.PlentyWebMyAccountOpenableContainerTitle:hover {
  color: #01a7ff;
}
#ceres-custom-solr-search-mobile .wa_icon:hover {
  background-color: #4dc247;
}
@media (max-width: 1200px) {
  #ceres-custom-solr-search-mobile .social_share_button ul {
    margin: 0 auto;
  }
  #ceres-custom-solr-search-mobile .social_share_button {
    margin: 0 auto 10px;
    position: relative;
    top: auto;
    right: auto;
  }
}
#ceres-custom-solr-search-mobile .availabilityIcon {
  overflow: visible;
}
#ceres-custom-solr-search-mobile .categoryPagination .nav > li {
  margin-right: 2px;
}
#ceres-custom-solr-search-mobile .filterPanel.asidePanel {
  color: #333;
  font-size: 1.1em;
}
#ceres-custom-solr-search-mobile .navigationTree a:hover,
#ceres-custom-solr-search-mobile .navigationTree a:focus,
#ceres-custom-solr-search-mobile .navigationTree li.active > a:hover,
#ceres-custom-solr-search-mobile .navigationTree li.active > a:active,
#ceres-custom-solr-search-mobile .facetValueLabel:hover,
#ceres-custom-solr-search-mobile .AvailabilityFilterElement > label:hover,
#ceres-custom-solr-search-mobile .CharacterFilterElement > label:hover {
  border-color: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #01a7ff;
}
@media (min-width: 991px) {
  #ceres-custom-solr-search-mobile li.whatsapp_icon {
    visibility: hidden;
  }
}
#ceres-custom-solr-search-mobile .singleItemDetails .owl-item .previewImage a {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  max-width: 150px;
}
#ceres-custom-solr-search-mobile div#article_rating_box {
  margin-right: 20px;
}
#ceres-custom-solr-search-mobile .info_content_empty_cart_text {
  text-align: center;
  font-size: 1.5em;
}
#ceres-custom-solr-search-mobile .info_content_empty_cart_button {
  text-align: center;
  margin-top: 50px;
}
#ceres-custom-solr-search-mobile .info_content_empty_cart {
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  #ceres-custom-solr-search-mobile .info_content_empty_cart_wrapper {
    background-image: url("/layout/callisto/ext/images/warenkorb_leer_rabbid.jpg");
    background-repeat: no-repeat;
    background-position: 78% 41px;
  }
}
@media (max-width: 767px) {
  #ceres-custom-solr-search-mobile .touch .buttonBox.isAddToBasket {
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  #ceres-custom-solr-search-mobile
    .touch
    .categoryDetails:not(.isListView)
    .buttonBox.isAddToBasket
    > a,
  #ceres-custom-solr-search-mobile
    .touch
    .crossSellingSlider
    .buttonBox.isAddToBasket
    > a {
    text-indent: initial;
  }
}
@media (max-width: 991px) {
  #ceres-custom-solr-search-mobile body > .plentyErrorBox,
  #ceres-custom-solr-search-mobile body > .plentyMessageBox,
  #ceres-custom-solr-search-mobile body > .PlentyErrorMessageBox,
  #ceres-custom-solr-search-mobile .PlentyWebshopPopup {
    margin-left: 0;
  }
}
#ceres-custom-solr-search-mobile .availabilityIcon {
  margin-top: 6px;
  margin-right: 5px;
}
#ceres-custom-solr-search-mobile .CharacterFilterElement {
  padding-left: 20px;
}
#ceres-custom-solr-search-mobile div#info_usk18,
#ceres-custom-solr-search-mobile table#variante,
#ceres-custom-solr-search-mobile div#info_batterie {
  text-align: justify;
}
#ceres-custom-solr-search-mobile .singleItemDetails .owl-item .previewImage {
  display: table;
  height: 150px;
}
@media (max-width: 420px) {
  #ceres-custom-solr-search-mobile .btn-sm-popup {
    padding: 0 10px !important;
  }
}
#ceres-custom-solr-search-mobile
  .PlentyWebshopContainer.PlentyFormBox
  .modal-content
  .modal-body {
  padding: 0 20px;
}
@media (max-width: 991px) {
  #ceres-custom-solr-search-mobile
    .no-touch
    .itemBoxInner
    .buttonBox.isAddToBasket {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #ceres-custom-solr-search-mobile
    .no-touch
    .itemBoxInner
    .quantityInputWrapper {
    margin-bottom: 0;
  }
  #ceres-custom-solr-search-mobile
    .no-touch
    .itemBoxInner
    .buttonBox.isAddToBasket {
    display: table-cell;
    float: none;
    margin: 3px;
  }
}
@media (min-width: 768px) {
  #ceres-custom-solr-search-mobile
    .touch
    .categoryDetails:not(.isListView)
    .buttonBox.isAddToBasket
    > a,
  #ceres-custom-solr-search-mobile
    .touch
    .crossSellingSlider
    .buttonBox.isAddToBasket
    > a {
    width: auto;
  }
}
@media (min-width: 992px) {
  #ceres-custom-solr-search-mobile
    .itemBoxInner
    .touch
    .buttonBox.isAddToBasket {
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  #ceres-custom-solr-search-mobile .touch .buttonBox.isAddToBasket {
    vertical-align: middle;
  }
}
#ceres-custom-solr-search-mobile .touch .buttonBox.isAddToBasket {
  margin: 3px 0px 3px 0;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile .no-touch .categoryView.isGridView .itemBox,
  #ceres-custom-solr-search-mobile .no-touch .crossSellingWrapper {
    height: 283px;
  }
  #ceres-custom-solr-search-mobile .touch .categoryView.isGridView .itemBox,
  #ceres-custom-solr-search-mobile .touch .crossSellingWrapper {
    height: 283px;
  }
}
#ceres-custom-solr-search-mobile
  .singleItemDetails
  .owl-item
  .previewImage
  img {
  max-height: 150px;
  width: 100%;
}
#ceres-custom-solr-search-mobile .cart-popup {
  background-image: url("/layout/callisto/ext/images/main/warenkorb_blau_navi.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 100px 7px;
  padding: 0 28px 0px 10px !important;
}
#ceres-custom-solr-search-mobile .express_payment {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px !important;
}
@media (max-width: 768px) {
  #ceres-custom-solr-search-mobile span.kaufalarm_text {
    text-align: center;
    display: block;
  }
}
@media (max-height: 991px) {
  #ceres-custom-solr-search-mobile .payment_logo_list img {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile img.versand_price_img {
    float: right;
  }
}
@media (max-width: 1200px) {
  #ceres-custom-solr-search-mobile .payment_logo_list img {
    margin-right: 20px !important;
    margin-bottom: 10px;
  }
}
#ceres-custom-solr-search-mobile img.versand_price_img {
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  #ceres-custom-solr-search-mobile .hidden-768 {
    display: none !important;
  }
}
#ceres-custom-solr-search-mobile .btn-fav {
  padding: 0 13px !important;
  font-size: 13.1999998093px !important;
}
#ceres-custom-solr-search-mobile .PlentyFormContainer.ItemsDescriptionRating {
  margin-bottom: 20px;
}
#ceres-custom-solr-search-mobile .box_kaufalarm {
  color: #aaa;
  font-weight: 600;
  font-size: 1em;
  margin: 3px 0px 5px -2px;
  text-align: center;
}
#ceres-custom-solr-search-mobile .kaufalarm_bell {
  margin-right: 15px;
  margin-left: 7px;
}
@media (max-width: 767px) {
  #ceres-custom-solr-search-mobile .kauf_alarm_wrapper {
    max-width: 187px;
    margin: 0 auto;
  }
}
#ceres-custom-solr-search-mobile .PlentyWebshopPopup,
#ceres-custom-solr-search-mobile .modal-content,
#ceres-custom-solr-search-mobile .modal-header {
  border: none;
}
#ceres-custom-solr-search-mobile li.cat_toggle {
  display: none;
}
@media (max-width: 767px) {
  #ceres-custom-solr-search-mobile .filterSubnavigationPanel {
    background-color: #fff;
    position: fixed;
    z-index: 999999;
    width: 80%;
    border: 1px solid #eaeaea;
    border-top: 0;
    border-left: 0;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 20px;
    overflow-y: auto;
    padding-bottom: 20px;
    line-height: 2;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }
  body.aside-visible #ceres-custom-solr-search-mobile .filterSubnavigationPanel {
    transform: translateX(0);
  }
  #ceres-custom-solr-search-mobile li.cat_toggle {
    display: block;
  }
  #ceres-custom-solr-search-mobile a.cat_toggle_link {
    padding: 7px 8px !important;
  }
  #ceres-custom-solr-search-mobile .subnavigationPanel {
    margin-top: 0 !important;
  }
}
#ceres-custom-solr-search-mobile a.close_sidebar {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 9999999;
  color: #fff;
  font-size: 2em;
  padding: 5px;
}
#ceres-custom-solr-search-mobile .full-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.54);
  position: fixed;
  top: 0;
  z-index: 99999;
  display: none;
  cursor: pointer;
}
#ceres-custom-solr-search-mobile .subnavigationPanel {
  margin-top: 64px;
}
#ceres-custom-solr-search-mobile .filterPanel {
  color: #3f3f5f;
}
#ceres-custom-solr-search-mobile h1.itemTitle {
  margin-top: 0;
}
#ceres-custom-solr-search-mobile .filterPanel2 {
  color: #333;
}
#ceres-custom-solr-search-mobile .nav > li > a.social_media {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#ceres-custom-solr-search-mobile .PlentyErrorCode {
  display: none;
}
@media (max-width: 443px) {
  #ceres-custom-solr-search-mobile
    select.PlentyCategoriesListItemsPerPageSelect.form-control {
    margin-left: 6px !important;
    width: 118px !important;
  }
  #ceres-custom-solr-search-mobile li.pageselect {
    padding-top: 10px !important;
  }
}
#ceres-custom-solr-search-mobile
  .myaccount
  .PlentyWebMyAccountAccContainerContent,
#ceres-custom-solr-search-mobile
  .myaccount
  #PlentyWebMyAccountLogin
  > div.PlentyMyAccountContainerContent,
#ceres-custom-solr-search-mobile .checkoutDetails .AccordionPane {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#ceres-custom-solr-search-mobile .border-box {
  border: 1px solid #eaeaea;
  padding: 10px;
}
#ceres-custom-solr-search-mobile .toTop {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  bottom: 50px;
}
#ceres-custom-solr-search-mobile strong.plentyErrorBoxCode {
  display: none;
}
#ceres-custom-solr-search-mobile form#PlentyWebMyAccountLoginForm {
  font-size: 1.1em;
  line-height: 2;
}
#ceres-custom-solr-search-mobile li.dropdown.isLogin {
  padding-right: 40px;
}
#ceres-custom-solr-search-mobile .row.border-box strong {
  font-size: 1em;
  display: block;
  margin-bottom: 5px;
}
#ceres-custom-solr-search-mobile .vorteile-wrapper {
  display: inline-block;
}
#ceres-custom-solr-search-mobile ul.vorteile-list {
  padding-left: 25px;
}
#ceres-custom-solr-search-mobile ul.vorteile-list li {
  position: relative;
  text-align: left;
}
#ceres-custom-solr-search-mobile ul.vorteile-list li .glyphicon {
  color: #01a7ff;
  position: absolute;
  margin: 3px 0 0 -20px;
}
#ceres-custom-solr-search-mobile ul.vorteile-list li span {
  display: block;
}
#ceres-custom-solr-search-mobile .siegel a {
  display: block;
  text-align: right;
}
#ceres-custom-solr-search-mobile .warenkorb-text {
  font-size: 1.1em;
  margin-bottom: 20px;
  padding-right: 30px;
  text-align: justify;
  line-height: 2;
}
#ceres-custom-solr-search-mobile .fast-checkout {
  border: 1px solid #eaeaea;
  padding: 20px;
  margin-top: 20px;
}
#ceres-custom-solr-search-mobile .fast-checkout div {
  display: inline;
}
#ceres-custom-solr-search-mobile .paypal-express {
  float: right;
}
#ceres-custom-solr-search-mobile .paypal-express img {
  height: 24px;
}
#ceres-custom-solr-search-mobile div#AmazonExpressWidget {
  top: 0 !important;
}
#ceres-custom-solr-search-mobile span.fast-checkout-text {
  display: block;
  margin-bottom: 10px;
}
#ceres-custom-solr-search-mobile ul.cat_level1 .level3 {
  padding-left: 15px;
}
#ceres-custom-solr-search-mobile .myaccount #PlentyWebMyAccountMyAccountNote1 {
  padding: 30px 0 10px;
}
#ceres-custom-solr-search-mobile
  h1#PlentyWebMyAccountMyAccountTitleContainerTitle {
  display: none;
}
#ceres-custom-solr-search-mobile .PlentyWebMyAccount input[type="button"] {
  background-image: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
}
#ceres-custom-solr-search-mobile
  .PlentyWebMyAccount
  input[type="button"]:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#ceres-custom-solr-search-mobile .video-container {
  border-bottom: 1px solid #eaeaea;
}
#ceres-custom-solr-search-mobile #translator a.flag:after {
  content: "\20\25bc";
  font-size: 0.8em;
}
#ceres-custom-solr-search-mobile html {
  overflow-y: scroll;
}
@media (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
  #ceres-custom-solr-search-mobile .itemBox.col-sm-3 {
    width: 33.3333%;
  }
  #ceres-custom-solr-search-mobile .itemBox.col-sm-4 {
    width: 33.3333%;
  }
}
#ceres-custom-solr-search-mobile iframe[name="google_conversion_frame"] {
  display: none;
}
#ceres-custom-solr-search-mobile div#description,
#ceres-custom-solr-search-mobile div#description span,
#ceres-custom-solr-search-mobile div#description p,
#ceres-custom-solr-search-mobile div#description ul {
  line-height: 1.3;
}
#ceres-custom-solr-search-mobile div#description p,
#ceres-custom-solr-search-mobile div#description ul {
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}
#ceres-custom-solr-search-mobile div#description ul > li > p {
  font-size: 1em;
  margin: 0;
}
#ceres-custom-solr-search-mobile ul.zahlung_info li,
#ceres-custom-solr-search-mobile div#description br {
  font-size: 1.11em;
  line-height: 1.3;
}
#ceres-custom-solr-search-mobile div#description h2 > span {
  font-size: 0.55em;
  font-weight: 600;
}
#ceres-custom-solr-search-mobile div#description {
  max-height: 290px;
  overflow-y: hidden;
}
#ceres-custom-solr-search-mobile .panel-group .panel-content {
  padding: 0 20px 10px;
}
#ceres-custom-solr-search-mobile a.nolink,
#ceres-custom-solr-search-mobile a.nolink:hover {
  cursor: default !important;
}
#ceres-custom-solr-search-mobile a.zahlungs_button,
#ceres-custom-solr-search-mobile a.mehr_button {
  float: none;
  display: block;
  text-align: right;
  text-decoration: underline;
  color: #01a7ff;
}
#ceres-custom-solr-search-mobile a.zahlungs_button {
  padding: 0 0 20px;
}
#ceres-custom-solr-search-mobile .opened + a.mehr_button {
  display: none;
}
#ceres-custom-solr-search-mobile .ratingResult {
  color: #efd159;
}
#ceres-custom-solr-search-mobile span.var_price {
  color: #02c721;
}
#ceres-custom-solr-search-mobile p.priceLiveOriginal.large {
  margin-bottom: 0;
}
#ceres-custom-solr-search-mobile .panel-title {
  padding: 6px 0;
}
#ceres-custom-solr-search-mobile .social_share_button a:hover {
  color: #fff !important;
}
#ceres-custom-solr-search-mobile .social_share_button .fb_icon:hover {
  background-color: #3b5998;
}
#ceres-custom-solr-search-mobile .social_share_button .tw_icon:hover {
  background-color: #419aff;
}
#ceres-custom-solr-search-mobile .social_share_button .yt_icon:hover {
  background-color: #dd4b39;
}
#ceres-custom-solr-search-mobile .img_hinweis {
  margin-bottom: 13px;
}
#ceres-custom-solr-search-mobile .singleItemDetails .imageBox .owl-carousel {
  margin: 16px 0 0;
}
#ceres-custom-solr-search-mobile span.achtung_wenig_verf_op {
  margin-top: 2px;
  display: block;
  text-align: center;
  font-weight: 600;
  color: red;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile div#acc2-1.in {
    height: 225px !important;
  }
  #ceres-custom-solr-search-mobile span.achtung_wenig_verf_op {
    text-align: left;
  }
}
#ceres-custom-solr-search-mobile .payment_logo_list {
  margin-left: 5px;
  -moz-margin-start: 8px;
}
#ceres-custom-solr-search-mobile .payment_logo_list img {
  float: left;
  margin-right: 1px;
}
#ceres-custom-solr-search-mobile ul.zahlung_info {
  margin-bottom: 10px;
}
#ceres-custom-solr-search-mobile .versand_price_img {
  margin-top: 4px;
}
#ceres-custom-solr-search-mobile table.versand_price {
  width: 100%;
}
#ceres-custom-solr-search-mobile table.versand_price td {
  padding: 0;
}
#ceres-custom-solr-search-mobile table.versand_price td:last-child {
  text-align: right;
}
#ceres-custom-solr-search-mobile
  ul.social_icon_footer.social_icon_footer_left
  li {
  padding: 0;
  line-height: 40px;
}
#ceres-custom-solr-search-mobile
  ul.social_icon_footer.social_icon_footer_left
  a {
  display: block;
  height: 100%;
}
#ceres-custom-solr-search-mobile .ratingbar {
  display: inline-block;
  position: relative;
  width: 62px;
  height: 13px;
}
#ceres-custom-solr-search-mobile .ratingbar-fg,
#ceres-custom-solr-search-mobile .ratingbar-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#ceres-custom-solr-search-mobile .sale_price_box {
  font-size: 0.95rem;
  font-weight: bold;
  margin: 0;
  text-align: left;
  display: block;
  padding-left: 5px;
  position: relative;
  top: auto;
  left: auto;
  min-height: 28px;
}
#ceres-custom-solr-search-mobile .availabilityIcon {
  margin-top: 5px;
}
#ceres-custom-solr-search-mobile p.price.bold {
  line-height: 1.3em;
  margin-bottom: 5px;
}
#ceres-custom-solr-search-mobile a.name.block,
#ceres-custom-solr-search-mobile .categoryView.isGridView .itemBox .name,
#ceres-custom-solr-search-mobile .crossSellingSlider .itemBox .name {
  height: 66px;
  min-height: 0;
  max-height: none;
}
#ceres-custom-solr-search-mobile .itemBox .name {
  margin: 0;
  padding: 10px 0;
}
#ceres-custom-solr-search-mobile select#itemOrderSelect {
  width: 170px;
  margin: 0;
}
#ceres-custom-solr-search-mobile
  select.PlentyCategoriesListItemsPerPageSelect.form-control {
  width: 74px;
  margin: 0;
}
#ceres-custom-solr-search-mobile .categoryPagination .nav.navbar-left li {
  margin-right: 21px;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile table.price_info input.emailNotification {
    width: 187px !important;
  }
  #ceres-custom-solr-search-mobile input.emailNotification.PlentyText {
    width: 100% !important;
  }
  #ceres-custom-solr-search-mobile a#button_coupon_encash {
    width: 100%;
    max-width: 200px;
  }
  #ceres-custom-solr-search-mobile input.CouponCode {
    max-width: 180px;
  }
}
#ceres-custom-solr-search-mobile .plattform_logo {
  position: relative;
  top: auto;
  right: auto;
  float: right;
  margin-top: -1.3em;
}
#ceres-custom-solr-search-mobile h1.itemTitle {
  float: none;
  margin-top: 10px;
}
#ceres-custom-solr-search-mobile .owl-container .top_header_line_wrapper {
  margin: 35px 10px;
}
#ceres-custom-solr-search-mobile span.sale_price,
#ceres-custom-solr-search-mobile span.no_price {
  color: red;
}
#ceres-custom-solr-search-mobile div#info_usk18,
#ceres-custom-solr-search-mobile table#variante,
#ceres-custom-solr-search-mobile div#info_batterie {
  font-size: 0.9em;
}
#ceres-custom-solr-search-mobile .ItemsDescriptionRatingDetail input,
#ceres-custom-solr-search-mobile .IconSelectMainContainerWrapper,
#ceres-custom-solr-search-mobile .IconSelectMainContainer {
  width: 100% !important;
}
#ceres-custom-solr-search-mobile
  .PlentyFormContainer.ItemsDescriptionRatingDetailCommentValue
  textarea,
#ceres-custom-solr-search-mobile
  .PlentyFormContainer.ItemsDescriptionRatingDetailCommentValue
  input,
#ceres-custom-solr-search-mobile .ItemsDescriptionRatingDetail input,
#ceres-custom-solr-search-mobile .IconSelectDownArrowSpan,
#ceres-custom-solr-search-mobile .IconSelectMainContainer {
  border: 1px solid #eaeaea;
}
#ceres-custom-solr-search-mobile .IconSelectDownArrowSpan,
#ceres-custom-solr-search-mobile .IconSelectDownArrowContainer {
  width: 18px;
  border: 0;
}
#ceres-custom-solr-search-mobile
  .ItemsDescriptionRatingDetailCommentValue
  img.code_image {
  margin: 5px auto;
  display: block;
}
#ceres-custom-solr-search-mobile
  .PlentyFormContainer.ItemsDescriptionRatingDetailCommentValue
  input[type="submit"] {
  background-color: #01a7ff;
  color: #fff;
  border: 0;
  height: 34px;
  padding: 5px 10px;
}
#ceres-custom-solr-search-mobile span.priceRrp.large {
  line-height: 1.4;
}
#ceres-custom-solr-search-mobile .itemBox .basketButtonContainer {
  display: table;
  width: 100%;
}
#ceres-custom-solr-search-mobile .itemBox .buttonBox.isAddToBasket {
  display: table-cell;
  width: 99%;
}
#ceres-custom-solr-search-mobile .btn-fav {
  display: table-cell;
  width: 40px;
  padding: 0 12px;
  color: #fff;
  line-height: 40px;
  font-size: 1.1em;
  background-color: rgba(0, 0, 0, 0.2);
}
#ceres-custom-solr-search-mobile .btn-fav:focus,
#ceres-custom-solr-search-mobile .btn-fav:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  outline: 0;
}
#ceres-custom-solr-search-mobile .categoryPagination .nav > li {
  margin: 0;
}
#ceres-custom-solr-search-mobile ul.nav.navbar-right li:last-child {
  margin-left: 0;
}
#ceres-custom-solr-search-mobile .categoryPagination .nav a.disabled,
#ceres-custom-solr-search-mobile .categoryPagination .nav a.disabled:hover,
#ceres-custom-solr-search-mobile .categoryPagination .nav a.disabled:focus,
#ceres-custom-solr-search-mobile
  .categoryPagination
  .navbar
  .nav
  li
  > a.disabled,
#ceres-custom-solr-search-mobile
  .categoryPagination
  .navbar
  .nav
  li
  > a.disabled:hover,
#ceres-custom-solr-search-mobile
  .categoryPagination
  .navbar
  .nav
  li
  > a.disabled:focus {
  background-color: #fff;
  border-color: #eaeaea;
  color: #ccc;
  cursor: default;
}
#ceres-custom-solr-search-mobile
  .categoryPagination
  .glyphicon.glyphicon-chevron-left:before,
#ceres-custom-solr-search-mobile
  .categoryPagination
  .glyphicon.glyphicon-chevron-right:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 34px;
}
#ceres-custom-solr-search-mobile
  .categoryPagination
  .glyphicon.glyphicon-chevron-right:before {
  left: 2px;
}
#ceres-custom-solr-search-mobile
  .categoryPagination
  .glyphicon.glyphicon-chevron-left:before {
  right: 1px;
}
#ceres-custom-solr-search-mobile
  .categoryPagination
  .nav.navbar-right
  .page-selector {
  margin: 0 2px;
}
#ceres-custom-solr-search-mobile
  .categoryPagination
  ul.nav.navbar-right
  > li:first-child
  > a {
  margin-right: 2px !important;
}
#ceres-custom-solr-search-mobile
  .categoryPagination
  .nav.navbar-right
  li:last-child
  > a,
#ceres-custom-solr-search-mobile
  .categoryPagination
  .nav.navbar-right
  li:first-child
  > a {
  padding: 7px !important;
  width: 34px;
  height: 34px;
  text-align: center;
}
#ceres-custom-solr-search-mobile .panel-content table.article_rating_table td {
  padding: 5px 0;
}
#ceres-custom-solr-search-mobile
  .panel-content
  table.article_rating_table
  td.article_rating_column_left {
  padding: 8px 8px 8px 0;
}
#ceres-custom-solr-search-mobile
  .article_rating_table
  .article_rating_column_right
  .name {
  font-weight: 600;
  display: block;
}
#ceres-custom-solr-search-mobile
  .article_rating_table
  .article_rating_column_right
  .date:before,
#ceres-custom-solr-search-mobile
  .article_rating_table
  .article_rating_column_right
  .name:before {
  display: none;
}
#ceres-custom-solr-search-mobile span.date {
  display: block;
}
#ceres-custom-solr-search-mobile span.comment {
  display: block;
  line-height: 1;
  margin-top: 6px;
}
#ceres-custom-solr-search-mobile .PlentyFormContainer.ItemsDescriptionRating {
  padding-top: 7px;
}
#ceres-custom-solr-search-mobile p.saving_text {
  font-size: 1em;
}
#ceres-custom-solr-search-mobile a.top_nav_down:after {
  content: "\25bc";
  font-size: 0.7em;
  top: -2px;
}
#ceres-custom-solr-search-mobile #PlentyFormItemFeedbackCommentMessageInput {
  background: #fff;
}
#ceres-custom-solr-search-mobile span.name_shorter {
  padding: 0 5px;
}
#ceres-custom-solr-search-mobile .categoryPagination .nav a,
#ceres-custom-solr-search-mobile .categoryPagination .navbar .nav li > a {
  border: 1px solid #eaeaea;
  color: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#ceres-custom-solr-search-mobile .categoryPagination .nav a:hover,
#ceres-custom-solr-search-mobile .categoryPagination .nav a:focus,
#ceres-custom-solr-search-mobile .categoryPagination .navbar .nav li > a:hover,
#ceres-custom-solr-search-mobile .categoryPagination .navbar .nav li > a:focus,
#ceres-custom-solr-search-mobile .categoryPagination .navbar .nav li > a.active,
#ceres-custom-solr-search-mobile
  .categoryPagination
  .nav
  a.articlePages_activeLink {
  border-color: #01a7ff;
  background-color: #01a7ff;
  color: #fff;
}
#ceres-custom-solr-search-mobile .categoryPagination .nav.navbar-right a,
#ceres-custom-solr-search-mobile
  .categoryPagination
  .nav.navbar-right
  .articlePages
  .articlePages_DotStart,
#ceres-custom-solr-search-mobile
  .categoryPagination
  .nav.navbar-right
  .articlePages
  .articlePages_DotEnd {
  font-weight: 300;
}
#ceres-custom-solr-search-mobile .navbar .nav li > a.cat_toggle_link {
  margin: 0;
  width: 34px;
}
#ceres-custom-solr-search-mobile .PlentyWebshopButton.change_basket,
#ceres-custom-solr-search-mobile .PlentyWebshopButton.edit_delete {
  vertical-align: bottom;
}
#ceres-custom-solr-search-mobile .PlentyWebshopButton.proceed_order:before {
  line-height: 1;
}
#ceres-custom-solr-search-mobile #header .mini-search {
  margin-left: 10px;
}
#ceres-custom-solr-search-mobile .mini-search input#query {
  width: 205px;
  height: 30px;
  border-right: 0px;
}
#ceres-custom-solr-search-mobile .nav_bar {
  height: 30px;
  border-bottom: 1px solid #01a7ff;
  color: #aaa;
}
#ceres-custom-solr-search-mobile .nav_bar ul.nav > li {
  margin-right: 6px;
}
#ceres-custom-solr-search-mobile .nav_bar .navbar-nav > li > a {
  padding: 5px;
}
#ceres-custom-solr-search-mobile .form-group.navbarInputWrapper:not(.box) {
  float: left;
}
#ceres-custom-solr-search-mobile button.btn-search.onlyIcon.transition {
  top: auto;
  float: left;
  width: 35px;
  text-align: center;
}
#ceres-custom-solr-search-mobile span#basket_quantity {
  padding: 1px 4px;
  border: 0;
}
@media (max-width: 991px) {
  #ceres-custom-solr-search-mobile .navbar-nav {
    margin: 4px 2px;
  }
}
@media (min-width: 992px) {
  #ceres-custom-solr-search-mobile #nav > ul > li > a {
    height: 50px;
  }
}
#ceres-custom-solr-search-mobile .nav_bar .navbar-nav > li > a {
  padding: 4px 5px;
  height: 30px;
}
#ceres-custom-solr-search-mobile a.flag {
  padding: 4px 5px !important;
}
#ceres-custom-solr-search-mobile a.flag img {
  top: 5px !important;
}
#ceres-custom-solr-search-mobile .isPhone a,
#ceres-custom-solr-search-mobile .isContact a,
#ceres-custom-solr-search-mobile .liveChat a,
#ceres-custom-solr-search-mobile .isLogin a {
  padding-top: 5px;
}
#ceres-custom-solr-search-mobile .blog-posts .post-masonry .post-action {
  padding: 7px 20px 20px;
}
#ceres-custom-solr-search-mobile .top_neu p.price.bold,
#ceres-custom-solr-search-mobile .top_retro p.price.bold,
#ceres-custom-solr-search-mobile .top_neu_im_shop p.price.bold {
  padding-left: 0;
}
#ceres-custom-solr-search-mobile
  #nav
  > ul
  > li.menu-item-has-children.mega-sale:hover
  > a {
  color: red;
}
#ceres-custom-solr-search-mobile
  #nav
  > ul
  > li.menu-item-has-children.mega-ankauf:hover
  > a {
  color: #02c721;
}
#ceres-custom-solr-search-mobile .downbox,
#ceres-custom-solr-search-mobile .downbox_spec {
  left: 0;
}
#ceres-custom-solr-search-mobile
  ul.social_icon_footer.social_icon_footer_left
  li {
  position: relative;
  cursor: pointer;
}
#ceres-custom-solr-search-mobile
  ul.social_icon_footer.social_icon_footer_left
  li:hover
  a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  width: 40px;
}
#ceres-custom-solr-search-mobile a.button_link.button_ankauf {
  color: #01ca02;
  border-color: #01ca02;
  background-color: #fff;
}
#ceres-custom-solr-search-mobile a.button_link.button_ankauf:hover {
  color: #fff;
  background-color: #01ca02;
}
#ceres-custom-solr-search-mobile .margin-top-10 {
  margin-top: 10px;
}
#ceres-custom-solr-search-mobile .margin-top-35 {
  margin-top: 35px;
}
#ceres-custom-solr-search-mobile .header-banner {
  overflow: hidden;
}
#ceres-custom-solr-search-mobile .wrapper_article:hover a.button_hover {
  color: #fff;
  background-color: #01a7ff;
}
#ceres-custom-solr-search-mobile .social_share_button ul li a {
  border: 1px solid #eaeaea;
  color: #aaa;
}
#ceres-custom-solr-search-mobile .openCloseToggle:before,
#ceres-custom-solr-search-mobile li.open.animating > .openCloseToggle:before {
  top: 8px;
  left: 2px;
  border-width: 4px 0px 4px 8px;
  border-color: transparent #333;
  color: #333;
}
#ceres-custom-solr-search-mobile li.open > .openCloseToggle:before,
#ceres-custom-solr-search-mobile li.animating > .openCloseToggle:before {
  border-color: #333 transparent;
}
@media only screen {
  #ceres-custom-solr-search-mobile li.open > .openCloseToggle:before,
  #ceres-custom-solr-search-mobile li.animating > .openCloseToggle:before {
    border-color: transparent #333;
  }
}
#ceres-custom-solr-search-mobile ol.breadcrumbs,
#ceres-custom-solr-search-mobile .breadcrumbs > li > a,
#ceres-custom-solr-search-mobile .breadcrumbs > li > a:hover,
#ceres-custom-solr-search-mobile .breadcrumbs > li > a:focus {
  font-weight: initial;
  color: #555;
}
#ceres-custom-solr-search-mobile .breadcrumbs > li > a:hover {
  text-decoration: underline;
}
#ceres-custom-solr-search-mobile .categoryPagination .nav.navbar-right a,
#ceres-custom-solr-search-mobile
  .categoryPagination
  .nav.navbar-right
  .articlePages
  .articlePages_DotStart {
  font-weight: 300;
}
#ceres-custom-solr-search-mobile .verkauf_button,
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style1
  .panel-title
  a.active,
#ceres-custom-solr-search-mobile
  .panel-group
  .panel.style2
  .panel-title
  a.active {
  color: #555;
}
#ceres-custom-solr-search-mobile .social-list {
  color: #aaa;
}
#ceres-custom-solr-search-mobile .toTop .onlyIcon {
  box-shadow: none;
}
#ceres-custom-solr-search-mobile .fsiegel-container {
  display: none;
  position: fixed;
  right: 0px;
  top: 537px;
  z-index: 999;
}
#ceres-custom-solr-search-mobile .fsiegel {
  width: 75px;
  height: 75px;
  margin: 10px 5px 0;
  background-size: contain;
}
#ceres-custom-solr-search-mobile .fsiegel.fsiegel-shopauskunft {
  background: url("/layout/callisto/ext/images/main/footer/Zahlung_Footer_Shopauskunft.png")
    no-repeat;
}
#ceres-custom-solr-search-mobile .fsiegel.fsiegel-trusted {
  background: url("/layout/callisto/ext/images/main/footer/Zahlung_Footer_Trusted_Shops.png")
    no-repeat;
}
#ceres-custom-solr-search-mobile .nav > li.disabled > a:hover,
#ceres-custom-solr-search-mobile .nav > li.disabled > a:focus {
  cursor: initial;
}
@media (min-width: 1200px) {
  #ceres-custom-solr-search-mobile .fsiegel-container {
    display: block;
  }
  #ceres-custom-solr-search-mobile .deal_box {
    background: url("/layout/callisto/ext/images/main/content/DdT_logo.png")
      no-repeat center 40px;
  }
  #ceres-custom-solr-search-mobile .button_slider a {
    border: 1px solid #fff;
    padding: 11px 20px;
  }
}
#ceres-custom-solr-search-mobile ul.social_icon_footer_left {
  top: 551px;
  z-index: 999;
}
#ceres-custom-solr-search-mobile .filterPanel .btn {
  border-color: #01a7ff;
  color: #01a7ff;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#ceres-custom-solr-search-mobile .filterPanel .btn:hover {
  background-color: #01a7ff;
  color: #fff;
}
#ceres-custom-solr-search-mobile .navigationTree .level-2 > li > a.treeLink {
  font-weight: 600;
}
#ceres-custom-solr-search-mobile .CharacterFilterElement {
  font-size: 1.1em;
}
#ceres-custom-solr-search-mobile .filterPanel {
  color: #333;
}
#ceres-custom-solr-search-mobile .magnifyarea {
  background-color: #fff;
}
#ceres-custom-solr-search-mobile .versand-warning {
  margin: 10px 20px 0;
  display: block;
  text-align: justify;
  color: red;
}
#ceres-custom-solr-search-mobile .wrapper_versand_box.margin-top-2 {
  margin-top: 20px;
}
#ceres-custom-solr-search-mobile .wrapper_versand_box h5 {
  color: #555;
}
#ceres-custom-solr-search-mobile div#info_usk18 {
  padding: 0 20px;
}
#ceres-custom-solr-search-mobile .dropdown-menu {
  box-shadow: none;
  color: #555;
  border-width: 0 1px 1px;
}
#ceres-custom-solr-search-mobile .topic {
  color: inherit;
}
#ceres-custom-solr-search-mobile .live_shopping_article {
  padding: 4px 20px 20px 0;
  text-align: center;
}
#ceres-custom-solr-search-mobile .live_shopping_price_status_stock {
  margin-top: 17px;
}
#ceres-custom-solr-search-mobile .live_shopping_price_legal,
#ceres-custom-solr-search-mobile .live_shopping_price_status_stock {
  color: #aaa;
}
@media (min-width: 992px) {
  #ceres-custom-solr-search-mobile .live_shopping_price_status_bar,
  #ceres-custom-solr-search-mobile .live_shopping_price_button {
    display: inline-block;
  }
}
#ceres-custom-solr-search-mobile #ghost {
  font-size: 1.1em;
  line-height: 1.4;
}
#ceres-custom-solr-search-mobile #ghost p {
  font-size: 1em;
  line-height: 1.4;
}
#ceres-custom-solr-search-mobile .page-selector {
  position: relative;
  display: inline-block;
  height: 34px;
  border: 1px solid #eaeaea;
  cursor: pointer;
}
#ceres-custom-solr-search-mobile .page-selector:focus {
  border-color: #66afe9;
}
#ceres-custom-solr-search-mobile .page-selector .ps-select {
  opacity: 0;
  height: 100%;
}
#ceres-custom-solr-search-mobile .page-selector .ps-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 34px;
}
#ceres-custom-solr-search-mobile
  .myaccount
  .PlentyWebMyAccountAccContainerTitle,
#ceres-custom-solr-search-mobile .myaccount #PlentyWebMyAccountLogin > h1,
#ceres-custom-solr-search-mobile .checkoutDetails .AccordionTitle {
  padding: 10px 16px;
  line-height: 1.4;
}
#ceres-custom-solr-search-mobile
  .checkoutDetails
  .AccordionTitle.AlreadyOpened:not(.CurrentAccordionTitle):after {
  content: "\e013";
  font-family: "glyphicon";
  color: #01a7ff;
}
#ceres-custom-solr-search-mobile ul.sicher_box.shop_siegel li a {
  margin-right: 2px;
}
#ceres-custom-solr-search-mobile ul.sicher_box.shop_siegel img {
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  #ceres-custom-solr-search-mobile .touch .categoryView.isGridView .itemBox,
  #ceres-custom-solr-search-mobile .touch .crossSellingWrapper {
    height: 262px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #ceres-custom-solr-search-mobile .touch .categoryView.isGridView .itemBox,
  #ceres-custom-solr-search-mobile .touch .crossSellingWrapper {
    height: auto;
  }
}
#ceres-custom-solr-search-mobile .mobile-main-nav {
  position: absolute;
  top: 51px;
  left: 0;
  right: 0;
  background-color: #fff;
}
#ceres-custom-solr-search-mobile .mobile-nav-wrapper.collapse.in {
  border-bottom: 1px solid #eaeaea;
}
#ceres-custom-solr-search-mobile .mobile-nav {
  padding: 0 10px;
  font-size: 1.0833em;
}
#ceres-custom-solr-search-mobile .mobile-nav > li {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 3.5em;
  letter-spacing: 0.1em;
}
#ceres-custom-solr-search-mobile .mobile-nav li {
  position: relative;
  border-top: 1px solid #eaeaea;
}
#ceres-custom-solr-search-mobile .mobile-nav li:first-child {
  border: 0;
}
#ceres-custom-solr-search-mobile .mobile-nav li > a {
  display: block;
}
#ceres-custom-solr-search-mobile .mobile-nav .open-subnav {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 1.8em;
  line-height: 1.8em;
  text-align: right;
  cursor: pointer;
}
#ceres-custom-solr-search-mobile .mobile-nav .open-subnav:before {
  font-family: "glyphicon";
  content: "\e258";
  font-size: 0.7em;
}
#ceres-custom-solr-search-mobile .mobile-nav li:hover > .open-subnav,
#ceres-custom-solr-search-mobile .mobile-nav li:hover > a,
#ceres-custom-solr-search-mobile .mobile-nav li.opened > a {
  color: #00a2ee;
}
#ceres-custom-solr-search-mobile .mobile-nav li.opened > .open-subnav:before {
  content: "\e259";
  color: #00a2ee;
  font-size: 0.7em;
}
#ceres-custom-solr-search-mobile .mobile-nav .sub-nav {
  display: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 0 0 10px 20px;
}
#ceres-custom-solr-search-mobile .mobile-nav .sub-nav .glyphicon {
  margin-right: 10px;
}
#ceres-custom-solr-search-mobile .mobile-nav .sub-nav .sub-nav {
  padding: 0 0 0 20px;
}
#ceres-custom-solr-search-mobile .mobile-sub-nav {
  display: table;
  width: 100%;
}
#ceres-custom-solr-search-mobile .mobile-sub-nav > li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #eaeaea;
  border-width: 0 0 1px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: #555;
}
#ceres-custom-solr-search-mobile .mobile-sub-nav > li + li {
  border-left: 1px solid #eaeaea;
}
#ceres-custom-solr-search-mobile .mobile-sub-nav > li > a {
  display: block;
  height: 42px;
  line-height: 42px;
}
#ceres-custom-solr-search-mobile .mobile-sub-nav a.collapsed {
  color: #222;
}
#ceres-custom-solr-search-mobile .mobile-sub-nav a,
#ceres-custom-solr-search-mobile .mobile-sub-nav a:hover {
  color: #00a2ee;
}
#ceres-custom-solr-search-mobile .mobile-sub-menu-nav .mobile-nav {
  padding: 0 30px;
}
#ceres-custom-solr-search-mobile
  .mobile-sub-menu-nav
  .mobile-nav
  > li:hover:after {
  background-position: 0 0;
}
#ceres-custom-solr-search-mobile #mobile-nav-search {
  position: relative;
}
#ceres-custom-solr-search-mobile #mobile-nav-search .glyphicon {
  position: absolute;
}
#ceres-custom-solr-search-mobile #mobile-nav-search input {
  border-width: 2px 45px 3px 4px;
  border-color: #eaeaea;
  height: 42px;
}
#ceres-custom-solr-search-mobile #mobile-nav-search input:focus {
  outline: 0;
  box-shadow: none;
}
#ceres-custom-solr-search-mobile .header-top-nav {
  width: 100%;
  height: 50px;
}
#ceres-custom-solr-search-mobile .header-top-nav div {
  display: block;
}
#ceres-custom-solr-search-mobile .header-top-nav div a {
  display: table-cell;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}
#ceres-custom-solr-search-mobile .nav-wrapper {
  float: left;
  padding: 0 10px;
}
#ceres-custom-solr-search-mobile .nav-wrapper.nav-right {
  float: right;
}
#ceres-custom-solr-search-mobile .nav-wrapper.nav-menu {
  padding: 0 4px;
}
@media (max-width: 420px) {
  #ceres-custom-solr-search-mobile .nav-wrapper {
    float: left;
    padding: 0 3px;
  }
}
#ceres-custom-solr-search-mobile .nav-wrapper.nav-right + .nav-right {
  padding-left: 0;
}
#ceres-custom-solr-search-mobile .nav-wrapper a {
  text-align: center;
}
@media (max-width: 1024px) {
  #ceres-custom-solr-search-mobile #content {
    padding: 0 !important;
  }
  #ceres-custom-solr-search-mobile #header .header-top-nav {
    border-bottom: 1px solid #eaeaea;
    float: none;
    display: table;
  }
  #ceres-custom-solr-search-mobile .header-top-nav .nav-wrapper {
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
  }
  #ceres-custom-solr-search-mobile .header-top-nav div a {
    display: block;
    text-align: left;
    vertical-align: middle;
    height: auto;
  }
  #ceres-custom-solr-search-mobile .nav-wrapper.nav-brand a {
    display: inline-block;
    height: 50px;
  }
  #ceres-custom-solr-search-mobile .nav-wrapper.nav-menu,
  #ceres-custom-solr-search-mobile .nav-wrapper.nav-right {
    width: 50px;
  }
  #ceres-custom-solr-search-mobile .mobile-section {
    margin: 0 20px;
  }
  #ceres-custom-solr-search-mobile .mobile-scroll-box {
    overflow-x: scroll;
    white-space: nowrap;
  }
  #ceres-custom-solr-search-mobile .mobile-scroll-box > * {
    float: none;
    display: inline-block;
  }
  #ceres-custom-solr-search-mobile .sicher_box.shop_siegel {
    margin: 0 !important;
  }
  #ceres-custom-solr-search-mobile #docs > div {
    background: none !important;
    margin: 0 !important;
    height: auto !important;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  #ceres-custom-solr-search-mobile ol.breadcrumbs {
    text-align: center;
    margin-left: 0;
  }
}
#ceres-custom-solr-search-mobile #mobileBtnSearchValue {
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  #ceres-custom-solr-search-mobile #instagram_container {
    height: 90px;
  }
}
@media (max-width: 380px) {
  #ceres-custom-solr-search-mobile .nav-wrapper.nav-brand {
    display: table-cell;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
i.fa.fa-chevron-right {
  position: relative;
  left: 1px;
}
#ceres-custom-solr-search-mobile .visible-hover.basket-adding {
  display: block;
  pointer-events: none;
  filter: grayscale(0.5) brightness(1.3);
}
.aside-blur-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.5;
  z-index: 1039;
  display: none;
}
body.aside-visible .aside-blur-overlay {
  display: block;
}

.categoryPagination-top {
  position: fixed;
  background-color: #FFFFFF;
  transform: translateY(-66px);
  z-index: 101;
  width: 100%;
  margin-left: -16px !important;
  padding: 8px 16px !important;
  border-bottom: 1px solid #dee2e6 !important;
}

.categoryPagination-top::before {
  content: "";
  display: block !important;
  position: absolute;
  top: -95px;
  width: 100%;
  height: 100px;
  background-color: #fff;
}

#page-header .logo-bar .search-bar {
  display: block !important;
}

.tooltipster-theme-kk {
  padding: 0 16px;
}

.tooltipster-theme-kk .tooltipster-box {
  background-color: #ff9029 !important;
  border-color: #ff9029 !important;
}

.tooltipster-theme-kk .tooltipster-content {
  margin-top: 2px;
  font-size: 14px;
  background-color: #ff9029;
  font-weight: bold;
  text-align: center;
}

.tooltipster-theme-kk .tooltipster-arrow .tooltipster-arrow-background {
  border-bottom-color: #ff9029 !important;
}

.tooltipster-theme-kk .tooltipster-arrow  .tooltipster-arrow-border {
  border-bottom-color: #ff9029 !important;
}