.product_info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  width: 100%;
}

.product_info .pi_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product_info .brand_title {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product_info h1 {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8rem;
  color: rgb(25, 25, 25);
}

.product_info h2 {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.7rem;
}

.product_info h2 a {
  color: #666;
}

.product_info .icon_container {
  display: flex;
  flex-direction: column;
}

.price_info .price_container {
  padding: 5px 0;
}

.price_info .title {
}

.option_title {
  font-size: 11px;
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
}

.price_info .price {
  font-size: 16px;
  color: white;
  font-weight: 500;
}

.price_info .price-old {
  color: #666;
  text-decoration: line-through;
  font-size: 20px;
}

.price_info .price_discount {
  background-color: red;
}

.product-info-delivery__normal {
  line-height: 16px;
  display: flex;
  align-items: center;
}

.product-info-delivery {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  padding: 15px;
}

.product-info-delivery .icon-wrapper {
  margin-right: 5px;
}

.product-info-delivery__normal__time {
  margin-right: 5px;
}

.product-info-delivery__normal__text {
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.option_box {
  margin-bottom: 8px;
}

.option_box .option_title {
  margin-bottom: 2px;
}

.btn-add-to-cart {
  letter-spacing: -0.025em !important;
  line-height: 1.15;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  color: #fff;
  -webkit-border-radius: 5px;
  transition-duration: 0.1s;
  transition-property: background-color, border-color;
  background-color: #78b437;
  white-space: nowrap;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 18px;
  height: 48px;
  padding: 12px 26px 13px 20px;
  margin: 0;
  display: block;
  font-weight: 600;
  width: 100%;
}

.btn-add-to-cart:hover {
  background-color: #54891c;
}

.swiper {
  width: 100%;
  /*height: 500px;*/
}

.option_box .btn-option {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 600;
  white-space: nowrap;
  color: #666;
}

@media screen and (max-width: 768px) {
  .btn-option:hover {
    color: #666;
    border-color: #666;
    background-color: transparent;
  }
  .btn-check:checked + .btn-outline-success:focus,
  .btn-outline-success.active:focus,
  .btn-outline-success:focus {
    box-shadow: none;
  }
  /* .p_info_box form {
    padding-inline: 10px;
  } */
}

.detail-accordion .accordion {
  --bs-accordion-border-color: none;
}

.detail-accordion {
  margin-top: 16px;
  font-size: 12px;
}

.detail-accordion .accordion-button {
  font-size: 0.8rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  text-transform: uppercase;
  color: #666;
}

.accordion-button {
  background-color: #fbfbfb;
}
.accordion-button:not(.collapsed),
.accordion-body {
  background-color: #f0f7f5;
}
.accordion-button:focus {
  border: none;
  box-shadow: none;
  color: black;
}
.accordion {
  --bs-accordion-border-color: none;
}

.detail-accordion .accordion-item:first-of-type .accordion-button,
.detail-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
  border: none;
}

.accordion-collapse {
  border: none !important;
}

.accordion-button.collapsed {
  border: none !important;
}

.detail-accordion .accordion-item:last-of-type .accordion-collapse {
  border-radius: 0;
}

.detail-accordion h2 {
  font-size: 14px;
}

.installment_box {
  text-align: center;
  padding-bottom: 24px;
}

.installment_box .installment_title {
  border-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #efefef;
  text-align: center;
  padding: 8px 0;
}

.installment_box .installment_title img {
  height: 25px;
  object-fit: contain;
}

.divider_box {
  height: 16px;
  background-color: #efefef;
}

.p_list .p_list_title {
  font-size: 2rem;
  text-align: center;
}

.p_list_categories img {
  height: 60px;
  border: 1px solid #efefef;
}

.p_list_categories .list-group {
  border-radius: 0;
}

.p_list_categories .list-group-item {
  border-color: #e6e6e6;
  font-size: 0.9rem;
}

.list-group-item + .list-group-item {
  border-top-width: initial !important;
}

#banner .owl-dots {
  margin-top: -40px;
  z-index: 75;
  position: absolute;
  margin-bottom: 40px;
  width: 100%;
}

.p_list_products .owl-dots {
  text-align: center;
}
.p_list_products .owl-dots button.owl-dot {
  display: inline-block;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background-color: #ececec;
  margin: 0 3px;
}

.p_list_products .owl-dots button.owl-dot:focus {
  outline: none;
}

.p_list_products .owl-dots button.owl-dot.active {
  background-color: #666;
}
