/* block style */
.fdb_home,
#module-feedback-main #wrapper {
  background: #fff;
}
#feedback .opener {
  position: absolute;
  width: 60px;
  cursor: pointer;
  border: 2px solid var(--color1);
  border-radius: 20px 0 0 20px;
  text-align: center;
  padding: 10px 0;
  left: -60px;
  background: var(--color1);
  color: #fff;
}
#feedback .opener span {
  font-size: 32px;
}
#feedback .opener:hover,
#feedback.opened .opener {
  background: #000;
  border-color: #000;
}
#feedback.opened {
  border-color: #000;
}
#feedback.opened form.std {
  height: 260px;
  overflow-y: auto;
}
#feedback.opened form.std .fdate {
  display: none;
}
#feedback h4 {
  font-size: 28px;
  color: #000;
  font-weight: 400;
}
.fdb_home {
  float: none;
  max-width: 100%;
  width: 1280px;
  clear: both;
  margin: 0 auto;
  padding: 30px 15px;
}
.fdb_home-inside {
  padding: 0 20px;
}
#avgblock {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0;
  color: #181818;
  font: 400 19px/23px "Poppins", sans-serif;
}
#avgblockform {
  margin-top: 0px;
  float: right;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
}
#avgblockform #average {
  font-size: 21px;
  margin-top: 0;
  margin-left: 10px;
}
.feedback_right > h2 {
  width: 100%;
  float: left;
}
#avgblockform #averagestars {
  float: left;
}
#averagestars {
  float: left;
  display: block;
  height: 23px;
  width: 91px;
  background: url("../img/star2.png") repeat-x scroll left 4px transparent;
}
#averagestarson {
  float: left;
  display: block;
  height: 23px;
  background: url("../img/star2.png") repeat-x scroll left -21px transparent;
}
#average {
  float: left;
  display: block;
  font: 400 19px/23px "Poppins", sans-serif;
}
#averageleft {
  margin-left: 10px;
  float: left;
  display: block;
}
.pagilist a {
  font-weight: bold;
}
.pagilist a:hover,
.pagilist a.active {
  color: #f73636;
}
.pagilist {
  text-align: center;
  margin-bottom: 30px;
}
.pagilist li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pagilist li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pagilist li.active,
.pagilist li.active:nth-of-type(2) {
  display: inline-block !important;
}

.feedback_right {
  float: right;
  width: 34%;
  display: flex;
  flex-direction: column;
}

.feedback_right .reviews-section {
  padding: 15px;
  border: 1px solid var(--stroke);
  background: #f1f1f1;
  background: #fff;
  color: #000;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-bottom: 20px;
}

.feedback_right .first {
  background-color: #f5f5f5;
  padding: 15px;
  color: #000;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 10px 10px;
  -webkit-border-radius: 10px 10px;
  margin-bottom: 15px;
}

.feedback_left {
  float: left;
  width: 66%;
  padding-right: 15px;
}

.feedback_right h2 {
  margin-top: 0;
  padding: 0;
  color: #000;
}
@media (max-width: 767px) {
  #feedback {
    width: 100%;
    margin-top: 15px;
  }
  .feedback_right {
    width: 100%;
  }
  .feedback_left {
    width: 100%;
    padding-right: 0;
  }
  form.std textarea,
  form.std input[type="text"] {
    font-size: 16px !important;
  }
}
form.std {
  clear: none;
}
form.std a {
  color: #000;
}
form.std a:hover {
  color: #f85d00;
}
form.std p {
  color: #000;
}
form.std p.fdbview {
  width: 80%;
  /* padding-right: 10px; */
}

