
.button-intext {
  appearance: none;
  backface-visibility: hidden;
  background-color: #2BAA6D;
  border-radius: 8px;
  border-style: none;
  /*box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;*/
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Poppins,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: normal;
}

.button-intext:hover {
  background-color: #1c5db0;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
}

.button-intext:active {
  transform: translateY(2px);
  transition-duration: .35s;
}

.button-intext:hover {
  box-shadow: rgba(39, 174, 96, .2) 0 6px 12px;
        }


.highlight1 {background: #f5f5f5;
      padding: 14px 14px;
    margin-bottom:1.2em;
      display: block;
      border-left: 10px solid #2eb343;}

.12customer-data .subtotal .row .name {
text-align:left!important;}
  
.price-tag {display:none!important;}  

.customer-data .total {
font-size:180%!important;
background-color: #D3F7C4;
padding-left: 5px; 
padding-right: 8px;
padding-top:12px;
padding-bottom:12px;
}

.customer-data .total .price {
width:190px!important;}

.highlight2 {background: #f5f5f5;
      padding: 18px 18px;
    margin-bottom:1.2em;
      display: block;
      border-left: 10px solid #2eb343;
      text-transform:uppercase;
      font-weight:bold;}

.customer-data99 .subtotal99 .row99 .price99 {
font-weight: 400!important;
}

#arak {
border-collapse: collapse;
width: 100%;
}

#arak td, #arak th {
border: 1px solid #ddd;
padding: 10px;
text-align: center;
}

#arak tr:nth-child(even){background-color: #ffffff;}

#arak tr:hover {background-color: #f2f2f2;}

#arak th {
padding-top: 14px;
padding-bottom: 14px;
text-align: center;
background-color: #3a7bce;
color: white;
}

.static-page h1.title {margin-bottom: 30px!important;}
.main-page h1.intro {
    margin-bottom: 24px!important;
}

.main-page .vignettes2 .row .column .name-and-price .price {display:none!important;}
.main-page .vignettes2 .row .column .name-and-price .name {width:75%!important;}

.add-to-cart-page2y1 .box2y1 .headline2y1 .vignette2y1 {
    display: flex;
    align-items: center;
    width: auto;
}

.vedjegy {padding-top:40px;max-width:240px!important;}  
.vedjegy2 {padding-top:15px;max-width:180px!important;} 
  
#cookie-consent {display:none!important;}
.main-page .vignettes .headline { font-size: 82%!important; }
  
.checkout-row-custom {
padding-top: 35px;
text-align: center;
font-size:87%;
}  
  
.p-logos2 {padding-top:10px;max-width:240px!important;}  
  
.customer-data .section .section-title .right {
    width: 70%!important;
}  
 
  div.extra-info{
    text-align: right;
    font-size: 11px;
    margin-bottom: 20px;
  }
  
@media (max-width: 730px) {
  div.extra-info{
    position: absolute;
    bottom: -18px;
    left: 10px;
  }
}

