/*Single product page product gallery START*/
  #kfwpwk .splide__pagination__page{
    transition: width 0.4s, color 0.4s;
  }

/*Single product page product gallery END*/

.single-pr-stock-ul{
	 display: flex;
    flex-direction: column;
	padding-left:10px;
	row-gap: 10px;
}

.single-pr-stock-li{
	list-style: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	column-gap: 10px;
    font-family: Arial;
    font-size: 12px;
}

.single-pr-stock-li svg{
    width: 25px;
}