.item-price {
  font-size: 20px;
  font-weight: 600;
}

.item-title {
  padding-bottom: 0.2em;
}

@media screen and (max-width:768px) {
  .item-title {
      width: 300px;
      overflow-wrap: break-word;
    }

  .item-sub-title {
    font-size: 16px;
  }

  .item-price {
    font-size: 18px;
  }
}

.item-description {
  line-height: 1.9em;
  font-size: 16px;
}

@media screen and (max-width:768px) {
  .item-description {
    font-size: 14px;
  }
}

.item-overview-wrapper {
  border: solid 0.2px rgb(200, 200, 200);
  border-radius: 10px;
  /* margin: 1em; */
  padding: 1.5em;
}

@media screen and (max-width:768px) {
  .item-overview-wrapper {
    margin: 0.7em;
    padding: 0.7em;
  }
}

.item-overview {
  background-color: rgb(250, 250, 250);
  padding: 2em;
  border-radius: 10px;
  font-size: 14px;
}

@media screen and (max-width:768px) {
  .item-overview {
    padding: 0.5em;
  }

  .item-overview p {
    font-size: 12px;
  }
}

.item-overview-title {
  color: rgb(100, 100, 100);
  padding: 1em 0em 0.5em;
}

.item-overview-content {
  border-bottom: solid 0.2px rgb(200, 200, 200);
  line-height: 1.9em;
}

/* .item-order-button {
  background-color: rgb(100, 100, 100);
  padding: 15px 20px;
  color: white;
  text-decoration: none;
  font-weight: 700;
} */


.item-order-button {
  background-color: rgb(100, 100, 100);
  padding: 20px 10px;
  color: white;
  text-decoration: none;
  font-weight: 700;
  margin: 0.1em;
  font-size: 0.95em;
}

.item-order-button a {
  color: white;
  text-decoration: none;
}

.item-order-button:hover {
  background-color: rgb(218, 170, 99);
  color: white;
  text-decoration: none;
}

.item-icon {
  position: absolute;
  left: 0;
  top: 0;
  margin: 5px;
  z-index: 100;
}

.tag-button a {
  border: 0.5px solid rgb(100, 100, 100);
  border-radius: 20px;
  margin-right: 0.5em;
  padding: 0.5em 2em;
  color: rgb(100, 100, 100);
  font-size: 14px;
  text-decoration: none;
}

.tag-button:hover a {
  background-color: rgb(218, 170, 99);
  color: rgb(243, 243, 243);
}

@media screen and (min-width:768px) {
  .large-space {
    padding-top: 5em;
  }
}

.category-name {
  font-size: 0.8em;
  color: rgb(120, 120, 120);
  margin: 0em 0em 0em;
  text-align: left;
  font-weight: 700;
}

.category-name a {
  text-decoration: none;
  color: rgb(120, 120, 120);
}

.category-item-title {
  color: rgb(50, 50, 50);
  text-align: left;
  font-size: 1em;
  margin: 0em;
}

.category-item-price {
  color: rgb(50, 50, 50);
  font-size: 1em;
  text-align: left;
  font-weight: 600;
}

.bradcrumb {
  font-size: 1em;
  padding-top: 2em;
}

.bradcrumb a {
  font-size: 1em;
  padding-top: 2em;
  text-decoration: none;
  color: black;
}

p img .aligncenter {
  margin-left: auto;
  margin-right: auto;
}


@media screen and (max-width:767px) {

  .bradcrumb {
    font-size: 0.8em;
  }

  .category-item-title {
    font-size: 12px;
  }

  .category-item-price {
    font-size: 12px;
  }

  .item-order-button {
    font-size: 0.7em;
    padding: 15px 10px;
  }
}

/* .recommend-badge {
  background-color: darkorange;
  padding: 4em 1em;
  margin-left: 0.5em;
  margin-bottom: 3em;
  color: white;
  font-size: 14px;
  border-radius: 50%;
  font-weight: 700;
} */

.recommend-badge {
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  margin-bottom: 3em;
  font-size: 8px;
  background-color: darkorange;
  font-weight: 700;
  color: #fff;
}

.item-sidebarnav-wrap {
  padding-right: 1em;
  width: 300px;
  /* margin-top: 75px; */
}

.itemExportion {
  width: 300px;
  margin-top: 1em;
  margin-left: 1em;
}

@media (min-width:768px) and (max-width:1000px) {
  .itemExportion {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width:767px) {
  .itemExportion {
    margin-left: auto;
    margin-right: auto;
  }
}


@media (min-width:768px) and (max-width:1000px) {
.title-wrap{
  margin-left: auto;
  margin-right: auto;
}
}