.good-title {
  padding: 10px 15px 0 15px;
  border-bottom: 1px solid #dde2e6;
}
.carousel-cont {
  position: relative;
}
.good-gallery {
  padding-right: 13px !important;
}
#image-prev .slick-slide {
  cursor: pointer;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 100px;
  margin-top: -50px;
  width: 30%;
  height: calc(0%);
  position: absolute;
}
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  color: white;
  font-size: 5em;
}
.pswp__button--arrow--right::before {
  content: "\f061";
  right: 28px;
}
.pswp__button--arrow--left::before {
  content: "\f060";
}
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  background: none;
}
#nodebutt-buy {
  width: calc(100% - 55px);
}
.field-field-cost {
  text-align: center;
  font-size: 10pt;
  color: #666;
  background-color: #f7f6f3;
  border-bottom: 1px solid #dde2e6;
  margin: -10px 0 10px 0;
  padding: 10px;
}
.field-field-cost span.cost {
  font-size: 18pt;
  font-weight: 700;
  color: #ed620d;
}
.field-field-cost .cost-rub {
  font-family: Arial, Helvetica, sans-serif;
}
.field-field-cost .field-field-cost-discount {
  font-size: 1.2em;
}
.delivery-annonce {
  padding: 10px;
}
.delivery-annonce .fa-map-marker-alt {
  color: #f00;
}
.tabs-box .tabs-content-delimiter {
  border-top: 1px solid #dde2e6;
  margin: -1px -15px 0 -15px;
  height: 15px;
}
.tabs-box .tabs-header {
  margin: -10px -15px 0px -15px;
  background-color: #f7f6f3;
}
.tabs-box .tabs-header ul {
  border-bottom: 1px solid #dde2e6;
}
.tabs-box .tabs-header ul li {
  list-style: none;
  cursor: pointer;
  float: left;
  font-size: 1.1em;
  padding: 10px 13px 5px 13px;
  border-right: 1px solid #dde2e6;
  border-bottom: 1px solid #dde2e6;
  height: 41px;
}
.tabs-box .tabs-header ul li.active {
  background-color: white;
  border-bottom: 1px solid white;
}
.tabs-box .tab-content {
  display: none;
}
.tabs-box .tab-content.active {
  display: block;
}
#delivery-variants {
  padding: 10px 0 0 0;
}
#delivery-variants a {
  color: #000000;
  border-bottom: double #CCC8C8;
}
#delivery-result tr td {
  padding: 10px;
}
.button-border {
  padding: 7px;
  border: 1px solid #CCC;
  border-radius: 8px;
}
.background-left-panel-buttons {
  background-color: #f8f5ee;
}
.comments-container {
  margin: 0;
}
.comments-container .indented {
  margin-left: 25px;
}
.comments-container .links {
  float: right;
  margin: -15px 0 0;
}
.comments-container ul.links {
  list-style: none;
  float: right;
  margin: 2px 0 0 15px;
  padding: 0;
  font-size: 10pt;
}
.comments-container ul.links li {
  float: left;
  margin: 0 5px 0 0;
}
.comments-container .comment-cont {
  padding-bottom: 15px;
}
.comments-container .comment-reply-btn {
  background-color: transparent;
  border: 0;
  color: #0164C1;
}
.comments-container .comment-reply-btn:hover {
  cursor: pointer;
  color: #f5890a;
}
.comments-container .review {
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 13px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: #f7f6f3;
}
.comments-container .review-list-top {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}
.comments-container .review-list-top .star {
  float: right;
}
.comments-container .review-list-top .star img {
  width: 12px;
}
.comments-container .review-list-top i {
  display: inline-block;
  color: #666;
  font-size: 13px;
}
.comments-container .review-list-top b {
  display: inline-block;
  background: url(../images/sniska.png) bottom right no-repeat;
  padding: 0 20px 6px 0;
  font-size: 13px;
}
.comments h3 {
  padding-bottom: 15px;
  color: #0164C1;
}
.comment-form {
  height: 55vh;
}
.review-list-top b,
.review-item-user {
  color: #ed1c24;
  font-weight: 700;
}
.review-form {
  border-radius: 12px;
  color: #282828;
  overflow: auto;
  box-shadow: inset 0 0 8px #CCC;
  background: #f7f6f3;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review-form .hide-field {
  display: none;
}
.review-form table {
  border-collapse: collapse;
  width: 100%;
}
.review-form table td {
  padding: 0 10px 10px 20px;
}
.review-form table td:first-child {
  padding-left: 0;
}
.review-form table td input[type="text"] {
  width: 100%;
}
.review-form table td textarea {
  width: 100%;
  height: 110px;
  padding: 0;
}
.review-form table td textarea.bought_for {
  height: 60px;
}
.review-item-h1 {
  padding: 10px;
}
.review-item {
  min-width: 100%;
}
.review-item-images {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px;
}
.review-item-image {
  width: calc(15%);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.review-item-image img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  display: block;
}
.review-item .similar-container {
  width: 100%;
  height: 100%;
  margin: 0 5px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review-item .review-item-user {
  display: block;
  font-size: 14px;
}
.review-item .review-item-user-info {
  display: table-cell;
  width: 140px;
}
.review-item .rating-list {
  float: none;
}
.review-item .review-item-main-subtitle {
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: underline;
}
.review-item .review-item-subtitle {
  font-weight: bold;
}
.review-item .review-item-container {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  scrollbar-gutter: stable;
  padding-bottom: 5px;
}
.review-item .review-item-container .review-item-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1%;
}
.review-item .review-item-container .review-item-wrapper {
  position: relative;
}
.review-item .review-item-container .review-item-wrapper .review-item-body .review-item-review-block {
  display: none;
  padding: 10px 5px;
  border-top: 1px dotted #CCC;
  text-overflow: ellipsis;
}
.review-item .review-item-container .review-item-wrapper .review-item-body .review-item-review-block:first-of-type {
  display: block;
  border-top: none;
}
.review-item .review-item-container .hide {
  height: 400px;
  overflow: hidden;
}
.review-item .review-item-container .hide:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1.2em;
  background: linear-gradient(to bottom,rgba(255,255,255,0),white 100%);
  pointer-events: none;
}
.review-item .review-item-container .review-item-button {
  width: 100%;
  height: 37px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #F7F6F3;
  border: 1px solid #D1D2D3;
  border-radius: 8px;
  box-shadow: 0 1px 1px #CCC;
  cursor: pointer;
}
.review-item .review-item-container .review-item-button:hover {
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.15);
}
.review-item .review-item-container .review-item-button.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.review-item .review-item-container::-webkit-scrollbar {
  background-color: white;
  border-radius: 2px;
}
.review-item .review-item-container::-webkit-scrollbar-thumb {
  background-color: #F7F6F3;
  border: 1px solid #D1D2D3;
  border-radius: 9em;
}
.analog_status {
  background: #ED6D21;
  width: 64px;
  padding: 3px 6px;
  position: absolute;
  z-index: 1;
  right: 6px;
  font-size: 13px;
  font-weight: bold;
  top: 370px;
  border-radius: 8px;
}
.action-status {
  padding: 3px 6px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin: 1px 0 0 0;
  border-radius: 8px;
  opacity: .9;
}
.action-status-container a .label:hover {
  background-color: #42d15a;
}
.label {
  background-color: #468847;
}
.storage-status-right {
  background-color: #468847;
}
.storage-status-right.empty-storage {
  color: #333;
  background-color: #ffffff;
}
.wrap-watermark {
  position: absolute;
  z-index: 1;
  right: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.good-watermark {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: #fff c;
}
.snap-in-description {
  border-bottom: 1px solid #dde2e6;
  margin-bottom: 10px;
}
.snap-in-description .image-block {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.snap-in-description .image-block img {
  padding: 0 !important;
}
.snap-in-description .image-block .storage-status {
  top: 0;
  left: 15px;
}
.accessory-card {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
}
.accessory-card .accessory-title {
  font-weight: bold;
}
.accessory-card:hover .accessory-title {
  color: #f6911a;
}
.snap-in-description .accessory-card {
  justify-content: flex-start;
}
.snap-list {
  min-height: 80px;
}
.snap-list:not(:last-child) {
  border-bottom: 1px solid #dde2e6;
}
.snap-list > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.panel-phone {
  font-size: 16px;
  padding: 0 0 10px 0;
}
.panel-phone a {
  color: #333;
}
.img-fluid {
  width: 100%;
}
.pswp__caption {
  background-color: rgba(0,0,0,0.7);
  font-size: 16px;
  color: #fff;
  width: 100%;
  min-height: 44px;
  padding: 5px;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.pswp__img {
  cursor: pointer !important;
}
.image_logo {
  padding: 10px;
}
