.product-detail-container {
  padding: 20px 0;
}

.product-gallery {
  position: relative;
  margin-bottom: 30px;
}

.discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e53935;
  color: white;
  padding: 5px 15px;
  border-radius: 4px;
  font-weight: bold;
  z-index: 2;
}
.product-price-section .old-price {
  color: #414042;
  font: 20px Myriad Pro, Tahoma, Arial;
  text-decoration: line-through;
}

.product-price-section .current-price {
  color: #ed1c24;
  font: bold 34px Myriad Pro, Tahoma, Arial;
}
.product-title {
  font-size: 20px;
  font-weight: bold;
  /* margin-bottom: 20px; */
  color: #3a5795;
}

.product-meta {
  border-right: 1px solid rgba(51, 53, 54, 0.2); /* Màu mờ hơn */
  /* padding: 10px; */
  border-radius: 8px;
  margin-bottom: 20px;
}

.meta-item {
  margin-bottom: 10px;
}

.meta-item .label {
  width: 120px;
  color: #666;
}

.meta-item .value {
  font-weight: 600;
  color: #333;
}
.pd-specialoffer {
  color: #3a5795;
  font-weight: bold;
}
.pd-specialoffer p {
  margin-bottom: 0 !important;
}
.product-price-section {
  margin-left: 20px;
}
ul.menu-cellphones li {
  float: left;
  padding: 0 2px;
  color: #f7941d;
  font: 15px / 24px Tahoma, Arial;
}
ul.menu-cellphones li a {
  color: #ff0000;
}
/* .old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 18px;
} */
.phone-title {
  color: #299ad5;
  font: bold 14px / 27px Tahoma, Arial;
  text-transform: uppercase;
}
.current-price {
  font-size: 28px;
  color: #e53935;
  font-weight: bold;
}

.price-note {
  font-size: 13px;
  color: #666;
}

.feature-list {
  list-style: none;
  padding-left: 0;
}

.feature-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}

.feature-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #156699;
}

.contact-section {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
}

.contact-section h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}

.location {
  margin-bottom: 10px;
}

.location-name {
  font-weight: 600;
  margin-right: 10px;
}

.contact-numbers a {
  color: #156699;
  text-decoration: none;
}

.contact-numbers a:hover {
  text-decoration: underline;
}
.Refer {
  font-size: 13px;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic; /* Chữ nghiêng */
  color: #156699; /* Xanh biển đậm */
}
.new-border {
  border-bottom: 1px solid rgba(51, 53, 54, 0.2); /* Màu mờ hơn */
  padding-bottom: 10px;
  padding-top: 10px;
}
.w-pd-i-left {
  float: left;
  width: 830px;
}
.pd-banner-payment{
  width: 100%;
}
.pd-banner-payment img{
  width: 100%;
}

/* ====== PRODUCT TABS MENU ====== */
ul.w-pd-i-head {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #d1d3d4;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0;
  margin: 0;
}

ul.w-pd-i-head li {
  margin: 0;
  /* flex: 1; */
  min-width: 120px;
}

ul.w-pd-i-head li a {
  background: url(../img/w-pd-i-head-bg.png) no-repeat center;
  background-position: center -10px;
  color: #231f20;
  display: block;
  font: 14px/30px Tahoma, Arial;
  height: 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}

ul.w-pd-i-head li a:hover {
  color: #0066cc;
}


/* ====== TAGS SECTION ====== */
.tags {
  margin: 15px 0;
  overflow: hidden;
}

.tags ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tags ul li {
  list-style: none;
  font-size: 14px;
  line-height: 1.4;
}

.tags ul li a {
  display: block;
  padding: 5px 10px;
  background: #f5f5f5;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tags ul li a:hover {
  background: #e0e0e0;
  color: #000;
}
.w-pd-i-right {
  float: right;
  width: 300px;
}
.w-pl-sameprice {
  background-color: #ffffff;
  border: 1px solid #d1d3d4;
  padding: 2px;
  width: 324px;
}
.w-fix-active {
  position: fixed;
  top: 0;
}
.w-pl-sp-head {
  background-color: #29aae2;
  color: #ffffff;
  font: 16px / 36px Tahoma, Arial;
  text-align: center;
  text-transform: uppercase;
}
ul.w-pl-sp-list {
  display: inline-block;
}
ul.w-pl-sp-list li {
  position: relative;
  background-color: #ffffff;
  border-right: 1px solid #eeeff0;
  border-bottom: 1px solid #eeeff0;
  float: left;
  overflow: hidden;
  padding: 2px 6px 0;
  width: 159px;
  /* height: 183px; */
  margin: 4px 0;
}
ul.w-pl-sp-list li p {
  margin: 0 !important;
}
ul.w-pl-sp-list li p.w-pl-sp-l-discont {
  background-color: #ed1c24;
  color: #ffffff;
  font: 12px Arial;
  right: 7px;
  padding: 2px;
  position: absolute;
  text-align: center;
  top: 7px;
}
ul.w-pl-sp-list li p.w-pl-sp-l-img {
  height: 90px;
  overflow: hidden;
}
ul.w-pl-sp-list li p.w-pl-sp-l-img a img {
  display: block;
  margin: auto;
  max-height: 90px;
  max-width: 150px;
}
ul.w-pl-sp-list li p.w-pl-sp-l-img a {
  display: table-cell;
  height: 90px;
  text-align: center;
  vertical-align: middle;
  width: 150px;
}
ul.w-pl-sp-list li p.w-pl-sp-l-name {
  height: 47px;
  overflow: hidden;
}
ul.w-pl-sp-list li p.w-pl-sp-l-name a span {
  color: #4a4a4a;
  font-weight: bold;
  display: block;
}
ul.w-pl-sp-list li p.w-pl-sp-l-name a {
  display: block;
  color: #000000;
  font: 12px / 16px Tahoma, Arial;
  text-align: center;
}
ul.w-pl-sp-list li p.w-pl-sp-l-pricemarket {
  color: #414042;
  font: 12px / 19px Tahoma, Arial;
  text-decoration: line-through;
  text-align: center;
}
ul.w-pl-sp-list li p.w-pl-sp-l-price {
  color: #ed1c24;
  font: bold 14px / 14px Tahoma, Arial;
  text-align: center;
}
.w-pd-i-content {
  width: 100%;
  overflow: hidden;
  font: 14px / 21px Tahoma, Arial;
  color: #231f20;
  text-align: justify;
}
.w-pd-i-content .w-pd-i-c-head::before {
  color: #4a90e2;
  content: "▌";
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  vertical-align: top;
}
.w-pd-i-content .w-pd-i-c-head {
  color: #4a4a4a;
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 8px 0;
  font-weight: normal;
}
.tags-head {
  display: block;
  font: 20px;
  text-transform: uppercase;
  line-height: 35px;
}

.tags-item ul li {
  width: 33.33%;
}
.tags-item ul li a:hover {
  text-decoration: underline;
}
