	.swiper-slide img {
    object-fit: scale-down;
}
.bp_img_product {
    height: auto;
}
#shopping_form_details {
    margin-top: 30px;
}

.bp-category-name {
  display: none;
}
.bp_content_product {
  display: flex;
  flex-direction: column;
  position: relative;
}
.bp-group-button-qv-wl {
  position: absolute;
  top: 3px;
  right: 0;
}
.product-detail .product-quantity {
  width: 100%;
}
.product-detail .bp_btn_action_cart .btnAddToCart {
  margin: 0;
}
.product-detail .cls_product_sub {
  margin: 20px 0;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 4px;
  border-left: 4px solid #666;
}

.product-detail .cls_product_sub ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-detail .cls_product_sub ul li {
  position: relative;
  padding: 12px 0 12px 30px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  border-bottom: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.product-detail .cls_product_sub ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}


.product-detail .cls_product_sub ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 20px;
  background: #2c5aa0;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}
.bp_pd_details_tab {
    margin-top: 60px;
}
.tab-pane {
    margin-top: 15px;
}
.tab-content {
    border: 1px solid #eaeaea;
    padding: 0 20px;
}
.product-detail .cls_product_sub ul li:hover {
  background: rgba(44, 90, 160, 0.05);
  padding-left: 35px;
  color: #2c5aa0;
}


.product-detail .bp_btn_action_cart {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
}
.product-detail .btnAddAction,
.button-contact{
  background: linear-gradient(0deg, #d70018, #e45464);
  border: none;
  border-radius: 10px;
  color: #fff;
  margin: 0;
  height: 60px;
  outline: none;
  padding: 6px;
  transition: 0.3s;
  
}
.button-contact {
    margin-top: 20px;
     width: 150px;
    padding: 15px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.button-contact a{
    color: #FFF;
    text-align: left;
}
.product-detail #btnAddToCart-details
{
  align-items: center;
  background-color: transparent;
  background-color: initial;
  border: 1px solid #e04040;
  border-radius: 8px;
  height: 60px;
  min-width: 80px;
  overflow: hidden;
  padding: 6px;
  transition: 0.3s;
}
.bp_group_quantity button,
.bp_group_quantity input {
  border: none;
  outline: none;
}
.bp_group_quantity {
  border: 2px solid rgb(229, 229, 229, 0.9);
  height: 55px;
}
.swiper-slide-thumb-active {
  border: 2px solid #222222;
  border-radius: 4px;
}

#frm_detail {
  display: flex;
  flex-direction: column;
}
.bp_btn_action_cart {
  display: flex;
  gap: 20px;
}

.product_title {
  order: -2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #18181b;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  overflow: hidden;
}

.product-slide {
  margin-top: 60px;
}
.product-slide .bp_cls-click-mua {
  display: none;
}
.product-slide .card {
  display: flex;
  flex-direction: row;
  box-shadow: none !important;
}
.product-slide #carousel_fav img {
  height: auto;
}
.product-slide .bp-change-image {
  max-width: 140px;
  padding: 0 10px;
  position: relative;
}
.cls_price_text,
.cls_old_price_text {
  display: none;
}
.product-slide .bp_star_review {
  display: none;
}
.product-slide .product_title {
  font-size: 13px;
  text-align: left;
  font-weight: 400;
}
.product-slide .product_title a {
  color: #222222;
}
.product-slide .owl-nav {
  display: none;
}
.product-slide .bp_cls_group_price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  font-size: 13px;
}
.product-slide .cls_old_price,
.product-slide .cls_unit_price {
  color: #aaa;
  font-weight: 400;
}
.product-slide .bp_cls_price .cls_price_number,
.product-slide .bp_cls_price .cls_unit_price {
  color: #ec1d25;
  font-weight: 500;
}
.product-slide .bp_discount_percent {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  padding: 3px 8px;
  min-width: 44px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 17px;
  background-color: #f52c2c;
  color: #fff;
  box-shadow: 1px 1px 1px #0000001a;
  border-radius: 2px;
}
.product-slide .bp-cart-text {
  display: none;
}
.product-slide .bp-icon-cart {
  display: block;
}

