.product-box{
	margin: 0px 2.5px 15px 2.5px;
}

.product-box .product-name {
	height: 40px !important;
	overflow: hidden;
}

.product-description .p-price{
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	text-decoration: line-through;
}

.product-description .p-price .discount{
	background-color: #f3f9f2;
	border: 1px dashed #e86513;
	border-radius: 3px;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	max-width: 100%;
	margin: 3px 0 0 5px;
	padding: 3px 5px;
	text-align: center;
	white-space: normal;
	font-weight: 400;
	color: #32a923;
}

.product-description .p-price-sale{
	color: #4c4849;
	font-weight: 100;
	text-transform: uppercase;
	white-space: nowrap; 
	padding-top: 2px;
}

.product-description .p-price-sale p{
	line-height: 20px; 
	margin: 0px; 
	font-size: 14px; font-weight: 500; 
}


/* ----- news ----- */
.news-feed-item .detail .title-name {
	-moz-box-orient: vertical;
	min-height: calc(20px);
	max-height: calc(20px);
	overflow: hidden;
	-webkit-line-clamp: 1;
	line-height: 21px;
	font-size: 16px !important;
	font-weight: 400 !important;
	margin: 10px 0px !important;
} 

.news-feed-item .detail .message-detail{
	padding: 5px 0px 5px;
	font-size: 14px;
	font-weight: 300;
	-moz-box-orient: vertical;
	min-height: calc(97px);
	max-height: calc(97px);
	overflow: hidden;
	-webkit-line-clamp: 5;
	line-height: 21px;
}

.news-feed-item .detail .card{
 width: 100%;
 display: block;
 padding: 20px 0px;
}

.news-feed-item .detail .card .price{
  float: left;
  font-size: 16px;
}

.news-feed-item .detail .card .more-detail{
  float: right;
  font-size: 16px;
}

.news-feed-item .detail .card .more-detail a{
  color: #333;
  text-decoration: underline;
}

.news-feed-item .detail .card .price:hover, .news-feed-item .detail .card .more-detail a:hover{
  color: #ab8d58;	
}



.news-feed-item .detail a.refer{
	color: #ab8d58;
	text-decoration: none;
}

.vc_sep_pos_align_left{
	margin-bottom: 16px;
	margin-left: 0;
	margin-right: auto;
	width: 30%;
}

.vc_sep_holder {
	height: 1px;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 10%;
}

.vc_sep_line{
	height: 1px;
	border-top: 1px solid #ab8d58;
	border-top-color: #ab8d58;
	border-top-width: 1px;
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
}

.center-btn {
	padding: 5px 10px;
	border: 1px solid #333;
	color: #333;
	border-radius: 0px;
	display: inline-block;
	font-size: 14px;
}


 /* ==== bar step process ====  262626 */ 
.page-process-step, .page-process-step2, .page-process-step3 { 
  border-bottom: 4px solid #262626; 
  display: block; 
  font-size: 26px; 
  padding: 0; 
  z-index: 2; 
  position: relative; 
  width: 100%;  
  margin-top: 5px;  
} 

.page-process-step::after{ 
 border-bottom: 4px solid #262626; 
 bottom: -4px; 
 content: ""; 
 display: block; 
 height: auto; 
 left: 0; 
 position: absolute; 
 width: auto; 
 z-index: 3;  
} 

.page-process-step::before{ 
  border-bottom: 4px solid #ab8d58; 
  bottom: -4px; 
  content: ""; 
  display: block; 
  height: auto; 
  left: 0; 
  position: absolute; 
  width: 33%; 
  z-index: 3;  
} 


.page-process-step2::after{ 
 border-bottom: 4px solid #262626; 
 bottom: -4px; 
 content: ""; 
 display: block; 
 height: auto; 
 left: 0; 
 position: absolute; 
 width: 33%; 
 z-index: 3; 
 top: 0 !important;  
} 

.page-process-step2::before{ 
  border-bottom: 4px solid #ab8d58; 
  bottom: 4px; 
  content: ""; 
  display: block; 
  height: auto; 
  left: 0; 
  position: absolute; 
  width: 66.5%; 
  z-index: 3; 
  top: 0 !important; 
} 


.page-process-step3::after{ 
 border-bottom: 4px solid #262626; 
 bottom: 4px; 
 content: ""; 
 display: block; 
 height: auto; 
 left: 0; 
 position: absolute; 
 width: 66.5%; 
 z-index: 3;  
 top: 0 !important; 
} 

.page-process-step3::before{ 
  border-bottom: 4px solid #ab8d58; 
  bottom: 4px; 
  content: ""; 
  display: block; 
  height: auto; 
  left: 0; 
  position: absolute; 
  width: 100%; 
  z-index: 3;  
  top: 0 !important;  
} 

 
.f1-steps { overflow: hidden; position: relative; margin-top: 20px; } 
.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; } 
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #00a950; } 
.f1-step { position: relative; float: left; width: 33.333333%; padding: 0 5px; } 
.f1-step-icon { 
  display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd; 
  font-size: 16px; color: #fff; line-height: 40px; 
  -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; 
} 
.f1-step.activated .f1-step-icon { 
  background: #fff; border: 1px solid #00a950; color: #00a950; line-height: 38px; 
} 
.f1-step.active .f1-step-icon { 
  width: 48px; height: 48px; margin-top: 0; background: #00a950; font-size: 22px; line-height: 48px; 
} 
.f1-step p { color: #ccc; font-weight: 300; } 
.f1-step.activated p { color: #00a950; font-weight: 300; } 
.f1-step.active p { color: #00a950; font-weight: 300; } 

 
.f1-steps { padding-bottom: 10px; } 
.f1-step p { padding-top: 7px; color: #262626; } 
.f1-step.active p { padding-top: 9px; color: #262626; } 
.f1-progress{ top: 79px; height: 4px; background-color: #262626; } 
.f1-progress-line{ height: 4px; background-color: #ab8d58; } 
.f1-step-icon{ 
  background: none; border-radius: 0px;  
} 
.f1-step.active .f1-step-icon{ 
 background: none; width: 40px; height: 40px;  
} 
