		/* HlavnÃÂÃÂÃÂÃÂ­ strÃÂÃÂÃÂÃÂ¡nka */
.item-photo-content-bottom h4 {
  color: #648773;
}

/* Detail poloÃÂÃÂÃÂÃÂ¾ky */
.item-detail-name {
  color: #648773;
}
/* PatiÃÂÃÂÃÂÃÂka */
footer {
  background-color: #222222;
}
body{
  background-color: #ebc788;
}

@font-face {
  font-family: Primary; /* deklarace fontu */
  src: url(/user-data/factories/408/Rajdhani-Light.ttf); /* propojenÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ­ na umÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ­stÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂºnÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ­ souboru */
   font-weight: 600;
}
@font-face {
  font-family: Primary; /* deklarace fontu */
  src: url(/user-data/factories/408/Rajdhani-SemiBold.ttf);/* propojenÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ­ na umÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ­stÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂºnÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ­ souboru */
   font-weight: 500;
}


.cart-sum{
  background: #F6E9CF;

}
.cart-sum .cart-bottom-btns .cart-back-btn > a{
  background: #F6E9CF;
  
}

.cart-sum .cart-bottom-btns .cart-back-btn > a:hover {
 filter: brightness(1.05);
  background: #F6E9CF;
  
}
input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="time"], input[type="date"], select, textarea{
  background: transparent;
  color:black;
}
.login-content .login-frm input.email-icon {

  background-position: right;
  background-repeat: no-repeat;
}

.login-content .pair-frm input.calculator-icon {

  background-position: right;
  background-repeat: no-repeat;
}
#cartOverlay-2 .select-content-box{
  border-color: #F6E9CF;
}
.cart-right-box{
  background-color: #ebc788;
}

.items .item .item-info-panel .item-info-btn {
  border-color: #F6E9CF;
  
}
.extended-quantity,.ingredient-type-button {
  background-color: #FFF;
}
.overlay-enhancement-content .ingredient-types{
  border-bottom: 1px solid black;

  
}
.overlay-enhancement-content .ingredient-type-button.active{
  background-color: #FFF;
  border: 1px solid black;
}
.items .item .item-info-panel .item-info-btn:nth-child(1) > select, .overlay-enhancement-content{
   background-color: #F6E9CF;
}
.field >input , .field>textarea{
  background-repeat: no-repeat;
  background-position-x: 95%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}
.appReopenTimeMessage{
    background-color: #F6E9CF;
}
.map-info-box{
    background-color: #F6E9CF;
  
}
//Apple Safari 26.2 FIX
.items .item .item-photo-content::before{
  content:"";
  display:block;
  width:100%;
  padding-top:100%;
  border-radius: var(--border-radius-lg);

  background-image: var(--item-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}