@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Nunito:wght@700;800&display=swap");
.product-card {
  width: 100%;
  padding: 180px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1100px) {
  .product-card {
    padding-top: 120px;
  }
}


.product-card .breadcrumbs {
  margin-bottom: 70px;
}
@media (max-width: 600px) {
    .product-card .breadcrumbs {
        margin-bottom: 40px;
    }
}

.product-card-container {
  width: 1520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1600px) {
  .product-card-container {
    width: 95%;
  }
}

.product-card-image {
  width: 45%;
  margin-bottom: 70px;
  padding-right: 40px;
}
@media (max-width: 600px) {
    .product-card-image {
      margin-bottom: 40px;
      padding-right: 0;
    }
}

@media (max-width: 1100px) {
  .product-card-image {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 500px;
  }
}

.product-card-image img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 600px) {
    .product-card-image img {
      max-width: 80%;
      max-height: 80%;
    }
    .product-card-image {
        margin-bottom: 0;
    }
}

.product-card-desc {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
}

@media (max-width: 1100px) {
  .product-card-desc {
    width: 100%;
  }
}

.product-card-desc h1.h2 {
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  font-family: 'Nunito', sans-serif;
  width: 100%;
}

.product-card-desc h2.h2 {
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  font-family: 'Nunito', sans-serif;
  width: 100%;
}
@media (max-width: 1600px) {
    .product-card-desc h2.h2 {
      font-size: 35px;
      line-height: 45px;
      font-weight: 600;
    }
}

@media (max-width: 600px) {
  .product-card-desc h2.h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
  }
}

.product-card-desc p.text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
  width: 70%;
}
@media (max-width: 1600px) {
    .product-card-desc p.text {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 30px;
      width: 70%;
    }
}

@media (max-width: 600px) {
  .product-card-desc p.text {
    width: 100%;
  }
}

.product-card-desc__stars {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 600px) {
  .product-card-desc__stars {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
}

.product-card-desc__stars__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
}

.product-card-desc__stars__list img {
  margin-right: 5px;
}

.product-card-desc__stars p {
  font-size: 18px;
  line-height: 26px;
}

.product-card-desc p.structure, .product-card-desc p.category {
  width: 100%;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}