label.top {
  color: #fff;
}
form.std .textarea label,
form.std .radio span,
form.std .text label {
  font-size: 12px;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  color: #000;
  font-weight: 400;
}
form.std .textarea label,
form.std .text label {
  margin-bottom: 0;
  margin-top: 10px;
}
form.std .text {
  margin-bottom: 0;
  margin-top: 0px;
}
form.std .radio span {
  display: block;
  padding-bottom: 5px;
}
form.std textarea,
form.std input[type="text"] {
  width: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px 35px 10px 12px;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  color: #000;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
form.std p.submit {
  float: right;
  width: 100%;
  padding: 0;
}
form.std p.submit input {
  display: block;
  width: 100%;
  background: var(--gradient1);
  font: 500 15px / 1.2em "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  color: #000;
}
label.btn.custom-file-label {
  background: transparent;
}
#vote_stars {
  padding-top: 5px;
}
.vote_star {
  display: inline-block;
  width: 15px;
  height: 15px;
  padding-right: 5px;
  background: transparent url("../img/star.png") no-repeat left top;
}
.vote_star.star_on {
  background-position: left bottom;
}
.comment_stars {
  float: left;
}
#feedback.sliderek {
  position: fixed;
  right: -320px;
  top: 185px;
  z-index: 999;
  background: #fff;
  border: 2px solid var(--color1);
  border-radius: 20px 0px 0px 20px;
  padding: 20px 20px;
  width: 320px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#feedback.opened {
  right: 0px;
}
#feedback .block_content {
  padding: 14px 0 0 7px;
  float: left;
}
@media (max-width: 500px) {
  #feedback.sliderek {
    width: 260px;
    right: -260px;
  }
  #feedback.sliderek.opened {
    right: 0px;
  }
}

.feedbackeye {
  padding: 6px 0 0 40px;
  height: 20px;
  color: #595a5e;
  text-align: left;
  background: url(../img/eye.png) no-repeat 0;
}

/* signfedback style */

#wrapper form.std p.fdbtextline {
}
#wrapper p.fdbtext,
.home-column p.fdbtext {
  /* color: #aaa; */
}

.one_feedback {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 15px !important;
  border: 1px solid var(--stroke);
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.feedback-left-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.feedback-left-header span {
  color: #333333;
}

.material-icons.verified {
  color: #00997d;
  transition: 0.3s ease;
  font-size: 18px;
}

div.verified {
  display: inline-block;
}
div.verified i {
  background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.7 15.75L4.275 13.35L1.575 12.75L1.8375 9.975L0 7.875L1.8375 5.775L1.575 3L4.275 2.4L5.7 0L8.25 1.0875L10.8 0L12.225 2.4L14.925 3L14.6625 5.775L16.5 7.875L14.6625 9.975L14.925 12.75L12.225 13.35L10.8 15.75L8.25 14.6625L5.7 15.75ZM7.4625 10.5375L11.7 6.3L10.65 5.2125L7.4625 8.4L5.85 6.825L4.8 7.875L7.4625 10.5375Z" fill="%2300997D"/></svg>');
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}

.material-icons.verified:hover {
  cursor: pointer;
}

.feedback-left-header .left-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.one_feedback div.one_feedback_left {
  width: 100%;
  float: left;
  text-align: left;
  color: #000;
  font-size: 12px;
  line-height: 1.4em;
}
.one_feedback div.one_feedback_left b {
  /* color: #bababa; */
  color: #000;
  font-weight: 100;
  /* margin-left: 5px; */
}
.one_feedback div.one_feedback_right {
  margin: 0 0 25px 0;
  color: #000;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 12px;
  padding: 0 0px;
  width: 100%;
  float: left;
  position: relative;
  height: auto !important;
  /* margin-top: 10px; */
}

.one_feedback div.one_feedback_right p.fdbview {
  width: 100%;
  /* margin-top: 10px;
  margin-bottom: 10px; */
  font-weight: 500;
  font-size: 14px;
}

.one_feedback p {
  margin: 0;
}
.fdbviewheader,
.home-column form.std .fdbviewheader {
  padding: 0px;
  font-size: 11px;
  text-align: right;
  display: flex;
  justify-content: space-between;
  color: #c6c6c6;
  flex-direction: row;
}
.fdbviewheader i {
  font-style: normal;
}
.one_feedback .comment_stars {
  margin: 0 10px 0 0;
  display: block;
  width: auto;
  text-align: left;
}
.fdbviewreply,
.home-column form.std .fdbviewreply {
  padding: 15px 20px;
  background: #fcfcfc;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
}

.radio2 {
  color: #aaa;
}
#left_column #feedback {
  border: 1px solid #ccc;
}
#left_column #feedback h4 {
  padding: 0 0 7px 0;
  margin: 0;
  border: none;
  padding: 14px;
  background: none repeat scroll 0 0 #fbfbfb;
  color: #181818;
}
#feedback h4:after {
  top: 14px;
}
#left_column .one_feedback {
  width: 100%;
  display: none;
  border: 0 none;
  border-top: 1px solid #ececec;
  margin-top: 10px;
  padding: 12px 7px 0px;
}
#left_column .one_feedback span.fname {
  float: left;
  font-size: 11px;
}
#left_column .one_feedback span.fdate {
  float: right;
}
#left_column .one_feedback span.fdate i {
  font-size: 11px;
  font-style: italic;
}
#left_column .one_feedback .fdbview {
  text-align: left;
  clear: both;
}
#left_column .one_feedback .comment_stars {
  float: left;
  width: 100%;
  text-align: left;
  margin: 4px 0;
}
#left_column .ghostFeed {
  display: none;
}
.feedback_footer {
  margin: 1em 0;
  text-align: center;
}
.feedback_footer a {
  text-decoration: underline;
  color: #fff;
}
.feedback_footer a:hover {
  color: #f75d1e !important;
}
.feedback_all {
  text-align: center;
}
@media (min-width: 1500px) {
  .fdb_home > div.col-lg-6 {
    width: 25% !important;
  }
}

