*[data-ng-click]:not(.noclick),
*[ng-click]:not(.noclick),
*[onclick]:not(.noclick) {
  cursor: pointer;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.rtl {
  direction:rtl;
}

.ltr {
  direction: ltr;
}

.hidden {
  display: none !important;
}

button:focus {
  outline: 0;
}

ul {
  padding: 0;
  margin: 0;
}

.text-align-start {
  text-align: start !important;
}

.text-align-end {
  text-align: end !important;
}

.text-align-center {
  text-align: center !important;
}

html, body, button, input, select {
  font-family: var(--base-font);
  font-size: var(--base-font-size);
}

html,body{
  width: 100%;
  height: 100%;
  min-height: 100% !important;
}

input, select {
  background-color: #FFF;
}

.header_photo-login-handler {
  padding-top: 30px;
}

.header_photo-login {
  position: absolute;
  right: var(--header-photo-pos);
  background: #FFFFFF;
  padding: 6px 7px;
  border-radius: 50px;
  height: var(--header-photo-login);
}

body.rtl .header_photo-login {
  left: var(--header-photo-pos);
  right: auto;
}

.header_photo-login.header_photo-logout {
  /* right: 105px; */
}

.hamburger-handler {
  position: absolute;
  right: calc(var(--header-photo-login) - -30px);
}

body.rtl .hamburger-handler {
  left: calc(var(--header-photo-login) - -43px);
  right: auto;
}

@media screen and (max-width: 580px) {
  .header_photo-login {
    display: none;
  }

  .hamburger-handler {
    display: none;
  }
}

.header_photo-login .action_login  {
  display: flex;
  margin-right: 0px;
  position: relative;
}

.header_photo-login .title {
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 1rem;
  font-size: var(--base-font-size);
  padding-right: 1rem;
  font-weight: bold;
}

.action_login-user-icon { 
  display: flex;
  position: relative;
  width: 2.1rem;
  height: 2.1rem;
  font-size: .9rem;
  text-align: center;
  background: #F5F5F5;
  color: var(--alt-button-color);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.action_login-user-icon i {
  font-size: 1.8rem;
  position: absolute;
  top: 64%;
  left: 49%;
  transform: translate(-50%, -50%);
}

.hamburger-menu-icon {
  width: 45px;
  height: 45px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.hamburger-menu-icon.h_open {
  background: none;
  box-shadow: none;
}

.hamburger-menu-icon .line {
  width: 20px;
  height: 2px;
  background-color: black;
  margin: 3px 0;
}

.hamburger-menu {
  display: none;
  background-color: white;
  position: absolute;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 5px 20px 5px 5px;
  padding: 50px 35px 0 15px;
  min-width: 200px;
  right: -44px;
}

.hamburger-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hamburger-menu ul li {
  padding: 15px 0px;
}

.hamburger-menu ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.hamburger-menu ul li a {
  text-decoration: none;
  color: black;
  display: block;
}

.multilang_container {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.multilang_inner {
      display: none; 
      background-color: white;
      position: absolute;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
      border-radius: 5px 20px 5px 5px;
      padding: 50px 35px 0 15px;
      min-width: 200px;
      right: 0px;
      top: 0px;

}


ul.multilang_menu  {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.multilang_menu  li {
  padding: 15px 0px;
}

ul.multilang_menu li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.lang_handler {
  position: absolute;
  right: calc(var(--header-photo-login) - -205px);
  background: #FFFFFF;
  padding: 6px 7px;
  border-radius: 50px;
  display: flex;
  height: var(--header-photo-login);
  align-items: center;
  max-width: 90px;
}

.lang_handler.logged_lang {
  right: calc(var(--header-photo-login) - -220px);
  left: auto;
}

body.rtl .lang_handler {
  left: calc(var(--header-photo-login) - -230px);
  right: auto;
}

body.rtl .lang_handler.logged_lang {
  left: calc(var(--header-photo-login) - -240px);
  right: auto;
}

body.rtl .lang_handler.multilang_handler {
  left: calc(var(--header-photo-login) - -240px);
  right: auto;
}

.lang_handler.multilang_handler.logged_lang {
  right: calc(var(--header-photo-login) - -220px);

}


.wnd-popup .lang_handler {
  left: 15px;
  top: 15px;
}

.wnd-popup .lang_handler .multilang_inner {
  left: 0px;
  right: auto;
}


body.rtl .wnd-popup .lang_handler {
  right: 15px;
  left: auto;
}


body.rtl .wnd-popup .lang_handler .multilang_inner {
  right: 0px;
  left: auto;
}



.lang_handler i {
  display: flex;
  align-items: center;
  font-size: 19px;
}

.lang_handler .title {
  margin:0px 5px 2px;
}



.action_lang,
.action_order_history,
.action_login {
  --drop-icon-size: 1.2rem;
  float: left;
  margin-right: 2rem;
  cursor: pointer;
}

.disabled {
  filter: grayscale(.7);
  opacity: .5;
  pointer-events: none;
}

.soft-disabled {
  filter: grayscale(.7);
}

body.rtl .action_lang,
body.rtl .action_login  {
  float: right;
  margin-right: 0;
  margin-left: 2rem;
}

.action {
  top: 50%;
  transform: translateY(-50%);
}

.action .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body.rtl .action .icon {
  right: auto;
  left: 0;
}

.action .fa {
  font-size: 2rem;
}

.action_lang .down_icon {
  display: inline-block;
  margin-inline-end: .5rem;
  vertical-align: middle;
  background: url(/design/images/drop.svg) no-repeat center center;
  background-size: contain;
  width: var(--drop-icon-size);
  height: var(--drop-icon-size);
}

.action_lang .icon {
  background: url(/design/images/language.svg) no-repeat center center;
  background-size: contain;
  width: var(--action-icon-size);
  height: var(--action-icon-size);
}

.action_order_history .icon {
  background: url(/design/images/history.svg) no-repeat center center;
  background-size: contain;
  width: calc(var(--action-icon-size) * .8);
  height: calc(var(--action-icon-size) * .8);
}

.addon-content {
  width: 100%;
  padding-left: 40px; /*for checkbox*/
  break-inside: avoid-column;
}

.rtl .addon-content {
  padding-left: 0;
}

.action_lang .title {
  padding-inline-start: calc(var(--drop-icon-size) + 0.5rem);
  padding-inline-end: calc(var(--action-icon-size) + 0.1rem);
}

.action_order_history .title,
.action_login .title {
  padding-inline-start: 0;
  padding-inline-end: calc(var(--action-icon-size) + 0.1rem);
}

.bundle-step-heading {
  padding: 0 0 1rem;
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--bundle-step-focus-text-color);
}

.action_login .icon {
  background: url(/design/images/profile.svg) no-repeat center center;
  background-size: contain;
  width: calc(var(--action-icon-size) * .8);
  height: calc(var(--action-icon-size) * .8);
}


.error-item {
  color: red;
  margin-inline-start: 2rem;
  margin-bottom: .4rem;
}

.action {
  position: relative;
}

.action > div {
  display: inline-block;
}

.phone-icon {
  min-width: 1rem;
  min-height: 1rem;
  background: url(/design/images/tel.svg) no-repeat center center;
  background-size: contain;
}

.working-hours-icon {
  width: 1rem;
  height: 1rem;
  background: url(/design/images/open.svg) no-repeat center center;
  background-size: contain;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

:root{
  --base-font: "Segoe UI", Helvetica, sans-serif;
  --base-font-size: 16px;

  --heading1-font: var(--base-font);
  --heading1-font-size: 1.5rem;

  --heading2-font: var(--base-font);
  --heading2-font-size: 1.2rem;

  --offstand:2.2rem;
  --spacing-from-vertical:.625rem;

  --content-width: 1024px;
  --content-padding: 2rem;
  --footer-height:4rem;
  --bundle-nextbtn-width:200px;
  --header-photo: 16rem;
  --actionpad-height: 4rem;
  --catmenu-height:3rem;
  --cart-width:25rem;
  --text-color: #000000;
  --focus-color: #F3AE09;
  --header-bg-color:var(--focus-color);
  --nonfocus-color: #DDD;
  --button-color: var(--focus-color);
  --product-title-color: #000000;
  --description-color: var(--text-color);
  --inactive-background:#F3F3F3;
  --inactive-title-color:silver;
  --product-photo-width: 25%;
  --action-icon-size: 2rem;
  --split-wrapper-width:4rem;
  --alt-button-color:#3CB878;
  --header-photo-login: 45.6px;
  --header-photo-pos: 6rem;

  --bg-background-default-squared_bg_s: url('');
  --bg-background-default-header_bg_cropped: url('');
}

#content_pad .view
{
  --cart-min-height: 0px;
}

@media screen and (max-width: 580px) {
  :root{
    --offstand:3.5rem;
    --content-padding: 1rem;
    --actionpad-height: 3.3rem;
    --header-photo: 11rem;
  }

  .hide-on-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 580px) {
  ::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.3rem;
  }

  ::-webkit-scrollbar-track {
    background: transparent;
  }

  ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.5rem;
  }
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

body.menu_open,
.noScroll
{
  overflow: hidden;
}

@media screen and (max-width: 580px) {
  body {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
  }
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  background: var(--inactive-background);
  color: var(--text-color);
  min-width: 320px;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--background-default);
  background-size: cover;
  opacity: 0.2; /* 20% transparency */
  filter: blur(10px); /* Adjust the blur radius as needed */
  z-index: -1; /* Ensure it is behind other content */
}



h1, h2, h3 {
  font-family: var(--heading1-font);
  font-size: var(--heading1-font-size);
  padding: 0;
  margin: 0 0 1em 0;
}

label{
  cursor:pointer;
}

.tac{
  text-align:center;
}
.tae{
  text-align:end;
}
.fl{float:left}
.fr{float:right}

a{
  text-decoration: underline;
  color: var(--text-color);
}

*[ng-click]{
  cursor:pointer;
}

#html_wrap
{
  position: relative;
  max-width: var(--content-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: calc( 100% - var(--footer-height) - var(--actionpad-height) - var(--header-photo) - var(--content-padding) );
  background: #FFFFFF;
}

@media screen and (max-width: 580px) {
  body {
    background-color: #FFF;
  }

  #html_wrap
  {
    min-height: unset;
  }
}

#action_header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 350;
  height: var(--actionpad-height);
  background: #FFFFFF;
  color: var(--actionpad-textcolor);  
  display: none;
}


@media screen and (max-width: 580px) {
  #action_header {
    display: block;
  }
}

@media screen and (max-width: 580px) {
  #action_header{
    background: transparent;
    transition: background 0.5s;
    --actionpad-textcolor: #FFFFFF;
    text-shadow: 0 0 3px #000000;
    z-index: 500000;
  }

  body.scrolled-header #action_header,
  body.menu_open #action_header{
    background: var(--top-line-bg-color);
    --actionpad-textcolor: #000000;
    text-shadow: none;
  }
}

