.rkit-pricelist-container{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding : 10px;
  background-color: transparent;
}

.rkit-pricelist-wrapper-outer {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 0 auto;
  width: 100%;
  gap : 10px;
}

.rkit-pricelist-image { 
  width : auto;
  max-width: 50%;
  height: auto;
  position: relative;
  overflow: hidden; 
}

.rkit-pricelist-image img {
  width: 100%; 
  height: auto; 
  display: block;
  object-fit: cover; 
}


.rkit-pricelist-wrapper {
  display: flex;
  flex-direction: column; 
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
 
.rkit-pricelist-item-new {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
}

.rkit-pricelist-title {   
  color: #000000;
  padding-right : 20px; 
  margin : 0px;
}

.rkit-pricelist-separator {
      flex-basis: 1;
      overflow: hidden;
      flex: 20;
      flex-shrink: 4;
      align-self: center;
      text-align: right;
      margin-right: 10px; 
      border-bottom-style: dotted;
      border-bottom-color: black ;
      border-bottom-width: 1px; 
}

.rkit-pricelist-price {
      font-size: 18px; 
      min-width: 60px;
      align-self: center;
      padding : 20px;
      text-wrap: wrap;
      color: #000000;
}   
  
.rkit-pricelist-description {  
    color: #000000;
    width: 80%;
    padding: 0px;
    margin-top : 12px;
} 
 
 

 