@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Arvo:400,700|Fira+Sans:300,400,500,700');
body,
html {
  font-family: 'Fira Sans', sans-serif;
  background: url(../images/bg300.jpg) repeat;
  /*  height:100%;*/
  color: #686868;
  line-height: 26px;
  font-weight: 300;
  font-size: 14px;
}

.container {
  height: 100%;
}

img {
  max-width: 100%;
  height: auto
}

.full-cont {
  width: 100%;
  float: left;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 50px 0px;
  height: 100%;
  background: #ffffff;
}

header {
  width: 100%;
  float: left;
}

.logo {
  margin-top: 15px;
}

.header-right {
  text-align: right;
  margin-top: 40px;
}

.ad-btn {
  background: #a1cf65;
  border-radius: 7px;
  padding: 9px;
  color: #ffffff;
  font-family: 'Fira Sans', serif;
  font-weight: 400;
  margin-right: 5px;
}

.ad-btn:hover {
  background: #00a3a4;
  color: #ffffff;
}

a,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}

.menu-cont {
  width: 100%;
  float: left;
  background: #00a3a4;
  min-height: 50px;
  margin-top: 30px;
  border-bottom: #a1cf65 solid 4px;
  padding: 5px 0px 5px 0px;
}

.menu-cont ul {
  margin: 0px 0px 0px 15px;
  padding: 0px;
  font-family: 'Fira Sans', serif;
  font-weight: 700;
}

.menu-cont ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 20px 0px 0px;
}