.action_pad{
  margin: auto;
  padding: 0 var(--content-padding);
  max-width: var(--content-width);
  height: 100%;
}

.action_pad
{
  display: none;
}


.action_pad.desktop
{
  display: block; /* keep mobile hidden by default */
}

@media screen and (max-width: 580px) {
  .action_pad.mobile
  {
    display: block;
  }

  .action_pad.desktop
  {
    display: none;
  }
}

#header_pad
{
  z-index: 100;
  /* height: calc( var(--actionpad-height) + var(--header-photo) + var(--content-padding) ); */
  height: calc( var(--header-photo) + var(--content-padding) );
}
#header_photo
{
  position: absolute;
  top: 0;
  padding: 0;
  left: 0;
  right: 0;
  max-width: var(--content-width);
  /* height: calc(var(--header-photo) + var(--actionpad-height) + var(--content-padding)); */
  height: calc(var(--header-photo) + var(--content-padding));
  margin: auto;

  background-color: var(--inactive-background);
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: content-box;
  background-size: cover;
  background-image: var(--bg-background-default-header_bg_cropped), var(--bg-background-default_bg);
}

@media all and (max-width: 580px) {
  #header_photo {
    background-origin: initial;
  }
}

#header_mmenu
{
  position: absolute;
  max-height: 0vh;
  overflow: hidden;
  top: 100%;
  background: #ffffff;
  left: 0;
  right: 0;
  user-select: none;
  z-index:10002;

  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.underlay{
  z-index:100000;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,.1);
  display:none;
}

@media screen and (max-width: 580px) {
  .vspace-before {
    margin-top: 15px;
  }
}

@media screen and (max-width: 580px) {
  body.menu_open .underlay{
    display:block;
  }
   body.menu_open #action_header #header_mmenu
   {
     max-height: 100vh;
     box-shadow: 0px 5px 10px -5px #000000;
   }
}

.mmenu_ln{
  border-top: 1px solid #000000;
  height: 2.7rem;

  box-sizing: border-box;
}

.mmenu_ln .mmenu_cl{
  position: relative;
  height: 100%;
}

.rtl .mmenu_ln .mmenu_cl.ico{
  float: right;
}

.mmenu_ln .mmenu_cl.ico{
  float: left;
  width: var(--actionpad-height);
  font-size: 1.5rem;
}

.mmenu_ln .mmenu_cl.ico .pad{
  /* vertical center of menu line icon */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  left: 0;
  right: 0;
  text-align: center;
}

.rtl .mmenu_ln .mmenu_cl.title{
  float: right;
}

.mmenu_ln .mmenu_cl.title{
  float: left;
  /*font-size: 1.1rem;*/
  width: calc(100% - var(--actionpad-height));
}

.mmenu_ln .mmenu_cl.title .pad {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}

.mmenu_ln,
.mmenu_ln a,
.mmenu_ln a:hover{
  text-decoration: none;
}


#content_pad
{
  position: relative;
  overflow: auto;
  width: 100%;
  padding:var(--content-padding);
}


#footer_pad
{
  background: #242424;
  padding: 1rem calc( (100% - var(--content-width)) / 2 );
  height: var(--footer-height);
  text-align: center;
  z-index:1;
  clear:both;
}

#footer_pad,
#footer_pad a
{
  color: #FFFFFF;
  text-decoration: none;
}

#footer_pad a:hover
{
  text-decoration: underline;
}

#company_info_pad
{
  --info-pad-padding-horizontal: 1rem;
  --info-pad-padding-vertical: .5rem;
  position: absolute;
  left: var(--content-padding);
  top: 0px;
  border: 1px solid var(--entity-border-color);
  border-top: 10px solid var(--category-border-color);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: var(--cart-width);
  padding: var(--info-pad-padding-vertical) var(--info-pad-padding-horizontal);
  padding-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 1px 1px 1px #777;
  text-align: center;
}

body.rtl #company_info_pad {
  right: var(--content-padding);
  left: auto;
}

@media screen and (max-width: 580px) {
  #company_info_pad {
    height: auto;
    padding-top: 20px;
  }

  body.rtl #company_info_pad {
    left: 0;
    right: 0;
  }
}

#company_info_pad > div ~ div {
  margin-top: 3px;
}

#company_info_pad .company_logo
{
  max-height: 5.3rem;
  max-width: 90%;
  display: block;
  margin: auto;
}
#company_info_pad .moto
{
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #A3A3A3;
}

#company_info_pad .moto a {
  color: #A3A3A3;
}

#company_info_pad .moto-working-hours {
  padding: 0.5rem 0;
}

@media screen and (max-width: 580px) {
  #company_info_pad .moto, #company_info_pad .moto a
  {
    color: var(--text-color); 
  }
}

#company_info_pad .working_state.open,
#company_info_pad .working_state.closed
{
  height: 1.4rem;
  background:var(--alt-button-color);
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 100px;
  padding: 1px 8px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  margin: 0.8rem 0;
}

#company_info_pad .working_state.closed
{
  background-color: #AAA;
}

#company_info_pad .info_block
{
  text-align: end;
}

#company_info_pad .info_block > div ~ div
{
  margin-top: 3px;
}

#company_info_pad .info_block .icon
{
  position: absolute;
  right: 0;
  top: calc( 50% + 0.1rem );
  transform: translateY(-50%);
  display: block;
  width: 1rem;
  height: 1rem;
  text-align: center;
}

body.rtl #company_info_pad .info_block .icon
{
  left: 0;
  right: auto;
}

#company_info_pad .info_block .line
{
  position: relative;
  padding-inline-end: 1.7rem;
}

#company_info_pad .info_block .line a
{
  text-decoration: none;
}

@media screen and (max-width: 580px) {
  #company_info_pad .info_block .line {
    box-sizing: border-box;
    width: calc(70% - 10px);
    margin-left: auto;
    margin-right: 0;
  }

  body.rtl #company_info_pad .info_block .line {
    margin-right: auto;
    margin-left: 0;
  }
}

.subpopup-layer,
.subpopup-layer2,
.subpopup-layer-transparent{
  position: fixed;
  z-index: 800;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0005;
  overflow: auto;
  padding: 2rem;
}

.subpopup-layer-transparent
{
  background-color: transparent;
  z-index: 9999;
}

.subpopup-layer.system {
  z-index: 20000;
}

.subpopup-layer.flex {
  display: flex;
}

.subpopup-layer.opaque,
.subpopup-layer2.opaque {
  background-color: var(--opaque-popup-bg-color);
}

.subpopup-layer2 {
  z-index: 900;
}

@media screen and (max-width: 580px) {
  .subpopup-layer,
  .subpopup-layer2 {
    padding: 0;
    /*top: var(--actionpad-height);*/
  }
}

.wnd-popup {
  position: relative;

  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 900px;

  padding:2rem 3rem;
  overflow:auto;
  border-radius: .5rem;
}

.wnd-popup.squared {
  border-radius: 0;
}

.cst-popup {
  background-color: var(--dialog-bg-color);
  border: 1px solid var(--entity-border-color);
}

.cst-popup-shadow {
  box-shadow: 3px 3px 10px var(--popup-shadow-color);
}

.cst-icon-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: 2rem;
  width: 2rem;
}

body.rtl .cst-icon-close {
  left: 1rem;
  right: auto;
}

.product-preview section{
  padding: 2rem 3rem;
}

.rtl .btn_close{
  left: 1rem;
  right: auto;
}

.subcategory_title {
  color: var(--category-name-color);
  border-bottom: 3px solid var(--category-border-color);
  padding: 13px 10px;
  text-align: center;
  font-weight: bold;
  position: relative;
  background: linear-gradient(to top, 
    color-mix(in srgb, var(--category-border-color) 40%, transparent), transparent);
}

.subcategory_title > div:first-of-type{
  max-width:85%;
  margin:0 auto;
}

.subcategory_title .abs-right{
  right:0;
  padding:0.5rem;
}
.rtl .subcategory_title .abs-right{
  transform:translateY(-50%) rotate(180deg);
  right:auto;
  left:0;
}

.category_description {
  font-weight: normal;
}