@media (max-width: 1600px) {
    .product-card-desc p.structure, .product-card-desc p.category {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .product-card-desc p.structure, .product-card-desc p.category {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .product-card-desc p.category {
        margin-bottom: 30px;
    }
}

.product-card-desc p.structure b, .product-card-desc p.category b {
  font-weight: 700;
}

.product-card-desc b.stock {
  width: 100%;
  margin-bottom: 30px;
}

.product-card-desc b.stock p {
  font-size: 24px;
  line-height: 34px;
  color: #02AAB0;
}

.product-card-desc b.nope {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-card-desc b.nope p {
  font-size: 24px;
  line-height: 34px;
  color: #FF6F6F;
  margin-bottom: 10px;
}

.product-card-desc b.nope .nope-email {
  position: relative;
}

.product-card-desc b.nope input {
  width: 65%;
  height: 60px;
  background-color: rgba(61, 61, 61, 0.05);
  border-radius: 10px;
  padding: 0 90px 0 30px;
  font-size: 22px;
  line-height: 34px;
}

@media (max-width: 700px) {
  .product-card-desc b.nope input {
    width: 100%;
  }
}

.product-card-desc b.nope button {
  position: absolute;
  width: 80px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#02AAB0), to(#00CDAC));
  background: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
  border-radius: 10px;
  right: 35%;
  top: 0;
  font-size: 26px;
  color: #fff;
  bottom: 0;
}

@media (max-width: 700px) {
  .product-card-desc b.nope button {
    right: 0;
  }
}

.product-card-desc__footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .product-card-desc__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.product-card-desc__footer p {
  font-size: 50px;
  line-height: 60px;
  font-family: 'Nunito', sans-serif;
}
@media (max-width: 1600px) {
    .product-card-desc__footer p {
        font-size: 35px;
        line-height: 45px;
    }
}

.product-card-desc__footer button {
  width: 270px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#02AAB0), to(#00CDAC));
  background: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
  border-radius: 10px;
  font-size: 26px;
  line-height: 34px;
  text-decoration: none;
  font-weight: 600;
  margin-left: 120px;
  position: relative;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
@media (max-width: 1600px) {
    .product-card-desc__footer button {
        width: 230px;
        height: 50px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
    }
}

@media (max-width: 600px) {
  .product-card-desc__footer button {
    margin-left: 0;
    margin-top: 20px;
  }
}

.product-card-desc__footer button::after {
  position: absolute;
  content: '';
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, right top, from(#02AAB0), to(#00CDAC));
  background-image: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
  z-index: -1;
  opacity: 0;
}

.product-card-desc__footer button:hover {
  background: #fff;
  color: #3d3d3d;
}

.product-card-desc__footer button:hover::after {
  opacity: 1;
}

.product-card-desc-full {
  width: 100%;
  margin-bottom: 40px;
}

.product-card-desc-full h2.h2 {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 60px;
}

.product-card-desc-full__info {
  margin-bottom: 40px;
}

.product-card-desc-full__info span {
  display: block;
  font-size: 24px;
  line-height: 34px;
}

.product-card-desc-full p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
}
.product-card-desc-full ul {
      width: auto;
      height: auto;
      padding: 0 20px 20px 20px;
}
.product-card-desc-full ul li {
      font-size: 16px;
      line-height: 20px;
      margin: 15px 0;
}
@media (max-width: 1600px) {
    .product-card-desc-full p {
      font-size: 18px;
      line-height: 24px;
    }
}

.product-card-desc-full h4 {
    font-size: 22px;
    line-height: 30px;
    margin: 30px 0 10px 0;
    padding: 0;
    font-weight: 800;
}

.product-card-desc-full a {
  margin-top: 20px;
  display: block;
  font-size: 18px;
  line-height: 26px;
}

.product-card-desc-full__dropdow-item {
  width: 100%;
  margin-bottom: 30px;
}

.product-card-desc-full__dropdow-item a {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1600px) {
    .product-card-desc-full h2.h2 {
      margin-bottom: 40px;
      font-size: 40px;
      line-height: 50px;
    }
    .product-card-desc-full__info span {
      font-size: 18px;
      line-height: 24px;
    }
    .product-card-desc-full__dropdow-item a {
      font-size: 25px;
      line-height: 30px;
      font-weight: 600;
    }
}
@media (max-width: 600px) {
    .product-card-desc-full__dropdow-item a {
      font-size: 20px;
      line-height: 25px;
    }
}

.product-card-desc-full__dropdow-item a img {
  margin-left: 40px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media (max-width: 900px) {
  .product-card-desc-full__dropdow-item a img {
    margin-left: auto;
  }
}

.product-card-desc-full__dropdow-item a.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-card-desc-full__dropdow-item__list {
  width: 100%;
  padding: 15px 0 0 30px;
  display: none;
}

.product-card-desc-full__dropdow-item__list p {
  font-size: 18px;
}
@media (max-width: 600px) {
    .product-card-desc-full__dropdow-item__list p {
        font-size: 15px;
    }
    .product-card-desc-full__dropdow-item__list {
      padding: 10px 0 0 10px;
    }
    .product-card-desc-full__dropdow-item a {
      padding: 0 7px;
    }
}

.product-card-desc-full__dropdow-item__list__reviews {
  margin-bottom: 20px;
}

.product-card-desc-full__dropdow-item__list__reviews b {
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
}

.product-card-desc-full__dropdow-item__list__reviews p {
  font-size: 16px;
  margin-bottom: 10px;
}


/* add */
table tr, table td {
    outline: 1px solid #000;
    text-align: center;
    vertical-align: center;
}
