.product-area {
  max-width: 1400px;
  margin: auto;
  @media screen and (max-width: 992px) {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .product-area__details {
    .product-area__details__inner {
      margin-top: 0!important;
    }
    .product-detail__form {
      display: flex;
      flex-wrap: wrap;
      .block-item {
        width: 100%;
        &.width--half {
          width: 50%;
        }
        &.tabs {
          .product-detail__tab-container {
            #opinew-reviews-product-page-code {
                .opw-main-content-container {
                  .summary-card-container {
                    .opw-mt-8.opw-pt-8 {
                      margin: 0!important;
                      padding: 0!important;
                      .md\:opw-justify-end {
                        justify-content: flex-start!important;
                      }
                      a {
                        text-decoration: none!important;
                        border: none!important;
                      }
                    }
                  }
                  .summary-card-container + div {
                    display: block;
                    .summary-card-container {
                      display: block;
                      .opw-carousel__indicators {
                        display: none;
                      }
                    }
                  }
                }
            }
          }
        }
        &.title {
          .product-area__details__title {
            font-weight: 700;
            white-space: nowrap;
            padding-bottom: 0;
            font-size: 21px;
            @media screen and (min-width: 1424px) {
              font-size: 26px;
            }
          }
          #opinew-stars-plugin-product {
            /* margin-top: 5px; */
          }
          .brand {
            font-size: 11px;
            font-weight: normal;
            vertical-align: middle;
            @media screen and (min-width: 1424px) {
              font-size: 16px;
            }
          }
        }
        &.rating {
          text-align: left;
          font-size: 14px;
          #opinew-stars-plugin-product {
            text-align: left;
            padding-bottom: 0;
            padding-top: 5px;
          }
          & > span {
            font-size: 11px;
            white-space: nowrap;
          }
        }
        &.price {
          margin-top: 0;
          text-align: right;
          & > span {
            font-size: 11px;
            white-space: nowrap;
            float: right;
            @media screen and (min-width: 1424px) {
              font-size: small;
            }
          }
          .current-price {
            font-weight: 700;
          }
        }
        &.checklist {
          padding-top: 20px;
          h2 {
            text-align: center;
          }
          ul {
            column-count: 2;
            list-style: none;
            padding: 0;
            max-width: 325px;
            margin: auto;
            margin-top: 10px;
            @media screen and (min-width: 992px) {
              max-width: fit-content;
            }
            li {
              position: relative;
              padding-left: 20px;
              margin-bottom: 5px;
              &::before {
                content: "";
                background: url(./checkmark.svg);
                width: 14px;
                height: 14px;
                position: absolute;
                left: 0;
                top: 4px;
                line-height: 0;
                letter-spacing: 0;
                display: block;
              }
            }
          }
        }
        &.buy_buttons {
          .product-detail__form__action {
            .button {
              font-size: 18px !important;
              font-weight: bold;
              box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
            }
          }
          shopify-payment-terms {
            margin: 0;
            font-size: 12px;
            @media screen and (min-width: 992px) {
              font-size: 15px;
            }
          }
        }
        &.shipping {
          padding-top: 20px;
          text-align: center;
          margin-bottom: 10px;
          .shipping-text {
            color: #E3B3A3;
            font-weight: bold;
            letter-spacing: 0.5px;
            vertical-align: middle;
            margin: 0;
            .led-green {
              display: inline-block;
              margin: 0;
              margin-right: 5px;
              width: 12px;
              height: 12px;
              background-color: #ABFF00;
              border-radius: 50%;
              box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
              animation: blink 1.25s infinite;
            }
            
          }
          a {
            text-decoration: underline;
          }
        }
        &.contact {
          margin-top: 10px;
          .contact-info {
            display: block;
            padding: 10px;
            border: 1px solid #B7BCBF;
            .head_line {
              display: flex;
              justify-content: space-between;
              align-items: center;
              .heading {
                font-size: 16px;
                font-weight: bold;
                svg {
                  fill: none;
                }
              }
            }
            .content_line {
              display: flex;
              margin-top: 20px;
              .image {
                width: 70px;
                height: 70px;
                margin: 0 auto;
                position: relative;
                img {
                  border-radius: 50%;
                  overflow: hidden;
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                }
                svg {
                  position: absolute;
                  right: 0;
                  top: -5px;
                }
              }
              .info {
                text-align: center;
                min-width: calc(100% - 80px);
                p {
                  margin: 0;
                  font-size: 12px;
                  line-height: 18px;
                  @media screen and (min-width: 992px) {
                    font-size: 16px;
                    line-height: 20px;
                  }
                  a {
                    font-weight: 700;
                    text-decoration: underline;
                  }
                }
              }
            }
          }
        }
        &.variant_picker {
          label {
            @media screen and (min-width: 992px) {
              font-size: 18px;
              span {
                line-height: 28px;
              }
            }
          }
        }
       
      }
    }
  }
  .product-area__media {
    margin-top: 50px;
    padding-left: 100px;
    margin-bottom: 50px;
    @media screen and (max-width: 992px) {
      padding-left: 0;
      margin-bottom: 0;
      margin-top: 0;
    }
    .theme-gallery {
      .thumbs-slider {
        margin-top: 20px;
        @media screen and (max-width: 992px) {
          display: block;
          overflow-x: scroll;
        }
        
      }
      ::-webkit-scrollbar {
        display: none;
      }
    }
  }
}

@keyframes blink {
  50% {
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 15px 25px;
  }
}

#opinew-app-container {
  .opw-flex[data-v-5ff95d60] {
    width: 100%;
    .opw-square-thumb {
      width: 15%;
      height: auto;
    }
  }
 
}