.centered {
  margin: 0 auto;
}
.nobr{
  white-space:nowrap;
}
.flex-center,
.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-end{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.flex-start{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-column-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.flex-column-end-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.flex-column-start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-between-start{
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
}

.flex-wrap{
  flex-wrap:wrap;
}

.flex-evenly {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.flex-center-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-start-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-center-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-evenly {
  display: flex;
  justify-content: space-evenly;
}

.ghosted {
  opacity: .5;
}

.offstand{
  width:var(--offstand);
  margin-inline-end:1rem;
  align-self:stretch;
  text-align: center;
}

.step-title {
  font-family: var(--heading2-font);
  font-size: var(--heading2-font-size);
  font-weight: bold;
  width:calc(100% - var(--offstand) - var(--spacing-from-vertical));
}
.offstand + .step-title{
  margin-inline-start:var(--spacing-from-vertical);
}

.step-description {
  font-weight: normal;
  font-size: 80%;
  color: var(--description-color);
}

.step-addons {
  column-count:2;
  width:calc(100% - var(--spacing-from-vertical));
  margin-top: 15px;
}
.step-addon,
.sub-addon{
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.step-addon {
  width:100%;
  margin-bottom:0.625rem;
}

.step-addons.photo_and_text .step-addon {
  margin-bottom: .3rem;
}

.title-line{
  flex-wrap:wrap;
}

.checkmark {
  position:relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width:2.2rem;
  height:2.2rem;
  border-radius:50%;
  font-weight:bold;
  border:2px solid var(--checkbox-border-color);
}
.step-addon .checkmark{
  width:1.5rem;
  height:1.5rem;
  margin-inline-end:0.625rem;
}
.checkmark.step-nr{
  background:var(--checkbox-border-color);
}
.sub-checkmark {
  width:2rem;
  height:2rem;
}

.checkmark.checked{
  background-color:var(--focus-color);
  border-color:var(--focus-color);
}
.checkmark.checked::after {
  content:"";
  border-radius:100px;
  background:#000;/*var(--checkmark-color);*/
  -webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAQAAAD2e2DtAAAFCUlEQVR4AezBgQAAAACAoP2pF6kCAAAAAAAAAAAAAAAAAAAAAGbXnt09vaMoiq/Ytm2jiprYtpMquNNGbdjFtpuwGlWDKrZtG8MT2/ndPc/9vu9a+7845zPr2ojJrIL1tDV5i+Jl1sJ62Eq8Sn2/N9mAnmXL8Rz1895nc3qULcWj1G/2MdvQk2wR7qf+sM/ZgR5k8zOJ+tN9zZ5Yx5uHcdRfbiqHYB1ubu6h/nbTOQ7raHNwO/WPm8kQ1sFm4xrqX+5UrHNdQP2HnY11qrOo/7gLmQ3rSGdQ/2NXMwfWgUZR/3O3MReNZ8cxk/rfu5d5aDg7hOnUQBvH/DSa7cUUauBNZBEazHZgCjUsu58laCzbmi+oYdvjLEtD2ZZ8TA3rnm1HD9pGvEsN+9SDLWHPwD5mS6wN7BnYF2yNtYE9A5siGGsGewY2hb2wNrBnYNOFYs1gz8BmisSawZ6RjcLawJ6RnYG1gT0jO4s2EntGdgHWBvaM7Bpmw1rAnpHdrgdsBHtGdg9zYy1gz8jG6QCbwZ6BTdIANoM9A7tf/9cM9gzsUZbC2sCegT3Hclgb2DOwV1kJawN7BvYWa2I9xZ7Fu2yEiT1N7GliTxN7mtjTxJ4m9jSxp4k9Texps7wLe4U9TexpYk8Te9rxvcKeJvY0saeJPW2bXmFPE3ua2NPEnrZyHnua2NPEnib2tF5gz+OxBrDn+Dz2NLGniT2tL9jzQkzsaWJPE3tan7DneLGn2NPEnib2NLGn9Qd7royJPU3saWJP6xP23AYTe5rY08SeJvY0saeJPU3saWJPE3ua2NPEnib2HAFtzpa0kdgz0Pq8yyds10/sKfZcg9d+fF7u2j/sKfZc8VfP0Ckc0C/sKfZcisd/98U6hkBiz3aeoTMZ6gf2FHvOz8QG3hliz1BzM4b6y53HbF3GnmLPObiT+ttdxuxdxZ5iz9m4gfrH3cyc3cSeYs+LqX+1u5mne9hT7Hk29a83jgW6hT3FnqdR/2mTWbQ72FPseSL1n/cgS0M+sWe+I//nN+wpVgTEno237wDfsJdYQ+zZdjsN+A55kw3Env1+h7zPlmLPNtt8eN4hKTQi9sx7nxp8STQi9sx7nwGXQCNiz3wr8nzgGnaM2LONluKJ0EVsSOzZQmOo2M4Qe478NuBNKrAAGhF7ZlqDl6jAAmhE7JlpRZ6iAgugEbFnpqV5kAosgEbEnpkWZTIVWACNiD0zLcA4KrAAGhF7ZpqHu6nAAmhE7JlpTm6mAgugEbFnptm5jAosgEbEnplm4zwqsAAaEXs28DhNoBGxZ76hwPcsgEbEnrmOCXzQAmhE7JnrgMAbJYBGxJ65dg28UgJoROyZazs+oUKbyZDYc+S3Je+PcDTyTbt2IAUACABRzDHzjBJI4N7fOCZ7rqcR2VMakT2lEdlTGpE9pRHZUxqRPaUR2VMakT2lEdlTGpE9pRHZUxqRPaWRZPaURmRPaaSePaWRevaURm46e0ojsqc0IntKI7KnNNLKntKI7CmNyJ7SiOwpjcie0ojsKY3IntKI7CmNyJ7SiOwpjcie0ojsKY3IntKI7CmNyJ7SiOwpjcie0ojsKY3sZE9pRPaURmRPaUT2lEZkT2lE9pRGZE9pRPaURmRPaUT2lEZkT2lE9pRGZE9pRPaURmRPaUT2lEZkT2lE9pRGetlTGpE9pRHZUxqRPaWRdPbkfLMnAAAAAAAAAAAAAPAAy6c7Hvrf9koAAAAASUVORK5CYII=');
  -webkit-mask-size: contain;
  -webkit-mask-origin: content-box;
  -webkit-mask-repeat: no-repeat;
  padding:20%;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
}

.preview-addons-section ~ .preview-addons-section {
  margin-top: 40px;
}

.sub-addons {
  font-size: 80%;
  white-space: nowrap;
  margin:0 -0.5rem;
  margin-inline-start:1rem;
  column-count:2;
}
.sub-addon{
  margin:0 0.5rem;
  margin-bottom:0.5rem;
}
.sub-addons .checkmark{
  margin-inline-end:0.5rem;
}

.img-bg {
  background:transparent no-repeat center / contain;
}

/* Product list */

.rtl .product-photo,
.rtl .product-info{
  float: right;
}

.product_items{
}
.product_item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DDD;
  padding: .5rem 0;
}
.product_item.product_item_nopadding {
  padding-left: 0;
  padding-right: 0;
}
.product_item:last-child {
  border-bottom: none;
}
.product-photo {
  background: transparent none no-repeat center / contain;
  float: left;
  width: var(--product-photo-width);
  text-align: center;
  height: 4rem;
  background-size: cover;
}

.product-info{
  position: relative;
  display: block;
  float: left;
  padding-inline-start: 10px;
  font-size:0.9rem;
  width:100%;
}

.product-price {
  white-space: nowrap;
  text-align: end;
  padding-inline-start: 10px;
  min-width: 56px;
}

.product_item.in_bundle .product-info {
  padding-inline-start: 1.8rem;
}


.show_in_bundle {
  display: none;
}

.product_item.in_bundle .show_in_bundle {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 3px;
  left: 0;
}

body.rtl .product_item.in_bundle .show_in_bundle {
  right: 0;
  left: auto;
}

.bundle-textonly .product-photo{
  display:none;
}
.bundle-textonly .product-info.withphoto{
  width:100%;
}

.product-title{
  color:var(--product-name-color);
  font-size:1.0rem;
  font-weight:bold;
}

.product-description{
  font-family: var(--base-font);
  font-size: .9rem;
  color:var(--description-color);
  margin-top:0.625rem;
  line-height: 16px;
}

.mobile{
  display:none;
}

.header-mobile{
  background:var(--bg-background-default_bg);
  position:fixed;
  z-index:101;
  top:0;
  left:0;
  right:0;
  height:18rem;
}

.app-menu{
  position:absolute;
  top:10px;
  left:10px;
  width:3rem;
  height:3rem;
  border:1px solid;
}

.company-info-pad{
  position:absolute;
  bottom:0;
  right:0;
  left:0;
  background:var(--header-bg-color);
  padding:1rem 2rem;
  text-align:right;
}

.company-logo{
  float:left;
  height:6rem;
  width:6rem;
  background-color:#fff;
  margin-top:calc(-4rem); /*padding+1/2height*/
}

.working-state{
  float:right;
  background:teal;
  border-radius:10rem;
  height:2rem;
  width:6rem;
  color:#fff;
  margin-top:-2rem; /*padding+1/2h*/
}

.company-title{
  font-size:2rem;
  font-weight:bold;
}

.info-block{
  margin:0 -2rem;
  margin-top:1rem;
}
.info-block > div{
  display:inline-block;
  margin:0 2rem;
}

.price{
  color:var(--prices-color);
  font-weight:bold;
  direction:ltr;
}

.product-info .price,
.order-item-info-title .price{
  white-space: nowrap;
  width: min-content;
  text-align: end;
}

.currency{

}
.currency:after{
  content:" ";
}
#cat-menu{
  background-color: #FFFFFF;
}
#cat-menu .non-mobile{
  overflow:hidden;
}

.ingredient-related-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-inline-end: 4px;
}

.category{
  padding: .5rem 0;
  border-bottom:1px solid var(--nonfocus-color);
}
.category:last-of-type{
  border-bottom:none;
}
.cat-pic{
  width:4rem;
  height:4rem;
}

.cat-pic.img-bg {
  background-size: cover;
}
.cat-arrow{
  width:3rem;
  height:3rem;
  background-color:var(--nonfocus-color);
  border-radius:50%;
  font-size:1rem;
}
.cat-title{
  text-align:start;
  padding-inline-start:1em;
  flex-grow: 1;
  font-weight: bold;
}

.cat-description {
  font-family: var(--base-font);
  font-size: .9rem;
  margin-top: 3px;
  color: var(--secondary-text-color);
}

.category.active{
  font-weight:bold;
}
.category.active .cat-arrow{
  background-color:var(--focus-color);
  animation:flash 3s infinite;
}

.foot-cart{
  width:6rem;
  font-size:2rem;
  color:var(--nonfocus-color);
}
.foot-view-cart{
  position:absolute;
  right:0;
  bottom:0;
  width:10rem;
  font-size:1.5rem;
  color:#fff;
  height:100%;
  background-color:var(--button-color);
}

.cat-header{
  background-color: #FFFFFF;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .24);
  z-index:101;
  overflow-y:hidden;
  overflow-x:auto;
  white-space:nowrap;
  margin-left: 3.7rem;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}


.cat-header::after {
  content: "";
  display: block;
  /* margin-top: -3px; */
}


.cat-header::-webkit-scrollbar {
  /* height: 3px; */
  height: 0px;
  background-color: transparent;
  display: none;
}

.cat-header::-webkit-scrollbar-thumb {
  background-color: transparent;
  display: none;
}

.cat-button{
  display:inline-block;
}
.cat-button-title{
  padding: 10px 20px;
  border: 0;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width:580px) {
  .cat-button-title{
    color:var(--inactive-title-color);
  }
}

.cat-button-title.cat-button-title-no-bb {
  border-bottom: none;
}


@media screen and (max-width:580px) {
  .cat-button_arrow {
    height: 42px;
  }
}

.cat-button_arrow {
  position: absolute;
  width: 3.7rem;
  left: 0px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat-button_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}

.cat-button_arrow::after {
  
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: color-mix(in srgb, var(--category-border-color) 40%, transparent);
}

.cat-button.active{
  font-weight:bold;
  border-color:var(--focus-color);
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--category-border-color) 40%, transparent),
    transparent
  );
  border-bottom: 3px solid var(--category-border-color);
  

}

@media screen and (max-width:580px) {
  .cat-button.active{
    background-color: transparent;
  }
}

