

body {overflow-x: hidden !important;}

h1.startum-heading {font-size: 45px;}
h2.startum-heading {font-size: 35px;}
h3.startum-heading {font-size: 25px;}
h4.startum-heading {font-size: 20px;}
h5.startum-heading {font-size: 15px;}

p.startum-paragraph {
	font-size: 15px;
	line-height: 1.5
}

.startum-product{
  min-height:520px;
}

.cookie-banner {
  font-size:14px;
  font-family: Open Sans;
  color:white;
  font-weight:bold;
  position: fixed;
  bottom: 40px;
  right: 50px;
  width: 400px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #dfab07;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.close {
  height: 20px;
  background-color: white;
  border: none;
  color: black;
  border-radius: 2px;
  cursor: pointer;
}

@media(max-width:700px){
  .cookie-banner {
    width:calc(95% - 75px);
    font-size:11px;
    left: 20px;
  }  
}


.startum-product-description{
  word-break: break-word;
}

.white-btn  .startum-button{
 background-color:white !important;
}

@media(max-width:950px){
.white-btn .startum-image-cell{
display:none !important;
}

}