.product-slide .bp-change-image:before {
  content: "";
  position: absolute;
  opacity: 0;
  background: #b7b7b769;
  top: 0;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.product-slide .bp-change-image:hover:before {
  opacity: 1;
}

.product-slide .btnAddToCart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
  z-index: 5;
  color: #fff;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  font-size: 24px;
}
.product-slide .bp-change-image:hover .btnAddToCart {
  opacity: 1;
}
.product-slide .owl-dot.active {
  background-color: rgb(191, 190, 200, 0.5);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-slide .owl-dot span {
  width: 7px !important;
  height: 7px !important;
  margin: 0 !important;
}
.product-slide .owl-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.product-slide #carousel_fav {
  margin-top: 30px;
}
.product-slide > h3 {
  font-size: 30px;
  font-weight: 600;
}
.same-product-title {
  font-size: 20px;
  font-weight: 600;
}
.product-options-tabs p {
  border-bottom: 1px solid #d70018;
  color: #d70018;
  font-weight: 600;
  max-height: 30px;
  padding: 5px 0;
  text-align: center;
  transition: border 0.3s ease;
  width: 180px;
  cursor: pointer;
  font-size: 14px;
}
.price-container-modified {
  order: -1;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  background: linear-gradient(to top right, #fcfeff, #eff5ff) padding-box, linear-gradient(to top right, #dbe8fe, #000000) border-box;
  border: 1px solid transparent;
}

.price-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.current-price {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.old-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  margin-left: 15px;
}

.unit {
  font-size: 14px;
  color: #666;
}
.support-container {
  margin-bottom: 40px;
}

.support-title {
  background-color: #121212;
  color: white;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.support-content {
  border: 1px solid #121212;
  padding: 15px;
}

.support-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.support-item:last-child {
  border-bottom: none;
}

.support-icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.support-text {
  flex: 1;
  font-size: 15px;
  line-height: 1.4;
}

.phone-number {
  color: #e74c3c;
  font-weight: bold;
}

.highlight {
  font-weight: bold;
  color: #000;
}

.delivery-text {
  flex: 1;
  line-height: 1.6;
}

.free-shipping {
  text-transform: uppercase;
  font-weight: bold;
}
.product-sub .bp-product-link-details {
    display: none;
}
.product-sub .bp_pd_sub {
    display: none;
}
.product-sub .bp-group-button-qv-wl {
    display: none;
}
.product-sub .bp_cls_shopping_form,
.product-sub .bp_pd_info,
.product-sub .bp_product_more,
.product-sub .bp_discount_percent,
.product-sub .cls_price_text,
.product-sub .cls_old_price_text {
  display: none;
}
.product-sub .bp_cls_group_price {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.product-sub .bp_cls_old_price .cls_unit_price,
.product-sub .cls_old_price {
  color: #f44336;
  font-weight: 400;
}
.product-sub .product_title {
  font-weight: 500;
}
.product-sub .product_title a {
  color: #121212;
}
.product-sub .bp_product_item {
  padding: 20px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.product-sub .cls_img_product_focus {
  padding: 0;
  width: 33.333333%;
}
.product-sub .cls_content_product_focus {
    width: 66.666666%;
}
.product-sub .bp_product_item .row {
  align-items: center;
}
@media (max-width: 768px) {
  .product-detail .cls_product_sub {
    margin: 15px 0;
    padding: 15px;
  }
.bp_details_description {
        padding-right: calc(var(--bs-gutter-x) * .5);
    margin-bottom: 20px;
}
  .product-detail .cls_product_sub ul li {
    font-size: 13px;
    padding: 10px 0 10px 25px;
  }

  .product-detail .cls_product_sub ul li::before {
    width: 16px;
    height: 16px;
    font-size: 10px;
    top: 10px;
  }
  .product-sub .product_title {
      font-size: 16px;
  }
}
@media (max-width:480px) {
    .bp_btn_action_cart button {
        font-size: 12px;
    }
}