.cat-button.active .cat-button-title {
  color: var(--category-name-color);
  border-color:var(--category-border-color);
}

@media screen and (max-width:580px) {
  .product-preview .image{
    width: calc(100vw - 110px);
    margin: auto;
  }
}

.product-preview .image img{
  max-width:100%;
  max-height:32rem;
}

.amount{
  direction:ltr;
  color:var(--prices-color);
  font-weight:bold;
}

.product-preview .product-title,
.product-preview .header .amount,
.product-preview .cst-product-preview-title
{
  font-family: var(--heading1-font);
  font-size: var(--heading1-font-size);
  text-align: center;
}

.upgrade-preview-title {
  font-size:1.5rem;
  text-align: center;
  margin: 0 20px 15px;
}

.upgrade-preview-description {
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 580px) {
  .upgrade-preview-title,
  .upgrade-preview-description {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.wnd-popup section{
  padding: 1rem 3rem;
}

.upgrade-to-bundle-photo {
  max-height: 500px;
  max-width: 100%;
}

@media screen and (max-width: 580px) {
  .upgrade-to-bundle-photo {
    max-height: 50vh;
  }
}

@media screen and (max-width: 580px) {
  .product-preview {
    padding-bottom: 3rem;
  }
}

.product-preview.allergies-product .offstand {
  display: none;
}
.product-preview.allergies-product .step-title {
  text-align: center;
  margin: 0;
  width: 100%;
}

.product-preview.allergies-product .step-addons,
.product-preview.allergies-product .step-block {
  width: 100%;
}

.product-preview .description{
  color:var(--description-color);
  margin-top:0.5rem;
  text-align: center;
}
.dialog-buttons{
  margin-top:1rem;
  text-align: center;
}

.buttons-with-gap > * ~ *{
  margin-inline-start: 10px;
}

.addon_price_wrp > div {
  display: flex;
  align-items: center;
}

.addon-qty-block {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  margin-left: 4px;
}

html.rtl .addon-qty-block {
  margin-left: 0;
  margin-right: 4px;
}

.addon-qty-block .addon-qty {
  margin: 0 8px;
}

.icon-addon-qty {
  display: inline-block;
  width: 18px;
  height: 18px;
}

.product-preview .steps + .dialog-buttons{
  margin-top:1rem;
}

@media screen and (max-width: 580px) {
  .product-preview .steps + .dialog-buttons{
    margin-top: 0;
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
  }
}

.cst-button{
  border:0;
  background:var(--button-bg-color);
  color: var(--button-text-color);
  font-weight:bold;
  font-size:1.2rem;
  padding:10px 20px;
  border-radius: 100px;
}

.cst-button.squared {
  border-radius: 0;
}

.cst-button.btn-text-link {
  color: var(--text-color);
  background: transparent;
  text-decoration: underline;
  font-weight: normal;
  opacity: .8;
  font-size: 1rem;
}


@media screen and (max-width: 580px) {
  .cst-button
  {
    width:100%;
  }
}

@media screen and (max-width: 580px) {
  .select_other_paytype {
    margin-top: 20px;
  }
}

.extra-addon-disabled {
  opacity: .3;
  pointer-events: none;
}


.opts {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 10px;
  font-size: 90%;
  margin-inline-start: calc(1.5rem + 0.625rem);
}

.opt {
  margin-inline-end: 10px;
}

.opt:last-child {
  margin-inline-end: 0;
}

.step-addon .opt .checkmark {
  width: 1.2rem;
  height: 1.2rem;
}

.cst-button.line{

}
.cst-button.rounded{
  border-radius:10rem;
}

.cst-button.continue{
  background: none;
  color: black;
  border: 1px solid black;
  font-weight: normal;
  font-size: 0.9rem;
  min-height: 45px;
  padding: 10px 10px;
}

.step-block{
  margin:0.5rem 0;
  margin-inline-start:var(--spacing-from-vertical);
  width:calc(100% - var(--spacing-from-vertical) - var(--offstand) - 0.625rem);
}

@media screen and (max-width: 580px) {
  .step-block{
    width: calc(100% - var(--spacing-from-vertical) - var(--offstand) );
  }
}

.step-row{
  display:flex;
  position:relative;
}

.vertical-line{
  position:relative;
}

.vertical-line::before{
  content:" ";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  border:2px solid var(--inactive-background);
}
.vertical-line.half-line-bottom::before{
  top:50%;
}
.vertical-line.half-line-top::before{
  bottom:50%;
}

.addon-photo-thumb{
  width:2rem;
  height:2rem;
  background:none no-repeat center center / contain;
  margin-inline-end:0.625rem;
}

.addon-title{
  margin-inline-end:0.625rem;
}

.checkmark + .addon-label{
  width:calc(100% - 2.825rem - 0.625rem);
}

.addon-photo-thumb + .addon-label{
  width:calc(100% - 2.825rem - 3.625rem);
}

.minmax{
  font-family: var(--base-font);
  font-size: 1rem;
  font-weight: normal;
}

.minmax:empty,
.addon-label .nobr:empty{
  display:none;
}

.view{
  display:inline-block;
  vertical-align:top;
  width:100%;
}
.view.withcart{
  width:calc(100% - var(--cart-width) - var(--content-padding));
  min-height: var(--cart-min-height);
}

.cart-boundary
{
    pointer-events: all;
}

.cart-boundary-pad
{

}

.cart-boundary-pad .tools .icon{
  border: 1px solid black;
}

@media screen and (min-width: 581px) {
    .non-mobile.cart-wrapper,
    .floating-cart .cart-boundary {
  float:right;
  width:var(--cart-width);
}

    .rtl .non-mobile.cart-wrapper,
    .rtl .floating-cart .cart-boundary
    {
  float:left;
}
}

.cart {
  width:100%;
  border: 1px solid var(--entity-border-color);
  border-radius:5px;
  /* box-shadow:0px 0px 8px rgba(0, 0, 0, .24); */
  display:inline-block;
  vertical-align:top;
  background-color: var(--dialog-bg-color);
}

.outer-shadow{
  border-radius:5px;
  box-shadow:0px 0px 8px rgba(0, 0, 0, .24);
}

.outer-shadow .block{
  cursor:pointer;
}
.outer-shadow .cart{
  box-shadow:none;
  margin-bottom:0;
}

.non-mobile .cart.has-products:first-of-type{
  margin-bottom:0;
  border-bottom:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.non-mobile .cart:not(:first-of-type) {
  margin-top:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
}
.non-mobile .cart:not(:first-of-type) .block{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.non-mobile .order-products{
  max-height:600px;
  overflow-x:hidden;
  overflow-y:auto;
}

.cart .block{
  background:var(--inactive-background);
  border-top:2px solid #DDD;
  border-bottom:2px solid #DDD;
  margin-bottom:1rem;
  position:relative;
}

.cart.collapsed{
  box-shadow:none;
}
.cart.collapsed .block{
  margin-bottom:0;
}

.cart.collapsed .hideable{
  display:none;
}

.show-cart-details {
  color: #7C7C7C;
  margin: 10px 0px;
  font-size: 15px;
}

.show-cart-details:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 10px;
  background: color-mix(in srgb, var(--prices-color) 30%, transparent);
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  color: black;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}



.show-cart-details.hide-details::after {
  content: "\f077"; /* Unicode for Font Awesome 'angle-up' icon */
}

.collapse-toggle{
  position:absolute;
  top:50%;
  right:1rem;
  height:1rem;
  width:1rem;
  transform:translate(-50%,-50%) rotate(180deg);
}
.collapse-toggle:after{
  content:"";
  display:block;
  height:.6rem;
  width:.6rem;
  border:2px solid #000;
  border-left:0;
  border-bottom:0;
  transform:rotate(135deg);
}
.rtl .collapse-toggle{
  right:auto;
  left:2rem;
}

.collapsed .collapse-toggle{
  transform:translate(-50%,-50%);
}

.cart > :first-child{
  border-radius:5px;/*match cart*/
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-top:2px solid transparent;
}

.cst-cart-icon{
    background:none;
    background-color:var(--text-color);
    mask-position:center center;
    mask-repeat:no-repeat;
    mask-size:contain;

    -webkit-mask-position:center center;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-size:contain;
    height:2rem;
    width:2rem;
    margin:0.5rem auto;
}
.cart .placement{
  position:relative;
}
.cart .placement .cart-cnt{
  position: absolute;
  left: calc(50% + 0.9rem);
  top: 0.1rem;
  transform: translateX(-50%);
  z-index: 1;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  font-size: 0.8rem;
  text-align: center;
  background: var(--alt-button-color);
  color: #fff;
  border-radius: 50%;
}

body.rtl .cart .placement .cart-cnt{
  left: calc(50% - 2.2rem);
}

.order_mode_head {
  display: none;
}

@media screen and (max-width: 580px) {
  .order_mode_head {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: center;
  }
}

.cart .summary{
  padding: 1rem;
  color:var(--description-color);
  background: var(--inactive-background);
}
.cart .totals{
  color:var(--prices-color);
}

.summary .line
{
  position: relative;
}

.summary .line .title
{
  display: inline-block;
  font-weight: bold;
}

.summary .line .value
{
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  text-align: right;
}

.rtl .summary .line .value
{
  right: auto;
  left: 0;
}

.order-product{
  padding:1rem;
  padding-top:0;
  width:100%;
}
.order-product:after{
  content:"";
  display:block;
  margin: 1rem 0 1rem 0;
  margin-bottom:0;
  border-top:1px solid #DDD;
}
.order-product:last-of-type:after{
  display:none;
}
.cart .addon-photo-thumb{
  background-color:var(--inactive-background);
}
.order-product > div{
  vertical-align:top;
  display:inline-block;
}
.order-item-info{
  width:100%;
}
.order-item-info.withphoto{
  width:calc(100% - 4rem);
}

.order-item-info-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.order-item-info-title .price {
  padding-left: 1rem;
  text-align: end;
}

body.rtl .order-item-info-title .price {
  padding-left: 0;
  padding-right: 1rem;
}

.order-item-info-title .name {
  font-weight: bold;
  text-align: start;
}

.cst-ingredient{
  font-size: 0.9rem;
}
.order-item-info ul{
  padding:0;
  margin:0;
  color:var(--description-color);
}

.order-item-info li{
  list-style:none;
  padding:0;
  margin:0;
}

.order-item-info > ul > li{
  margin:0 0 0.8rem 1.5rem;
  position: relative;
}

.rtl .order-item-info > ul > li{
  margin:0 1.5rem 0.8rem 0;
}

.cst-ingredient .de-icon-edit
{
  display: inline-block;
  float: none;
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  transform: translateX(-1.5rem);
  background-color: var(--inactive-background);
  border-radius: 50%;
  background-size: 65%;
}

.rtl .cst-ingredient .de-icon-edit
{
  transform: translateX(+1.5rem);
}

.order-item-info .order-item-addon-list{
  padding-inline-start:1rem;
}

.order-item-addon-list .price{
  color:var(--description-color);
  font-size:smaller;
}
.cart .tools > *{
  vert-align:middle;
  cursor:pointer;
}

.cart .count {
  display:inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align:middle;
  border:1px solid var(--description-color);
  border-radius:10rem;
  font-weight:normal;
  color:var(--description-color);
  padding:0 4px;
  cursor:auto;
  float: left;
  width: 5.5rem;
}
.cart .count span{
  text-align:center;
  min-width:1rem;
  position: relative;
}
.cart .count span:nth-child(2){
  color:#000;
  line-height:normal;
  margin: 0 3px;
}

.cart .tools .icon{
  display:inline-block;
  vertical-align:middle;
  width:1.5rem;
  height:1.5rem;
  font-weight:normal;
  border-radius:50%;
  margin-inline-start: 15px;
  background-size:65%;
  float: right;
}

.rtl .cart .count {
  float: right;
}
.rtl .cart .tools .icon{
  float: left;
}

.cart .delivery{
  padding:1rem;
  padding-top:0;
}

.cart .delivery > div > *{
  display:inline-block;
  vertical-align:middle;
  width:49%;
}
.cart .delivery > div:not(:first-of-type){
  margin-top:0.625rem;
}
.cart .delivery .tools{
  margin-top:0;
}
.cart .delivery select{
  padding:5px;
  cursor:pointer;
}

.edit-cart-item{
  width: 4rem;
  background:none no-repeat center center/contain;
  display:inline-block;
  font-size:smaller;
  padding: .45rem 14px .4rem .4rem;
  margin-inline-end:0.2rem;
  color:#000;
  text-align:start;
}
.cst-step-name{
  display:inline-block;
}


/* Bundle steps */
.bundle-steps-scroller{
  overflow:hidden;
  overflow-x:auto;
  text-align:center;
  padding:0 .5rem;
}

@media screen and (max-width:580px) {
  .bundle-steps-scroller {
    background-color: var(--bundle-header-bg-color);
    padding: 20px;
    margin: calc(var(--content-padding) * -1 - 1rem) /* top */
            calc(var(--content-padding) * -1)        /* right */
            var(--content-padding)                   /* bottom */
            calc(var(--content-padding) * -1);       /* left */
  }
}

.bundle-step-wrapper{
  padding:1rem 2rem;
  padding-bottom:0;
  display:inline-block;
  vertical-align:top;
  position:relative;
  z-index:2;
}

.bundle-step-wrapper:before{
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4rem;
  border-radius:200px;
  background-color:var(--bundle-step-wrapper-bg-color);
  z-index:1;
}

.bundle-steps{
  position:relative;
  white-space:nowrap;
}

.bundle-steps:before{
  content:"";
  display:block;
  position:absolute;
  top:1.1rem;
  left:0;
  right:0;
  z-index:2;
  border-top:2px solid var(--step-line-color);
  pointer-events: none;
}

.bundle-step{
  min-width:8.7rem;
  text-align:center;
  position:relative;
  display:inline-block;
  white-space:normal;
  vertical-align:top;
}

.bundle-step .bundle-step-title{
  font-weight: normal;
  white-space:normal;
  word-wrap:break-word;
  overflow:hidden;
  color: var(--bundle-step-text-color);
  margin:5px auto;
  margin-bottom:2px;
}

.bundle-step.checked .bundle-step-details{
  color:var(--bundle-step-completed-text-color);
  text-align:center;
}

.bundle-step .edit-step{
  display:none;
  text-align: center;
}

.bundle-step.checked .edit-step{
  display:block;
  margin:0 auto;
}

.bundle-step.checked .step-description{
  display:none;
}

.bundle-step .step-description{
  line-height:1.1;
  overflow:hidden;
  text-overflow:ellipsis;
}
.bundle-step .step-description:empty{
  display:none;
}
.bundle-step.current-page .bundle-step-details{
  color:var(--bundle-step-focus-text-color);
}

.bundle-step .bundle-step-details{
  max-width:8.7rem;
  text-align:center;
  color:var(--bundle-step-text-color);
  margin-top:1rem;
}


.cst-steps{
  margin-top:20px;
  padding:20px 40px;
  background:transparent;
}

.cst-step-number,
.cst-step-number-filled{
  background-color:var(--dialog-button-bg);
  color:var(--button-text-color);
  border-radius:50%;
  width:55px;
  height:50px;
  padding:10px;
  margin:10px;
  border: 5px solid transparent;
}
.cst-step-number-filled{
  background-color:var(--focus-color);
  color:var(--secondary-text-color);
}

.cst-step-number.current_step {
  font-weight: bold;
  border: 3px solid var(--focus-color);
}

.bundle-step .step-number {
  border-radius:100%;
  color:var(--step-text-color);
  font-weight:bold;
  background-color: var(--bundle-header-bg-color);
  border:2px solid var(--current-step-border-color);
  width:2.2rem;
  height:2.2rem;
  margin:0 auto;
  position:relative;
  z-index:2;
}

.bundle-step.checked .step-number{
  border:0;
}

.bundle-step .step-number.current-page{
  background-color:var(--current-step-bg-color);
}

@keyframes bundle-step-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

.current-bundle-step.first-time-edit .step-number {
  animation: bundle-step-blink 2s ease-in-out infinite;
}

.completed-bundle-step:not(.current-bundle-step) .step-number {
  /* background:var(--checkbox-checkmark-color) var(--bg-icon-bundle-step-checked) no-repeat center / contain; */
  color:transparent;
  background:var(--checkbox-bg-color);

}

.bundle-step-wrapper .edit-cart-item:not(.current-page) .edit-cart-item {
  display: flex;
}

.bundle-step-description {
  margin-bottom: 5px;
  font-size: 70%;
  margin-top: 4px;
  line-height: 1.15;
}

.first-time-edit .bundle-step-description {
  font-weight: bold;
  font-size: 80%;
}

.completed-bundle-step:not(.current-bundle-step).edit-cart-item .bundle-step-description,
.cst-addon-progress-title:not(.current-page) .bundle-step-description{
  display: none;
}


.bundle-step .checkmark {
  border: 3px solid var(--checkbox-border-color);
  background-color:var(--completed-step-bg-color);
}

/* End Bundle Editing */

.hr{
  display:block;
  height:2px;
  border:0;
  border-top:2px solid #000;
  margin:1rem 0;
  padding:0;
}
.hr.top{
  margin-top:0;
}

.h1{
  font-family: var(--heading1-font);
  font-size: var(--heading1-font-size);
}
.h1.section-header{
  border-bottom:1px solid var(--nonfocus-color);
  padding-bottom:.5rem;
}
.h1.inline{
  margin:0;
  padding:0;
}
.h2{
  font-family: var(--heading2-font);
  font-size: var(--heading2-font-size);
}

.split{
  display:table;
  white-space:nowrap;
}

.login.split .form form{
  width:auto;
  min-width:18rem;
}

.split > div{
  display:table-cell;
  vertical-align:top;
  white-space:normal;
}

.or-split-wrapper{
  width:var(--split-wrapper-width);
  height:100%;
  position:relative;
}

.split .frame{
  display:table-cell;
  max-width:calc((100% - var(--split-wrapper-width)) / 1);
}

.or-split{
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:0;
  border:0;
  border-right:2px solid #000;
  font-size:1.5rem;
}

.or-split div{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  padding:0.5rem 0;
  background-color: var(--dialog-bg-color);
}

.form .input,
.form .button {
  border-radius: 2rem;
  padding: .625rem 1rem;
  border: 1px solid var(--nonfocus-color);
  /*box-shadow: inset 0 2px 2px #0001;*/
}

.form .button[disabled] {
  opacity: .5;
  filter: saturate(.5);
  pointer-events: none;
}

.form .input.error {
  border-color: red;
}

.form .button{
  min-width:12rem;
}

.form .field .input,
.form .field .button{
  width:100%;
}
.form .hintable .input{
  width:calc(100% - 2.5rem);
}
.form .input.mini{
  width:3rem;
}

.input:focus {
  border-color:#2196F3;
  outline:none 0;
}

.field {
  text-align:center;
}
div.field + div.field,
div.field.first-field {
  margin-top:1rem;
}

div.field.field-info {
  color: red;
  padding: 0.8rem 0;
}

.field.field-hint {
  color: #888;
  font-size: 80%;
}

.form form{
  width:320px;
}

.form.fullwidth,
form.fullwidth {
  width: 100%;
}

.delivery-choice .form form{
  width:auto;
}

.form .button{
  background:var(--alt-button-color);
  color:#fff;
  font-weight:bold;
  font-size:100%;
  cursor:pointer;
}

.button.gray,
.form .button.gray {
  background: grey;
}

.delivery-choice form:invalid button,
.delivery-choice form button.not-active {
  pointer-events:none;
  filter: saturate(20%) opacity(50%);
}

.form .button.secondary{
  background:none;
  border:1px solid var(--nonfocus-color);
  color:var(--text-color);
  text-decoration:underline;
}

ul.defmargins {
  margin: 0 30px 20px;
}

.errors {
  color:red;
  margin-bottom:2rem;
}
.errors:empty{
  display:none;
}

.error-field {
  outline:3px solid #ff253a40;
}

.checkable > *{
  vert-align:middle;
}
.checkable {
  position:relative;
  user-select:none;
  padding-inline-start:2rem;
  padding-inline-end: 0.8rem;
}

.checkable input{
  position:absolute;
  opacity:0;
  height:0;
  width:0;
  margin-inline-end:1.5rem;
}

.checkable input + ins{
  position:absolute;
  top:0;
  left:0;
  height:1.5rem;
  width:1.5rem;
  background-color:#eee;
}

body.rtl .checkable input + ins {
  right: 0;
  left: auto;
}

.checkable.radio input + ins{
  border-radius:50%;
}

.checkable:hover input + ins{
  background-color: #ccc;
}

.checkable input:checked + ins {
  background-color:#2196F3;
}

.checkable input + ins:after {
  content:"";
  position:absolute;
  display:none;
}

.checkable input:checked + ins:after {
  display:block;
}

.checkable input[type=checkbox] + ins:after {
  left:30%;
  top:0;
  width:0.4rem;
  height:1rem;
  border: solid white;
  border-width:0 3px 3px 0;
  transform:rotate(45deg);
}

.checkable.radio input[type=radio] + ins:after{
  top:30%;
  left:30%;
  right:30%;
  bottom:30%;
  border-radius:50%;
  background:white;
}

.section-step{
  border:1px solid #000;
  border-radius:100%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:1.2rem;
  font-weight:bold;
  min-width:2rem;
  min-height:2rem;
  max-width:2rem;
  max-height:2rem;
  vertical-align:middle;
}

.h1 .section-step{
  margin-inline-end:.5rem;
}
.password + ins{
  font-family: 'Font Awesome 5 Free';
  position:relative;
  margin-inline-start:-3rem;
  margin-inline-end:.5rem;
  font-size:larger;
  color: var(--nonfocus-color);
  cursor:pointer;
  text-decoration:none;
  vertical-align:middle;
}

.password + ins:after{
  padding:.3rem .5rem;
}

.password.input{
  padding-inline-end:2.5rem;
}
.password[type=password] + ins:after{
  content:"\f06e"; /*eye*/
}
.password[type=text] + ins:after{
  content:"\f070"; /*eye-slash*/
}

.notification{
  color:red;
  display:block;
  max-width:320px;
  cursor:pointer;
}
.notification i{
  font-size:1.5rem;
  margin-inline-end:1rem;
}
.notification > *{
  display:inline-block;
  vertical-align:middle;
  max-width:80%;
}
.notification div{
  white-space:normal;
}

.notification.info{
  color:#2196F3;
}
.notification.info > *{
  vertical-align:top;
}
.notification.info i{
  vertical-align:top;
}
.notification.info div{
  text-align:justify;
}

@media screen and (max-width:580px) {
  .view{
    width:100% !important;
    padding: 0;
  }
  .order-products{
    max-height:none;
  }
  .mainblock{
    width:100%;
  }
  .offstand{
    margin-inline-end:0;
  }

  .non-mobile{
    display:none !important;
  }
  .mobile{
    display:block;
  }
  .mobile.flex-center,
  .mobile.flex-between,
  .mobile.flex-start,
  .mobile.flex-end{
    display:flex;
  }
  .step-addons,
  .sub-addons{
    column-count:1;
  }
  #cat-menu .mobile{
    padding:0 1rem;
  }
  .section-step{
    min-width:1.8rem;
    max-width:1.8rem;
    min-height:1.8rem;
    max-height:1.8rem;
    font-weight:bold;
    font-size:1rem;
    border-width:2px;
  }
}

@media screen and (max-width:580px) {
  .wnd-popup{
    min-width:unset;
    left:0;
    right:0;
    bottom:0;
    top:0;
    min-height: 100%;
    border-radius: 0;
  }
  .product-preview section{
    padding-left: 0;
    padding-right: 0;
  }
  .product-preview .image img{
    max-height:12rem;
    max-width:18rem;
  }
}
.nopad{
  padding:0;
}


/* action_pad burger icon */
#mmenu_ico{
  left: 0;
}

#mmenu_back
{
  right: 0;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}

body.show-back-btn #mmenu_back
{
  display: block;
}

#mmenu_title
{
  position: absolute;
  top: 50%;
  left: var(--actionpad-height);  
  right: 0.1rem; /*just min pad*/

  transform: translateY(-50%);
  --text-size: 1.3rem;
  font-size: var(--text-size);
  height: var(--text-size);
}

body.show-back-btn #mmenu_title
{
  right: var(--actionpad-height);
}

#mmenu_title_wrap
{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width:580px) {
  #mmenu_title_wrap{
    display: none;
  }
}