#feedbackFile {
  margin: 10px 0;
}
#feedbackFile .upload-wrapper {
  background: #f5f5f5;
  position: relative;
  top: 2px;
}

#feedbackFile .upload-wrapper input {
  cursor: pointer;
}

.std .custom-file {
  background: #f5f5f5;
  margin: 25px 0 10px !important;
  border-radius: 30px;
  overflow: hidden;
}

.std .custom-file label {
  position: relative;
  left: 20px;
}

.pop_up_in {
  display: flex;
  height: 100%;
}

.pop_up_in img {
  object-fit: contain;
}

.pop_up_in .comment {
  /* overflow-y: scroll; */
  overflow-x: hidden;
  padding: 0px 5px 0px 12px;
  width: 100%;
  height: 485px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.pop_up_in .comment .name-date {
  display: flex;
  /* justify-content: space-between; */
  font-size: 12px;
  gap: 5px;
  padding: 10px 0px;
}

.pop_up_in .comment .name-date .name {
  font-weight: 600;
}

.pop_up_in .comment .name-date .date {
  color: #a7a7a7;
}

.pop_up_in .comment a {
  font-size: 12px;
}

.pop_up_in p {
  font-size: 14px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

#pop_up .header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.pop_up_in .comment .product_button {
  display: block;
  background: #3d3d3d;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px 10px;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  margin-top: auto;
}

#pop_up .feedback-product .title {
  font-weight: bold;
  font-size: 12px;
}

#pop_up .feedback-product a {
  color: #000;
  font-weight: 100;
}

#pop_up .feedback-product a:hover {
  color: #f85d00;
}

#pop_up .footer-container {
  padding-top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#pop_up .feedback-product.bestseller {
  margin-bottom: 10px;
}

.vertical-line {
  border-right: 1px solid #e5e5e5;
  margin-left: 10px;
  margin-right: 10px;
  display: inline;
}

.verified .vertical-line {
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding-left: 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 40px;
  line-height: 40px;
  color: #999;
  /* border-radius: 20px 10px 10px 20px; */
  border-radius: 10px 10px 10px 10px;
  font-weight: 300;
  border: 1px solid #e6e6e6;
}

.file-upload-wrapper:before {
  content: "Wybierz";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 40px;
  background: #333333;
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 12px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 10px 10px 0;
  border: 1px solid #e6e6e6;
}

.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: calc(60px - 20px);
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.one_feedback_right .hook img {
  width: 100% !important;
  height: 150px !important;
  object-fit: cover;
}

.one_feedback_right .images-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  /* justify-content: center; */
}

.one_feedback_right .img img {
  max-width: 100px;
  max-height: 100px;
  object-fit: cover;
}

.captcha {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

input[id="cpatchaTextBox"] {
  width: 250px;
}

.captcha-text {
  font-size: 12px;
  padding-left: 0px 5px;
  float: none;
  width: auto;
  text-align: left;
  color: #000;
  font-weight: 400;
  margin: 0px;
}

/* span.name{
	display: flex;
}

span.name::before {
    content: "\e7ff";
    font-family: "Material Icons";
    font-size: 23px;
}
.one_feedback_left b::before{
	content: "\e935";
    font-family: "Material Icons";
    padding-right: 5px;
    padding-left: 15px;
    font-size: 17px;
} */

div.feedback-product a.product_button {
  display: inline-block;
  color: #000;
  /* font-weight: 600; */
  font-size: 14px;
  /* border-bottom: 1px solid #000; */
  font-size: 12px;

  text-overflow: ellipsis;
  overflow: hidden;
  width: 85%;
  /* height: 13px; */
  white-space: nowrap;
}

.feedback-product.bestseller {
  display: flex;
  flex-direction: row;
  gap: 3px;
}

div.feedback-product a.product_button:hover {
  color: #f85d00;
  border-color: #f85d00;
}

.one_feedback div.one_feedback_right img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.horizontal-line {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-bottom: 10px;
}

.name {
  font-weight: 600;
}

.feedback-product span {
  font-weight: 500;
}

.feedback-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.review-container,
.image-container {
  display: flex;
  align-items: center;
}

.reviews-header h2 {
  margin-bottom: 5px;
}

.reviews-body {
  margin-top: 10px;
}

.reviews-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}

