.tpmenuprod .mnconts > ul > li li.active a  {
    color: var(--web-color);
}

.tpdetailhh .hhprice {
    align-items: center !important;
}
#proDetail .price_old {
        color: var(--color99);
    text-decoration: line-through;
    line-height: 15px;
    font-size: 15px;
}
.vnt-pic-detail {
    text-align: center;
     overflow: hidden;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vnt-pic-detail img {
    width: 100%;
    opacity: 0;
}
.noItem {
     width: 100% !important;
     text-align: center;
}

#vnt-popup-order .i-price {
    font-size: 16px;
    color: var(--web-color);
    
}
#vnt-popup-order .i-info {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}


/*Phan loai variant*/

.vnt-group {
      margin-bottom: 15px;
}

.vnt-group__title{
	    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 15px;

}
.vnt-group__list {
	display: flex;
	flex-wrap: wrap; 
	gap: 10px ;
}

.vnt-group__list .i-group {   
    
}

.vnt-group__list .i-group button{
  
	
  text-align: center;
 
  
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; 


  font-size: 16px;
    line-height: 22px;
    padding: 9px 35px;
    border-radius: 35px;
   
    border: 1px solid var(--colorwm); 
     background-color: #fff;
    color: var(--colorwm);

}
 
 

.vnt-group__list .i-group .txt{
	display: block;
	text-align: center;
	 
}

.vnt-group__list .i-group button.active  {
    border-color: var(--colorwm);
	 background-color: var(--colorwm);
    color: var(--colorff);
}
 

.vnt-group__list .i-group button.disabled {
  background: #eee;
  color: #999;
  pointer-events: none;
}



.vnt-option-list {}
.vnt-option-list ul { list-style: none;}
.vnt-option-list li { 
         position: relative;
}
.vnt-option__title{
         font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    padding: 9px 15px;
    background-color: var(--coloree);
    border-radius: 5px;
    text-align: center;
}
.vnt-option__item {
padding: 8px 10px;
    display: flex;
    border-bottom: 1px solid var(--coloree);
}
.vnt-option-list .vnt-option__item:last-child {
    border-bottom: none;
}
.vnt-option__item .op-name {
         width: 110px;
    padding-right: 10px;
    font-weight: 600;
}
.vnt-option__item .op-value {
    width: calc(100% - 120px);
}




