/* Styles extracted from index.html */

/* Product photo styles */
.comm-prod-photo {
  max-width: 400px !important;
  width: 100%;
  margin-left: 0 !important;
}

.search-img {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* Header styles */
header > div {
  padding: 10px;
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

header > div > div:first-child {
  margin-bottom: 10px;
}

header > div > div:first-child > span {
  font-weight: bold;
  color: #333;
}

header > div > div:last-child > a {
  color: #0066cc;
  text-decoration: underline;
  font-weight: bold;
}

/* Responsive header images */
.headerXL,
.headerL,
.headerM {
  display: none;
}

@media (max-width: 1200px) {
  .headerXL {
    display: block;
  }

  .headerXXL {
    display: none;
  }
}

@media (max-width: 800px) {
  .headerL {
    display: block;
  }

  .headerXL {
    display: none;
  }
}

@media (max-width: 400px) {
  .headerM {
    display: block;
  }

  .headerL {
    display: none;
  }
}

/* Figure and image styles */
.figure--full-width,
.figure--full-width img {
  width: 100%;
}

#order_form input {
  margin: 0;
}

.figure {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  margin-bottom: 0 !important;
}

.figure__caption {
  display: table-caption;
  caption-side: bottom;
  background-color: #E3E3E3;
  padding: 8px 16px;
  font-size: .8125rem;
  text-align: center;
  font-family: 'Newsreader', serif;
}

/* Wheel styles */
.wheel_v2 {
  width: 100%;
}

.wheel-wrapper {
  overflow: hidden;
}

.wheel_v2-cursor {
  width: fit-content !important;
  height: fit-content;
}

.wheel_v2-cursor .cursor-text_v2 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1 !important;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#order_form {
  padding-bottom: 0;
}

/* Image styles */
.product-image-small {
  max-width: 170px;
  width: 100%;
}

.wheel-cursor-img {
  margin: 0;
}

/* Form text styles */
.text2 {
  margin: 15px 10px -5px 10px;
  border: 2px solid #0299ff;
  padding: 10px;
}

.text1 {
  font-size: 16px;
}

.old-price {
  text-decoration: line-through;
  color: red;
}

.new-price {
  color: green;
  font-size: larger;
}

.count {
  color: blue;
  font-size: 14px;
}

.phone-example {
  text-align: center;
  margin: 0;
}

.timer {
  font-size: 18px;
}

.submit-button-wrapper {
  margin-bottom: 20px;
}

/* Form styles */
.die-phone {
  display: none;
  position: absolute;
  top: -25px;
  right: 0;
  color: #fff;
  height: 24px;
  border-radius: 3px;
  padding: 0 10px 1px 10px;
  background: #E74C3C;
  font-size: 14px;
  align-items: center;
}

.act-gkk .die-phone {
  display: flex;
}

.btn-popup a {
  color: #fff;
  text-decoration: none;
}

.close-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.order_block {
  margin-bottom: 20px;
}

.pop-up-window_v2 {
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
}

.pop-up-heading_v2 {
  font-size: 34px;
}

.spin-result-wrapper_v2 .close-popup {
  top: -30px;
  right: -30px;
}

/* Fake comment styles */
.fake-comment-wrapper form input,
.fake-comment-wrapper .input-style,
.comment_modal #comment_form input {
  border-radius: 0px;
}

/* Footer styles */
footer {
  padding: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  margin-top: 40px;
}

footer > div {
  max-width: 800px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.6;
  color: #666;
}

footer > div > p {
  margin-bottom: 10px;
}

footer > div > div {
  text-align: center;
  margin-top: 20px;
}

footer > div > div > a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0066cc;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}