#mmenu_back .fa
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mmenu_ico,
#mmenu_back
{
  position: absolute;
  bottom: 0;
  top: 0;
  width: var(--actionpad-height);
  z-index: 9998;
  text-align: center;
  cursor: pointer;
}

#mmenu_ico {
  background: transparent url(/img/dots.png) no-repeat center / contain;
  background-origin: content-box;
  box-sizing: border-box;
  padding: 14px;
  filter: drop-shadow(2px 2px #0001);
}

.rtl #mmenu_ico_burger
{
  margin-left: 0;
  margin-right: 15%;
}

#mmenu_ico_burger {
  width: 70%;
  height: 100%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
  margin-left: 15%;
  margin-top: 14px;
}

#mmenu_ico_burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--actionpad-textcolor);
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  box-shadow: 0 0 3px #000000;
}

body.scrolled-header #mmenu_ico_burger span,
body.menu_open #action_header #mmenu_ico_burger span
{
  box-shadow: none;
}

#mmenu_ico_burger span:nth-child(1) {
  top: 0px;
}

#mmenu_ico_burger span:nth-child(2),
#mmenu_ico_burger span:nth-child(3) {
  top: 9px;
}

#mmenu_ico_burger span:nth-child(2)
{
  box-shadow: none;
}

#mmenu_ico_burger span:nth-child(4) {
  top: 18px;
}

