.active-popup{
  width: 240px;
  height: 400px;
  background: rgba(255, 255, 255, 0);
  position: fixed;
  right: 15px;
  top: 20%;
  z-index:5;
}
.popup-close-box{
  width:100%;
  height:30px;
  position:relative;
}
.popup-close-box a{
  display: inline-block;
  width:30px;
  height:30px;
  position:absolute;
  right:0;
  z-index: 1111;
  background:url("../img/twistand-close.png") 0 0 no-repeat;
}
.popup-content-box{
  width:100%;
  height:383px;
  background: url('../img/twistand-success-banner-bg.png') 0 0 no-repeat;
}
.popup-content-box a{
  display: inline-block;
  width:100%;
  height:100%;
  text-decoration: none;
}
.popup-content-box a .product-name{
  font-size: 20px;
  line-height: 24px;
  color: #fff700;
  margin:100px 10px 0 10px;
  text-align: center;
  font-weight: 700;
}
.popup-content-box a .product-desc{
  font-size: 18px;
  color: #ffffff;
  margin-top:25px;
  text-align: center;
  padding: 0 15px;
}
.popup-content-box a .enter-now{
  width: 150px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  margin-top:25px;
  border-radius: 17px;
  font-size: 16px;
  color: #951010;
  margin-left:20%;
  background:url("../img/vidicable-btn-CM.png") no-repeat center;
}
.seo-rec-box{
  position: relative;
  margin: 2em 0;
  padding: 1em 1em;
  border: dashed 2px #21c87a;
  border-radius: 10px;
}
.seo-rec-box .box-title{
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 20px;
  background:#fff;
  color: #21c87a;
  font-weight: bold;
}
.seo-rec-box ul{
  margin-bottom: 0;
}
.seo-rec-box ul li{
  font-size:16px;
  color:#333;
  margin-top:6px;
  line-height:26px;
}
.three h2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.three h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
.three h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 755px;
  background-color: #333;
}
.three h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.three h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}

.three h4 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.three h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
.three h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 755px;
  background-color: #333;
}
  .my-custom-table {
  border-radius: 20px;
  overflow: hidden;
  border: none;
}

.my-custom-table thead tr:first-child th:first-child,
.my-custom-table thead tr:first-child th:last-child,
.my-custom-table tbody tr:last-child td:first-child,
.my-custom-table tbody tr:last-child td:last-child {
  border-radius: 0;
}
@media (max-width: 988px) {
  .custom-img {
    width: 80px;
    height: 80px;
  }
  .top-recommend{
  display: none;
  }
}

.promotion-alert {
    background-color: #ffcc00;
    color: #333;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
}
.discount-highlight {
    color: #ff0000;
    font-weight: bold;
    font-size: 24px; 
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.7); 
    padding: 5px 5px;
}