.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: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 5px;
    display: none;
}
.vnt-group__list {
	display: flex;
	flex-wrap: wrap; 
	gap: 10px ;
}

.vnt-group__list .i-group {   

}

.vnt-group__list .i-group button{
  
	border: none;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  padding: 0 5px;
  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%;
  background-color: #ffffff;
}
 
.vnt-group__list .i-group .img{
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	border: 1px solid var(--coloree);
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 5px;
	position: relative;
}
.vnt-group__list .i-group .img::before{
	content: '\f00c';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	line-height: 24px;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	color: var(--colorff);
	z-index: 1;
	opacity: 0;
}

.vnt-group__list .i-group .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
}


.vnt-group__list .i-group .txt{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}

.vnt-group__list .i-group button.active .img {
	border-color: var(--colorwm);
}
.vnt-group__list .i-group button.active .img::before{
	opacity: 1;
}
 

.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);
}