body.menu_open #action_header #mmenu_ico_burger span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

body.menu_open #action_header #mmenu_ico_burger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.menu_open #action_header #mmenu_ico_burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.menu_open #action_header #mmenu_ico_burger span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
/* END action_pad burger icon */

.step-done{
  opacity:.3;
}
.click-icon{
  width:1.5rem;
  height:1.5rem;
}

.fa.click-icon{
  width:auto;
  height:auto;
  font-size:1.5rem;
  vertical-align:middle;
}

table{
  width:100%;
}

.half-split .frame{
  width:49.5%;
  vertical-align:top;
}

.half-split.inlined .frame{
  display:inline-block;
  vertical-align:middle;
}

.half-split table.frame{
  display:inline-table;
}

.splitter{
  width:2rem;
  height:2rem;
  position:relative;
}
.splitter:before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  border:1px solid var(--nonfocus-color);
}

ul.payment_method_wrp {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap:wrap;
}

ul.payment_method_wrp > li {
  margin:.625rem;
  padding:.625rem;
  min-width: 126px;
  max-width: 126px;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  text-align:center;
  cursor: pointer;
}

.payment-icon{
  border-radius:100%;
  border:1px solid #DDD;
  padding:1rem;
  position:relative;
}

.payment-icon .img-bg{
  width:3rem;
  height:3rem;
}

.splitmode .payment-icon:before{
  content:"+";
  z-index:1;
  display:block;
  width:1.3rem;
  height:1.3rem;
  font-size:1rem;
  line-height:1rem;
  text-align:center;
  background:var(--focus-color);
  color:var(--text-color);
  border-radius:50%;
  position:absolute;
  font-weight:bold;
  left:0;
  top:0;
}

.illustration-icon .img-bg{
  width:2.5rem;
  height:2.5rem;
    background-position-x:left;
}
.rtl .illustration-icon .img-bg{
    background-position-x:right;
}

.payment_row td.illustration-icon{
    padding-inline-start:0;
}

.payment_row td.del{
    padding-inline-end:0;
}

.payment-title{
  margin-top:1rem;
}

.paytype_logo {
  width: 40px;
  height: 40px;
  border: 1px solid #DDD;
  margin-right: 10px;
}

.payment_row td {
  padding:.625rem;
}

.payment_row:not(:last-child) td {
  border-bottom:2px dashed var(--nonfocus-color);
}

.processing_payment_wrp {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: #0008;
}

.warning-message {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  line-height: 1.2;
  padding-top: 0.8rem;
  margin-top: 10px;
  color: red;
}

.warning-message ~ .warning-message {
  margin-top: 0;
}

.wnd_processing_payment {
  background: #FFF;
  padding: 40px;
  padding-inline-start: 60px;
  border: 1px solid #DDD;
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 24px;
  transform: translate(-50%, -50%);
  box-shadow: 5px 5px 30px #0003;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  animation:hue 4s linear infinite;
  margin: 0 10px;
}
.loader.nocolorchange {
  animation: none;
}
.loader circle{
  stroke-dasharray: 10,84;
  animation: stroke 1.5s ease infinite;
}
@keyframes stroke {
  50% {
    stroke-dasharray: 84,10;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -94;
  }
}

@keyframes hue {
  100% {filter:hue-rotate(360deg); }
}

@media screen and (max-width: 580px) {
  .wnd_processing_payment {
    top: 50%;
    width: 100%;
  }
}

@keyframes slow_blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .3;
  }
}

/*
.processing_payment_text {
  -webkit-animation: slow_blink 2s linear infinite;
  -o-animation: slow_blink 2s linear infinite;
  animation: slow_blink 2s linear infinite;
}
*/

.del{
  color:red;
}

.min-col{
  width:3rem;
}

.halvable > *{
  width:50%;
}

.elt-hide {
  display: none !important;
}

.elt-hidden {
  display: none;
}

.cst-thankyou-illustration{
  height:320px;
  width:320px;
  margin:0 auto;
}

.order-number{
  font-weight:bold;
  font-size:2rem;
  margin:0;
}

.order-number.failed {
  color: red;
}

.inline-block{
  display:inline-block;;
}

.space-out td{
  padding-bottom:.5rem;
}

footer{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  height:var(--footer-height);
  background:#fff;
  border-top:2px solid var(--category-border-color);
  display:none !important;
}

footer .inline-block{
  height:100%;
}
footer .cst-cart-icon{
  display:inline-block;
  margin:0 .5rem;
}
.go-cart{
  width:auto;
  height:100%;
}
footer .summary{
  color:var(--description-color);
}
footer .totals{
  color:var(--prices-color);
}

footer .summary .line .title{
  width:auto;
}

footer .summary .line .value{
  display:inline-block;
  position:relative;
  width:auto;
  margin-inline-start:0.5rem;
}