.menu-cont ul li span {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  padding: 5px 0px;
  display: inline-block;
  margin-right: 5px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.menu-cont ul li a {
  color: #ffffff;
}

.menu-cont ul li a:hover span {
  background: #88b031;
}

.menu-cont ul li a span.activemainclass {
  background: #88b031!important;
}

a {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.slider-cont {
  width: 100%;
  float: left;
}

.body-cont {
  width: 100%;
  float: left;
}

.search-cont {
  width: 100%;
  float: left;
  background: #a1cf65;
  padding: 8px 0px;
}

.rightlinks {
  margin-top: 5px;
}

.rightlinks a {
  margin: 0px 5px;
}

.search-cont .form-control,
.search-cont .btn-default {
  height: 40px;
  border: #91b65e solid 1px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0px 1px 7px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: inset 0px 1px 7px 0px rgba(50, 50, 50, 0.2);
  box-shadow: inset 0px 1px 7px 0px rgba(50, 50, 50, 0.2);
}

.search-field1 {
  background: url(../images/search.png) #ffffff 10px 12px no-repeat;
  padding-left: 30px;
}

.search-field3 {
  background: url(../images/map-point.png) #ffffff 10px 10px no-repeat;
  padding-left: 30px;
}

.search-cont .btn-default {
  background: url(../images/tag.png) #ffffff 10px 10px no-repeat;
  padding-left: 30px;
  color: #bbbbbb;
}

.search-cont .open .btn-default {
  background: url(../images/tag.png) #ffffff 10px 10px no-repeat !important;
  padding-left: 30px;
  color: #bbbbbb;
}

.btn1 {
  background: #8ab650;
  font-family: 'Fira Sans', serif;
  font-weight: 700;
  color: #ffffff;
  width: 100%;
  height: 40px;
  border-radius: 7px;
}

.btn1:hover {
  background: #00a3a4;
  color: #ffffff;
}

.cate-cont {
  width: 100%;
  float: left;
}

.cate-thumb {
  margin-top: 25px;
}

.cate-img {
  text-align: center;
  margin-bottom: 15px;
}

.cate-name {
  line-height: 20px;
}

.cate-name a {
  font-family: 'Fira Sans', serif;
  font-weight: 700;
  color: #2d2d2d;
  font-size: 18px;
  text-align: center;
}

.cate-name span {
  width: 53px;
  height: 53px;
  text-align: center;
  border-radius: 50%;
  padding: 11px 0px;
  /* display:inline-block; */
  background: #a2ce67;
  float: left;
  margin-right: 10px;
}

.catename1 {
  width: 100%;
  text-align: center;
}

.home-banner {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 25px;
}

.home-banner-txt {
  width: 50%;
  float: right;
  position: absolute;
  top: 50px;
  color: #ffffff;
  right: 0px;
}

.home-banner-txt h2 {
  font-family: 'Fira Sans', serif;
  font-weight: 700;
  font-size: 50px;
}

.btn2 {
  width: auto;
  font-weight: 400;
  line-height: 22px;
}

.home-section2 {
  width: 100%;
  height: 100%;
}

.home-section2-left {
  background: #00a3a4;
  min-height: 550px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.home-section2-right {
  padding: 25px;
}

.home-contact-details {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
}

.home-contact-icon {
  width: auto;
  position: absolute;
}

.home-contact-txt {
  width: 100%;
  float: left;
  padding: 0px 0px 0px 75px;
  color: #ffffff;
  line-height: 18px;
  font-size: 13px;
}

.home-contact-txt a {
  color: #ffffff;
  text-decoration: underline;
}

.home-contact-txt span {
  font-family: 'Fira Sans', serif;
  font-weight: 700;
  font-size: 16px;
}

.home-section2-right h1 {
  font-family: 'Fira Sans', serif;
  font-weight: 700;
  color: #2d2d2d;
  font-size: 32px;
}

footer,
.footer-row1,
.footer-row2 {
  width: 100%;
  float: left;
}

.footer-row1 {
  background: #ffffff;
  border-top: #a1cf65 solid 4px;
  width: 100%;
  float: left;
  padding: 25px 0px 25px 0px
}

.footer-row2 {
  background: #00a3a4;
  padding: 10px 0px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}

.footer-newsletter-cont {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-newsletter-cont .input-group {
  width: 100%;
  float: left;
}

.footer-newsletter-cont label {
  font-weight: 300;
  color: #222222;
  font-size: 12px;
}

.footer-newsletter-cont .form-control {
  width: 70%;
  float: left;
  border: none;
  border-bottom: #00a3a4 solid 1px;
  box-shadow: none;
  margin-right: 10px;
  border-radius: 0px;
}

.footer-part1 h5 {
  font-family: 'Fira Sans', serif;
  font-weight: 700;
  color: #2d2d2d;
  font-size: 16px;
}

.footer-part1 ul {
  margin: 0px;
  padding: 0px;
}

.footer-part1 ul li {
  list-style: none;
}

.footer-part1 ul li a {
  color: #00a3a4;
}

.footer-part1 ul li a:hover {
  border-bottom: #00a3a4 dashed 1px;
}

.top-icons {
  display: none;
}

/*listing page*/

.inner-in-cont {
  width: 100%;
  float: left;
  padding: 5px;
}

.listing-left {
  font-family: 'Fira Sans', sans-serif;
}

.widget1 {
  width: 100%;
  border-bottom: #a1cf65 solid 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.widget1 h5 {
  font-size: 18px;
  font-family: 'Fira Sans', serif;
  font-weight: 700;
  color: #2d2d2d;
}

.widget1 ul {
  margin: 0px;
  padding: 0px;
}

.widget1 ul li {
  font-size: 16px;
  color: #464646;
  font-family: 'Fira Sans', serif;
  font-weight: 700;
  list-style: none;
}

.widget1 ul li a {
  color: #464646;
}

.widget1 ul li li {
  padding-left: 10px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.widget1 ul li li a:hover {
  color: #a1cf65;
  font-weight: 500;
}

.nano .nano-content {
  padding: 20px;
}

.nano .nano-pane {
  background: #555;
  width: 8px;
  right: 1px;
  margin: 5px;
}

.nano .nano-slider {
  background: #111;
}

.category-list-item>a.active {
  color: #a1cf65;
  font-weight: 500;
}

.listing-left .btn {
  margin-top: 10px;
}

/** initial setup **/

.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano>.nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano>.nano-content:focus {
  outline: thin dotted;
}

.nano>.nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
  display: block;
}

.nano>.nano-pane {
  background: #eeeeee;
  position: absolute;
  width: 5px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nano>.nano-pane>.nano-slider {
  background: #eeeeee;
  background: rgba(136, 176, 49, 1);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.nano:hover>.nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

.nano {
  width: 100%;
  height: 200px;
}

.nano .nano-content {
  padding: 0px;
}

.nano2 {
  min-height: 100px;
  height: auto;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  top: 5px;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.mailcheck. > checkbox input[type="checkbox"] {
  opacity: 0;
}

.checkbox input[type="checkbox"]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
  background-color: #88b031;
  border-color: #88b031;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.rasee ul li {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300 !important;
  font-size: 14px;
}

.rasee ul li label {
  color: #555555 !important;
}

/*range slider*/

.range-slider {
  *zoom: 1;
  margin: 20px 0;
  padding-top: 0em;
  position: relative;
  text-align: center;
  border: none;
}

.range-slider:before,
.range-slider:after {
  content: " ";
  display: table;
  border: none;
}

.range-slider:after {
  clear: both;
}

@media (min-width: 640px) {
  .range-slider {
    padding-top: 0em;
  }
}

@media (min-width: 1024px) {
  .range-slider {
    padding-top: 0em;
    padding-bottom: 2px;
  }
}

.range-slider .track {
  bottom: 15px;
  height: 4px;
  left: 0;
  margin-bottom: -3px;
  position: absolute;
  width: 0;
  z-index: 50;
}

@media (min-width: 640px) {
  .range-slider .track {
    bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .range-slider .track {
    bottom: 15px;
  }
}

.range-slider .track--full {
  background: #aaa;
  width: 100%;
}

.range-slider .track--included {
  background: #88b031;
  border-radius: 3px;
}

.range-slider .slider-thumb {
  background: #555;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  display: block\9;
  height: 25px;
  left: 0;
  position: absolute;
  width: 25px;
  z-index: 101;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .range-slider .slider-thumb {
    display: block;
  }
}

@media (min-width: 640px) {
  .range-slider .slider-thumb {
    height: 25px;
    width: 25px;
  }
}

@media (min-width: 1024px) {
  .range-slider .slider-thumb {
    height: 25px;
    width: 25px;
  }
}

.range-slider [type=range] {
  -webkit-appearance: none;
  background: none;
  height: 25px;
  margin: 0;
  outline: none;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 75;
}

@media (min-width: 640px) {
  .range-slider [type=range] {
    height: 25px;
  }
}

@media (min-width: 1024px) {
  .range-slider [type=range] {
    height: 25px;
  }
}

.range-slider [type=range]:focus {
  outline: none;
}

.range-slider [type=range]::-moz-focus-outer {
  border: 0;
}

.range-slider [type=range]:first-of-type {
  float: left;
  margin-bottom: -30px;
}

@media (min-width: 640px) {
  .range-slider [type=range]:first-of-type {
    margin-bottom: -30px;
  }
}

@media (min-width: 1024px) {
  .range-slider [type=range]:first-of-type {
    margin-bottom: -30px;
  }
}

.range-slider [type=range]:last-of-type {
  float: right;
  margin-bottom: 0;
}

.range-slider [type=range]::-webkit-slider-runnable-track {
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}

.range-slider [type=range]::-ms-fill-lower {
  background: none;
  border: 0;
}

.range-slider [type=range]::-ms-fill-upper {
  background: none;
  border: 0;
}

.range-slider [type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-color: transparent;
  color: transparent;
  height: 6px;
  z-index: -1;
}

.range-slider [type=range]:focus::-ms-fill-lower {
  background: none;
  border: 0;
}

.range-slider [type=range]:focus::-ms-fill-upper {
  background: none;
  border: 0;
}

.range-slider [type=range]::-moz-range-track {
  -moz-appearance: none;
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}

.range-slider [type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 25px;
  margin-top: -12px;
  outline: 0;
  pointer-events: all;
  position: relative;
  width: 25px;
  z-index: 100;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  border: #ffffff solid 1px;
}

@media (min-width: 640px) {
  .range-slider [type=range]::-webkit-slider-thumb {
    height: 25px;
    margin-top: -12px;
    width: 25px;
  }
}

@media (min-width: 1024px) {
  .range-slider [type=range]::-webkit-slider-thumb {
    height: 25px;
    margin-top: -12px;
    width: 25px;
  }
}

.range-slider [type=range]::-ms-thumb {
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 25px;
  margin-top: 0;
  pointer-events: all;
  position: relative;
  width: 25px;
  z-index: 100;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  border: #ffffff solid 1px;
}

@media (min-width: 640px) {
  .range-slider [type=range]::-ms-thumb {
    height: 25px;
    width: 25px;
  }
}

@media (min-width: 1024px) {
  .range-slider [type=range]::-ms-thumb {
    height: 25px;
    width: 25px;
  }
}

.range-slider [type=range]::-moz-range-thumb {
  -moz-appearance: none;
  /*background: #555;*/
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 25px;
  margin-top: -12px;
  pointer-events: all;
  position: relative;
  width: 25px;
  z-index: 100;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  border: #ffffff solid 1px;
}

@media (min-width: 640px) {
  .range-slider [type=range]::-moz-range-thumb {
    height: 25px;
    margin-top: -12px;
    width: 25px;
  }
}

@media (min-width: 1024px) {
  .range-slider [type=range]::-moz-range-thumb {
    height: 25px;
    margin-top: -12px;
    width: 25px;
  }
}

.range-slider .output,
.range-slider output {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #aaa;
  display: inline-block;
  height: 2.5em;
  left: 50%;
  line-height: 2.5em;
  padding: 0 0.75em;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, 0);
  display: none;
}

.price-slider {
  padding-bottom: 20px;
}

.price-slider .bootstrap-select>.dropdown-toggle {
  width: auto;
  padding-right: 25px;
  z-index: 1;
}

.price-slider .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
}

.listing-right .breadcrumb>li+li::before {
  padding: 0 5px;
  color: #ccc;
  content: ">";
}

.listing-right .breadcrumb {
  background: none;
  margin-top: 5px;
  border-radius: 0;
}

.listing-right .breadcrumb a {
  color: #76a01a;
}

.list-filter {
  margin-top: 10px;
  margin-bottom: 20px;
}

.list-filter .bootstrap-select>.dropdown-toggle,
.list-filter .bootstrap-select .dropdown-menu {
  border: 1px solid #a1cf65;
}

.list-filter .bootstrap-select .dropdown-menu>li.selected>a,
.list-filter .bootstrap-select>.dropdown-toggle,
.list-filter .bootstrap-select>.dropdown-toggle:focus,
.list-filter .bootstrap-select.open>.dropdown-toggle:focus {
  color: #a1cf65;
}

.list-filter .bootstrap-select>.dropdown-toggle:hover,
.list-filter .bootstrap-select.open>.dropdown-toggle,
.list-filter .bootstrap-select>.dropdown-toggle:focus,
.list-filter .bootstrap-select.open>.dropdown-toggle:focus {
  background: inherit;
}

.list-cont {
  width: 100%;
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}

.list-cont-pro-thumb {
  position: relative;
}

.panda-badge {
  position: absolute;
  z-index: 999;
}

.panda-badge-top {
  top: -3px;
  left: 12px;
}

.panda-badge-notice {
  bottom: -3px;
  left: 12px;
}

@media only screen and (max-width: 575px) {
  .panda-badge img {
    max-width: 80%;
  }
}

@media only screen and (max-width: 450px) {
  .panda-badge-notice img {
    max-width: 65%;
  }
}

.product-slider-cont .panda-badge-top {
  top: 0;
  left: -2px;
  width: 50px;
}

.product-slider-cont .panda-badge-notice {
  top: 246px;
  left: -2px;
}

@media only screen and (max-width: 1199px) {
  .product-slider-cont .panda-badge-notice {
    top: 171px;
  }
}

@media only screen and (max-width: 991px) {
  .product-slider-cont .panda-badge-notice {
    top: 91px;
  }
}

@media only screen and (max-width: 767px) {
  .product-slider-cont .panda-badge img {
    max-width: 70%;
  }
  .product-slider-cont .panda-badge-notice {
    top: 67px;
  }
  .product-slider-cont .panda-badge-top {
    top: -2px;
  }
}

@media only screen and (max-width: 340px) {
  .product-slider-cont .panda-badge-top {
    top: -1px;
  }
  .product-slider-cont .panda-badge-notice {
    top: 66px;
  }
}

.pro-cate-badge {
  background: #fea82f;
  padding: 5px 10px;
  position: absolute;
  top: 0px;
  color: #ffffff;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}

.list-cont-pro-thumb>img {
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.list-cont-pro-txt {
  padding-top: 10px;
}

.list-cont-pro-txt1 {
  width: 100%;
  float: left;
  padding: 15px;
}

.list-cont-pro-txt2 {
  width: 100%;
  float: left;
  border-bottom: #88b031 solid 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.rasse-name {
  color: #76a01a;
  font-size: 14px;
  text-transform: uppercase;
}

.breed-name {
  width: 100%;
  float: left;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #2d2d2d;
  font-family: 'Fira Sans', serif;
  margin-bottom: 5px;
}

.breed-name a {
  color: #2d2d2d;
  /*padding-left: 45px;*/
}

.breed-name span {
  position: absolute;
  color: #fea82f;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  top: 0px;
}

.breed-txt {
  font-size: 13px;
  color: #111111;
  line-height: 18px;
  padding-bottom: 5px;
}

.pro-thumb-fetaure {
  text-align: center;
}

.pro-thumb-fetaure img {
  width: 35px;
}

.pro-thumb-fetaure span a {
  color: #bdbdbd;
}

.pro-thumb-fetaure p {
  margin-bottom: 2px;
}

.fav a {
  color: #bdbdbd;
  font-size: 28px;
}

.fav a:hover {
  color: #95bd60;
}

.fav_active a {
  color: #95bd60;
  font-size: 28px;
}

.pro-address {
  font-size: 14px;
  font-family: 'Fira Sans', serif;
  color: #2d2d2d;
  font-weight: 600;
}

.pro-address span {
  font-family: 'Fira Sans', sans-serif;
  color: #464646;
  font-weight: 300;
}

.mehr-btn {
  border: #8ab650 solid 1px;
  color: #8ab650;
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
  font-family: 'Fira Sans', serif;
}

.mehr-btn:hover {
  background: #8ab650;
  color: #ffffff;
}

.filter-mobile .btn1 {
  background: #ffffff;
  border: #8ab650 solid 1px;
  color: #2d2d2d;
  font-size: 27px;
  font-family: 'Fira Sans', sans-serif;
  text-align: center;
  font-weight: 300;
  line-height: 20px;
}

.filter-mobile .btn1 i {
  text-align: right;
}

.filter-mobile {
  display: none;
}

input[type='range'],
input[type='range']:focus,
input[type='range']:active,
input[type='range']::-moz-focus-inner,
input[type='range']:-moz-focusring {
  border: 0;
  outline: none;
}

.news-letter-cont {
  width: 100%;
  float: left;
  background: #a1cf65;
  padding: 10px;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 22px;
  line-height: 22px;
}

.news-letter-cont i {
  font-size: 40px;
  float: left;
  margin-right: 10px;
}

.email-signup .form-control {
  background: none;
  border-radius: 0px;
  box-shadow: none !important;
  border: none;
  border-bottom: #ffffff solid 1px;
  font-size: 16px;
  height: 40px;
}

.email-signup .form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff;
}

.email-signup .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}

.email-signup .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}

.email-signup .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

.email-signup .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}

.email-signup .form-control::placeholder {
  /* Most modern browsers support this now. */
  color: #ffffff;
}

.news-letter-cont {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
}

/*details page*/

.product-nav {
  width: 100%;
  float: left;
  padding: 7px 0px;
  background: #88b031;
}

.product-nav a {
  color: #ffffff;
}

.breadcrumb>li+li::before {
  padding: 0 5px;
  color: #ccc;
  content: ">";
}

.breadcrumb {
  background: none;
  margin-top: 5px;
  padding-left: 0;
}

.breadcrumb a {
  color: #76a01a;
}

.report-ad {
  width: 100%;
  float: left;
  border-bottom: #a1cf65 solid 1px;
  text-align: right;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.report-ad a {
  color: #76a01a;
}

.pro-details-user {
  font-size: 18px;
  color: #76a01a;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.pro-details-user span {
  font-size: 13px;
}

.pro-details-user a {
  color: #76a01a;
}

.user-img {
  float: left;
  margin-right: 10px;
}

.user-contact-cont {
  width: 100%;
  float: left;
}

.contact-btn1 {
  width: 100%;
  background: #00a3a4;
  font-size: 17px;
  font-family: 'Fira Sans', serif;
  border: none;
  padding: 15px 0px;
  color: #ffffff;
}

.contact-btn1:focus {
  color: #ffffff;
}

.contact-btn1:hover {
  background: #027e7f;
  color: #ffffff;
}

.collapse1 {
  font-family: 'Fira Sans', serif;
  font-size: 15px;
  color: #000000;
  padding-top: 0px;
  line-height: 20px;
  padding-left: 20px;
}

.collapse1 p {
  margin-bottom: 10px;
}

.collapse1 i {
  color: #a3a3a3;
  font-size: 22px;
  margin-right: 5px;
  width: 25px;
  text-align: center;
}

.collapse1 i.fa-fax {
  font-size: 16px !important;
}

.contact-btn2 {
  background: #88b031;
}

.contact-btn2:hover {
  background: #779a2a;
}

.contact-btn3 {
  width: 49%;
  background: #a1cf65;
  color: #ffffff;
  padding: 5px;
  font-family: 'Fira Sans', serif;
  font-size: 12px;
}

.contact-btn3:hover {
  background: #88b031;
  color: #ffffff;
}

.pro-date {
  font-size: 13px;
  color: #999999;
}

.pro-details-feature {
  width: 100%;
  float: left;
  border-top: #a1cf65 solid 1px;
  border-bottom: #a1cf65 solid 1px;
  padding: 10px 0px;
}

.pro-details-feature span {
  font-size: 10px;
  color: #464646;
  width: 24%;
  float: left;
  text-align: center;
  margin-right: .5%;
  margin-left: .5%;
}

.pro-reviews {
  width: 100%;
  float: left;
  border-bottom: #a1cf65 solid 1px;
  margin-bottom: 0px;
}

.pro-reviews p,
.user-plus p {
  margin-bottom: 5px;
}

.pro-reviews h4 {
  font-size: 18px;
  color: #2d2d2d;
  font-family: 'Fira Sans', serif;
  margin-bottom: 20px;
}

.share-ad-cont {
  width: 100%;
  float: left;
  font-size: 12px;
  border-bottom: #a1cf65 solid 1px;
}

.share-ad-cont a {
  margin-right: 5px
}

.share-ad-cont h5 {
  color: #2d2d2d;
  font-family: 'Fira Sans', serif;
}

.product-place {
  width: 100%;
  float: left;
  padding: 10px 0px;
  border-bottom: #a1cf65 solid 1px;
}

.share-ad-cont a {
  color: #2d2d2d;
}

.rememberad a {
  color: #76a01a;
}

.user-plus {
  width: 100%;
  float: left;
  padding: 10px 0px;
}

.btn3 {
  background: #a1cf65;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
  width: 100%;
}

.btn3:hover {
  background: #88b031;
  color: #ffffff;
}

.product-slider-cont {
  width: 100%;
  float: left;
  position: relative;
}

.top-badge {
  width: 116px;
  position: absolute;
  z-index: 99;
  top: 2px;
  left: 0px;
}

/*.top-badge {
  width:70px;
  height:70px;
  background:#dd8a00;
  color:#ffffff;
  border-radius:50%;
  line-height:70px;
  text-align:center;
  font-size:20px;
  position:absolute;
  z-index:99;
  top:10px;
  left:10px;
}*/

.product-details-cont {
  width: 100%;
  float: left;
  margin-top: 25px;
}

.pro-details1 {
  width: 100%;
  float: left;
}

.pro-details1 h3 {
  padding-left: 40px;
  font-size: 24px;
  color: #2d2d2d;
  border-bottom: #a1cf65 solid 1px;
  font-family: 'Fira Sans', serif;
  padding-bottom: 7px;
}

.dog .pro-details1 h3 {
  background: url(../images/heading-icon1.png) no-repeat;
}

.cat .pro-details1 h3 {
  background: url(../images/heading-icon2.png) no-repeat;
}

.pro-details1 h6 {
  padding-left: 40px;
  font-size: 24px;
  color: #2d2d2d;
  border-bottom: #a1cf65 solid 1px;
  font-family: 'Fira Sans', serif;
  padding-bottom: 2px;
}

.details-part1 {
  width: 70%;
  float: left;
}

.details-part2 {
  width: 30%;
  float: left;
  text-align: right;
}

.pro-details1 a {
  color: #88b031;
}

.ad-info {
  width: 100%;
  float: left;
  border-radius: 5px;
  padding: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 10px 0px;
}

.ad-btn1 {
  width: 100%;
  float: left;
  background: #a1cf65;
  padding: 40px 0px;
  color: #ffffff !important;
  border-radius: 15px;
  margin-top: 25px;
  text-align: center;
  display: block;
  font-size: 20px;
}

.current-topies h3 {
  font-size: 20px;
  color: #2d2d2d;
  border-bottom: #a1cf65 solid 1px;
  font-family: 'Fira Sans', serif;
  padding-bottom: 5px;
}

.current-topic-thumb {
  text-align: center;
  line-height: 20px;
}

.current-topic-thumb a {
  color: #76a01a;
}

.pro-user1 {
  width: 100%;
  float: left;
}

.pro-user2 {
  width: 30%;
  float: left;
  text-align: right;
}

.pro-user2 img {
  width: 40px;
}

.search-field4 {
  width: 70%;
  float: left;
  -webkit-border-radius: 0px !important;
  -webkit-border-top-left-radius: 8px !important;
  -webkit-border-bottom-left-radius: 8px !important;
  -moz-border-radius: 0px !important;
  -moz-border-radius-topleft: 8px !important;
  -moz-border-radius-bottomleft: 8px !important;
  border-radius: 0px !important;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  letter-spacing: -1px;
}

.search-field5 {
  width: 30% !important;
  margin-left: -1px !important;
}

.search-field5 .btn-default {
  background: #e6e6e6;
  color: #222222;
  box-shadow: none;
  padding-left: 10px;
  -webkit-border-radius: 8px;
  -webkit-border-top-left-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  -moz-border-radius: 8px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.search-field5.open .btn-default {
  background: #e6e6e6 !important;
  padding-left: 10px;
  color: #bbbbbb;
}

.pro-slider-txt {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0px;
  background: #d4d5d4;
  padding: 10px;
  z-index: 99;
  color: #000000;
  text-align: center;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.product-details-name {
  width: 100%;
  float: left;
}

.product-details-name h1 {
  font-size: 26px;
  color: #222222;
  font-family: 'Fira Sans', serif;
  margin-top: 0px;
}

.product-details-name span {
  font-size: 12px;
  color: #76a01a;
  font-family: 'Fira Sans', sans-serif;
}

.pro-details1 span {
  width: 280px;
  float: left;
}

.pro-details3 span {
  width: 180px;
  float: left;
}

@media only screen and (min-width: 992px) {
  .listing-left .collapse {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .filter-mobile {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

/*** Anzeige Page ***/

.content-box {
  padding: 20px 15px;
}

.body-cont>.breadcrumb-row {
  padding: 0 15px;
}

.breadcrumb {
  margin-bottom: 0;
}

.anzeige-content>.row {
  margin-bottom: 40px;
}

.anzeige-content>.breadcrumb-row {
  margin-bottom: 0;
}

.anzeige-title-page,
.anzeige-col h3 {
  color: #2d2d2d;
  font-family: Arvo, Arial, sans-serif;
}

.anzeige-title-page {
  font-size: 26px;
}

.anzeige-col h3 {
  font-size: 18px;
  font-weight: 600;
}

.anzeige-col {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .row>.anzeige-col {
    margin-bottom: 40px;
  }
  .row>.anzeige-col:last-child {
    margin-bottom: 0;
  }
}

/*** Anzeige Page 2 ***/

.anzeige-content-2 .anzeige-title-page {
  padding: 20px 20px 15px;
  border-bottom: 1px solid #e2e2e2;
}

.anzeige-panel .panel {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
}

.anzeige-panel .panel-heading {
  background: none;
  color: #76a01a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 30px 20px 15px;
}

.anzeige-panel .panel-heading .anzeige-panel-title {
  border-bottom: 1px solid #a1cf65;
  padding-bottom: 20px;
  display: block;
}

.anzeige-panel .panel-heading .anzeige-panel-title:before,
.anzeige-panel .panel-body ul li a.list-toggle:before {
  font-family: fontawesome;
  margin-right: 5px;
}

.anzeige-panel .panel-body ul li a.list-toggle.collapsed:before,
.anzeige-panel .panel-heading .anzeige-panel-title.collapsed:before {
  content: "\f105";
}

.anzeige-panel .panel-heading .anzeige-panel-title:before,
.anzeige-panel .panel-body ul li a.list-toggle:before {
  content: "\f107";
}

.anzeige-panel .panel-heading .anzeige-panel-title.collapsed {
  border-bottom: none;
  padding-bottom: 10px;
}

.anzeige-panel .panel-body {
  padding-top: 0;
  border-top: none !important;
}

.anzeige-panel .panel-body ul {
  list-style: none;
  padding-left: 25px;
}

.anzeige-panel .panel-body ul li {
  line-height: 2.2em;
}

.anzeige-panel .panel-body ul li a.list-toggle.collapsed {
  color: #464646;
}

.anzeige-panel .panel-body ul li a.list-toggle,
.anzeige-panel .panel-body ul li a.list-toggle:hover {
  color: #a1cf65;
}

@media only screen and (max-width: 767px) {
  .anzeige-title-col-img {
    text-align: center;
  }
}

/*** LOGIN page ***/

.modal {
  background: rgba(255, 255, 255, 0.85);
}

.modal-content {
  border: none;
}

.panda-form-heading,
.panda-form-btn,
.panda-form-sub-heading {
  font-family: Arvo, Arial, sans-serif;
}

.panda-form label,
.panda-form input {
  font-weight: 300;
}

.panda-form input,
.panda-form select,
.panda-form textarea {
  border: 1px solid #a1cf65;
}

.panda-form-btn {
  background: #a1cf65;
  border-color: #a1cf65;
  font-size: 16px;
}

.panda-checkbox>label {
  padding-left: 0;
}

.panda-checkbox>label:last-child {
  padding-right: 0;
}

.panda-checkbox a {
  text-decoration: underline;
  color: #686868;
}

.panda-login-list {
  list-style: none;
  padding-left: 0;
}

.panda-login-list li .fa-check,
.panda-btn-reg,
.panda-tooltip .fa {
  color: #a1cf65;
}

.panda-btn-reg {
  background: none;
}

.modal .close {
  position: absolute;
  float: none;
  right: 6px;
  top: 0;
  font-size: 25px;
  z-index: 99;
}

@media only screen and (min-width: 992px) {
  .panda-form-col {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 15px;
  }
  .panda-btn-reg {
    margin-top: 61px;
  }
  .panda-form-heading {
    margin-top: 0;
  }
}

/*** REGISTRATION page ***/

.panda-form-sub-heading,
.success-response h4 {
  font-weight: normal;
}

.panda-form hr,
#sendMessage hr {
  border-top: 1px solid #a1cf65;
}

.panda-tooltip strong {
  color: #000;
}

.panda-tooltip .fa {
  font-size: 25px;
}

.tooltip-inner {
  color: #000;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.tooltip.top .tooltip-arrow {
  border-top-color: #FFF;
}

.tooltip.top {
  margin-top: -5px;
}

.form-error-message {
  background: #ffc8c8;
  margin-top: 15px;
  padding: 5px 30px;
  border-radius: 4px;
}

.panda-modal-expd {
  padding-left: 30px;
  padding-right: 30px;
}

.panda-modal-expd.panda-form-heading,
.panda-modal-expd-p {
  padding-left: 15px;
}

/*** SEND MESSAGE Modal ***/

#sendMessage .pro-details-feature {
  border: none;
}

.col-response-time {
  padding-top: 10px;
}

.col-response-time p {
  margin-bottom: 0;
  line-height: 1.4em;
}

#sendMessage hr {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  #sendMessage .text-right {
    text-align: left;
  }
}

.success-response {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.success-response h4 {
  margin-top: 0;
}

.success-message-sent p {
  margin-bottom: 0;
}

.success-message-sent p a {
  text-decoration: underline;
  color: #686868;
}

/*** Warnungen Page  ***/

.panda-whitespace {
  margin-top: 30px;
  margin-bottom: 10px;
}

.panda-alert {
  border-style: solid;
  border-width: 1px;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.panda-alert p {
  margin: 0;
}

.panda-alert .svg-inline--fa {
  vertical-align: -0.19em;
  font-size: 18px;
}

.panda-alert-warning {
  border-color: #ffcb47;
}

.panda-alert-warning .fa-exclamation-circle {
  color: #ffcb47;
}

.panda-alert-positive {
  border-color: #9ecb47;
}

.panda-alert-positive .fa-star-exclamation {
  color: #9ecb47;
}

.panda-alert-error {
  border-color: #ff1500;
}

.panda-alert-error .fa-exclamation-triangle {
  color: #ff1500;
}

/*** Anzeigendetails Page  ***/

.row.panda-anzeige-s {
  position: relative;
}

.panda-line {
  width: 73%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.panda-line hr {
  border-color: #88b031!important;
  border: 1px solid;
}

.category-breadcrumb>li:nth-child(2):before {
  content: '';
  padding: 0;
}

.anzeigedetail-title-page,
.anzeigedetail-form-titles {
  border-bottom: 1px solid #88b031;
  padding-bottom: 15px;
  font-weight: 100;
}

.anzeigedetail-title-page {
  font-size: 26px;
}

.anzeigedetail-form-titles {
  font-size: 18px;
  color: #2d2d2d;
}

.panda-form .input-group-addon {
  background: none;
}

.input-file {
  margin-top: 10px;
}

.btn-file-upload {
  border: 1px solid #a1cf65;
  background: #a1cf65;
  color: #FFF;
}

.btn-file-upload:hover {
  background: #8cbe49;
}

/* hochladen */

.anzeige-upload-item {
  position: relative;
  border: 1px solid #DCDCDC;
}

.anzeige-upload-item,
.anzeige-upload-item img {
  height: 250px;
  width: 330px;
}

.anzeige-upload-img-icon,
.anzeige-upload-img-caption {
  position: absolute;
}

.anzeige-upload-img-icon {
  top: 5px;
  right: 5px;
}

.anzeige-upload-img-caption {
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  width: 100%;
}

.anzeige-upload-img-caption p {
  margin: 0;
  padding: 2px 10px;
  color: #FFF;
}

.upload-caption-edit {
  float: right;
}

.upload-caption-edit .svg-inline--fa,
.anzeige-upload-img-icon>a .svg-inline--fa {
  color: #FFF;
}

.anzeige-upload-img-icon>a {
  background: #88b031;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50px;
}

.anzeige-upload-img-icon>a:last-child {
  margin-right: 0;
}

.anzeige-upload-title {
  margin: 0;
}

.anzeige-upload-item.anzeige-no-upload {
  text-align: center;
  padding-top: 25px;
}

.anzeige-no-upload .fa-camera {
  font-size: 40px;
}

.logo-hochladen-button,
.logo-hochladen-button:hover,
.logo-hochladen-button:visited,
.hochladen-button,
.hochladen-button:hover,
.hochladen-button:visited,
.video-button,
.video-button:hover,
.video-button:visited {
  color: #88b031;
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  .anzeige-upload-item,
  .anzeige-upload-item img {
    height: 205px;
    width: 205px;
  }
}

@media screen and (max-width: 767px) {
  .content-box {
    padding: 30px 15px 15px;
  }
  .anzeige-upload-item,
  .anzeige-upload-item img {
    height: 250px;
    width: 250px;
  }
  .hochladen-row .col-sm-4 {
    margin-bottom: 30px;
  }
  .panda-anzeige-s {
    margin-top: 30px;
  }
  .panda-line {
    width: 110px;
    position: absolute;
    left: -19px;
    transform: rotate(90deg);
    bottom: 102px;
  }
  .panda-anzeige-s .text-center {
    text-align: left;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .panda-anzeige-s .text-center img {
    float: left;
    margin-right: 10px;
  }
}

@media screen and (max-width: 375px) {
  .telefon-row>div {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 325px) {
  .anzeige-upload-item,
  .anzeige-upload-item img {
    height: 200px;
    width: 200px;
  }
  .panda-anzeige-s h4 {
    font-size: 15px;
    font-weight: 400;
  }
}

/*** meinkonto-kundendaten page  ***/

@media screen and (min-width: 992px) {
  .btn.mk-btn {
    display: none;
  }
  #mainAccountLinks,
  #mainUserProfile {
    display: block;
  }
  .sidebar-widget {
    float: left;
    clear: both;
  }
}

.mk-btn[aria-expanded="false"] .fa-caret-right,
.mk-btn[aria-expanded="true"] .fa-caret-down {
  display: none;
}

.mk-btn[aria-expanded="true"] .fa-caret-right {
  display: block;
}

.sidebar-widget {
  width: 100%;
  border-bottom: 1px solid #a1cf65;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#mainAccountLinks>.sidebar-widget:last-child,
#mainUserProfile>.sidebar-widget:last-child {
  border-bottom: none;
}

.sidebar-widget-title,
.mk-main-title,
.mk-kundennr {
  color: #2d2d2d;
  font-family: Arvo, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.sidebar-widget-nav ul li {
  list-style-type: none;
}

.sidebar-widget-nav ul {
  padding-left: 15px;
}

.sidebar-widget-nav ul li a {
  color: #464646;
  font-weight: 100;
}

.sidebar-widget-nav ul li.active a,
.sidebar-widget-nav ul li a:hover {
  color: #a1cf65;
  font-weight: 500;
}

/* main-content */

.main-content>section {
  border-bottom: 1px solid #a1cf65;
  padding: 20px 0;
}

.main-content .panda-np {
  padding: 0;
}

.mk-main-title-row {
  margin: 15px 0;
}

.mk-main-title {
  margin: 0;
  font-size: 24px;
}

.mk-kundennr {
  font-weight: 600;
  color: #464644;
}

.main-content .panda-nbb {
  border-bottom: none;
}

.main-content .panda-npt {
  padding-top: 0;
}

.main-content .panda-p15 {
  padding-left: 15px;
  padding-right: 15px;
}

.mk-title {
  font-size: 16px;
  color: #a1cf65;
}

.mk-title-icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #a1cf65;
  border-radius: 100px;
}

.mk-title-icon .svg-inline--fa {
  color: #FFF;
  font-size: 25px;
  vertical-align: -.2em;
}

.mk-title-icon.mkti-address {
  background: none;
}

.mk-title-icon.mkti-address .svg-inline--fa {
  color: #a1cf65;
  font-size: 50px;
  vertical-align: -0.4em;
}

.mk-data-item {
  margin-bottom: 0;
}

.mk-edit-btn {
  margin: 10px 0 5px;
}

.mk-edit-btn a {
  display: inline-block;
  color: #464646;
}

.mk-edit-btn .fa-pencil-alt {
  color: #846241;
}

.mk-edit-btn .fa-check-circle,
.mk-title a {
  color: #a1cf65;
}

.mk-edit-btn .fa-times-circle {
  color: #dc1616;
}

.mkti-add-btn {
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: -0.2em;
}

.mkti-add-btn .svg-inline--fa {
  font-size: 25px;
}

.mk-title.mk-title-add {
  margin-top: 20px;
}

.mk-title.mk-title-add a {
  color: #2d2d2d;
}

.mk-upload-col {
  overflow: hidden;
}

.mk-upload-col > div {
  float: left;
}

.mk-upload-col>div:first-child {
  margin-right: 15px;
}

.mk-upload-file {
  border: 1px solid #b7b7b7;
  width: 65px;
  height: 65px;
  text-align: center;
  padding: 5px;
}
.mk-upload-file p {
  margin: 0;
  font-size: 10px;
}
.mk-upload-file p a {
  color: #a1cf65;
}
.mk-upload-file .mk-choose-btn {
  line-height: 1.1em;
  margin-top: 5px;
}
.mk-upload-btn {
  margin-top: 15px;
}
.mk-seal-title {
  font-size: 16px;
}
.mk-seal-section .row {
  margin-bottom: 20px;
}
.mk-seal-badge img {
  width: 60px;
}
.mk-title .mk-delete-btn {
  color: #FFF;
  margin-left: 10px;
}
.mk-title-icon,
.mk-title img {
  margin-right: 10px;
}
.mk-content .btn {
  font-weight: 100;
}
.mk-title.mk-title-delete {
  font-weight: 100;
  color: #464646;
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif
}

.panda-green-btn,
.panda-green-btn:hover {
  background-color: #a1cf65;
  border-color: #a1cf65;
}

@media screen and (min-width: 768px) {
  .panda-row-table {
    display: table;
    width: 100%;
  }

  .panda-row-table>div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .mk-data {
    height: auto !important;
  }
  .mk-data-row > div {
    margin-bottom: 30px;
  }
  .mk-kundennr {
    float: none !important;
    margin-top: 10px;
  }
  .mk-badge-col > p {
    text-align: left;
  }
  .mk-title-delete span {
    display: inline-block;
    margin-bottom: 20px;
  }
}

/*** meinkont-kundendaten-adressdaten ***/

.form-addressdaten section {
  border-bottom: 1px solid #a1cf65;
}
.panda-text-required {
  margin: 0;
  font-size: 12px;
}
.form-group.panda-text-required-col {
  margin-bottom: 0;
}
.section-mk-kontaktdaten {
  margin-top: 15px;
}
.mk-kotaktdaten-btn {
  margin-top: 20px;
}

.mk-kotaktdaten-btn .btn {
  margin-left: 20px;
  margin-bottom: 20px;
}

/*** USER PROFILE ***/

.up-sidebar p {
  margin: 0;
}
.up-avatar-section {
  padding-top: 18px;
}
.up-avatar-section p {
  margin: 10px 0;
  color: #a1cf65;
  font-size: 18px;
}
.up-info-section p {
  margin-bottom: 10px;
}
.up-info-section .col-xs-10 {
  padding-left: 0;
  font-size: 13px;
}
.up-info-address {
  color: #a1cf65;
}

/* USER PROFILE main content */

.up-content p {
  margin-bottom: 0;
}

.up-content section {
  padding: 20px 0 10px;
}

.btn-light {
  font-weight: 100;
}

.up-main-title {
  margin-top: 4px;
  font-size: 22px;
}
.up-content .up-report-btn {
  margin-bottom: 5px;
}
.up-report-btn a {
  color: #a1cf65;
}
.main-content .up-list-section {
  padding: 0;
}
.up-list-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.fav-active a {
  color: #95bd60;
}

/*** Merkzettel/FAVORITE PAGE  ***/

.main-content .listing-search-box {
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 10px;
  float: none;
}
.fav-main-title {
  font-size: 20px;
  color: #a1cf65;
}
.main-content .fav-section-none {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 991px) {
  .main-content .listing-search-box {
    margin-top: 30px;
  }
}

/*** Logout PAGE  ***/

.main-content .fav-section-none {
  margin: 30px auto 20px;
}

.logout-btn .btn {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .main-content .fav-section-none {
    margin-top: 55px;
  }
}

/*** SAVE SEARCH / Suche speichern  ***/

.save-search {
  margin-bottom: 0;
  padding-top: 8px;
  margin-top: 5px;
}
.save-search a {
  color: #464646;
}
.listing-right .breadcrumb {
  display: inline-block;
}
.listing-bc-container {
  border-bottom: 1px solid #ccc;
}

#sucheSpeichern label {
  font-family: Arvo, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

#sucheSpeichern input {
  margin-left: 20px;
  border: 1px solid #a1cf65;
  width: 90%;
}

.save-search-text {
  margin-bottom: 0;
  color: #a1cf65;
  font-size: 18px;
}
.ss-edit {
  margin-bottom: 0;
  margin-top: 5px;
}
.ss-edit-btn {
  color: #a1cf65;
  font-size: 16px;
}
#sucheSpeichern .btn {
  font-size: 16px;
  min-width: 200px;
}
#sucheSpeichern .row-btn {
  margin-top: 10px;
}
.panda-green-text {
  color: #6d9a15;
}
#sucheSpeichernOk .modal-body {
  background-color: #def5c1;
}

@media only screen and (max-width: 767.99px) {
  .listing-right .breadcrumb {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .save-search {
    float: right;
  }
}

@media only screen and (max-width: 400px) {
  #sucheSpeichern .row-btn .col-xs-6 {
    display: block;
    float: none;
    width: 100%;
  }
  #sucheSpeichern .btn {
    float: none !important;
    margin-top: 15px;
  }
}

/*** Anzeige Details 1  ***/

.input-file.mt-0 {
  margin-top: 0;
}

.panda-checkbox-address input {
  vertical-align: top;
  margin-top: 6px;
}

.activeaddress {
  background-color: #a1cf65!important;
  color: #ffffff!important;
}

.select-address > div {
  cursor: pointer;
  padding-left: 25px;
}
a.select-address {
  color:#6d9a15!important;
}

.panda-mt0 {
  margin-top: 0 !important;
}

.panda-mb0 {
  margin-bottom: 0 !important;
}

.anzeige-upload-v-icon {
  margin-top: 30px;
}

.anzeige-no-upload .fa-video {
  font-size: 50px;
}

.panda-spacer {
  margin: 0;
  padding: 0;
  display: block;
}

/*** Anzeige Details 2  ***/

.panda-trainings.form-inline {
  margin-top: 30px;
}

.panda-trainings label {
  margin-top: 3px;
}

.panda-mt20 {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .panda-col-p0 {
    padding: 0;
  }
  .form-inline .panda-select-cw {
    width: 100%;
  }
  .panda-col-cw.col-sm-2 {
    width: 11%;
  }
}

/*** Impressum  ***/
.main-content-impressum textarea {
  width: 100%;
  border: 1px solid #becd9e;
  border-radius: 5px;
}

.main-content-impressum .fa-exclamation-circle {
  font-size: 45px;
  color: #a0ce6e;
}

.main-content-impressum .btn {
  margin-bottom: 20px;
}

/*** Kunden-Stammdaten bestatigen  ***/

#kunden-stammdaten .panda-form-btn,
#anbieter-neuigkeiten .panda-form-btn,
#adresse-loschen .panda-form-btn,
#suchauftrag-loschen .panda-form-btn,
#anbieter-neuigkeiten-abmelden .panda-form-btn {
  margin-top: 15px;
}

/*** Meine Bonuspunkte  ***/

.main-content-bonus .panda-icon-img {
  width: 45px;
  height: 45px;
  max-width: 45px;
}

.panda-special-no {
  color: #000;
  font-size: 30px;
}

.main-content-bonus .table-responsive {
  margin-top: 30px;
}
.main-content-bonus .table {
  min-width: 770px;
  text-align: center;
}
.main-content-bonus .table thead th {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .panda-bonus-col-content {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 499px) {
  .panda-bonus-btn {
    white-space: normal;
  }
}

/* Passwort Seite page */
.panda-ps-title {
  color: #2d2d2d;
  font-size: 24px;
  font-weight: normal;
  font-family: Arvo, Helvetica, sans-serif;
  padding-bottom: 10px;
}
.panda-form-btn-red {
  background-color: #f3324a;
  border-color: #f3324a;
}

/* Mein Buchungen page */
.panda-btext p {
  padding-left: 59px;
}

/* Mein News - Verwaltung page */

.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3.3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #e80000;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.5rem;
  width: 2.5rem;
}
.btn-toggle.btn-sm:before {
  content: 'Off';
  left: -0.5rem;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm:after {
  content: 'On';
  right: -0.5rem;
  opacity: 0.5;
}

.btn-toggle.btn-sm.active > .handle {
  left: 1.95rem;
  transition: left 0.25s;
}
.btn-toggle.active {
  background-color: #a1cf65;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.active.focus,
.btn-toggle.focus {
  outline: none !important;
}

@media only screen and (max-width: 600px) {
  .panda-btext .pull-right {
    float: none !important;
    display: block;
  }
  .panda-btext p {
    padding-left: inherit;
  }
}

/* Mein News - Verwaltung 2 page */
.table-verwaltung {
  min-width: 550px;
}
.table-verwaltung td {
  vertical-align: middle !important;
  border: none !important;
}
.table-verwaltung-icon {
  margin-right: 10px;
}
.table-verwaltung a {
  color: #000;
}
.table-verwaltung .fa-times-circle,
.table-verwaltung a:hover {
  color: #F00;
}

/* Buchungen page */
.table-buchungen {
  min-width: 650px !important;
  margin-top: 20px;
}
.table-buchungen td,
.table-buchungen th {
  vertical-align: middle !important;
  border: none !important;
  padding: 5px !important;
}
.table-buchungen thead {
  border-bottom: 1px solid #a1cf65;
}
.table-buchungen th {
  font-weight: normal;
}
.table-buchungen-center {
  text-align: center;
}
.table-buchungen-right {
  text-align: right;
}
.table-buchungen tr > td:nth-child(2) {
  padding-right: 15px;
}
.table-buchungen-icon-top {
  height: 54px;
  background: url(../images/icon-top2.png) no-repeat;
}

/* Meine Such-Aufträge 1 page */
.search-result-row {
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  padding: 12px 0;
  margin-bottom: 30px;
}
.search-result-thumb {
  text-align: center;
}
.search-result-table {
  font-weight: normal;
  margin-bottom: 10px;
  min-width: 450px;
}
.search-result-table td {
  border-top: none !important;
  border-bottom: 1px solid #a1cf65;
}
.search-result-buttons {
  margin-bottom: 10px;
  display: table;
}
.search-result-buttons div {
  display: table-cell;
  margin-right: 20px;
  font-weight: normal;
  vertical-align: top;
}
.search-result-buttons div > a {
  color: #464646;
}
.search-result-buttons div:first-child,
.search-result-buttons div:nth-child(2) {
  width: 30%;
}
.search-result-buttons div > a .fa-pencil-alt {
  color: #846241;
}
.search-result-buttons div > a .fa-times-circle {
  color: #dc1616;
}
.search-result-buttons div > a .fa-bullseye-arrow,
.search-result-buttons div > .search-result-online {
  color: #a1cf65;
}
.search-result-buttons div > .search-result-offline {
  color: #dc1616;
}
.search-result-filter {
  list-style: none;
  padding-left: 0;
}
.search-result-save > div {
  padding-left: 59px;
}

@media only screen and (max-width: 767px) {
  .search-result-save button {
    float: none !important;
  }
  .search-result-save > div {
    padding-left: inherit;
  }
}

@media only screen and (max-width: 680px) {
  .search-result-buttons {
    padding: 0 15px;
  }
  .search-result-buttons {
    display: block;
  }
  .search-result-buttons div {
    display: block;
    margin-bottom: 5px;
    width: auto !important;
  }
}

/* Meine Such-Aufträge 2 page */
.search-result-save-none > div {
  padding-left: 75px;
}
@media only screen and (max-width: 680px) {
  .search-result-save-none > div {
    padding-left: 30px;
  }
}

/* Meine Rechnungen 1 page */
.panda-rechnungen .text-red {
  color: #F00;
}
.panda-fwn {
  font-weight: normal;
}
.panda-rechnungen-table {
  min-width: 600px;
}
.panda-rechnungen-table th,
.panda-rechnungen-table td {
  text-align: center;
  vertical-align: middle !important;
  font-weight: normal;
  border: none !important;
}
.panda-rechnungen-table thead {
  border-bottom: 1px solid #a1cf65;
}
.panda-rechnungen-table a {
  margin-left: 10px;
}

.panda-rechnungen-search-row {
  margin-top: 20px;
}
.panda-rechnungen-search input {
  border: 1px solid #a1cf65;
}
.panda-rechnungen-search .input-group-addon {
  background-color: #a1cf65;
  border: 1px solid #a1cf65;
}
.panda-rechnungen-search button {
  border: none;
  background: none;
  color: #FFF;
  padding: 0;
}
.panda-rechnungen-search button .fa-search {
  font-size: 18px;
}

.panda-rechnungen-table.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.panda-rechnungen-table.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #ffffff;
}

/*** CHAT MESSAGE  ***/
.email-options ul li a {
  color: #464646;
}
.email-options ul li {
  padding-left: 10px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.email-options li a:hover {
  color: #a1cf65;
  font-weight: 500;
}
.email-options li .active {
  color: #a1cf65;
  font-weight: 500;
}
.email-options h5 {
  font-size: 16px;
  font-family: 'Fira Sans', serif;
  font-weight: 700;
  color: #2d2d2d;
}
.app {
  position: relative;
  overflow: hidden;
  top: 19px;
  margin-bottom: 20px;
  height: calc(100% - 38px);
  margin: auto;
  padding: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2);
  height: 570px;
}
.app-one {
  background-color: #ffffff;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2);
}
.side {
  padding: 0;
  margin: 0;
  height: 100%;
}
.side-one {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  display: block;
  top: 0;
}
.side-two {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
  top: -100%;
  left: -100%;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.heading {
  padding: 10px 16px 10px 15px;
  margin: 0;
  height: 120px;
  width: 100%;
  background-color: #ffffff;
  border-bottom: #e5e5e5 solid 1px;
  z-index: 1000;
}
.heading h4 {
  font-size: 24px;
  color: #2d2d2d;
  font-family: 'Fira Sans', serif;
  font-weight: 400;
  margin: 0px 0px;
}
.heading-avatar {
  padding: 0;
  cursor: pointer;
}
.heading-avatar-icon img {
  border-radius: 50%;
  height: 57px;
  width: 57px;
}

.heading-name {
  padding: 0 !important;
  cursor: pointer;
  position: relative;
}
.heading-name .conversation-delete {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 16px;
  background-color: #e93a4c;
  color: #fff;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.heading-name-meta {
  font-weight: 700;
  font-size: 100%;
  padding: -10px;
  padding-bottom: 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  display: block;
  font-family: 'Fira Sans', serif;
  font-size: 16px;
}
.heading-online {
  display: none;
  padding: 0 5px;
  font-size: 12px;
  color: #93918f;
}
.heading-compose {
  padding: 0;
}
.heading-compose i {
  text-align: center;
  padding: 5px;
  color: #93918f;
  cursor: pointer;
}
.heading-dot {
  padding: 0;
  margin-left: 10px;
}
.heading-dot i {
  text-align: right;
  padding: 5px;
  color: #93918f;
  cursor: pointer;
}
.searchBox {
  padding: 0 !important;
  margin: 0 !important;
  height: 60px;
  width: 100%;
}
.searchBox-inner {
  height: 100%;
  width: 100%;
  padding: 10px !important;
  background-color: #fbfbfb;
}
.searchBox-inner input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.sideBar {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  max-height: 580px;
  overflow-y: scroll;
}
.sideBar-body {
  position: relative;
  padding: 10px !important;
  border-bottom: 1px solid #eeeeee;
  margin: 0 !important;
  cursor: pointer;
  font-size: 12px;
  line-height: 15px;
  position: relative;
}
.sideBar-body p {
  margin-bottom: 0px;
}
.sideBar-body strong {
  font-size: 13px;
  font-family: 'Fira Sans', serif;
}
.sideBar-body:hover {
  background-color: #f2f2f2;
}
.sideBar-avatar {
  text-align: center;
  padding: 0 !important;
}
.avatar-icon img {
  border-radius: 50%;
  height: 47px;
  width: 47px;
  margin-top: 5px;
}
.sideBar-main {
  padding: 0 !important;
}
.sideBar-main .row {
  padding: 0 !important;
  margin: 0 !important;
}
.sideBar-name {
  padding: 0px !important;
  padding-left: 20px !important;

}
.name-meta {
  font-size: 100%;
  padding: 1% !important;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.sideBar-time {
  padding: 10px !important;
}
.time-meta {
  text-align: right;
  font-size: 12px;
  padding: 1% !important;
  color: rgba(0, 0, 0, .4);
  vertical-align: baseline;
}

/*New Message*/
.newMessage {
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
  position: relative;
  left: -100%;
}
.newMessage-heading {
  padding: 10px 16px 10px 15px !important;
  margin: 0 !important;
  height: 120px;
  width: 100%;
  background-color: #00bfa5;
  z-index: 1001;
}

.newMessage-main {
  padding: 10px 16px 0 15px !important;
  margin: 0 !important;
  height: 60px;
  margin-top: 30px !important;
  width: 100%;
  z-index: 1001;
  color: #fff;
}
.newMessage-title {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 5px !important;
}
.newMessage-back {
  text-align: center;
  vertical-align: baseline;
  padding: 12px 5px !important;
  display: block;
  cursor: pointer;
}
.newMessage-back i {
  margin: auto !important;
}
.composeBox {
  padding: 0 !important;
  margin: 0 !important;
  height: 60px;
  width: 100%;
}
.composeBox-inner {
  height: 100%;
  width: 100%;
  padding: 10px !important;
  background-color: #fbfbfb;
}
.composeBox-inner input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.compose-sideBar {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #f7f7f7;
  height: calc(100% - 160px);
}

/*Conversation*/

.conversation {
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
  /*width: 100%;*/
  border-left: 1px solid rgba(0, 0, 0, .08);
  background: #ffffff;
}
.message {
  padding: 0 !important;
  margin: 0 !important;
  overflow-y: scroll;
  border: 1px solid #f7f7f7;
  height: 375px;
}
.message-previous {
  margin: 0 !important;
  padding: 0 !important;
  height: auto;
  width: 100%;
}
.previous {
  font-size: 15px;
  text-align: center;
  padding: 10px !important;
  cursor: pointer;
}
.previous a {
  text-decoration: none;
  font-weight: 700;
}
.message-body {
  margin: 0 !important;
  padding: 0 !important;
  width: auto;
  height: auto;
  overflow-y: scroll;
}
.message-main-receiver {
  max-width: 60%;
}
.message-main-sender {
  padding: 3px 20px !important;
  margin-left: 30% !important;
  max-width: 70%;
}
.message-text {
  margin: 0 !important;
  padding: 5px !important;
  word-wrap: break-word;
  font-weight: 200;
  font-size: 14px;
  padding-bottom: 0 !important;
}
.message-text p {
  margin-bottom: 5px;
}
.message-time {
  margin: 0 !important;
  margin-left: 0px !important;
  font-size: 12px;
  text-align: right;
  color: #9a9a9a;
}
.receiver {
  width: auto !important;
  padding: 4px 10px 7px !important;
  border-radius: 10px 10px 10px 0;
  background: #ffffff;
  font-size: 12px;
  word-wrap: break-word;
  display: inline-block;
  border: #becd9e solid 1px;
}
.sender {
  float: right;
  width: auto !important;
  background: #99cc66;
  border-radius: 10px 10px 0 10px;
  padding: 4px 10px 7px !important;
  font-size: 12px;
  display: inline-block;
  word-wrap: break-word;
  color: #ffffff;
}

/*Reply*/
.reply {
  height: 60px;
  width: 100%;
  padding: 10px 5px 10px 5px !important;
  margin: 0 !important;
  z-index: 1000;
}
.reply-emojis {
  padding: 5px !important;
}
.reply-emojis a {
  text-align: center;
  padding: 0px 10px !important;
  color: #93918f;
}
.reply-recording {
  padding: 5px !important;
}
.reply-recording i {
  text-align: center;
  padding: 5px !important;
  color: #93918f;
  cursor: pointer;
}
.reply-send {
  padding: 5px !important;
}
.reply-send i {
  text-align: center;
  padding: 5px !important;
  color: #93918f;
  cursor: pointer;
}
.reply-main textarea {
  width: 100%;
  resize: none;
  overflow: hidden;
  padding: 5px !important;
  outline: none;
  border: none;
  text-indent: 5px;
  box-shadow: none;
  height: 70px;
  font-size: 14px;
  border: #becd9e solid 1px;
}
.reply-main textarea:focus {
  outline: none;
  border: none;
  text-indent: 5px;
  box-shadow: none;
  border: #becd9e solid 1px;
}
.app .checkbox input[type="checkbox"] {
  opacity: 1;
}

@media screen and (max-width: 700px) {
  .app {
    top: 0;
    height: 100%;
    margin-bottom: 15px;
  }
  .heading {
    height: auto;
  }
  .reply-emojis a {
    padding: 0 3px !important;
  }
  .heading-avatar {
    padding: 0 !important;
  }
  .heading-avatar-icon img {
    height: 50px;
    width: 50px;
  }
  .heading-compose {
    padding: 5px !important;
  }
  .heading-compose i {
    color: #fff;
    cursor: pointer;
  }
  .heading-dot {
    padding: 5px !important;
    margin-left: 10px !important;
  }
  .heading-dot i {
    color: #fff;
    cursor: pointer;
  }
  .sideBar {
    max-height: 450px;
    overflow-y: scroll;
  }
  .sideBar-avatar {
    text-align: left;
    padding: 0 8px !important;
  }
  .sideBar-main {
    padding: 0 !important;
  }
  .sideBar-main .row {
    padding: 0 !important;
    margin: 0 !important;
  }
  .sideBar-name {
    padding: 0px 5px !important;
    padding-left: 20px !important;
  }
  .sideBar-avatar {
    padding: 5px !important;
  }
  .heading-avatar-icon img {
    width: 35px;
    height: 35px;
  }
  .heading-name-meta {
    white-space: normal;
    line-height: 22px;
    word-break: break-word;
    padding-right: 40px;
  }
  .chat-heading-txt1 span {
    width: auto !important;
  }
  .message-main-sender {
    padding: 3px 20px !important;
    margin-left: 0% !important;
    max-width: 100%;
  }
  .message-main-receiver {
    max-width: 100%;
  }
  .app-one {
    padding-bottom: 10px;
  }
  .name-meta {
    font-size: 16px;
    padding: 5% !important;
  }
  .sideBar-time {
    padding: 10px !important;
  }
  .time-meta {
    text-align: right;
    font-size: 14px;
    padding: 4% !important;
    color: rgba(0, 0, 0, .4);
    vertical-align: baseline;
  }

  /*Conversation*/
  .conversation {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, .08);
  }
  .message {
    height: calc(100% - 140px);
    max-height: 320px !important;
  }
  .reply {
    height: auto;
    float: left;
  }
  .reply-emojis {
    padding: 5px 0 !important;
  }
  .reply-emojis i {
    padding: 5px 2px !important;
    font-size: 1.8em !important;
  }
  .reply-main {
    padding: 2px 8px !important;
  }
  .reply-main textarea {
    padding: 8px !important;
    font-size: 18px;
  }
  .reply-recording {
    padding: 5px 0 !important;
  }
  .reply-recording i {
    padding: 5px 0 !important;
    font-size: 1.8em !important;
  }
  .reply-send {
    padding: 5px 0 !important;
  }
  .reply-send i {
    padding: 5px 2px 5px 0 !important;
    font-size: 1.8em !important;
  }
}

@media only screen and (max-width: 400px) {
  .reply-emojis a .fa-2x {
    font-size: 1.7em !important;
  }
}

.heading-avatar {
  margin-bottom: 45px;
}
.check-all {
  font-size: 10px;
  width: auto;
  float: left;
}
.check-all input {
  margin-top: 7px;
  float: left;
  margin-right: 5px;
  border: none;
}
.delete-mail {
  font-size: 10px;
  width: auto;
  float: right;
}
.delete-mail a {
  color: #f3324a;
}
.delete-mail i {
  font-size: 15px;
}
.sideBar-avatar {
  font-size: 10px;
  color: #2d2d2d;
}
.readed {
  color: #76a01a;
  font-weight: 500;
  margin-bottom: 5px !important;
}
.unreaded {
  color: #00a3a4;
}
.mailcheck {
  position: absolute;
  left: 0px;
  top: -14px;
}
.mailcheck.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  top: 5px;
}
.mailcheck.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
  margin-left: -21px;
  padding-left: 3px;
  padding-top: 5px;
  font-size: 11px;
  color: #555555;
}
.chat-badges img {
  width: 32px;
  height: 32px;
}
.chat-heading-txt1 {
  font-size: 12px;
  color: #464646;
  line-height: 16px;
  margin-top: 10px;
}
.chat-heading-txt1 span {
  width: 70px;
  display: inline-block;
}
.send {
  background: #a1cf65;
  font-size: 16px;
  font-family: 'Fira Sans', serif;
  border: none;
  padding: 10px 40px;
  color: #ffffff;
  margin-top: 5px;
  font-weight: 400;
}

/*** Menu Dropdown ***/
.menu-cont .dropdown .dropdown-menu {
  padding: 15px 0;
}
.menu-cont .dropdown .dropdown-menu li a {
  color: #000000;
  width: 100%;
  padding: 5px 20px;
}
.menu-cont .dropdown .dropdown-menu li {
  width: 100%;
}
.menu-cont .dropdown .dropdown-menu li a:hover {
  background: none;
  color: #aad570;
}

/*** STEP 2 - Anzeige hervorheben ***/
.panda-line-s5 {
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .panda-line-s5 {
    width: 290px;
    left: -108px;
    bottom: 173px;
  }
}

.panda-s2 .panda-form label {
  width: 100%;
  cursor: pointer;
}
.panda-s2-container,
.panda-s2 .panda-form input[type="checkbox"] {
  float: left;
}

.panda-s2-container {
  border: 1px solid #becd9e;
  border-radius: 5px;
  width: 700px;
}

@media screen and (max-width: 700px) {
  .panda-s2-container {
    border: 1px solid #becd9e;
    border-radius: 5px;
    width: 250px;
  }
}

.panda-checkout-container {
  border: 1px solid #becd9e;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
}

.panda-s2-heading,
.panda-s2-content {
  padding: 10px 20px;
}
.panda-s2-heading {
  border-bottom: 1px solid #becd9e;
  font-size: 16px;
  background-color: #a1cf65;
  color: #ffffff;
}
.panda-s2-content .price {
  color: #000000;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .panda-s2-button {
    width: 93%;
  }
  .panda-s2-button button {
    float: right;
  }
}

.panda-s2-cb {
  display: none;
}
.panda-s2-cb + span {
  position: relative;
  border: 1px solid #979797;
  border-radius: 4px;
  padding: 3px;
  float: left;
  width: 22px;
  height: 22px;
  line-height: 18px;
  font-size: 12px;
  margin-right: 10px;
  color: #fff;
}
.panda-s2-rb + span {
  border-radius: 100%;
  font-size: 14px;
}

.panda-s2-cb + span > i {
  opacity: 0;
  line-height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}
.panda-s2-cb:checked + span {
  background-color: #a1cf65;
  color: #ffffff;
  border-color: #a1cf65;
}
.panda-s2-rb:checked + span {
  background-color: rgba(0, 0, 0, 0);
  color: #a1cf65;
  border-color: #a1cf65;
}
.panda-s2-cb:checked + span > i {
  opacity: 1;
}
.panda-checkbox-big label {
  cursor: pointer;
}

/*** STEP 5 - Anzeige hervorheben ***/

.panda-s5-content {
  border: 1px solid #becd9e;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px;
}
.panda-s5-content h3 {
  font-size: 20px;
  font-weight: normal;
}

/*** STEP 6 - Anzeige veröffentlichen ***/
.panda-order-table table tbody td {
  border-top: none;
  width: 50%;
}
.panda-order-table tbody > tr > td:first-child {
  border-right: 1px solid #a1cf65;
}
.panda-order-table tbody > tr > td:last-child {
  padding-left: 20px;
}
.panda-order-table a,
.panda-order-details-table a {
  color: #000000;
}
.panda-order-table a i {
  color: #846241;
}

.panda-order-details-table-row {
  margin-top: 30px;
}
.panda-order-details-table table tbody > tr > td:first-child {
  width: 10%;
}
.panda-order-details-table table tbody > tr > td:nth-child(2) {
  width: 55%;
}
.panda-order-details-table table tbody > tr > td:nth-child(3) {
  width: 15%;
}
.panda-order-details-table table tbody > tr > td:last-child {
  width: 1%;
}
.panda-order-details-table table tr td {
  border: none;
}
.panda-order-details-table table tr th,
.panda-order-details-table table tr td.pod-bb {
  border-bottom: 1px solid #a1cf65;
}

.panda-order-details-table i {
  color: red;
}
.panda-order-details-table a {
  color: #a1cf65;
}

.panda-order-details-additional .panda-s2-content {
  overflow: hidden;
}
.panda-order-details-additional .panda-s2-container {
  margin-bottom: 15px;
}
.panda-order-details-additional input {
  width: 88%;
  border: 1px solid #a1cf65;
}
.pod-total strong {
  font-size: 16px;
}
.panda-order-details-additional img {
  margin-right: 5px;
}
.panda-order-details-additional button {
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .panda-order-details-additional {
    width: 50%;
    margin-top: -125px;
  }
  .panda-form-order-details-cb {
    width: 40%;
  }
  .panda-order-table-col {
    margin-top: -55px;
  }
}
@media only screen and (max-width: 767px) {
  .panda-order-table, .panda-order-details-table {
    border: none;
  }
  .panda-order-details-additional,
  .panda-form-order-details-cb {
    float: none !important;
  }
  .panda-order-details-additional .panda-s2-container {
    width: 100%;
  }
}

/*** Meine aktuellen Abonnements ***/
.panda-box-abonnements {
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  padding: 12px !important;
  margin-bottom: 30px;
}
.no-gutter > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.panda-box-abonnements-header {
  border-bottom: 1px solid #a1cf65;
}
.panda-box-abonnements-content {
  padding-top: 5px;
}

.panda-box-abonnements-expand-btn.collapsed .fa-angle-up,
.panda-box-abonnements-expand-btn .fa-angle-down {
  display: none;
}
.panda-box-abonnements-expand-btn .fa-angle-up,
.panda-box-abonnements-expand-btn.collapsed .fa-angle-down {
  display: block;
}
.panda-box-abonnements-content,
.panda-box-abonnements-header {
  font-size: 13px;
  color: #464646;
}
.table-condensed>tbody>tr>td.abonnements-col-content {
  padding: 0;
  border: none;
}
.panda-box-abonnements-title {
  color: #a1cf65;
  font-size: 16px;
  margin-bottom: 0;
}
.panda-box-abonnements-header > p {
  margin-bottom: 0;
  color: #333333;
}
.panda-box-abonnements-header-right > .text-danger {
  margin-bottom: 1px;
}

.panda-box-abonnements-content-right > .text-danger,
.panda-box-abonnements-header-right > .text-danger {
  color: #fa2b4b;
}

.panda-box-abonnements-content table th {
  font-weight: 500;
}
.panda-box-abonnements-content table>tbody>tr>td {
  border-top: 1px solid #e1e1e1;
}
.panda-box-abonnements-content table>tbody>tr:first-child>td {
  border-top-color: #999999;
}
.panda-box-abonnements-content table>thead>tr>th {
  border: none;
}
.panda-box-abonnements-expand-btn,
.panda-box-abonnements-expand-btn:focus {
  color: #a1cf65;
  font-size: 20px;
}

.panda-box-abonnements .btn-danger {
  background-color: #fa2b4b;
  border-color: #fa2b4b
}
.panda-box-abonnements .btn-danger:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}

.abonnements-col-content table {
  margin-top: 5px;
}

@media only screen and (min-width: 992px) {
  .panda-box-abonnements-header-right {
    padding-left: 25px;
  }
  .panda-box-abonnements-content-right {
    padding-left: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .panda-box-abonnements .text-right {
    text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .panda-box-abonnements-content .table-responsive {
    border: none;
  }
}
@media only screen and (max-width: 600px) {
  .panda-box-abonnements-content .table-responsive > table {
    min-width: 550px;
  }
}

/*** Meine Anzeigenverwaltung ***/
.panda-nav-tabs .nav-tabs > li > a {
  background: #a1cf65;
  font-size: 16px;
  color: #ffffff;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  margin-right: 5px;
  padding: 15px;
  text-align: center;
}

@media (min-width: 675px) {
  .panda-nav-tabs .nav-tabs > li > a {
    width: 145px;
    height: 76px;
  }
}

@media (max-width: 674px) {
  .panda-nav-tabs .nav-tabs > li {
    float: none;
    width: 100%;
  }
}

.panda-nav-tabs .nav-tabs > li.active > a {
  background: #fff;
  color: #a1cf65;
}

.tab-content {
  font-size: 13px;
  padding: 20px 10px 0;
  border: 1px solid #ddd;
  border-width: 0 1px 1px;
}

.list-container {
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  margin-bottom: 30px;
}

.panda-list-tab-content .deactivated .panda-badge-notice,
.panda-list-tab-content .draft .panda-badge-notice {
  bottom: -5px;
  left: 11px;
}

.panda-tab-thumb {
  width: 100%;
}

.panda-list-tab-content--info h2 {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #a1cf65;
  margin-top: 0;
}

.panda-list-tab-content--info p,
.panda-list-tab-content--info-2 p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.panda-list-tab-content--stock {
  position: relative;
  padding-left: 35px;
}

.panda-list-tab-content--stock span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.panda-list-tab-content--stock p {
  line-height: 1.2;
}

.panda-list-tab-content--info-2 .panda-list-tab-content--info-2--release {
  font-size: 18px;
  color: #a1cf65;
  margin-top: 20px;
}

.panda-list-tab-content--info-2--release span {
  display: block;
  font-size: 14px;
}

.panda-list-tab-content--info.mt-1 {
  margin-top: 25px;
}

.panda-list-tab-content--info-2.mt-2 {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .panda-list-tab-content--info-2 {
    text-align: right;
  }

  .panda-list-tab-content--info {
    padding: 0;
  }

  .panda-list-tab-content--info-2 .panda-form-btn {
    margin-left: -19px;
  }
}

@media (max-width: 767px) {
  .panda-list-tab-content--info.s1 {
    margin-top: 20px;
  }
}

.buttons {
  margin: 10px 0 0;
  border-top: 1px solid #e6e6e6;
  padding: 5px 0;
}

.buttons a {
  color: #333333;
}

.buttons .fa-pencil-alt {
  color: #856241;
}

.buttons .fa-ban,
.buttons .fa-trash-alt {
  color: #ff0000;
}

.buttons .fa-copy,
.buttons .fa-upload {
  color: #97b834;
}

.buttons hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.buttons-2 {
  margin: 0;
  background-color: #f3f3f3;
  border-top: none;
}

@media (min-width: 768px) {
  .buttons,
  .buttons-2 {
    font-size: 12px;
  }

  .buttons .panda-p-0 {
    padding: 0;
  }
}

.deactivated
  .panda-list-tab-content--info-2
  .panda-list-tab-content--info-2--release,
.draft
  .panda-list-tab-content--info-2
  .panda-list-tab-content--info-2--release {
  color: #8c8c8c;
}

.panda-list-tab-content--info-2--release .deactivated-date {
  font-size: 11px;
  margin-bottom: 7px;
}

@media (max-width: 674px) {
  .panda-nav-tabs .nav-tabs > li {
    margin-bottom: 10px;
  }

  .panda-nav-tabs .nav-tabs > li.active > a {
    border-bottom-color: #dddddd;
  }

  .panda-nav-tabs .nav-tabs > li > a {
    border-radius: 5px;
  }
}

a.steps > h4 {
  color: #686868!important;
}

.anzeige-upload-img-icon > a > i {
  color: #ffffff!important;
}

.categorylist > div.panel-heading {
  background-color: #97b834;
}

.categorylist > div.panel-heading > h3 {
  color: #ffffff;
}

.categorylist > div.panel-footer > a,
.categorylist > div.panel-body > ul > li > a,
.categorylist > div.panel-body > a {
  color: #8c8c8c;
}

.categorylist > div.panel-body > ul > li {
  margin-left: -40px;
}

.categorylist > div.panel-body > ul {
  list-style-type: none;
}

.help-block {
  color: #ff0000;
}

.highlightColor {
  border: 3px solid #97b834!important;
}

@charset "UTF-8";
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 1rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  font-size: 18pt;
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1.5em;
  white-space: nowrap;
  cursor: pointer;
}

.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #a1cf65;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #a1cf65;
  text-shadow: 0 0 1px #333;
}

fieldset.ratingstars {
  border: 0;
  border-radius: 1px;
  margin-top: 5px;
}

#log {
  margin: 1em auto;
  width: 5em;
  text-align: center;
  background: transparent;
}

h1 {
  text-align: center;
}

label.ratinglabel {
  font-weight: normal!important;
}

input[type="checkbox"].katfilter {
  display:none;
}
input[type="checkbox"].katfilter + label::before {
  width: 15px;
  height: 15px;
  border-radius: 0px;
  border: 2px solid #a1cf65;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
input[type="checkbox"].katfilter:checked+label::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #a1cf65;
}