.feedback-count {
  color: #333333;
}

div#zakres ul.pagilist li a {
  color: #333333;
}

.name-date {
  display: inline-block;
}

/* .reviews-graph {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px;
  padding: 25px 25px 25px 25px;
  margin-bottom: 20px;
}
*/

.reviews-graph .graph-row {
  display: flex;
  align-items: center;
}

.reviews-graph .graph-row:not(:last-child) {
  margin-bottom: 20px;
}

.reviews-graph .label {
  width: 110px;
  text-align: left;
  margin-right: 10px;
  font-weight: 100;
}

.reviews-graph .bar-container {
  width: 100%;
  height: 20px;
  background-color: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 10px;
  transition: width 0.3s ease-in-out;
}

.reviews-graph .bar-container:hover .bar {
  cursor: pointer;
  background-color: #f85d00;
}

.reviews-graph .bar {
  height: 100%;
  background: var(--gradient1);
  border-radius: 5px;
  transition: width 0.3s ease-in-out;
}

.reviews-graph .percentage {
  width: 100px;
  text-align: right;
  font-weight: 100;
  color: #555;
}

.reviews-graph .graph-header {
  margin-bottom: 20px;
}

.reviews-graph .graph-header .total-reviews {
  font-weight: 600;
}

div#zakres ul.pagilist li a:hover {
  color: #fff;
}

div#zakres ul.pagilist li a:hover i {
  color: #fff;
}

div#zakres ul.pagilist {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

div#zakres ul.pagilist a#aktywnyZakres {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .feedback-hook .one_feedback {
  min-height: 360px;
} */

.feedback-hook .feedback-left-header {
  flex-direction: column;
  gap: 5px;
}

.feedback-hook .name-date-verified-wrapper .vertical-line:not(.first) {
  display: none;
}

.feedback-hook .feedback-left-header .left-header {
  width: 100%;
}

.feedback-hook .name-date-verified-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
}

.feedback-hook .one_feedback div.one_feedback_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feedback-hook .one_feedback div.one_feedback_right div.img {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.feedback-hook .one_feedback div.one_feedback_right div.img img {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.feedback-hook .feedback_more_button,
.feedback-hook .feedback_all_button {
  /* background-color: #fff; */
  /* color: #000; */
  /* font-weight: 600; */
  /* font-size: 14px; */
  /* border: none; */
  /* cursor: pointer; */
  /* display: inline-flex; */
  /* align-items: center; */
  /* transition: background-color 0.3s ease; */
  /* text-decoration: underline; */
  /* text-decoration-color: #000; */
  /* text-underline-offset: 5px; */
}

.feedback-hook .feedback_more_button:hover,
.feedback-hook .feedback_all_button:hover {
  color: #333333;
  text-decoration-color: #333333;
}

.feedback-hook .feedback_more_button .material-icons,
.feedback-hook .feedback_all_button .material-icons {
  color: #fff;
  margin-left: 8px;
}

.feedback-hook .rating-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}

.feedback-hook #feed-slider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.feedback-hook #feed-slider {
  padding: 0 !important;
  margin: 0 !important;
}

.feedback-hook #feed-slider .fdb_sub_element {
  padding: 0px 10px 0px 10px;
  margin: 0 !important;
}

.feedback-hook .one_feedback div.one_feedback_right p.fdbview {
  font-size: 0.8rem;
  font-weight: 400;
}

.add-new-review-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.add-new-review-container .left,
.add-new-review-container .right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.feedback-main-container.new-review {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body#module-feedback-main.add-new-review #wrapper {
  width: 800px;
}

body#module-feedback-main.add-new-review .vote_star:hover {
  cursor: pointer;
}