#company_info_pad .working_state_wrp {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 580px) {
  #footer_pad{
    display:none;
  }
  footer{
    display:flex !important;
    padding-inline-start: var(--content-padding);
  }
  #html_wrap.cart_shown{
    padding-bottom:var(--footer-height);
  }

  .half-split .frame,
  .halvable > div{
    width:100%;
  }
  .click-icon{
    width:1.2rem;
    height:1.2rem;
  }
  .payment_row td {
    padding:0.25rem;
  }

  #company_info_pad{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    top: unset;
    transform: none;
    border: none;
    background: #ffffffaa;
    border-radius: 0;
    box-shadow: none;
  }

  #company_info_pad .company_logo_wrap
  {
    position: absolute;
    top: 25%;
    right: var(--content-padding);
    transform: translateY(-50%);
    width: 30%;
    background: #FFFFFF;
    border: 1px solid var(--category-border-color);
    border-top: 4px solid var(--category-border-color);
  }

  body.rtl #company_info_pad .company_logo_wrap {
    left: var(--content-padding);
    right: auto;
  }

  #company_info_pad .company_logo_wrap:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }

  #company_info_pad .company_logo
  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 5rem;
  }

  #company_info_pad .working_state_wrp
  {
    position: absolute;
    top: 0;
    left: var(--info-pad-padding-horizontal);
    margin: 0;
    transform: translateY(-50%);
    justify-content: flex-start;
  }

  body.rtl #company_info_pad .working_state_wrp
  {
    right: var(--info-pad-padding-horizontal);
    left: auto;
  }

  #company_info_pad .moto
  {
    text-align: left;
  }

  .split{
    display:block;
  }

  .split .frame{
    display:none;
  }
  .delivery.split .frame{
    display:table-cell;
  }

  .form form{
    margin:0 auto;
  }

  .form.fullwidth-mobile,
  form.fullwidth-mobile {
    width: 100%;
  }

  .split .frame.active{
    display:block;
    max-width:320px;
    margin:0 auto;
  }

  .cst-thankyou-illustration{
    height:220px;
  }
}

@keyframes pulsate {
  0% {
    opacity:1;
  }
  50% {
    opacity:0.2;
  }
  100% {
    opacity:1;
  }
}

.attention{
  animation:pulsate 2s ease-in-out infinite;
}

.step-title.attention,
.minmax.attention{
  color:red;
}

.multilang-container{
  padding:0 1rem;
  position:relative;
}

.multilang{
  background:#fff;
  position:absolute;
  left:0;
  right:0;
  margin:0;
  padding:0;
}

.multilang li{
  list-style:none;
  padding:1rem;
  position:relative;
}
.multilang li:after{
  content:"";
  position:absolute;
  border:0;
  border-bottom:1px solid #ddd;
  left:10%;
  right:10%;
  bottom:0;
}
.multilang li:last-of-type:after{
  display:none;
}

.delivery-choice{
  overflow-x: hidden;
  margin: auto;
  padding:0;
  display:flex;
}

.delivery-choice > div{
  width:50%;
}

.delivery-choice.select-pickup-location,
.delivery-choice.select-delivery-address {
  max-width: 500px;
}

@media screen and (min-width: 580px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 580px) {
  .delivery-choice.select-pickup-location,
  .delivery-choice.select-delivery-address {
    max-width: unset;
  }

  .mobile-mt2r {
    margin-top: 2rem;
  }
}

.delivery-choice.select-pickup-location > div,
.delivery-choice.select-delivery-address > div {
  width: 100%;
}

.logo-wrap{
  background-image: var(--bg-background-default-squared_bg_s), var(--bg-background-default_bg);
  background-size: cover;
  padding:4rem;
}
.logo-pad{
  background:#fff;
  padding: 1rem;
  border:1px solid var(--category-border-color);
}

.logo-img {
  background: transparent none no-repeat center / contain;
  width: 200px;
  height: 150px;
  margin: 0 auto 1rem;
}

.logo-pad img{
  max-width:15rem;
  margin-bottom:2rem;
}

@media screen and (max-width: 580px) {
  .logo-img {
    width: 40vw;
    height: 25vw;
  }

  .logo-pad img {
    max-height: 15vh;
    margin-bottom: .5rem;
  }
}

.delivery-side{
  padding:1.5rem;
}

@media screen and (max-width: 580px) {
  .delivery-side {
    padding-top: .5rem;
  }
}

aside.subcategory_title{
  font-size:1rem;
  margin: 2.5rem 0;
  font-weight: normal;
}
.delivery.split{
  width:100%;
  display:table;
}
.delivery.split frame{
  text-align:center;
}

.delivery.split .or-split{
  color:var(--nonfocus-color);
  border-color:var(--nonfocus-color);
}

