﻿#revico-form .revico-form-main-content {
  padding-bottom: 90px;
}
#revico-form .revico-form-shop-info-block--upper-part a {
  border-bottom: 1px solid;
}
#revico-form .revico-form-shop-info-wrapper {
  border: none;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
#revico-form .revico-form-message {
  margin: 20px auto 30px;
}
#revico-form .revico-form-search-block,
#revico-form .revico-form-shop-review-block,
#revico-form .revico-form-product-list-wrapper {
  width: 1000px;
  text-align: center;
  margin: 0 auto;
}
#revico-form .revico-form-search-block {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  padding: 15px 40px;
  margin-bottom: 20px;
}
#revico-form .revico-form-search-block--input-value {
  width: 80%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
#revico-form .revico-form-search-block--input-value:focus {
  color: #495057;
  background-color: #fff;
  border-color: #9a9a9a;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#revico-form .revico-form-search-block--button-search {
  border: 2px solid #f5c526;
  background-color: #fff;
  color: #f5c526;
  border-radius: 30px;
  padding: 0.5rem 1rem;
}
#revico-form .revico-form-search-block--button-search:hover {
  border: 2px solid #f5c526;
  background-color: #f5c526;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#revico-form .revico-form-shop-review-block {
  background-color: #fff2e7;
  margin-bottom: 20px;
  padding: 10px;
  display: none;
}
#revico-form .revico-form-shop-review-block--logo {
  display: block;
  max-width: 500px;
  max-height: 80px;
  margin: 0 auto 20px;
}
#revico-form .revico-form-shop-review-block--message {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
#revico-form .revico-form-shop-review-block--url {
  border-bottom: 1px solid;
}
#revico-form .revico-api-loading--container {
  position: relative;
  margin: 10px;
  height: 20px;
  display: none;
}
#revico-form .revico-api-loading--contents {
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#revico-form .revico-api-loading--ball-pulse {
  text-align: center;
  margin-top: 0px;
  margin-left: -40px;
  position: absolute;
  width: 80px;
  left: 50%;
  top: 50%;
  z-index: 900;
}
#revico-form .revico-api-loading--ball-pulse > div {
  background-color: #aaa;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
#revico-form .revico-api-loading--ball-pulse > div:nth-child(1) {
  -webkit-animation-name: scaleAnimation;
  -webkit-animation-delay: -0.24s;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: scaleAnimation;
  -moz-animation-delay: -0.24s;
  -moz-animation-duration: 0.75s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: scaleAnimation;
  -ms-animation-delay: -0.24s;
  -ms-animation-duration: 0.75s;
  -ms-animation-iteration-count: infinite;
  animation-name: scaleAnimation;
  animation-delay: -0.24s;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
}
#revico-form .revico-api-loading--ball-pulse > div:nth-child(2) {
  -webkit-animation-name: scaleAnimation;
  -webkit-animation-delay: -0.12s;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: scaleAnimation;
  -moz-animation-delay: -0.12s;
  -moz-animation-duration: 0.75s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: scaleAnimation;
  -ms-animation-delay: -0.12s;
  -ms-animation-duration: 0.75s;
  -ms-animation-iteration-count: infinite;
  animation-name: scaleAnimation;
  animation-delay: -0.12s;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
}
#revico-form .revico-api-loading--ball-pulse > div:nth-child(3) {
  -webkit-animation-name: scaleAnimation;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: scaleAnimation;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.75s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: scaleAnimation;
  -ms-animation-delay: 0s;
  -ms-animation-duration: 0.75s;
  -ms-animation-iteration-count: infinite;
  animation-name: scaleAnimation;
  animation-delay: 0s;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
}
#revico-form .revico-form-product-list-wrapper {
  border: 7px solid #f3f3f3;
  margin-bottom: 20px;
}
#revico-form .revico-form-product-list-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}
#revico-form .revico-form-product-list-block > * {
  min-width: 0;
}
#revico-form .revico-form-product-list-block img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
#revico-form .revico-form-product-item-info-block--product-name {
  word-break: normal;
  overflow-wrap: break-word;
}
#revico-form .revico-form-product-item-info-block--write-review-link {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto 0;
  padding: 0.5em 1em;
  overflow: hidden;
  border: 1px solid #ffc000;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  width: fit-content;
  text-decoration: underline;
}
#revico-form .revico-form-product-item-info-block--write-review-link:hover {
  background-color: transparent;
  color: #fff;
}
#revico-form .revico-form-product-item-info-block--write-review-link::before {
  position: absolute;
  z-index: -1;
  transform: rotate(-30deg);
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #ffc000;
  content: "";
  transition: height 0.3s ease;
}
#revico-form .revico-form-product-item-info-block--write-review-link:hover::before {
  height: 350%;
}
#revico-form .revico-form-product-item-info-block--end-of-sales {
  display: block;
  margin-top: 3px;
  color: red;
}
#revico-form .revico-form-product-item-block {
  padding: 7px;
  background-color: #fff;
}
#revico-form .revico-form-product-item-block--image {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#revico-form .revico-form-product-item-block--image img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  object-position: center;
  display: block;
}
#revico-form .revico-form-product-list-block--no-products {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}
#revico-form .revico-read-more-review {
  display: none;
}
#revico-form .revico-star .revico-star-block {
  display: inline-flex;
}

@media screen and (min-width: 769px) and (max-width: 1050px) {
  #revico-form .revico-form-shop-info-wrapper,
  #revico-form .revico-form-search-block,
  #revico-form .revico-form-shop-review-block,
  #revico-form .revico-form-product-list-wrapper {
    width: 90%;
  }
  #revico-form .revico-form-search-block {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  #revico-form .revico-form-shop-info-wrapper {
    padding: 0 3%;
  }
  #revico-form .revico-form-message {
    width: 18rem;
  }
  #revico-form .revico-form-search-block,
  #revico-form .revico-form-shop-review-block,
  #revico-form .revico-form-product-list-wrapper {
    width: 90%;
  }
  #revico-form .revico-form-search-block {
    padding: 10px 3%;
  }
  #revico-form footer.revico-form-footer-block {
    height: 95px;
  }
  #revico-form .revico-form-product-list-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 20px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  #revico-form .revico-form-product-list-block > * {
    min-width: 0;
  }
  #revico-form .revico-form-product-list-block img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }
}
@media (hover: none) and (pointer: coarse) {
  #revico-form .revico-form-search-block--button-search:hover {
    background: #fff;
    color: #f5c526;
  }
}
#revico-form .revico-star .starability-result {
  background-image: url("../../img/star_yellow.png");
}
#revico-form .revico-star .starability-result[data-rating*="."] {
  background-image: url("../../img/star/star_half_yellow.png");
}