.cart-svrt {
  position: relative;
  margin-top: 20px;
  box-shadow: 0 0 7px 7px rgba(0,0,0,0.1);
  padding: 3px; 
  
  height: 200px;
  width: 650px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  align-items: top;
  flex-wrap: nowrap;    
}
.txt-svrt {
  text-align: center;
  font-family: 'Pacifico-Regular';
  font-style: italic;
  margin-bottom: 30px;
  /*border: 1px solid green;*/
}
.txt-line1 {
  font-size: 30px;
  margin: 0;
}
.txt-line2 {
  font-size: 20px;
  margin: 0;
  margin-top: 20px;
}
.cart-link {
  text-decoration: none;
  color: black;
}
.cart-popup {
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  
  font-size: 15px;
  text-align: left;
  font-style: normal;
  left: 400px;
  top: 40px;
  width: 340px;
  background: white;
  color:black;
  z-index: 1;
  display: none;
  padding: 0px 10px 0px 10px;
  box-shadow: 0px 24px 32px rgba(0,0,0,0.75);
}

.cart-popup > p {
  text-indent: 20px;
  font-style: italic;
}
.container2 {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: top;
  flex-wrap: nowrap;      
}

.prist-logo {
  height: 70px;
}
.prist-logo1 {
  height: 200px;
}

.prist-logo3 {
  height: 200px;
  width: 200px;
}
.cont-horiz {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  align-items: top;
  flex-wrap: nowrap;  
}
.cont-vert {
  display: flex;
  flex-direction: column;
  justify-content: top;
  gap: 10px;
  align-items: top;
  flex-wrap: nowrap;  
}