.delivery-method {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.delivery-method,
.delivery-method li{
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;
}

.delivery-method li{
  margin:2rem;
}

@media all and (max-width: 580px) {
  .delivery-method li{
    margin: 1rem;
  }
}

.delivery-method .icon{
  border-radius:50%;
  border:1px solid var(--nonfocus-color);
  width:6rem;
  height:6rem;
}

.delivery-method-title {
  font-size: 16px;
  margin-top: 10px;
}

@media all and (max-width: 580px) {
  .delivery-method .icon {
    width: 25vw;
    height: 25vw;
  }
}

.delivery-method .cst-cart-icon{
  width: 3rem;
  height: 3rem;
}

.delivery-method li.active .icon{
  /*background-color:var(--button-bg-color);*/
}

.abs-right,
.abs-left{
  position:absolute;
  top:50%;
  transform:translateY(-40%);
}
.abs-right{
  right:0;
}
.abs-left{
  left:0;
}

body.rtl .abs-right {
  right: auto;
  left: 0;
}

body.rtl .abs-left {
  left: auto;
  right: 0;
}

.delivery-locations {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.delivery-locations > ul {
  padding:0;
  margin:0;
  overflow:auto;
  border:1px solid var(--nonfocus-color);
  border-radius:1.8rem;
  border-top:none;
  border-top-right-radius:0;
  border-top-left-radius:0;
  background-color: #FFF;
  max-height: 500px;
  box-shadow: 0 5px 10px #0003;
}

@media screen and (max-width: 580px) {
  .delivery-locations {
    padding-bottom: 2rem;
  }

  .delivery-locations > ul {
    max-height: unset;
  }
}

.delivery-choice .rightcol{
  text-align:center;
  padding:0.7rem 0;
  width:3.2rem;
  padding-inline-end:.5rem;
}

.delivery-choice .notification{
  margin-top:1rem;
  max-width:none;
}

.show-map{
  border-radius:100%;
  width:2.2rem;
  height:2.2rem;
  line-height:2.2rem;
  font-size:1.3rem;
  color:var(--focus-color);
  background:darkorange;
}

.location{
  display:table;
  border-bottom:1px solid var(--nonfocus-color);
  width:100%;
  background-color: #FFF;
}
.location.disabled{
  pointer-events:none;
}
.location:last-of-type{
  border-bottom:none;
}

.location.active .name{
  color:var(--alt-button-color);
}
.location.active .marker{
  color:var(--alt-button-color);
}

.location > *,
.choose-branch > *{
  display:table-cell;
  vertical-align: middle;
  padding: .5rem 1rem .5rem 0;
}

.location-list .marker{
  font-size:1rem;
  padding-inline-start:1rem;
  width:1rem;
  vertical-align: middle;
}

.location .name{
  padding: .5rem .5rem .5rem 0;
}

.location .open,
.location-item {
  background:var(--alt-button-color);
  color:#fff;
  border-radius:5px;
  padding:2px 5px;
  font-size:0.7rem;
}

.location .not.open,
.location-item.closed {
  background-color: #AAA;
}

.choose-branch{
  display:table;
  width:100%;
  background-color: #FFF;
  border:1px solid var(--nonfocus-color);
  border-radius:1.8rem;
  padding:.5rem 0;
}
.choose-branch.open{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  box-shadow: 0 5px 10px #0003;
}

.choose-branch.nonselectable {
  pointer-events: none;
  background: transparent;
  padding: 0;
  border: none;
}

.marker {
  width: 12px;
}

.choose-branch .marker{
  padding-left:1rem;
  vertical-align: middle;
}
.chevron{
  display:inline-block;
  vertical-align:middle;
  height:1.2rem;
  width:1.2rem;
  transform-origin:center;
  transform:rotate(45deg);
  border:4px solid var(--button-color);
  border-left:none;
  border-bottom:none;
  padding:0;

}
.chevron.down{
  transform:translateY(-33%) rotate(135deg);
}
.chevron.up{
  transform:translateY(33%) rotate(-45deg);
}

.delivery-info-toggle{
  padding:1.25rem;
  font-weight:normal;
}

.delivery-address {
  font-weight: bold;
}

.delivery-address p{
  font-weight:normal;
  margin:0;
}
.delivery-address p:first-of-type{
  margin-top:.2rem;
}
.delivery-address .icon{
  float:right;
  width:1.2rem;
  height:1.2rem;
}
.rtl .delivery-address .icon{
  float:left;
}

.placeholderable .field{
  position:relative;
}
.placeholderable .input + span{
  position:absolute;
  right:1rem;
  top:50%;
  font-size:small;
  transform:translateY(-50%);
  white-space:nowrap;
  color:var(--inactive-title-color);
  display:block;
  pointer-events:none;
}
.placeholderable .input[type=number] + span,
.placeholderable .input.tae + span{
  right:auto;
  left:1rem;
}
.rtl .placeholderable .input + span{
  right:auto;
  left:1rem;
}
.rtl .placeholderable .input[type=number] + span,
.rtl .placeholderable .input.tae + span{
  right:1rem;
  left:auto;
}

.delivery-choice .action_lang{
  float:none;
  margin:0;
  margin-top:.5rem;
  transform:scale(.8);
}

.bottomed{
  margin-top:1rem;
}
.bottomed.pushed{
  margin-top:9rem;
}

.map-layer .close-map{
  font-size:1.5rem;
  width:2rem;
  height:2rem;
  font-weight:normal;
  color:white;
  padding:0.5rem;
  position:absolute;
  left:.5rem;
  top:.5rem;
  z-index:601;
  display:none;
}

@media screen and (max-width: 580px) {
  .delivery-choice{
    display:block;
    position:relative;
    transform:none;
    top:auto;
    left:auto;
    border-radius:0;
  }
  .delivery-choice > div{
    width:100%;
  }
  .logo-wrap{
    padding:1rem;
    margin: calc((var(--actionpad-height) + var(--content-padding)) * -1) -1rem 2rem;
    width: calc(100% + 2rem) !important;
  }
  .logo-pad{
    margin-top: 3rem;
    margin-bottom: -3rem;
    box-shadow: 0 1px 3px #0002;
    min-width: 45vw;
  }
  aside.subcategory_title{
    padding: .5rem;
  }
  .delivery.split{
    white-space:normal;
  }
  .placeholderable .input + span{
    font-size:small;
  }
  .bottomed,
  .bottomed.pushed{
    margin-top:1.5rem;
  }
  .map-layer{
    display:none;
  }
  .map-layer.shown{
    display:block;
    position:fixed !important;
    top:var(--actionpad-height);
    bottom:0;
    left:0;
    right:0;
    z-index:600;
  }
  .map-layer.shown .close-map{
    display:block;
  }
}

.vcell{
  display:table-cell;
  vertical-align:middle;
}


@media screen and (min-width: 581px) {
    .floating-cart
    {
        position: fixed;
        top: calc( var(--actionpad-height) ); /* var(--content-padding) +  */
        right: 0;
        left: 0;
        width: 100% !important;
        z-index: 400;
        pointer-events: none;
    }

    .floating-cart .cart-boundary-pad
    {
        margin: auto;
        padding: 0 var(--content-padding);
        max-width: var(--content-width);
    }
}

.pickup-location-autoselected {
  text-align: center;
  background: yellow;
  position: relative;
  padding: 0.5rem;
}

.discard-delivery-options {
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

body.rtl .discard-delivery-options {
  left: 20px;
  right: auto;
}

.pickup_address_back_arrow {
  font-size: 20px;
  position: absolute;
  right: 50px;
  top: 20px;
  z-index: 1000;
}

.pickup_address_back_arrow:before {
  content: "\f060";
}

body.rtl .pickup_address_back_arrow {
  left: 50px;
  right: auto;
}

body.rtl .pickup_address_back_arrow:before {
  content: "\f061";
}

.subcategory_title > div:first-of-type.delivery_address_prompt {
  margin-left: 35px;
  margin-right: 35px;
}

@media screen and (max-width: 580px) {
  .discard-delivery-options {
    display: none !important;
  }

  .pickup_address_back_arrow {
    display: none !important;
  }
}

/* Popup addons */

.popup-addons-title {
  color: var(--primary-color);
  font-weight: bold;
  text-align: center;
  font-size: 120%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
.popup-addons-description {
  text-align: center;
  color: var(--primary-color);
}
.popup-addons-content {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  flex-wrap: wrap;
}
.popup-addons-content > div {
  box-sizing: border-box;
  flex: 1;
  min-width: 50%;
  max-width: 50%;
  padding: 0 10px 20px 10px;
}
.popup-addon-image {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.popup-addon-selection {
  background: #FEC736BD;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.addon_popup_product_name {
  color: var(--primary-color);
}

.addon_popup_product_price {
  font-weight: bold;
  color: var(--prices-color);
}

.addon_popup_product_nameprice_wrp {
  margin-top: 8px;
}

.popup-addons-intro-buttons-wrp {
  text-align: center;
  margin-top: 1.5rem;
}


@media screen and (min-width: 581px) {


  .side-button.cst-productmenu-list,
  .side-button.cst-steps
  {
    float: left;
  }

  .rtl .side-button.cst-productmenu-list,
  .rtl .side-button.cst-steps
  {
    float: right;
  }

  .side-button.cst-productmenu-list
  {
    width: calc( 100% - var(--bundle-nextbtn-width) );
  }

  .side-button.cst-steps
  {
    position: fixed;
    left: 0;
    right: 0;
    bottom: calc( var(--footer-height) + 5px );
    width: 100%;
    margin: 0;
    padding: 0;

    pointer-events: none;
    overflow: hidden;
  }

  .side-button.cst-steps div
  {
    margin: auto;
    max-width: var(--content-width);
    padding: 0px 10px;
  }

  .side-button.cst-steps .cst-button
  {
    pointer-events: all;
    float:right;
    width: var(--bundle-nextbtn-width);
  }

  .rtl .side-button.cst-steps .cst-button
  {
    float:left !important;
  }
}

.shadow-button-cnt {
  position: absolute;
  top: 50%;
  left: calc(50% - 5px);
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}

.shadow-button-cnt.right {
  left: calc(50% + 10px);
}

body.rtl .shadow-button-cnt {
  left: calc(50% + 5px);
}

body.rtl .shadow-button-cnt.right {
  left: calc(50% - 10px);
}

.rel {
  position: relative;
}

.form select.input.no-chevron {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  padding-right: 2rem;
}

body.rtl .form select.input.no-chevron {
  padding-left: 2rem;
  padding-right: 1rem;
}

select.no-chevron ~ i.fa.fa-chevron-down {
  color: #AAA;
  pointer-events: none;
  font-size: 80%;
  position: absolute;
  top: calc(50% + 2px);
  right: 15px;
  transform: translateY(-50%);
}

body.rtl select.no-chevron ~ i.fa.fa-chevron-down {
  left: 15px;
  right: auto;
}

@media screen and (max-width: 580px) {
  .mobile-buttons-full-width {
    display: flex;
    flex-direction: column-reverse;
  }

  .mobile-buttons-full-width.norev {
    flex-direction: column;
  }

  .mobile-buttons-full-width > button {
    width: 100%;
  }

  .mobile-buttons-full-width > button ~ button {
    margin-bottom: 10px;
  }

  .mobile-buttons-full-width.norev > button ~ button {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.header-shop-address {
  flex-grow: 1;
  font-weight: bold;
}

@media screen and (max-width: 580px) {
  .header-shop-address-line {
    width: calc(70% - var(--content-padding) - 10px);
  }
  .header-shop-address {
    text-align: start;
    font-weight: normal;
  }
}

.ltr-text,
.cst-extra-cost,
.addon_popup_product_price,
.order_item_line,
.cst-product-price,
.cst-product-preview-price {
  direction: ltr !important;
}

.cst-product-preview-price {
  color: var(--secondary-price-color);
  font-weight: bold;
  text-align: center;
  font-size:1.5rem;
}

.cst-extra-cost,
.cst-extra-title {
  color:var(--secondary-price-color);
}

.cst-extra-cost{
  background:var(--secondary-price-bg-color);
  white-space:nowrap;
  margin:0 10px;
  padding: 0 6px;
  border-radius:5px;
}

.cst-extra-cost,
.addon_price_product_name{
  line-height:var(--addon-line-height);
}

.cst-popup.cst-subpopup {
  z-index: 7000;
}

@media screen and (max-width: 580px) {
  .cst-popup.cst-subpopup {
    padding: var(--content-padding);
  }
}

.cst-close-dialog{
  position:absolute;
  top:calc(var(--popup-border-radius)/2);
  right:calc(var(--popup-border-radius)/2);
  z-index:5001;
}
.rtl .cst-close-dialog{
  right:auto;
  left:calc(var(--popup-border-radius)/2);
}

.product-preview .cst-product-preview-title
{
  font-size: 1.5rem;
}

.cst-dialog-button-nobg{
  background:none;
  color:var(--secondary-text-color);
  border-color:transparent;
  position:relative;
  border-radius:initial;
  padding:10px 0;
  white-space:nowrap;
  min-width:initial;
  font-size: 1.2rem;
}
.cst-dialog-button-nobg:after{
  position:absolute;
  content:" ";
  border-top:1px solid var(--secondary-text-color);
  bottom:8px;
  left:0;
  right:0;
  display:block;
}

.product_customize {
  color: var(--product-customize-color);
}

.icon-location-select {
  width: 1.4rem;
  height: 1.4rem;
  margin-inline-start: .5rem;
  background-origin: content-box;
  padding: 3px;
  box-sizing: border-box;
  border-radius: 200px;
  background-color: #D6D6D6;
  border: 1px solid #333;
}

ul.category-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem;
  display: flex;
  flex-wrap: wrap;
}

ul.category-breadcrumbs > .main-menu-breadcrumb {
  color: var(--alt-button-color);
  text-decoration: none;
  font-weight: bold;
}

ul.category-breadcrumbs > li::after {
  content: " / ";
  display: inline-block;
  margin: 0 8px;
}

ul.category-breadcrumbs > li:last-child::after {
  content: "";
}

ul.category-breadcrumbs > li {
  text-decoration: underline;
}

ul.category-breadcrumbs > li.current {
  text-decoration: none;
  font-weight: bold;
}

.subpopup-layer.anflex {
  display: flex;
}

.announcement-wrapper {
  margin: auto;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 580px) {
  .announcement-wrapper {
    min-height: 100%;
  }
}

.fixedright{
  text-align: right;
}

.tip_pad
{
  padding: 0 0 2rem;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.tip_pad .input_pad
{
  position: relative;
}
.tip_pad .input_pad input
{
  float: left;
}
.tip_pad .input_pad .sign
{
  width: 2rem;
  position: absolute;
  right: 0;
  top: 47%;
  transform: translateY(-50%);
  font-size: 1.4rem;
}
.tip_pad .input_pad input
{
  width: calc(100% - 2rem);
}
@media screen and (max-width: 580px) {
  .tip_pad
  {
    width: 100%;
  }

  .tip_pad .input_pad
  {
    width: 100%;
  }
}

.cst-cart-icon.cst-cart-icon-eat-here {
  mask-image:var(--bg-eat-here-icon_icon);
  -webkit-mask-image:var(--bg-eat-here-icon_icon);
}

.cst-cart-icon.cst-cart-icon-take-away {
  mask-image: var(--bg-take-away-icon_icon);
  -webkit-mask-image: var(--bg-take-away-icon_icon);
}

.cst-cart-icon.cst-cart-icon-delivery {
  mask-image: var(--bg-delivery-icon_icon);
  -webkit-mask-image: var(--bg-delivery-icon_icon);
}

.cst-cart-icon.cst-cart-icon-fridge {
  mask-image: var(--bg-fridge-icon_icon);
  -webkit-mask-image: var(--bg-fridge-icon_icon);
}

.cart-comments
{
  text-align: center;
  padding: 1rem 1rem 0;
}

.cart-comments > button {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  text-decoration: none;
  border-radius: 1rem;
  padding: .5rem 1rem;
  border: none;
}

.cart-buttons {
  width: 50%;
}

.cart-order-address {
  font-weight: normal;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 146px;
  display: inline-block;
  vertical-align: bottom;
}

.cancel-order-button button {
  display: block;
  left: calc(50% / 2);
  transform: translateX(-50%);
  color: #7E7E7E;
  font-weight: normal;
  font-size: 16px;
  /* text-decoration: underline; */

}

body.rtl .cancel-order-button button {
  left: auto;
  right: calc(50% / 2);
  transform: translateX(50%);
}

.cancel-order-button button:after {
  border: none;
  border-bottom: 1px solid #7E7E7E;
}


@media screen and (max-width: 580px) {
  .cancel-order-button button {
    padding: 10px 0px;
    width: auto;
  }
}

.settings-block.address-settings-block {
  width: 50%;
}

.resend-verification-sms {
  cursor: pointer;
  color: var(--secondary-text-color);
  text-decoration: underline;
}
.resend-verification-sms.resend-disabled {
  color: gray;
  cursor: default;
}