body#module-feedback-main.add-new-review .error-container,
body#module-feedback-main.add-new-review .confirmation-container {
  border: 1px solid transparent;
  border-radius: 10px 10px;
}

body#module-feedback-main.add-new-review .error-container p,
body#module-feedback-main.add-new-review .confirmation-container p {
  margin-bottom: 0;
}

body#module-feedback-main.add-new-review .error-container ul,
body#module-feedback-main.add-new-review .confirmation-container ul {
  list-style: inside;
  margin-left: 5px;
}

body#module-feedback-main.add-new-review .error-container {
  background-color: #f8d7da;
  color: #000;
  font-size: 14px;
}

body#module-feedback-main.add-new-review .confirmation-container {
  background-color: #d4edda;
  color: #000;
  font-size: 14px;
}

body#module-feedback-main.add-new-review .confirmation-container .back-to-home {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
}

body#module-feedback-main
  .add-new-review-container
  .add-new-review-button:hover {
  text-decoration: underline;
  color: #d91a2d;
}

body#module-feedback-main .new-review-btn {
  text-transform: inherit;
  margin-bottom: 20px;
}

@media (max-width: 767px) {

  #pop_up.resize {
    width: 100% !important;
    height: 100% !important;
  }
  .pop_up_in {
    display: flex;
    flex-direction: column;
    padding: 5px;
    /* position: fixed; */
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* overflow-y: auto; */
  }
  .pop_up_in .comment {
    height: 100% !important;
    /* display: block; */
    position: static;
    height: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }

  .pop_up_in img {
    /* width: 100% !important;
    height: auto !important; */
    width: 100% !important;
    height: 350px !important;
    object-fit: contain;
  }

  .pop_up_in .comment .product_button {
    width: 100%;
  }
  form.std p.fdbview {
    width: 100% !important;
  }

  .one_feedback_right .img img {
    width: 100% !important;
  }

  div.feedback-product a.product_button {
    width: 63%;
  }

  #pop_up .feedback-product.product {
    margin-bottom: 10px;
  }

  .vertical-line:not(.first) {
    display: none;
  }

  .verified .vertical-line {
    display: none;
  }

  #module-feedback-main div.verified {
    display: block;
    margin-top: 10px;
  }

  #module-feedback-main #pop_up div.verified {
    margin-top: 0;
  }

  .pop_up_in .comment {
    overflow-y: scroll;
  }

  .user-name {
    display: flex;
    flex-direction: column;
  }

  .reviews-graph .graph-header .total-reviews {
    text-align: center;
  }

  .reviews-graph {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    background-color: #fff;
  }

  body #zakres a,
  #aktywnyZakres {
    min-width: 1.5em;
  }

  div#zakres ul.pagilist a#aktywnyZakres {
    border-radius: 25%;
    height: 18px;
  }

  div#zakres ul.pagilist li > a:hover {
    border-radius: 25%;
    height: fit-content;
  }

  body .reviews_area #feed-slider .owl-stage .col-xs-12,
  body#index #feed-slider .col-xs-12 {
    padding: 5px;
  }

  .feedback-hook .rating-container {
    flex-direction: row;
  }

  .feedback-hook .rating-container {
    width: 100%;
  }

  .feedback-hook .rating-container div.verified {
    width: 100%;
  }

  .feedback-hook .rating-container .comment_stars {
    display: flex !important;
    justify-content: flex-end !important;
  }

  .feedback-hook .one_feedback {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
  }

  .feedback-hook .owl-theme .owl-nav.disabled + .owl-dots {
    width: 100%;
  }

  .feedback-hook .feedback_more {
    display: none;
  }

  .feedback-hook .feedback_all {
    display: block !important;
    margin-top: 10px;
  }

  .feedback-hook.fdb_home {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .feedback-hook .one_feedback .one_feedback_right {
    /* height: 100% !important; */
    height: auto !important;
  }

  .feedback-hook .one_feedback {
    margin-top: 5px;
    height: auto !important;
  }

  .feedback-hook .feedback_more_button,
  .feedback-hook .feedback_all_button {
    font-size: 15px;
  }

  .add-new-review-container {
    justify-content: center;
    margin-bottom: 20px;
  }

  .add-new-review-container a.button {
    width: 100%;
    text-align: center;
    text-transform: none;
  }

  body#module-feedback-main header.page-header h1.full-one {
    margin-bottom: 25px;
  }

  .pop_up_in .comment .name-date {
    flex-direction: column;
  }
}
