.product__modal {
  max-width: 900px;
  padding: 20px;
  padding-top: 27px;
}

.product__modal-close {
  top: 15px;
  right: 15px;
  z-index: 1;
}

.product__modal-close button {
  color: #ffffff;
  display: block;
  line-height: 36px;
  text-align: center;
  background: #fcbe00;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #fcbe00;
  outline: none;
}

.product__modal-close button:hover {
  background: #ffffff;
  color: #222;
}

.product__modal-wrapper {
  padding: 20px;
}

.product__modal-content h4 {
  font-size: 24px;
  color: #0068c9;
  font-weight: 500;
}

.product__modal-content .product__add-review span {
  font-size: 14px;
  color: #999;
  line-height: 1.2;
  position: relative;
}

.product__modal-content .product__add-review span::before {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 1px;
  height: 13px;
  left: -20px;
  right: 0;
  top: 3px;
}

.product__modal-content .product__price {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.product__modal-content .product__price span {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  color: #222;
}

.product__modal-content .product__modal-des ul li {
  display: inline-block;
}

.product__modal-content .product__modal-des ul li a {
  font-size: 14px;
  color: #666;
}

.product__modal-content .product__modal-des ul li a i {
  font-size: 6px;
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.product__modal-content .product__stock span {
  font-size: 14px;
  line-height: 24px;
  color: #222;
  display: inline-block;
}

.product__modal-box .nav-tabs {
  border-bottom: 0;
}

.product__modal-box .nav-link {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

.product__modal .nav-tabs {
  border: none;
  justify-content: space-between;
}

.product__modal .nav-link {
  border: 1px solid #e5e5e5;
  position: relative;
  margin-bottom: 20px;
}

.product__modal .nav-link.active {
  border-color: #fcbe00;
}

.product__modal .nav-link.active::after {
  position: absolute;
  content: "";
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: transparent;
  border-bottom-color: #fcbe00;
}