@charset "UTF-8";
::root {
  --cartScale: 0;
}

@keyframes skeleton_loading {
  0% {
    background-color: #e4e4e4;
  }
  100% {
    background-color: #f6f6f8;
  }
}
@keyframes skeleton_loading_text {
  0% {
    color: #e4e4e4;
  }
  100% {
    color: #f6f6f8;
  }
}
@keyframes notification_bubble_right {
  0% {
    margin-right: -27px;
    opacity: 0;
  }
  50% {
    margin-right: 0;
    opacity: 1;
  }
}
/* Ripple effect */
@keyframes indeterminateAnimation {
  0% {
    transform: translateX(0) scaleX(0);
  }
  18% {
    transform: translateX(0) scaleX(0.2);
  }
  100% {
    transform: translateX(100%) scaleX(0.3);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
#successful_order {
  text-align: center;
}
#successful_order svg {
  width: 100px;
  display: block;
  margin: 40px auto 0;
}
#successful_order svg .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
#successful_order svg .path.circle {
  animation: dash 0.9s ease-in-out;
}
#successful_order svg .path.check {
  stroke-dashoffset: -100;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
#successful_order h4 {
  font-size: 1.44rem;
  margin-bottom: 9px;
}
#successful_order p {
  margin: 0 18px 40px;
  font-size: 0.9rem;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.hidden {
  display: none !important;
}

.dscroll {
  overflow: hidden;
}

.sticky {
  position: sticky;
}
.sticky.top {
  top: 0;
}
.sticky.left {
  left: 0;
}
.sticky.right {
  right: 0;
}
.sticky.bottom {
  bottom: 0;
}

body {
  font-family: "Lato", "DM Sans", sans-serif;
  margin: unset;
  background-color: #f6f6f6;
  overflow: hidden;
}
body .bubble_notification {
  top: 80px;
}
body *[class^=plx-], body *[class*=" plx-"] {
  font-family: "FontPerplexeus" !important;
  font-weight: normal !important;
}
body *[class^=plx-] *[class^=path], body *[class^=plx-] *[class*=" path"], body *[class*=" plx-"] *[class^=path], body *[class*=" plx-"] *[class*=" path"] {
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
}
body .plx-toggle-on {
  color: #00ac00;
}
body p, body h1, body h2, body h3, body h4, body h5, body h6, body h7, body span {
  font-family: "Lato", "DM Sans", sans-serif;
}
body p.center, body h1.center, body h2.center, body h3.center, body h4.center, body h5.center, body h6.center, body h7.center, body span.center {
  text-align: center;
}
body p.muted, body h1.muted, body h2.muted, body h3.muted, body h4.muted, body h5.muted, body h6.muted, body h7.muted, body span.muted {
  color: #969696;
}
body pre {
  white-space: pre-wrap;
}
body .selector {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  gap: 9px;
}
body .selector.chips {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body .selector.chips.scrollable_y {
  max-height: 147px;
  padding: 9px 0;
  box-shadow: inset 0 -9px 8px -8px rgba(40, 44, 63, 0.1019607843);
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
body .selector.chips.scrollable_y::-webkit-scrollbar {
  width: 0.3rem;
}
body .selector.chips.scrollable_y::-webkit-scrollbar-track {
  display: none;
}
body .selector.chips.scrollable_y::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: 20px;
}
body .selector.chips.small {
  gap: 6px;
}
body .selector.chips.small .option {
  font-size: 0.72rem;
  height: 6.3px;
  border-radius: 14px;
}
body .selector.chips .option {
  height: 18px;
}
body .selector .option {
  min-width: 36px;
  height: 36px;
  color: #969696;
  font-weight: 800;
  text-align: center;
  padding: 9px;
  border: 2px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 250ms color, 250ms border-color;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body .selector .option.selected {
  border-color: #fea338;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1019607843);
  color: revert;
}
body .selector .option span.plx-Vegan, body .selector .option span.plx-veg-non {
  margin-right: 6px;
}
body .selector .option span.plx-Vegan.red, body .selector .option span.plx-veg-non.red {
  color: #ff5722;
}
body .selector .option span.plx-Vegan.yellow, body .selector .option span.plx-veg-non.yellow {
  color: #ffeb3b;
}
body .selector .option span.plx-Vegan.green, body .selector .option span.plx-veg-non.green {
  color: #008000;
}
body button.ripple, body div.ripple {
  /* Ripple effect */
  background-color: #ffffff;
  background-position: center;
  transition: background 0.8s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body button.ripple:hover, body div.ripple:hover {
  background: #ffffff radial-gradient(circle, #ffffff 1%, rgba(40, 44, 63, 0.1019607843) 1%) center/15000%;
}
body button.ripple:active, body div.ripple:active {
  background-color: #ffffff;
  background-size: 100%;
  transition: background 0s;
}
body button.primary span.icon, body button.secondary span.icon, body button.plain span.icon {
  margin-right: 3px;
}
body button.primary {
  width: 100%;
  height: 45px;
  border: none;
  font-weight: 900;
  color: #ffffff;
  background-color: #00aeef;
  background-position: center;
  transition: background 0.8s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body button.primary:hover {
  background: #00aeef radial-gradient(circle, #00aeef 1%, #0098d1 1%) center/15000%;
}
body button.primary:active {
  background-color: #00aeef;
  background-size: 100%;
  transition: background 0s;
  border-color: #0098d1;
}
body button.secondary {
  width: 100%;
  height: 45px;
  border: 3px solid #00aeef;
  font-weight: 900;
  color: #00aeef;
  background-color: #ffffff;
  background-color: #ffffff;
  background-position: center;
  transition: background 0.8s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body button.secondary:hover {
  background: #ffffff radial-gradient(circle, #ffffff 1%, rgba(40, 44, 63, 0.1019607843) 1%) center/15000%;
}
body button.secondary:active {
  background-color: #ffffff;
  background-size: 100%;
  transition: background 0s;
}
body button.plain {
  width: 100%;
  height: 45px;
  border: unset;
  color: #00aeef;
  background-color: #ffffff;
  background-color: #ffffff;
  background-position: center;
  transition: background 0.8s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body button.plain:hover {
  background: #ffffff radial-gradient(circle, #ffffff 1%, rgba(40, 44, 63, 0.1019607843) 1%) center/15000%;
}
body button.plain:active {
  background-color: #ffffff;
  background-size: 100%;
  transition: background 0s;
}
body .zigzag {
  position: relative;
}
body .zigzag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(135deg, #fff 12px, transparent 0%), linear-gradient(-135deg, #fff 12px, transparent 0%);
  background-size: 30px;
}
body .zigzag::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(45deg, #fff 12px, transparent 0%), linear-gradient(-45deg, #fff 12px, transparent 0%);
  background-size: 30px;
}
body #user_creation_wrapper, body #unauth_wrapper {
  width: calc(100vw - 60px - 40px);
  height: calc(100vh - 60px - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
}
body #user_creation_wrapper #user_creation_box, body #user_creation_wrapper #unauth_box, body #unauth_wrapper #user_creation_box, body #unauth_wrapper #unauth_box {
  min-width: 360px;
  width: 50%;
  max-width: 450px;
  padding: 36px;
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 1rem;
  box-shadow: 1px 0px 3px 0 rgba(0, 0, 0, 0.1019607843);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body #user_creation_wrapper #user_creation_box span, body #user_creation_wrapper #unauth_box span, body #unauth_wrapper #user_creation_box span, body #unauth_wrapper #unauth_box span {
  font-size: 3rem;
}
body #user_creation_wrapper #user_creation_box .user_error, body #user_creation_wrapper #unauth_box .user_error, body #unauth_wrapper #user_creation_box .user_error, body #unauth_wrapper #unauth_box .user_error {
  width: 190px;
  background-color: #ef9a9a;
  border: 2px solid #f44336;
  border-radius: 4.5px;
  font-weight: 600;
  padding: 20px;
  margin: 20px;
  text-align: center;
}
body #user_creation_wrapper #user_creation_box .user_success, body #user_creation_wrapper #unauth_box .user_success, body #unauth_wrapper #user_creation_box .user_success, body #unauth_wrapper #unauth_box .user_success {
  background-color: #dcedc8;
  border: 2px solid #c5e1a5;
  border-radius: 4.5px;
  padding: 20px;
  margin: 20px;
  text-align: center;
}
body #user_creation_wrapper #user_creation_box .user_success pre, body #user_creation_wrapper #unauth_box .user_success pre, body #unauth_wrapper #user_creation_box .user_success pre, body #unauth_wrapper #unauth_box .user_success pre {
  text-align: justify;
  word-break: break-all;
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-radius: 4.5px;
  background-color: #f2f2f2;
}
body #user_creation_wrapper #user_creation_box form, body #user_creation_wrapper #unauth_box form, body #unauth_wrapper #user_creation_box form, body #unauth_wrapper #unauth_box form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
}
body #user_creation_wrapper #user_creation_box form input, body #user_creation_wrapper #unauth_box form input, body #unauth_wrapper #user_creation_box form input, body #unauth_wrapper #unauth_box form input {
  width: 154px;
  height: 30px;
  padding: 0 18px;
}
body #user_creation_wrapper #user_creation_box form .controls, body #user_creation_wrapper #unauth_box form .controls, body #unauth_wrapper #user_creation_box form .controls, body #unauth_wrapper #unauth_box form .controls {
  display: flex;
  gap: 10px;
}
body #user_creation_wrapper #user_creation_box form .controls button#signup, body #user_creation_wrapper #user_creation_box form .controls button#login, body #user_creation_wrapper #unauth_box form .controls button#signup, body #user_creation_wrapper #unauth_box form .controls button#login, body #unauth_wrapper #user_creation_box form .controls button#signup, body #unauth_wrapper #user_creation_box form .controls button#login, body #unauth_wrapper #unauth_box form .controls button#signup, body #unauth_wrapper #unauth_box form .controls button#login {
  width: 90px;
  height: 100%;
  border: 2px solid #00aeef;
  border-radius: 4.5px;
  padding: 9px 18px;
  margin: 0 auto;
  background-color: unset;
  color: #00aeef;
}
body #user_creation_wrapper #user_creation_box button#request_access, body #user_creation_wrapper #unauth_box button#request_access, body #unauth_wrapper #user_creation_box button#request_access, body #unauth_wrapper #unauth_box button#request_access {
  width: 190px;
  height: 100%;
  border: 2px solid #039be5;
  border-radius: 4.5px;
  padding: 9px 18px;
  margin: 0 auto;
  font-weight: 600;
  background-color: #00aeef;
  color: #fff;
}
body#pc #copyright {
  font-size: 9px;
  color: #969696;
  position: absolute;
  bottom: 4.5px;
  right: 20px;
}
body#pc #version {
  font-size: 9px;
  color: #969696;
  position: absolute;
  bottom: 4.5px;
  left: calc(60px + 20px);
}
body#pc .window {
  width: calc(100vw - 60px - 40px - 2px);
  height: calc(100vh - 60px - 40px - 2px);
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 4.5px;
  overflow: hidden;
  display: flex;
}
body#pc .window.tabbed {
  height: calc(100vh - 120px - 40px - 2px);
}
body#pc .window .selector_window {
  width: 36%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
body#pc .window .selector_window.min {
  width: 27%;
}
body#pc .window .selected_window {
  display: flex;
  width: 55%;
  height: 100%;
  border-left: 1px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc .window .selected_window.sub_selections {
  overflow: hidden;
}
body#pc .window .selected_window .sub_selector {
  width: 36%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body#pc .window .selected_window .sub_selected {
  display: flex;
  width: 55%;
  height: 100%;
  border-left: 1px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc .fw_wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
}
body#pc .fw_wrapper.dark {
  background-color: rgba(0, 0, 0, 0.2705882353);
}
body#pc .fw_wrapper.hidden {
  display: none;
}
body#pc .fw_wrapper .center_box {
  width: 81vw;
  padding: 2rem 1rem;
  background: #fff;
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
body#pc .fw_wrapper .center_box .grid {
  width: 100%;
  display: grid;
  gap: 10px 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body#pc .fw_wrapper .prompt {
  width: 90%;
  max-width: 450px;
  border-radius: 9px;
  overflow: hidden;
  background-color: #ffffff;
}
body#pc .fw_wrapper .prompt.pad {
  width: calc(90% - 36px);
  padding: 18px;
}
body#pc .fw_wrapper .prompt.maxc {
  max-width: 630px;
}
body#pc .fw_wrapper .addresses_autofill_dialogue {
  max-height: 81vh;
  padding: 9px;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
body#pc .fw_wrapper .addresses_autofill_dialogue::-webkit-scrollbar {
  width: 0.3rem;
}
body#pc .fw_wrapper .addresses_autofill_dialogue::-webkit-scrollbar-track {
  display: none;
}
body#pc .fw_wrapper .addresses_autofill_dialogue::-webkit-scrollbar-thumb {
  background: #b8b8b863;
  border-radius: 20px;
}
body#pc .fw_wrapper .addresses_autofill_dialogue .addresses_header {
  margin: 9px 9px 18px 9px;
}
body#pc .fw_wrapper .addresses_autofill_dialogue .address_wrapper {
  border: 2px solid #fea338;
  border-radius: 6px;
  margin-bottom: 9px;
  padding: 9px;
}
body#pc .fw_wrapper .addresses_autofill_dialogue .address_wrapper:last-of-type {
  margin-bottom: 0;
}
body#pc .fw_wrapper .addresses_autofill_dialogue .address_wrapper .addresses_name {
  margin-top: 0;
  margin-bottom: 9px;
}
body#pc .fw_wrapper .addresses_autofill_dialogue .address_wrapper .addr12 {
  margin-bottom: 3px;
}
body#pc .fw_wrapper .addresses_autofill_dialogue .address_wrapper .addr_rest {
  margin-top: 3px;
}
body#pc .fw_wrapper .addresses_autofill_dialogue .address_wrapper p.note {
  font-size: 0.72rem;
  color: #969696;
}
body#pc .fw_wrapper .custom_product_generator .custom_product_form_header {
  margin-left: 18px;
}
body#pc .fw_wrapper .custom_product_generator #tax_brackets {
  padding: 18px;
  padding-top: 0;
}
body#pc .fw_wrapper .custom_product_generator #tax_brackets p.note {
  font-size: 0.72rem;
  color: #969696;
}
body#pc .fw_wrapper .custom_product_generator .inp_wrapper {
  width: calc(100% - 36px);
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 18px;
}
body#pc .fw_wrapper .custom_product_generator .inp_wrapper label {
  font-size: 0.72rem;
  color: #969696;
}
body#pc .fw_wrapper .custom_product_generator .inp_wrapper .excl_input_containter {
  display: flex;
  gap: 6px;
}
body#pc .fw_wrapper .custom_product_generator .inp_wrapper .excl_input_containter input {
  width: calc(100% - 62px);
  height: 36px;
  padding: 0 30px 0 30px;
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 12px;
  outline-color: #00aeef;
}
body#pc .fw_wrapper .custom_product_generator .inp_wrapper .excl_input_containter .apply_button {
  height: 36px;
  padding: 0 18px;
  border: none;
  border-radius: 4.5px;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  color: #ffffff;
  background-color: #00aeef;
  background-position: center;
  transition: background 0.8s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body#pc .fw_wrapper .custom_product_generator .inp_wrapper .excl_input_containter .apply_button:hover {
  background: #00aeef radial-gradient(circle, #00aeef 1%, #0098d1 1%) center/15000%;
}
body#pc .fw_wrapper .custom_product_generator .inp_wrapper .excl_input_containter .apply_button:active {
  background-color: #00aeef;
  background-size: 100%;
  transition: background 0s;
  border-color: #0098d1;
}
body#pc .fw_wrapper .custom_product_generator .inp_wrapper input {
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  padding: 9px;
  font-size: 1.26rem;
  border-radius: 9px;
}
body#pc .fw_wrapper .custom_product_generator .inp_wrapper input:focus-visible {
  outline: none;
  outline: 1px solid #00aeef;
}
body#pc .fw_wrapper .custom_product_generator .inp_wrapper.price {
  position: relative;
}
body#pc .fw_wrapper .custom_product_generator .inp_wrapper.price::before {
  content: "₹";
  position: absolute;
  left: 30px;
  top: 45%;
}
body#pc .fw_wrapper .custom_product_generator .inp_wrapper.price input {
  padding-left: 27px;
}
body#pc .notifyMeOfNewOrders {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 18px;
}
body#pc .notifyMeOfNewOrders span.icon {
  font-size: 36px;
  color: #00aeef;
}
body#pc .notifyMeOfNewOrders .heading {
  margin-top: 9px;
  margin-bottom: 0;
}
body#pc .shipping_cost_request {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 18px;
}
body#pc .shipping_cost_request span.icon {
  font-size: 36px;
  color: #00aeef;
}
body#pc .shipping_cost_request .heading {
  margin-top: 9px;
}
body#pc .shipping_cost_request #shipping_cost_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
body#pc .shipping_cost_request #shipping_cost_wrapper::before {
  content: "₹";
  position: absolute;
  left: 12px;
  top: 50%;
}
body#pc .shipping_cost_request #shipping_cost_wrapper label {
  font-size: 12.6px;
  color: #969696;
}
body#pc .shipping_cost_request #shipping_cost_wrapper input {
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  padding: 9px;
  font-size: 1.26rem;
  border-radius: 9px;
  padding-left: 36px;
}
body#pc .shipping_cost_request #tracking_link_wrapper {
  width: 100%;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  position: relative;
}
body#pc .shipping_cost_request #tracking_link_wrapper label {
  font-size: 12.6px;
  color: #969696;
}
body#pc .shipping_cost_request #tracking_link_wrapper input {
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  padding: 9px;
  font-size: 1.26rem;
  border-radius: 9px;
}
body#pc .shipping_cost_request .overview_wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
  min-width: 270px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc .shipping_cost_request .overview_wrapper h1, body#pc .shipping_cost_request .overview_wrapper h2, body#pc .shipping_cost_request .overview_wrapper h3, body#pc .shipping_cost_request .overview_wrapper h4, body#pc .shipping_cost_request .overview_wrapper h5, body#pc .shipping_cost_request .overview_wrapper h6, body#pc .shipping_cost_request .overview_wrapper h7 {
  margin: 0;
}
body#pc .shipping_cost_request .overview_wrapper .heading {
  margin-bottom: 9px;
}
body#pc .shipping_cost_request .overview_wrapper .overview {
  font-size: 14.4px;
  color: #969696;
  display: flex;
  justify-content: space-between;
}
body#pc .shipping_cost_request .overview_wrapper hr {
  margin: 9px 0;
  border: none;
  border-top: 1px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc .shipping_cost_request .quick_update_dispatch {
  width: 100%;
  height: 38px;
  font-size: 12.6px;
  font-weight: 600;
  color: #00aeef;
  border: 2px solid #00aeef;
  border-radius: 4.5px;
  margin-top: 18px;
  background-color: #ffffff;
  background-position: center;
  transition: background 0.8s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body#pc .shipping_cost_request .quick_update_dispatch:hover {
  background: #ffffff radial-gradient(circle, #ffffff 1%, rgba(40, 44, 63, 0.1019607843) 1%) center/15000%;
}
body#pc .shipping_cost_request .quick_update_dispatch:active {
  background-color: #ffffff;
  background-size: 100%;
  transition: background 0s;
}
body#pc .shipping_cost_request .quick_update_dispatch span.plx-check {
  margin-right: 6px;
}
body#pc #skeletal_content {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  margin: 60px 0 0 60px;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
body#pc #skeletal_content.hidden {
  display: none;
}
body#pc #skeletal_content .full_block {
  height: 108px;
  padding: 18px;
  opacity: 0.81;
  animation: skeleton-loading 1s linear infinite alternate;
  border-radius: 0.54rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 0 20px 20px 20px;
}
body#pc #skeletal_content .full_block .line {
  width: 80%;
  padding: 6.3px 10%;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
}
body#pc #skeletal_content .full_block .line:nth-of-type(1) {
  width: 27%;
  margin-top: auto;
}
body#pc #skeletal_content .full_block .line:nth-of-type(2) {
  width: 72%;
}
body#pc #skeletal_content .full_block .line:nth-of-type(3) {
  width: 54%;
}
body#pc #skeletal_content .quad_block_wrapper {
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 20px 20px 20px;
}
body#pc #skeletal_content .quad_block_wrapper .quad_block {
  width: 20vw;
  height: 20vw;
  opacity: 0.81;
  animation: skeleton-loading 1s linear infinite alternate;
  border-radius: 0.54rem;
}
body#pc #skeletal_content .jumbo_block {
  height: 171px;
  padding: 18px;
  opacity: 0.81;
  animation: skeleton-loading 1s linear infinite alternate;
  border-radius: 0.54rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 0 20px 10px 20px;
}
body#pc #skeletal_content .jumbo_block .line {
  width: 80%;
  padding: 6.3px 10%;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
}
body#pc #skeletal_content .jumbo_block .line:nth-of-type(1) {
  width: 18%;
}
body#pc #skeletal_content .jumbo_block .line:nth-of-type(2) {
  margin-top: auto;
  width: 72%;
}
body#pc #skeletal_content .jumbo_block .line:nth-of-type(3) {
  width: 54%;
}
body#pc #progress_bar {
  width: 100%;
  height: 2.7px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
body#pc #progress_bar div {
  background-color: #fea338;
  width: 0%;
  height: 100%;
  transition: unset;
}
body#pc #progress_bar.loading div {
  width: 99%;
  transition: width 540ms ease;
}
body#pc #header {
  width: 100%;
  height: 60px;
  min-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
  box-shadow: 1px 0px 3px 0 rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body#pc #header.error button {
  height: 100%;
}
body#pc #header.error button span {
  font-size: 60px;
  padding: 0 20px;
}
body#pc #header button {
  margin: 0;
  background: 0 0;
  border: none;
  border-color: transparent;
  outline: 0;
  padding: 0;
  text-align: left;
  width: 60px;
}
body#pc #header button:not(:first-of-type) {
  text-align: center;
}
body#pc #header button#base_user {
  width: 65%;
  height: 100%;
  padding-left: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body#pc #header button#base_user span {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 22px;
  display: flex;
  align-items: flex-end;
}
body#pc #header button#base_user span span.plx-ss-blu {
  margin-right: 4.5px;
  font-size: 3.3rem;
}
body#pc #header button#base_user p {
  margin: unset;
  color: #969696;
  font-weight: 300;
}
body#pc #header button#cart {
  padding: 16px;
  font-size: 1.5rem;
}
body#pc #header button#cart .cart_count {
  font-size: 0.63rem;
  line-height: 0.45rem;
  color: #ffffff;
  background-color: #00aeef;
  position: absolute;
  top: 10px;
  left: calc(100% - 1.26rem - 6px);
  padding: 4.5px;
  border-radius: 0.315rem;
  transform: scale(var(--cartScale));
}
body#pc #header button#cart .cart_count.hidden {
  display: none;
}
body#pc #header button:last-of-type {
  padding: 16px;
  font-size: 1.5rem;
}
body#pc #header button#scan {
  padding: 16px;
  padding-right: 8px;
  font-size: 1.5rem;
}
body#pc #header button#save_changes {
  width: auto;
  margin-right: 9px;
  padding: 9px;
  border: 1px solid #cbcbcb;
  border-radius: 4.5px;
  font-size: unset;
  color: #cbcbcb;
}
body#pc #header button#save_changes.unsaved {
  border: 1px solid #00aeef;
  background-color: #00aeef;
  color: #ffffff;
}
body#pc #header button:nth-of-type(2) {
  margin-left: auto;
}
body#pc #navigation {
  width: 60px;
  min-width: 60px;
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  align-items: center;
  box-shadow: 1px 0px 3px 0 rgba(0, 0, 0, 0.1019607843);
}
body#pc #navigation button {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  background: 0 0;
  border: none;
  border-color: transparent;
  outline: 0;
  padding: 0;
  color: #b8b8b8;
  /* Ripple effect */
  background-position: center;
  transition: background 180ms;
}
body#pc #navigation button:hover {
  background: #fff radial-gradient(circle, #fff 1%, #e3e3e3 1%) center/15000%;
}
body#pc #navigation button:focus {
  background-color: #fff;
}
body#pc #navigation button:active {
  background-color: #fff;
  background-size: 100%;
  transition: background 0s;
}
body#pc #navigation button.active {
  color: #000000;
}
body#pc #navigation button span {
  font-size: 0.63rem;
  text-transform: uppercase;
  margin-top: 3.6px;
}
body#pc #navigation button span[class^=plx-], body#pc #navigation button span[class*=" plx-"] {
  font-size: 1.5rem;
}
body#pc #navigation button[title=Logout], body#pc #navigation button[title=Login] {
  margin-top: auto;
}
body#pc .slide_prompt {
  justify-content: flex-end;
  flex-direction: column;
}
body#pc .slide_prompt .main_container {
  width: 100%;
  max-width: 756px;
  max-height: 0;
  background-color: #ffffff;
  border-radius: 18px 18px 0 0;
  transition: max-height 630ms ease-out, border-radius 360ms ease-out;
  position: relative;
}
body#pc .slide_prompt .main_container:not(body#pc .slide_prompt .main_container.full_height)::before {
  content: "";
  width: 54px;
  height: 3px;
  border-radius: 3px;
  background-color: #969696;
  position: absolute;
  top: 12px;
  left: calc(50% - 27px);
}
body#pc .slide_prompt .main_container > :first-of-type {
  margin-top: 27px;
  max-height: 100vh;
}
body#pc .slide_prompt .main_container.open {
  max-height: 100vh;
  transition: max-height 630ms ease-out, border-radius 360ms ease-out;
}
body#pc .slide_prompt .main_container.open.full_height {
  border-radius: 0 0 0 0;
  transition: max-height 630ms ease-out, border-radius 360ms ease-out;
}
body#pc .slide_prompt .main_container.open.full_height > :first-of-type {
  margin-top: 0;
}
body#pc .slide_prompt .main_container.no_border_radius {
  border-radius: 0 0 0 0 !important;
  transition: max-height 630ms ease-out, border-radius 360ms ease-out;
}
body#pc .slide_prompt .main_container.no_border_radius > :first-of-type {
  margin-top: 0;
}
body#pc .variant_carter .content {
  padding: 27px 45px 27% 45px;
}
body#pc .variant_carter .content h4 {
  margin-top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body#pc .variant_carter .content h4 span {
  margin-right: 6px;
}
body#pc .variant_carter .content .variant {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body#pc .variant_carter .content .variant.unavailable {
  position: relative;
}
body#pc .variant_carter .content .variant.unavailable::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6784313725);
}
body#pc .variant_carter .content .variant.unavailable .product_feature {
  filter: grayscale(100%);
}
body#pc .variant_carter .content .variant.unavailable .cart_control {
  border: 2px solid #969696;
}
body#pc .variant_carter .content .variant.unavailable .cart_control button {
  color: #969696;
}
body#pc .variant_carter .content .variant .variant_details .variant_title {
  margin: 6px 0;
  font-size: 14.4px;
  font-weight: 600;
}
body#pc .variant_carter .content .variant .variant_details .price {
  display: flex;
  flex-direction: column;
}
body#pc .variant_carter .content .variant .variant_details .price .regular_price {
  font-size: 9px;
  color: #969696;
  text-decoration-line: line-through;
  text-decoration-thickness: 1.53px;
}
body#pc .variant_carter .content .variant .variant_details .price .effective_price {
  font-size: 14.4px;
  font-weight: 600;
}
body#pc .variant_carter .content .variant .cart_control {
  display: flex;
  padding: 3px;
  border: 2px solid #00aeef;
  border-radius: 4.5px;
  position: relative;
}
body#pc .variant_carter .content .variant .cart_control .cart_progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.8px;
  overflow: hidden;
}
body#pc .variant_carter .content .variant .cart_control .cart_progress .progress_value.active {
  width: 100%;
  height: 100%;
  border-radius: 18%;
  background-color: #00aeef;
  animation: indeterminateAnimation 1s infinite linear;
  transform-origin: 0% 50%;
}
body#pc .variant_carter .content .variant .cart_control button {
  font-size: 12px;
  font-weight: 600;
  background: none;
  border: none;
  color: #00aeef;
}
body#pc .variant_carter .content .variant .cart_control button.cart_minus, body#pc .variant_carter .content .variant .cart_control button.cart_plus {
  width: 18px;
  font-size: 13.5px;
}
body#pc .variant_carter .content .variant .cart_control button.cart_minus.quantity, body#pc .variant_carter .content .variant .cart_control button.cart_plus.quantity {
  font-size: 12px;
  font-weight: 600;
}
body#pc .variant_carter .content .variant .cart_control button.cart_options::before {
  content: "\f078";
  font-size: 9px;
  font-family: "FontPerplexeus" !important;
  margin-right: 4.5px;
}
body#pc #content {
  width: calc(100vw - 60px);
  height: calc(100vh - 60px);
  margin: 60px 0 0 60px;
  background-color: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
body#pc #content::-webkit-scrollbar {
  width: 0.3rem;
}
body#pc #content::-webkit-scrollbar-track {
  display: none;
}
body#pc #content::-webkit-scrollbar-thumb {
  background: #b8b8b863;
  border-radius: 20px;
}
body#pc #content .banner {
  display: flex;
  gap: 10px;
  width: calc(100vw - 40px - 60px);
  height: 27vh;
  padding: 0 20px 20px 20px;
  overflow-x: scroll;
  scroll-snap-type: x proximity;
  scroll-padding: 10px;
}
body#pc #content .banner::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body#pc #content .banner.square_slides .slide {
  aspect-ratio: 1/1;
  scroll-snap-align: center;
}
body#pc #content .banner.square_slides .slide img {
  width: 100%;
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 0.8rem;
}
body#pc #content .banner.banner_slides .slide {
  aspect-ratio: 1.8/1;
  scroll-snap-align: center;
}
body#pc #content .banner.banner_slides .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 0.8rem;
}
body#pc #content .content_nav {
  width: 100%;
  height: 60px;
  display: flex;
  margin-top: unset;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 0px 3px 0 shadowGrey;
  -webkit-backdrop-filter: blur(8.1px);
          backdrop-filter: blur(8.1px);
  background-color: rgba(255, 255, 255, 0.8196078431);
}
body#pc #content .content_nav button {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  background: 0 0;
  border: none;
  border-color: transparent;
  outline: 0;
  padding: 0;
  color: #000000;
  /* Ripple effect */
  background-position: center;
  transition: background 180ms;
}
body#pc #content .content_nav button:hover {
  background: transparent radial-gradient(circle, transparent 1%, #e3e3e3 1%) center/15000%;
}
body#pc #content .content_nav button:focus {
  background-color: transparent;
}
body#pc #content .content_nav button:active {
  background-color: transparent;
  background-size: 100%;
  transition: background 0s;
}
body#pc #content .content_nav button span {
  font-size: 0.63rem;
  text-transform: uppercase;
  margin-top: 3.6px;
}
body#pc #content .content_nav button span[class^=plx-], body#pc #content .content_nav button span[class*=" plx-"] {
  font-size: 1.5rem;
}
body#pc #content .content_nav button.item {
  width: 100%;
  height: 100%;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  text-overflow: ellipsis;
}
body#pc #content .content_nav button.item.active {
  font-weight: 600;
  border-bottom: 3px solid #fea338;
}
body#pc #content .content_window {
  background-color: #f6f6f6;
  padding: 20px;
}
body#pc #content .content_window .row_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(279px, 1fr));
  gap: 9px;
  margin-bottom: 9px;
}
body#pc #content .content_window .row_grid:last-of-type {
  margin-bottom: 0;
}
body#pc #content .content_window .row_grid .column_grid {
  min-height: 54px;
}
body#pc #content .content_window .info_block {
  padding: 18px 27px;
  background-color: #ffffff;
  border: 2px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 12.6px;
  overflow: hidden;
}
body#pc #content .content_window .info_block:not(.dash_data_out) {
  text-align: center;
}
body#pc #content .content_window .info_block .count:not(.total) {
  font-size: 1.8rem;
  font-weight: 900;
}
body#pc #content .content_window .info_block .count:not(.total) span {
  margin-right: 6px;
}
body#pc #content .content_window .info_block .count:not(.total).total_net_revenue_this_month, body#pc #content .content_window .info_block .count:not(.total).total_net_revenue_this_year {
  color: #05c307;
}
body#pc #content .content_window .info_block p.note.muted span.count.total_gross_revenue_this_year, body#pc #content .content_window .info_block p.note.muted span.count.total_gross_revenue_this_month {
  color: #05c307;
  font-weight: 900;
}
body#pc #content .content_window #todays_quote {
  padding: 18px 27px;
  color: #fff;
  background-color: #2d2d2d;
  border: 2px solid #676767;
  border-radius: 12.6px;
  overflow: hidden;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#pc #content .content_window #todays_quote .quote_container {
  width: -moz-fit-content;
  width: fit-content;
}
body#pc #content .content_window #todays_quote .quote_container .quote_author {
  margin-bottom: 0;
}
body#pc #content .content_window #tnc_window .controls {
  display: flex;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc #content .content_window #tnc_window .controls #save {
  font-weight: 600;
}
body#pc #content .content_window #orders_window {
  width: calc(100vw - 60px - 40px - 2px);
  height: calc(100vh - 120px - 40px - 2px);
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 4.5px;
  overflow: hidden;
  display: flex;
}
body#pc #content .content_window #orders_window.pos_window {
  height: calc(100vh - 60px - 40px - 2px);
}
body#pc #content .content_window #orders_window #all_orders {
  width: 36%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
body#pc #content .content_window #orders_window #all_orders.pos_orders {
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
body#pc #content .content_window #orders_window #all_orders.pos_orders::-webkit-scrollbar {
  width: 0.3rem;
}
body#pc #content .content_window #orders_window #all_orders.pos_orders::-webkit-scrollbar-track {
  display: none;
}
body#pc #content .content_window #orders_window #all_orders.pos_orders::-webkit-scrollbar-thumb {
  background: #b8b8b863;
  border-radius: 20px;
}
body#pc #content .content_window #orders_window #all_orders #all_products {
  background-color: #ffffff;
}
body#pc #content .content_window #orders_window #all_orders #all_products .section_header {
  height: 45px;
  justify-content: center;
  border-top: 3px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc #content .content_window #orders_window #all_orders #all_products .section_header h3::before {
  content: "\eb1b";
  font-family: "FontPerplexeus";
  margin-right: 6px;
}
body#pc #content .content_window #orders_window #all_orders #all_products .category_wrapper {
  scroll-margin-top: 61px;
  border-top: 3px solid rgba(40, 44, 63, 0.1019607843);
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}
body#pc #content .content_window #orders_window #all_orders #all_products .category_wrapper.unavailable .category_header {
  color: #adadad;
}
body#pc #content .content_window #orders_window #all_orders #all_products .category_wrapper.open {
  max-height: 900vh;
  transition: max-height 360ms ease-in-out;
}
body#pc #content .content_window #orders_window #all_orders #all_products .category_wrapper.open .category_header span.plx-chevron-down {
  transform: rotate(180deg);
  transition: transform 360ms ease-in-out;
}
body#pc #content .content_window #orders_window #all_orders #all_products .category_wrapper .category_header {
  height: 42px;
  display: flex;
  align-items: center;
  padding: 9px 18px;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc #content .content_window #orders_window #all_orders #all_products .category_wrapper .category_header h4 {
  margin: 0;
}
body#pc #content .content_window #orders_window #all_orders #all_products .category_wrapper .category_header span.plx-chevron-down {
  display: block;
  margin-left: auto;
  -webkit-text-stroke: 1px #ffffff;
  transform: rotate(0deg);
  transition: transform 360ms ease-in-out;
}
body#pc #content .content_window #orders_window #all_orders #all_products .category_wrapper .category_products .product.list:last-of-type {
  border-bottom: none;
}
body#pc #content .content_window #orders_window #all_orders .product {
  min-width: 144px;
  max-width: 180px;
  padding: 9px;
}
body#pc #content .content_window #orders_window #all_orders .product.list {
  display: flex;
  align-items: center;
  min-width: 180px;
  max-width: unset;
  padding: 9px;
  margin: 0 9px;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc #content .content_window #orders_window #all_orders .product.list img.product_feature {
  min-width: 90px;
  width: 90px;
  border-radius: 12px;
  border: none;
}
body#pc #content .content_window #orders_window #all_orders .product.list .detail_bar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: auto;
  margin: 0 9px;
}
body#pc #content .content_window #orders_window #all_orders .product.list .detail_bar .product_title {
  margin-bottom: 9px;
}
body#pc #content .content_window #orders_window #all_orders .product.list.skeletal {
  max-width: 100%;
  display: flex;
}
body#pc #content .content_window #orders_window #all_orders .product.list.skeletal .product_feature {
  width: 90px;
  border-radius: 12px;
}
body#pc #content .content_window #orders_window #all_orders .product.list.skeletal .detail_bar {
  width: calc(100% - 94px - 63px);
}
body#pc #content .content_window #orders_window #all_orders .product.list.skeletal .detail_bar .product_title {
  width: 100%;
}
body#pc #content .content_window #orders_window #all_orders .product.list.skeletal .detail_bar .default_weight {
  margin-top: 0;
  margin-bottom: 3px;
}
body#pc #content .content_window #orders_window #all_orders .product.list.skeletal .detail_bar .price .regular_price {
  height: 8.1px;
}
body#pc #content .content_window #orders_window #all_orders .product.list.skeletal .detail_bar .price .effective_price {
  height: 12px;
}
body#pc #content .content_window #orders_window #all_orders .product.skeletal .product_feature {
  width: 100%;
  aspect-ratio: 1/1;
  border: 2px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 27px;
  animation: skeleton_loading 1s linear infinite alternate;
}
body#pc #content .content_window #orders_window #all_orders .product.skeletal .product_title {
  height: 34px;
}
body#pc #content .content_window #orders_window #all_orders .product.skeletal .product_title .line {
  height: 14px;
  border-radius: 3px;
  margin-top: 3px;
  animation: skeleton_loading 1s linear infinite alternate;
}
body#pc #content .content_window #orders_window #all_orders .product.skeletal .product_title .line:first-of-type {
  width: 100%;
}
body#pc #content .content_window #orders_window #all_orders .product.skeletal .product_title .line:last-of-type {
  width: 72%;
}
body#pc #content .content_window #orders_window #all_orders .product.skeletal .default_weight {
  width: 27px;
  height: 11px;
  border-radius: 3px;
  margin-top: 3px;
  animation: skeleton_loading 1s linear infinite alternate;
}
body#pc #content .content_window #orders_window #all_orders .product.skeletal .detail_bar .price .regular_price {
  width: 21px;
  height: 11px;
  border-radius: 3px;
  animation: skeleton_loading 1s linear infinite alternate;
}
body#pc #content .content_window #orders_window #all_orders .product.skeletal .detail_bar .price .effective_price {
  width: 33px;
  height: 14.4px;
  border-radius: 3px;
  margin-top: 2px;
  animation: skeleton_loading 1s linear infinite alternate;
}
body#pc #content .content_window #orders_window #all_orders .product.skeletal .cart_control {
  width: 63px;
  height: 18px;
  border: none;
  padding: none;
  border-radius: 3px;
  animation: skeleton_loading 1s linear infinite alternate;
}
body#pc #content .content_window #orders_window #all_orders .product.more_like {
  position: relative;
}
body#pc #content .content_window #orders_window #all_orders .product.more_like::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: solid 18px #f6f6f6;
  border-left: solid 18px transparent;
  border-right: solid 18px transparent;
}
body#pc #content .content_window #orders_window #all_orders .product.unavailable {
  position: relative;
}
body#pc #content .content_window #orders_window #all_orders .product.unavailable::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6784313725);
}
body#pc #content .content_window #orders_window #all_orders .product.unavailable .product_feature {
  filter: grayscale(100%);
}
body#pc #content .content_window #orders_window #all_orders .product.unavailable .cart_control {
  border: 2px solid #969696;
}
body#pc #content .content_window #orders_window #all_orders .product.unavailable .cart_control button {
  color: #969696;
}
body#pc #content .content_window #orders_window #all_orders .product .product_badges {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
}
body#pc #content .content_window #orders_window #all_orders .product .product_badges span.plx-veg-non, body#pc #content .content_window #orders_window #all_orders .product .product_badges span.plx-Vegan {
  margin-right: 6px;
}
body#pc #content .content_window #orders_window #all_orders .product .product_badges span.plx-veg-non.green, body#pc #content .content_window #orders_window #all_orders .product .product_badges span.plx-Vegan.green {
  color: #008000;
}
body#pc #content .content_window #orders_window #all_orders .product .product_badges span.plx-veg-non.yellow, body#pc #content .content_window #orders_window #all_orders .product .product_badges span.plx-Vegan.yellow {
  color: #ffeb3b;
}
body#pc #content .content_window #orders_window #all_orders .product .product_badges span.plx-veg-non.red, body#pc #content .content_window #orders_window #all_orders .product .product_badges span.plx-Vegan.red {
  color: #ff5722;
}
body#pc #content .content_window #orders_window #all_orders .product img.product_feature {
  width: 100%;
  aspect-ratio: 1/1;
  border: 2px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 27px;
}
body#pc #content .content_window #orders_window #all_orders .product .product_title {
  height: 34px;
  font-size: 14.4px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body#pc #content .content_window #orders_window #all_orders .product .product_title span.plx-veg-non, body#pc #content .content_window #orders_window #all_orders .product .product_title span.plx-Vegan {
  margin-right: 6px;
}
body#pc #content .content_window #orders_window #all_orders .product .product_title span.plx-veg-non.green, body#pc #content .content_window #orders_window #all_orders .product .product_title span.plx-Vegan.green {
  color: #008000;
}
body#pc #content .content_window #orders_window #all_orders .product .product_title span.plx-veg-non.yellow, body#pc #content .content_window #orders_window #all_orders .product .product_title span.plx-Vegan.yellow {
  color: #ffeb3b;
}
body#pc #content .content_window #orders_window #all_orders .product .product_title span.plx-veg-non.red, body#pc #content .content_window #orders_window #all_orders .product .product_title span.plx-Vegan.red {
  color: #ff5722;
}
body#pc #content .content_window #orders_window #all_orders .product .default_weight {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  color: #969696;
}
body#pc #content .content_window #orders_window #all_orders .product .detail_bar {
  height: 33px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body#pc #content .content_window #orders_window #all_orders .product .detail_bar .price {
  display: flex;
  flex-direction: column;
}
body#pc #content .content_window #orders_window #all_orders .product .detail_bar .price .regular_price {
  font-size: 9px;
  color: #969696;
  text-decoration-line: line-through;
  text-decoration-thickness: 1.53px;
}
body#pc #content .content_window #orders_window #all_orders .product .detail_bar .price .effective_price {
  font-size: 14.4px;
  font-weight: 600;
}
body#pc #content .content_window #orders_window #all_orders .product .cart_control {
  display: flex;
  padding: 3px;
  border: 2px solid #00aeef;
  border-radius: 4.5px;
  position: relative;
  white-space: nowrap;
  margin-left: auto;
}
body#pc #content .content_window #orders_window #all_orders .product .cart_control .cart_progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.8px;
  overflow: hidden;
}
body#pc #content .content_window #orders_window #all_orders .product .cart_control .cart_progress .progress_value.active {
  width: 100%;
  height: 100%;
  border-radius: 18%;
  background-color: #00aeef;
  animation: indeterminateAnimation 1s infinite linear;
  transform-origin: 0% 50%;
}
body#pc #content .content_window #orders_window #all_orders .product .cart_control button {
  font-size: 12px;
  font-weight: 600;
  background: none;
  border: none;
  color: #00aeef;
}
body#pc #content .content_window #orders_window #all_orders .product .cart_control button.cart_minus, body#pc #content .content_window #orders_window #all_orders .product .cart_control button.cart_plus {
  width: 18px;
  font-size: 13.5px;
}
body#pc #content .content_window #orders_window #all_orders .product .cart_control button.cart_minus.quantity, body#pc #content .content_window #orders_window #all_orders .product .cart_control button.cart_plus.quantity {
  font-size: 12px;
  font-weight: 600;
}
body#pc #content .content_window #orders_window #all_orders .product .cart_control button.cart_options::before {
  content: "\f078";
  font-size: 9px;
  font-family: "FontPerplexeus" !important;
  margin-right: 4.5px;
}
body#pc #content .content_window #orders_window #all_orders .no_results {
  height: 27vh;
  font-size: 2.7rem;
  color: #969696;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body#pc #content .content_window #orders_window #all_orders .no_results span {
  font-size: 12px;
}
body#pc #content .content_window #orders_window #all_orders #orders_header_switch {
  display: flex;
  align-items: center;
  padding: 9px;
  gap: 9px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
body#pc #content .content_window #orders_window #all_orders #orders_header_switch button {
  border-radius: 36px;
  font-weight: 600;
}
body#pc #content .content_window #orders_window #all_orders #stage_filters, body#pc #content .content_window #orders_window #all_orders #orders_header {
  display: flex;
  align-items: center;
  padding: 9px;
  gap: 9px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
body#pc #content .content_window #orders_window #all_orders #stage_filters #search_wrapper, body#pc #content .content_window #orders_window #all_orders #orders_header #search_wrapper {
  width: 200%;
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#pc #content .content_window #orders_window #all_orders #stage_filters #search_wrapper::before, body#pc #content .content_window #orders_window #all_orders #orders_header #search_wrapper::before {
  content: "\eb0f";
  font-family: "FontPerplexeus" !important;
  color: #969696;
  position: absolute;
  top: 10px;
  left: 9px;
}
body#pc #content .content_window #orders_window #all_orders #stage_filters #search_wrapper input, body#pc #content .content_window #orders_window #all_orders #orders_header #search_wrapper input {
  width: 100%;
  height: 36px;
  padding: 0 30px 0 30px;
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 12px;
  outline-color: #00aeef;
}
body#pc #content .content_window #orders_window #all_orders #stage_filters #search_wrapper span.plx-times-circle, body#pc #content .content_window #orders_window #all_orders #orders_header #search_wrapper span.plx-times-circle {
  color: #969696;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
  height: 36px;
  text-align: center;
  line-height: 36px;
}
body#pc #content .content_window #orders_window #all_orders #stage_filters #custom_product, body#pc #content .content_window #orders_window #all_orders #orders_header #custom_product {
  height: 36px;
  border-radius: 6px;
  font-weight: 600;
}
body#pc #content .content_window #orders_window #all_orders #stage_filters .stage, body#pc #content .content_window #orders_window #all_orders #orders_header .stage {
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12.6px;
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 27px;
  padding: 0 12px;
  position: relative;
  background-color: #ffffff;
  background-position: center;
  transition: background 0.8s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body#pc #content .content_window #orders_window #all_orders #stage_filters .stage:hover, body#pc #content .content_window #orders_window #all_orders #orders_header .stage:hover {
  background: #ffffff radial-gradient(circle, #ffffff 1%, rgba(40, 44, 63, 0.1019607843) 1%) center/15000%;
}
body#pc #content .content_window #orders_window #all_orders #stage_filters .stage:active, body#pc #content .content_window #orders_window #all_orders #orders_header .stage:active {
  background-color: #ffffff;
  background-size: 100%;
  transition: background 0s;
}
body#pc #content .content_window #orders_window #all_orders #stage_filters .stage.active, body#pc #content .content_window #orders_window #all_orders #orders_header .stage.active {
  font-weight: 600;
  border: 1px solid #fea338;
}
body#pc #content .content_window #orders_window #all_orders #stage_filters .stage span, body#pc #content .content_window #orders_window #all_orders #orders_header .stage span {
  margin: -3px 0 0 4.5px;
}
body#pc #content .content_window #orders_window #all_orders #stage_filters .stage [data-count]::after, body#pc #content .content_window #orders_window #all_orders #orders_header .stage [data-count]::after {
  content: attr(data-count);
  font-size: 9px;
  font-weight: 600;
  color: #ffffff;
  padding: 3px 6px;
  background-color: #00aeef;
  border-radius: 18px;
}
body#pc #content .content_window #orders_window #all_orders #active_orders, body#pc #content .content_window #orders_window #all_orders #delivered_orders {
  display: flex;
  flex-direction: column;
  padding: 9px;
  gap: 9px;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
body#pc #content .content_window #orders_window #all_orders #active_orders::-webkit-scrollbar, body#pc #content .content_window #orders_window #all_orders #delivered_orders::-webkit-scrollbar {
  width: 0.3rem;
}
body#pc #content .content_window #orders_window #all_orders #active_orders::-webkit-scrollbar-track, body#pc #content .content_window #orders_window #all_orders #delivered_orders::-webkit-scrollbar-track {
  display: none;
}
body#pc #content .content_window #orders_window #all_orders #active_orders::-webkit-scrollbar-thumb, body#pc #content .content_window #orders_window #all_orders #delivered_orders::-webkit-scrollbar-thumb {
  background: #b8b8b863;
  border-radius: 20px;
}
body#pc #content .content_window #orders_window #all_orders .order {
  padding: 18px;
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 12px;
  background: #ffffff;
}
body#pc #content .content_window #orders_window #all_orders .order.open {
  outline: 1.8px solid #00aeef;
}
body#pc #content .content_window #orders_window #all_orders .order h1, body#pc #content .content_window #orders_window #all_orders .order h2, body#pc #content .content_window #orders_window #all_orders .order h3, body#pc #content .content_window #orders_window #all_orders .order h4, body#pc #content .content_window #orders_window #all_orders .order h5, body#pc #content .content_window #orders_window #all_orders .order h6, body#pc #content .content_window #orders_window #all_orders .order h7 {
  margin: 0;
}
body#pc #content .content_window #orders_window #all_orders .order .header {
  display: flex;
}
body#pc #content .content_window #orders_window #all_orders .order .header .order_by {
  color: #000000;
  margin-right: auto;
}
body#pc #content .content_window #orders_window #all_orders .order .header .order_by .order_id {
  font-size: 12px;
  color: #969696;
  border-radius: 3px;
}
body#pc #content .content_window #orders_window #all_orders .order .header .order_by .placed_on {
  color: #969696;
  font-size: 12px;
}
body#pc #content .content_window #orders_window #all_orders .order .header a {
  width: 25px;
  height: 25px;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(40, 44, 63, 0.1019607843);
  border-radius: 4.5px;
  margin-right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 360ms ease-in-out;
}
body#pc #content .content_window #orders_window #all_orders .order .header a:last-of-type {
  margin-right: 0;
}
body#pc #content .content_window #orders_window #all_orders .order .header a:hover {
  background-color: #00aeef;
}
body#pc #content .content_window #orders_window #all_orders .order hr {
  border: unset;
  border-top: 1px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc #content .content_window #orders_window #all_orders .order .shipping {
  color: #969696;
  font-size: 12px;
}
body#pc #content .content_window #orders_window #all_orders .order .item_title {
  font-size: 14.4px;
}
body#pc #content .content_window #orders_window #all_orders .order .items {
  color: #969696;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
body#pc #content .content_window #orders_window #all_orders .order .order_details_actions {
  display: flex;
  justify-content: space-between;
}
body#pc #content .content_window #orders_window #all_orders .order .order_details_actions .order_actions .quick_update, body#pc #content .content_window #orders_window #all_orders .order .order_details_actions .order_actions .view_order_details {
  height: 38px;
  font-size: 12.6px;
  font-weight: 600;
  color: #00aeef;
  border: 2px solid #00aeef;
  border-radius: 4.5px;
  background-color: #ffffff;
  background-position: center;
  transition: background 0.8s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body#pc #content .content_window #orders_window #all_orders .order .order_details_actions .order_actions .quick_update:hover, body#pc #content .content_window #orders_window #all_orders .order .order_details_actions .order_actions .view_order_details:hover {
  background: #ffffff radial-gradient(circle, #ffffff 1%, rgba(40, 44, 63, 0.1019607843) 1%) center/15000%;
}
body#pc #content .content_window #orders_window #all_orders .order .order_details_actions .order_actions .quick_update:active, body#pc #content .content_window #orders_window #all_orders .order .order_details_actions .order_actions .view_order_details:active {
  background-color: #ffffff;
  background-size: 100%;
  transition: background 0s;
}
body#pc #content .content_window #orders_window #all_orders .order .order_details_actions .order_actions .quick_update span.plx-check, body#pc #content .content_window #orders_window #all_orders .order .order_details_actions .order_actions .quick_update span.plx-eye, body#pc #content .content_window #orders_window #all_orders .order .order_details_actions .order_actions .view_order_details span.plx-check, body#pc #content .content_window #orders_window #all_orders .order .order_details_actions .order_actions .view_order_details span.plx-eye {
  margin-right: 6px;
}
body#pc #content .content_window #orders_window #all_orders .order.skeletal .header .order_by .order_id {
  display: flex;
  align-items: flex-end;
  margin-bottom: 3px;
}
body#pc #content .content_window #orders_window #all_orders .order.skeletal .header .order_by .order_id .name {
  width: 126px;
  height: 16.5px;
  margin-right: 3px;
  border-radius: 4.5px;
  animation: skeleton_loading 1s linear infinite alternate;
  overflow: hidden;
}
body#pc #content .content_window #orders_window #all_orders .order.skeletal .header .order_by .order_id .id {
  width: 54px;
  height: 13.5px;
  border-radius: 4.5px;
  animation: skeleton_loading 1s linear infinite alternate;
  overflow: hidden;
}
body#pc #content .content_window #orders_window #all_orders .order.skeletal .header .order_by .placed_on {
  height: 9px;
  border-radius: 4.5px;
  animation: skeleton_loading 1s linear infinite alternate;
  overflow: hidden;
}
body#pc #content .content_window #orders_window #all_orders .order.skeletal .header .call_user {
  margin-right: 3px;
}
body#pc #content .content_window #orders_window #all_orders .order.skeletal .header .call_user, body#pc #content .content_window #orders_window #all_orders .order.skeletal .header .whatsapp {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 4.5px;
  animation: skeleton_loading 1s linear infinite alternate;
  overflow: hidden;
}
body#pc #content .content_window #orders_window #all_orders .order.skeletal .order_details_actions {
  display: flex;
  justify-content: space-between;
}
body#pc #content .content_window #orders_window #all_orders .order.skeletal .order_details_actions .order_details {
  display: flex;
  flex-direction: column;
}
body#pc #content .content_window #orders_window #all_orders .order.skeletal .order_details_actions .order_details .shipping {
  width: 126px;
  height: 9px;
  border-radius: 4.5px;
  margin-bottom: 3px;
  animation: skeleton_loading 1s linear infinite alternate;
  overflow: hidden;
}
body#pc #content .content_window #orders_window #all_orders .order.skeletal .order_details_actions .order_details .sale_price {
  width: 90px;
  height: 23px;
  border-radius: 4.5px;
  animation: skeleton_loading 1s linear infinite alternate;
  overflow: hidden;
}
body#pc #content .content_window #orders_window #all_orders .order.skeletal .order_details_actions .order_actions {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 38px;
  border-radius: 4.5px;
  animation: skeleton_loading 1s linear infinite alternate;
  overflow: hidden;
}
body#pc #content .content_window #orders_window #all_orders .order.skeletal .order_details_actions .order_actions .button_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 4.5px;
  background-color: #ffffff;
  overflow: hidden;
  animation: skeleton_loading_text 1s linear infinite alternate;
}
body#pc #content .content_window #orders_window #all_orders .order.skeletal .order_details_actions .order_actions .button_text span.plx-paw {
  margin-right: 3px;
}
body#pc #content .content_window #orders_window #order_details {
  display: flex;
  width: 64%;
  height: 100%;
  border-left: 1px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc #content .content_window #orders_window #order_details #cart_details {
  width: -webkit-fill-available;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
body#pc #content .content_window #orders_window #order_details #cart_details::-webkit-scrollbar {
  width: 0;
}
body#pc #content .content_window #orders_window #order_details #cart_details::-webkit-scrollbar-track {
  display: none;
}
body#pc #content .content_window #orders_window #order_details #cart_details::-webkit-scrollbar-thumb {
  background: #b8b8b863;
  border-radius: 20px;
}
body#pc #content .content_window #orders_window #order_details #cart_details .section_wrapper {
  margin: 9px;
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 9px;
}
body#pc #content .content_window #orders_window #order_details #cart_details .section_wrapper .section_title {
  margin: 0;
  margin-bottom: 12px;
}
body#pc #content .content_window #orders_window #order_details #cart_details .selector {
  margin-bottom: 18px;
}
body#pc #content .content_window #orders_window #order_details #cart_details .selector .option {
  height: 18px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls.empty_cart::before {
  content: "\eb0d" " Empty Cart";
  display: block;
  text-align: center;
  color: #969696;
  font-family: "FontPerplexeus", "Lato";
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 9px 0;
  margin: 0 9px 9px 9px;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product.unavailable {
  position: relative;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product.unavailable::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6784313725);
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product.unavailable .product_feature {
  filter: grayscale(100%);
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product:last-of-type {
  border-bottom: unset;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .feature {
  width: 80px;
  height: 80px;
  border-radius: 9px;
  margin-right: 9px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .details {
  display: flex;
  flex-direction: column;
  margin-right: 9px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .details h5, body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .details h6 {
  margin: 0;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .details h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .details h6 {
  color: #969696;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .details h6.regular_price {
  margin-top: 6px;
  text-decoration: line-through;
  font-size: 9px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .details h6.regular_price {
  margin-top: 6px;
  font-size: 9px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .details h6.effective_price {
  color: #000000;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .cart_control {
  display: flex;
  padding: 3px;
  border: 2px solid #00aeef;
  border-radius: 4.5px;
  position: relative;
  margin-left: auto;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .cart_control .cart_progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.8px;
  overflow: hidden;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .cart_control .cart_progress .progress_value.active {
  width: 100%;
  height: 100%;
  border-radius: 18%;
  background-color: #00aeef;
  animation: indeterminateAnimation 1s infinite linear;
  transform-origin: 0% 50%;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .cart_control.unavailable {
  border: 2px solid #969696;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .cart_control.unavailable::after {
  content: "will be removed from cart on checkout";
  position: absolute;
  top: 27px;
  right: 0;
  white-space: normal;
  width: 36vw;
  text-align: right;
  font-size: 11px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .cart_control.unavailable button {
  color: #969696;
  white-space: nowrap;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .cart_control button {
  font-size: 12px;
  font-weight: 600;
  background: none;
  border: none;
  color: #00aeef;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .cart_control button.cart_minus, body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .cart_control button.cart_plus {
  width: 18px;
  font-size: 13.5px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .cart_control button.cart_minus.quantity, body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .cart_control button.cart_plus.quantity {
  font-size: 12px;
  font-weight: 600;
}
body#pc #content .content_window #orders_window #order_details #cart_details #cart_items_controls .cart_product .cart_control button.cart_options::before {
  content: "\f078";
  font-size: 9px;
  font-family: "FontPerplexeus" !important;
  margin-right: 4.5px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #user_details #verified_user {
  color: #008000;
}
body#pc #content .content_window #orders_window #order_details #cart_details #user_details #mobile_wrapper #mobile {
  width: -webkit-fill-available;
  padding-left: 45px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #user_details #seach_by_mobile {
  border-radius: 6px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #delivery_details .addr_group {
  display: flex;
}
body#pc #content .content_window #orders_window #order_details #cart_details #delivery_details .inp_wrapper.addr {
  margin-bottom: 9px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #delivery_details .inp_wrapper.addr input {
  border: none;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
  font-size: 14.4px;
  border-radius: 0;
}
body#pc #content .content_window #orders_window #order_details #cart_details #delivery_details .inp_wrapper.addr:last-of-type {
  margin-bottom: 18px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #coupons_section #coupon_stub {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  color: #00aeef;
  border: 2px solid #00aeef;
  border-radius: 12px;
  padding: 9px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #coupons_section #coupon_stub .icon {
  font-size: 36px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #coupons_section #coupon_stub .coupon_detail {
  margin: 0;
  margin-top: 6px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #coupons_section #coupon_stub .coupon_detail .percent_off {
  font-size: 18px;
  font-weight: 800;
  margin-right: 3px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #coupons_section #coupon_stub .coupon_detail .upto_amt {
  font-size: 11px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #coupons_section #coupon_stub .coupons_details_box {
  margin: 0 9px 0 18px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #coupons_section #coupon_stub .coupons_details_box .coupon_code {
  min-width: 180px;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}
body#pc #content .content_window #orders_window #order_details #cart_details #coupons_section #coupon_stub .coupons_details_box span {
  margin-right: 3px;
  margin-bottom: -2px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #coupons_section #coupon_code_wrapper {
  width: 100%;
  position: relative;
}
body#pc #content .content_window #orders_window #order_details #cart_details #coupons_section #coupon_code_wrapper::before {
  content: "\eb76";
  font-family: "FontPerplexeus" !important;
  color: #00aeef;
  position: absolute;
  top: 24px;
  left: 9px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #coupons_section #coupon_code_wrapper label {
  font-size: 0.72rem;
  color: #969696;
}
body#pc #content .content_window #orders_window #order_details #cart_details #coupons_section #coupon_code_wrapper .code_input_containter {
  display: flex;
  gap: 6px;
}
body#pc #content .content_window #orders_window #order_details #cart_details #coupons_section #coupon_code_wrapper .code_input_containter input {
  width: calc(100% - 62px);
  height: 36px;
  padding: 0 30px 0 30px;
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 12px;
  outline-color: #00aeef;
}
body#pc #content .content_window #orders_window #order_details #cart_details #coupons_section #coupon_code_wrapper .code_input_containter .apply_button {
  height: 36px;
  padding: 0 18px;
  border: none;
  border-radius: 4.5px;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  color: #ffffff;
  background-color: #00aeef;
  background-position: center;
  transition: background 0.8s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body#pc #content .content_window #orders_window #order_details #cart_details #coupons_section #coupon_code_wrapper .code_input_containter .apply_button:hover {
  background: #00aeef radial-gradient(circle, #00aeef 1%, #0098d1 1%) center/15000%;
}
body#pc #content .content_window #orders_window #order_details #cart_details #coupons_section #coupon_code_wrapper .code_input_containter .apply_button:active {
  background-color: #00aeef;
  background-size: 100%;
  transition: background 0s;
  border-color: #0098d1;
}
body#pc #content .content_window #orders_window #order_details #cart_details .inp_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 18px;
}
body#pc #content .content_window #orders_window #order_details #cart_details .inp_wrapper label {
  font-size: 0.72rem;
  color: #969696;
}
body#pc #content .content_window #orders_window #order_details #cart_details .inp_wrapper input {
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  padding: 9px;
  font-size: 1.26rem;
  border-radius: 9px;
}
body#pc #content .content_window #orders_window #order_details #cart_details .inp_wrapper input:focus-visible {
  outline: none;
  outline: 1px solid #00aeef;
}
body#pc #content .content_window #orders_window #order_details #cart_details .inp_wrapper.price {
  position: relative;
}
body#pc #content .content_window #orders_window #order_details #cart_details .inp_wrapper.price::before {
  content: "₹";
  position: absolute;
  left: 12px;
  top: 45%;
}
body#pc #content .content_window #orders_window #order_details #cart_details .inp_wrapper.price input {
  padding-left: 27px;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper {
  min-width: 270px;
  width: 30%;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper::-webkit-scrollbar {
  width: 0;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper::-webkit-scrollbar-track {
  display: none;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper::-webkit-scrollbar-thumb {
  background: #b8b8b863;
  border-radius: 20px;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill_wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 9px;
  background-color: #f6f6f6;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill {
  height: -moz-fit-content;
  height: fit-content;
  padding: 18px 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  border-left: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill .brand_title {
  font-size: 14.4px;
  font-weight: 900;
  margin: 9px;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill .center {
  text-align: center;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill .bold {
  font-weight: 900;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill .note {
  font-size: 9px;
  color: #969696;
  margin: 0;
  margin-bottom: 3.6px;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill .hr {
  width: 100%;
  border-top: 1px solid rgba(40, 44, 63, 0.1019607843);
  margin: 3px 0;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill #customer_name {
  margin-top: 9px;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill #receipt_number {
  margin-top: 18px;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill table {
  font-size: 9px;
  color: #969696;
  text-align: right;
  margin-top: 18px;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill table tr.header {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  outline: 2px solid #f6f6f6;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill table th {
  text-align: left;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill table td {
  padding: 3px;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill table td:first-of-type {
  text-align: left;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill .bill_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  color: #969696;
  font-weight: 600;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill .bill_row p {
  margin: 4.5px 0;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill .bill_row p.value {
  text-align: right;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill .bill_row .green {
  color: #60b246;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill .tagline {
  margin-top: 18px;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill .tagline span.plx-heart {
  color: #c3302c;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2em 2em 0;
  border-color: transparent #f6f6f6 #e3e3e3 transparent;
}
body#pc #content .content_window #orders_window #order_details #bill_wrapper .bill #bill_logo {
  width: 81px;
}
body#pc #content .content_window #orders_window #order_details .empty_space {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body#pc #content .content_window #orders_window #order_details .empty_space.hidden {
  display: none;
}
body#pc #content .content_window #orders_window #order_details .empty_space img {
  width: 60%;
  max-width: 180px;
}
body#pc #content .content_window #orders_window #order_details .empty_space h3 {
  margin-bottom: unset;
}
body#pc #content .content_window #orders_window #order_details .order_data {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
body#pc #content .content_window #orders_window #order_details .order_data::-webkit-scrollbar {
  width: 0.3rem;
}
body#pc #content .content_window #orders_window #order_details .order_data::-webkit-scrollbar-track {
  display: none;
}
body#pc #content .content_window #orders_window #order_details .order_data::-webkit-scrollbar-thumb {
  background: #b8b8b863;
  border-radius: 20px;
}
body#pc #content .content_window #orders_window #order_details .order_data.hidden {
  display: none;
}
body#pc #content .content_window #orders_window #order_details .order_data p.note, body#pc #content .content_window #orders_window #order_details .order_data span.note {
  font-size: 0.72rem;
  color: #969696;
  margin: unset;
}
body#pc #content .content_window #orders_window #order_details .order_data .header {
  height: 45px;
  padding-left: 12px;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: #ffffff;
}
body#pc #content .content_window #orders_window #order_details .order_data .header .updated_on {
  margin-left: auto;
}
body#pc #content .content_window #orders_window #order_details .order_data .header .plx-close {
  padding: 12px;
  margin-left: 9px;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window {
  min-height: calc(100% - 46px);
  background-color: #f6f6f6;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .user_details_div {
  display: flex;
  background-color: #ffffff;
  padding: 18px;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
  margin-bottom: 12px;
  gap: 27px;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .user_details_div h4, body#pc #content .content_window #orders_window #order_details .order_data .order_window .user_details_div p {
  margin: 0;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .user_details_div .ordered_by_mobile, body#pc #content .content_window #orders_window #order_details .order_data .order_window .user_details_div .ordered_to_address, body#pc #content .content_window #orders_window #order_details .order_data .order_window .user_details_div .shipping_mode, body#pc #content .content_window #orders_window #order_details .order_data .order_window .user_details_div .delivery_contact_mobile {
  margin-bottom: 18px;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .user_details_div .column {
  width: 100%;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .user_details_div .column p {
  font-size: 13.5px;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .ordered_products {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .ordered_products .product {
  display: flex;
  align-items: center;
  padding: 4.5px 9px;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .ordered_products .product img.feature {
  width: 120px;
  height: 120px;
  margin-right: 9px;
  border-radius: 12px;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .ordered_products .product .product_name {
  margin: 0 0 3px 0;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .ordered_products .product .product_quantity {
  margin: auto 54px auto auto;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .ordered_products .product .product_cost_div, body#pc #content .content_window #orders_window #order_details .order_data .order_window .ordered_products .product .total_product_cost_div {
  margin-left: auto;
  text-align: right;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .ordered_products .product .product_cost_div .product_actual, body#pc #content .content_window #orders_window #order_details .order_data .order_window .ordered_products .product .total_product_cost_div .product_actual {
  text-decoration: line-through;
  margin-bottom: 6px;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .ordered_products .product .product_cost_div .product_total, body#pc #content .content_window #orders_window #order_details .order_data .order_window .ordered_products .product .total_product_cost_div .product_total {
  margin: 0;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .order_bill {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
  padding: 12px 27px;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .order_bill .bill_details_heading {
  margin-top: 0;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .order_bill .bill_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .order_bill .bill_row p {
  margin: 4.5px 0;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .order_bill .bill_row p.value {
  text-align: right;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .order_bill .bill_row .green {
  color: #60b246;
}
body#pc #content .content_window #orders_window #order_details .order_data .order_window .order_bill hr {
  border: none;
  border-top: 1px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc #content .content_window #menu_editor, body#pc #content .content_window #addons_editor {
  width: calc(100vw - 60px - 40px - 2px);
  height: calc(100vh - 120px - 40px - 2px);
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 4.5px;
  overflow: hidden;
  display: flex;
}
body#pc #content .content_window #menu_editor #menu, body#pc #content .content_window #menu_editor #addons, body#pc #content .content_window #addons_editor #menu, body#pc #content .content_window #addons_editor #addons {
  width: 45%;
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding-top: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
body#pc #content .content_window #menu_editor #menu::-webkit-scrollbar, body#pc #content .content_window #menu_editor #addons::-webkit-scrollbar, body#pc #content .content_window #addons_editor #menu::-webkit-scrollbar, body#pc #content .content_window #addons_editor #addons::-webkit-scrollbar {
  width: 0.3rem;
}
body#pc #content .content_window #menu_editor #menu::-webkit-scrollbar-track, body#pc #content .content_window #menu_editor #addons::-webkit-scrollbar-track, body#pc #content .content_window #addons_editor #menu::-webkit-scrollbar-track, body#pc #content .content_window #addons_editor #addons::-webkit-scrollbar-track {
  display: none;
}
body#pc #content .content_window #menu_editor #menu::-webkit-scrollbar-thumb, body#pc #content .content_window #menu_editor #addons::-webkit-scrollbar-thumb, body#pc #content .content_window #addons_editor #menu::-webkit-scrollbar-thumb, body#pc #content .content_window #addons_editor #addons::-webkit-scrollbar-thumb {
  background: #b8b8b863;
  border-radius: 20px;
}
body#pc #content .content_window #menu_editor #menu #controls, body#pc #content .content_window #menu_editor #addons #controls, body#pc #content .content_window #addons_editor #menu #controls, body#pc #content .content_window #addons_editor #addons #controls {
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
  display: flex;
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 9px;
  padding-bottom: 0;
  z-index: 3;
  box-shadow: 1px 0px 3px 0 rgba(0, 0, 0, 0.1019607843);
}
body#pc #content .content_window #menu_editor #menu #controls button.add_category, body#pc #content .content_window #menu_editor #menu #controls button.new_addon, body#pc #content .content_window #menu_editor #addons #controls button.add_category, body#pc #content .content_window #menu_editor #addons #controls button.new_addon, body#pc #content .content_window #addons_editor #menu #controls button.add_category, body#pc #content .content_window #addons_editor #menu #controls button.new_addon, body#pc #content .content_window #addons_editor #addons #controls button.add_category, body#pc #content .content_window #addons_editor #addons #controls button.new_addon {
  margin-bottom: 9px;
  background: 0 0;
  border: none;
  border-right: 1px solid rgba(40, 44, 63, 0.1019607843);
  outline: 0;
  padding: 9px;
  color: #1e88e5;
  font-weight: 600;
}
body#pc #content .content_window #menu_editor #menu #controls button.add_category.disabled, body#pc #content .content_window #menu_editor #menu #controls button.new_addon.disabled, body#pc #content .content_window #menu_editor #addons #controls button.add_category.disabled, body#pc #content .content_window #menu_editor #addons #controls button.new_addon.disabled, body#pc #content .content_window #addons_editor #menu #controls button.add_category.disabled, body#pc #content .content_window #addons_editor #menu #controls button.new_addon.disabled, body#pc #content .content_window #addons_editor #addons #controls button.add_category.disabled, body#pc #content .content_window #addons_editor #addons #controls button.new_addon.disabled {
  color: #b8b8b8;
}
body#pc #content .content_window #menu_editor #menu #controls div.add_category:after, body#pc #content .content_window #menu_editor #addons #controls div.add_category:after, body#pc #content .content_window #addons_editor #menu #controls div.add_category:after, body#pc #content .content_window #addons_editor #addons #controls div.add_category:after {
  content: "\eafd";
  font-family: "FontPerplexeus" !important;
  font-weight: normal !important;
  font-size: 0.72rem;
}
body#pc #content .content_window #menu_editor #menu #controls div.add_category, body#pc #content .content_window #menu_editor #addons #controls div.add_category, body#pc #content .content_window #addons_editor #menu #controls div.add_category, body#pc #content .content_window #addons_editor #addons #controls div.add_category {
  margin-bottom: 9px;
  padding: 6px;
}
body#pc #content .content_window #menu_editor #menu #controls div.add_category input, body#pc #content .content_window #menu_editor #addons #controls div.add_category input, body#pc #content .content_window #addons_editor #menu #controls div.add_category input, body#pc #content .content_window #addons_editor #addons #controls div.add_category input {
  border: none;
  outline: none;
  margin-left: 9px;
}
body#pc #content .content_window #menu_editor #menu #addons_container .addon, body#pc #content .content_window #menu_editor #addons #addons_container .addon, body#pc #content .content_window #addons_editor #menu #addons_container .addon, body#pc #content .content_window #addons_editor #addons #addons_container .addon {
  min-height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
  transition: background-color 180ms;
}
body#pc #content .content_window #menu_editor #menu #addons_container .addon.off, body#pc #content .content_window #menu_editor #addons #addons_container .addon.off, body#pc #content .content_window #addons_editor #menu #addons_container .addon.off, body#pc #content .content_window #addons_editor #addons #addons_container .addon.off {
  color: #cbcbcb;
}
body#pc #content .content_window #menu_editor #menu #addons_container .addon:hover, body#pc #content .content_window #menu_editor #addons #addons_container .addon:hover, body#pc #content .content_window #addons_editor #menu #addons_container .addon:hover, body#pc #content .content_window #addons_editor #addons #addons_container .addon:hover {
  background-color: #f6f6f6;
}
body#pc #content .content_window #menu_editor #menu #addons_container .addon:hover .addon_controls button, body#pc #content .content_window #menu_editor #addons #addons_container .addon:hover .addon_controls button, body#pc #content .content_window #addons_editor #menu #addons_container .addon:hover .addon_controls button, body#pc #content .content_window #addons_editor #addons #addons_container .addon:hover .addon_controls button {
  opacity: 1;
}
body#pc #content .content_window #menu_editor #menu #addons_container .addon .addon_title, body#pc #content .content_window #menu_editor #addons #addons_container .addon .addon_title, body#pc #content .content_window #addons_editor #menu #addons_container .addon .addon_title, body#pc #content .content_window #addons_editor #addons #addons_container .addon .addon_title {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body#pc #content .content_window #menu_editor #menu #addons_container .addon .addon_title > span, body#pc #content .content_window #menu_editor #addons #addons_container .addon .addon_title > span, body#pc #content .content_window #addons_editor #menu #addons_container .addon .addon_title > span, body#pc #content .content_window #addons_editor #addons #addons_container .addon .addon_title > span {
  margin-left: 27px;
}
body#pc #content .content_window #menu_editor #menu #addons_container .addon .addon_title > span > span[class], body#pc #content .content_window #menu_editor #addons #addons_container .addon .addon_title > span > span[class], body#pc #content .content_window #addons_editor #menu #addons_container .addon .addon_title > span > span[class], body#pc #content .content_window #addons_editor #addons #addons_container .addon .addon_title > span > span[class] {
  margin-right: 9px;
}
body#pc #content .content_window #menu_editor #menu #addons_container .addon .addon_title > span > span[class].green, body#pc #content .content_window #menu_editor #addons #addons_container .addon .addon_title > span > span[class].green, body#pc #content .content_window #addons_editor #menu #addons_container .addon .addon_title > span > span[class].green, body#pc #content .content_window #addons_editor #addons #addons_container .addon .addon_title > span > span[class].green {
  color: #008000;
}
body#pc #content .content_window #menu_editor #menu #addons_container .addon .addon_title > span > span[class].yellow, body#pc #content .content_window #menu_editor #addons #addons_container .addon .addon_title > span > span[class].yellow, body#pc #content .content_window #addons_editor #menu #addons_container .addon .addon_title > span > span[class].yellow, body#pc #content .content_window #addons_editor #addons #addons_container .addon .addon_title > span > span[class].yellow {
  color: #ffeb3b;
}
body#pc #content .content_window #menu_editor #menu #addons_container .addon .addon_title > span > span[class].red, body#pc #content .content_window #menu_editor #addons #addons_container .addon .addon_title > span > span[class].red, body#pc #content .content_window #addons_editor #menu #addons_container .addon .addon_title > span > span[class].red, body#pc #content .content_window #addons_editor #addons #addons_container .addon .addon_title > span > span[class].red {
  color: #ff5722;
}
body#pc #content .content_window #menu_editor #menu #addons_container .addon .addon_controls, body#pc #content .content_window #menu_editor #addons #addons_container .addon .addon_controls, body#pc #content .content_window #addons_editor #menu #addons_container .addon .addon_controls, body#pc #content .content_window #addons_editor #addons #addons_container .addon .addon_controls {
  display: flex;
  min-height: 60px;
}
body#pc #content .content_window #menu_editor #menu #addons_container .addon .addon_controls button, body#pc #content .content_window #menu_editor #addons #addons_container .addon .addon_controls button, body#pc #content .content_window #addons_editor #menu #addons_container .addon .addon_controls button, body#pc #content .content_window #addons_editor #addons #addons_container .addon .addon_controls button {
  opacity: 0;
  width: 40px;
  border: none;
  background: none;
  font-size: 1.26rem;
  transition: opacity 180ms;
}
body#pc #content .content_window #menu_editor #menu #addons_container .addon .addon_controls button.enable.off, body#pc #content .content_window #menu_editor #addons #addons_container .addon .addon_controls button.enable.off, body#pc #content .content_window #addons_editor #menu #addons_container .addon .addon_controls button.enable.off, body#pc #content .content_window #addons_editor #addons #addons_container .addon .addon_controls button.enable.off {
  opacity: 1;
}
body#pc #content .content_window #menu_editor #menu #menu_items, body#pc #content .content_window #menu_editor #addons #menu_items, body#pc #content .content_window #addons_editor #menu #menu_items, body#pc #content .content_window #addons_editor #addons #menu_items {
  padding: 9px;
  padding-top: 0;
}
body#pc #content .content_window #menu_editor #menu #menu_items button, body#pc #content .content_window #menu_editor #addons #menu_items button, body#pc #content .content_window #addons_editor #menu #menu_items button, body#pc #content .content_window #addons_editor #addons #menu_items button {
  height: 100%;
  background: 0 0;
  border: none;
  outline: 0;
  font-weight: 600;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category, body#pc #content .content_window #menu_editor #addons #menu_items .category, body#pc #content .content_window #addons_editor #menu #menu_items .category, body#pc #content .content_window #addons_editor #addons #menu_items .category {
  height: 61px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: height 180ms;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category.open, body#pc #content .content_window #menu_editor #addons #menu_items .category.open, body#pc #content .content_window #addons_editor #menu #menu_items .category.open, body#pc #content .content_window #addons_editor #addons #menu_items .category.open {
  height: auto;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category.off, body#pc #content .content_window #menu_editor #addons #menu_items .category.off, body#pc #content .content_window #addons_editor #menu #menu_items .category.off, body#pc #content .content_window #addons_editor #addons #menu_items .category.off {
  color: #cbcbcb;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_head, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_head, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_head, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
  transition: background-color 180ms;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_head > *, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_head > *, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_head > *, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_head > * {
  min-height: 60px;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_head .category_title, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_head .category_title, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_head .category_title, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_head .category_title {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_head .category_title span, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_head .category_title span, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_head .category_title span, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_head .category_title span {
  padding-left: 18px;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_head .category_title span:first-of-type, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_head .category_title span:first-of-type, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_head .category_title span:first-of-type, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_head .category_title span:first-of-type {
  width: 18px;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_head .category_title span:last-of-type, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_head .category_title span:last-of-type, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_head .category_title span:last-of-type, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_head .category_title span:last-of-type {
  font-weight: 600;
  width: 100%;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_head:hover, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_head:hover, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_head:hover, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_head:hover {
  background-color: #f6f6f6;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_head:hover .category_controls button, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_head:hover .category_controls button, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_head:hover .category_controls button, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_head:hover .category_controls button {
  opacity: 1;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_head:hover .index_control, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_head:hover .index_control, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_head:hover .index_control, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_head:hover .index_control {
  opacity: 1;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_head .category_controls, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_head .category_controls, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_head .category_controls, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_head .category_controls {
  display: flex;
  height: 100%;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_head .category_controls button, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_head .category_controls button, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_head .category_controls button, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_head .category_controls button {
  opacity: 0;
  transition: opacity 180ms, color 180ms;
  width: 40px;
  min-height: 60px;
  font-size: 1.26rem;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_head .category_controls button.trash:hover, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_head .category_controls button.trash:hover, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_head .category_controls button.trash:hover, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_head .category_controls button.trash:hover {
  color: #f44336;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_head .category_controls button.enable.off, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_head .category_controls button.enable.off, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_head .category_controls button.enable.off, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_head .category_controls button.enable.off {
  opacity: 1;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_head .index_control, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_head .index_control, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_head .index_control, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_head .index_control {
  width: 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(40, 44, 63, 0.1019607843);
  opacity: 0;
  transition: opacity 180ms;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_head .index_control button, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_head .index_control button, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_head .index_control button, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_head .index_control button {
  height: 30px;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_head .index_control button.disabled, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_head .index_control button.disabled, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_head .index_control button.disabled, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_head .index_control button.disabled {
  color: #b8b8b8;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-bottom: 2px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item {
  width: 100%;
  min-height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
  transition: background-color 180ms;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item.off, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item.off, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item.off, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item.off {
  color: #cbcbcb;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item > *, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item > *, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item > *, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item > * {
  min-height: 60px;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item.category_off, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item.category_off, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item.category_off, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item.category_off {
  color: #cbcbcb;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item.category_off::before, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item.category_off::before, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item.category_off::before, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item.category_off::before {
  content: "\f204";
  font-family: "FontPerplexeus" !important;
  font-weight: normal !important;
  position: absolute;
  color: #cbcbcb;
  left: 54px;
  top: 24px;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item .item_title, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item .item_title, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item .item_title, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item .item_title {
  width: 100%;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item .item_title span, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item .item_title span, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item .item_title span, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item .item_title span {
  width: 100%;
  padding-left: 81px;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item .item_title span span, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item .item_title span span, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item .item_title span span, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item .item_title span span {
  padding: 0 9px 0 0;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item .item_title span span.green, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item .item_title span span.green, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item .item_title span span.green, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item .item_title span span.green {
  color: #008000;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item .item_title span span.yellow, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item .item_title span span.yellow, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item .item_title span span.yellow, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item .item_title span span.yellow {
  color: #ffeb3b;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item .item_title span span.red, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item .item_title span span.red, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item .item_title span span.red, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item .item_title span span.red {
  color: #ff5722;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item:hover, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item:hover, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item:hover, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item:hover {
  background-color: #f6f6f6;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item:hover .item_controls button, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item:hover .item_controls button, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item:hover .item_controls button, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item:hover .item_controls button {
  opacity: 1;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item:hover .index_control, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item:hover .index_control, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item:hover .index_control, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item:hover .index_control {
  opacity: 1;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item .item_controls, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item .item_controls, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item .item_controls, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item .item_controls {
  display: flex;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item .item_controls button, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item .item_controls button, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item .item_controls button, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item .item_controls button {
  opacity: 0;
  transition: opacity 180ms;
  min-height: 60px;
  width: 40px;
  font-size: 1.26rem;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item .item_controls button.recommend.yes_indeed, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item .item_controls button.recommend.yes_indeed, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item .item_controls button.recommend.yes_indeed, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item .item_controls button.recommend.yes_indeed {
  opacity: 1;
  color: #1e88e5;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item .item_controls button.enable.off, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item .item_controls button.enable.off, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item .item_controls button.enable.off, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item .item_controls button.enable.off {
  opacity: 1;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item .index_control, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item .index_control, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item .index_control, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item .index_control {
  width: 60px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(40, 44, 63, 0.1019607843);
  opacity: 0;
  transition: opacity 180ms;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item .index_control button, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item .index_control button, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item .index_control button, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item .index_control button {
  height: 30px;
}
body#pc #content .content_window #menu_editor #menu #menu_items .category .category_items .item .index_control button.disabled, body#pc #content .content_window #menu_editor #addons #menu_items .category .category_items .item .index_control button.disabled, body#pc #content .content_window #addons_editor #menu #menu_items .category .category_items .item .index_control button.disabled, body#pc #content .content_window #addons_editor #addons #menu_items .category .category_items .item .index_control button.disabled {
  color: #b8b8b8;
}
body#pc #content .content_window #menu_editor #editor, body#pc #content .content_window #addons_editor #editor {
  display: flex;
  width: 55%;
  height: 100%;
  border-left: 1px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc #content .content_window #menu_editor #editor .empty_space, body#pc #content .content_window #addons_editor #editor .empty_space {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body#pc #content .content_window #menu_editor #editor .empty_space.hidden, body#pc #content .content_window #addons_editor #editor .empty_space.hidden {
  display: none;
}
body#pc #content .content_window #menu_editor #editor .empty_space img, body#pc #content .content_window #addons_editor #editor .empty_space img {
  width: 60%;
  max-width: 180px;
}
body#pc #content .content_window #menu_editor #editor .empty_space h3, body#pc #content .content_window #addons_editor #editor .empty_space h3 {
  margin-bottom: unset;
}
body#pc #content .content_window #menu_editor #editor .item_data, body#pc #content .content_window #menu_editor #editor .addons_data, body#pc #content .content_window #addons_editor #editor .item_data, body#pc #content .content_window #addons_editor #editor .addons_data {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
body#pc #content .content_window #menu_editor #editor .item_data::-webkit-scrollbar, body#pc #content .content_window #menu_editor #editor .addons_data::-webkit-scrollbar, body#pc #content .content_window #addons_editor #editor .item_data::-webkit-scrollbar, body#pc #content .content_window #addons_editor #editor .addons_data::-webkit-scrollbar {
  width: 0.3rem;
}
body#pc #content .content_window #menu_editor #editor .item_data::-webkit-scrollbar-track, body#pc #content .content_window #menu_editor #editor .addons_data::-webkit-scrollbar-track, body#pc #content .content_window #addons_editor #editor .item_data::-webkit-scrollbar-track, body#pc #content .content_window #addons_editor #editor .addons_data::-webkit-scrollbar-track {
  display: none;
}
body#pc #content .content_window #menu_editor #editor .item_data::-webkit-scrollbar-thumb, body#pc #content .content_window #menu_editor #editor .addons_data::-webkit-scrollbar-thumb, body#pc #content .content_window #addons_editor #editor .item_data::-webkit-scrollbar-thumb, body#pc #content .content_window #addons_editor #editor .addons_data::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: 20px;
}
body#pc #content .content_window #menu_editor #editor .item_data.hidden, body#pc #content .content_window #menu_editor #editor .addons_data.hidden, body#pc #content .content_window #addons_editor #editor .item_data.hidden, body#pc #content .content_window #addons_editor #editor .addons_data.hidden {
  display: none;
}
body#pc #content .content_window #menu_editor #editor .item_data p.note, body#pc #content .content_window #menu_editor #editor .item_data span.note, body#pc #content .content_window #menu_editor #editor .addons_data p.note, body#pc #content .content_window #menu_editor #editor .addons_data span.note, body#pc #content .content_window #addons_editor #editor .item_data p.note, body#pc #content .content_window #addons_editor #editor .item_data span.note, body#pc #content .content_window #addons_editor #editor .addons_data p.note, body#pc #content .content_window #addons_editor #editor .addons_data span.note {
  font-size: 0.72rem;
  margin: unset;
}
body#pc #content .content_window #menu_editor #editor .item_data .main_product_wrapper, body#pc #content .content_window #menu_editor #editor .item_data .main_menu_item_wrapper, body#pc #content .content_window #menu_editor #editor .item_data .main_addon_wrapper, body#pc #content .content_window #menu_editor #editor .addons_data .main_product_wrapper, body#pc #content .content_window #menu_editor #editor .addons_data .main_menu_item_wrapper, body#pc #content .content_window #menu_editor #editor .addons_data .main_addon_wrapper, body#pc #content .content_window #addons_editor #editor .item_data .main_product_wrapper, body#pc #content .content_window #addons_editor #editor .item_data .main_menu_item_wrapper, body#pc #content .content_window #addons_editor #editor .item_data .main_addon_wrapper, body#pc #content .content_window #addons_editor #editor .addons_data .main_product_wrapper, body#pc #content .content_window #addons_editor #editor .addons_data .main_menu_item_wrapper, body#pc #content .content_window #addons_editor #editor .addons_data .main_addon_wrapper {
  border-bottom: 6px solid #00aeef;
}
body#pc #content .content_window #menu_editor #editor .item_data .main_, body#pc #content .content_window #menu_editor #editor .addons_data .main_, body#pc #content .content_window #addons_editor #editor .item_data .main_, body#pc #content .content_window #addons_editor #editor .addons_data .main_ {
  padding: 6px 5px 6px 15px;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 1px 0px 3px 0 rgba(0, 0, 0, 0.1019607843);
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body#pc #content .content_window #menu_editor #editor .item_data .main_ h3, body#pc #content .content_window #menu_editor #editor .addons_data .main_ h3, body#pc #content .content_window #addons_editor #editor .item_data .main_ h3, body#pc #content .content_window #addons_editor #editor .addons_data .main_ h3 {
  margin: 0 auto 0 6px;
}
body#pc #content .content_window #menu_editor #editor .item_data .main_ h3 span, body#pc #content .content_window #menu_editor #editor .addons_data .main_ h3 span, body#pc #content .content_window #addons_editor #editor .item_data .main_ h3 span, body#pc #content .content_window #addons_editor #editor .addons_data .main_ h3 span {
  font-size: 0.72rem;
  color: #969696;
}
body#pc #content .content_window #menu_editor #editor .item_data .main_ button.close_item_data, body#pc #content .content_window #menu_editor #editor .item_data .main_ button.close_addon_data, body#pc #content .content_window #menu_editor #editor .addons_data .main_ button.close_item_data, body#pc #content .content_window #menu_editor #editor .addons_data .main_ button.close_addon_data, body#pc #content .content_window #addons_editor #editor .item_data .main_ button.close_item_data, body#pc #content .content_window #addons_editor #editor .item_data .main_ button.close_addon_data, body#pc #content .content_window #addons_editor #editor .addons_data .main_ button.close_item_data, body#pc #content .content_window #addons_editor #editor .addons_data .main_ button.close_addon_data {
  background: none;
  border: none;
  font-size: 1rem;
}
body#pc #content .content_window #menu_editor #editor .item_data .main_ button.save_changes, body#pc #content .content_window #menu_editor #editor .addons_data .main_ button.save_changes, body#pc #content .content_window #addons_editor #editor .item_data .main_ button.save_changes, body#pc #content .content_window #addons_editor #editor .addons_data .main_ button.save_changes {
  width: auto;
  padding: 9px;
  background: none;
  border: 1px solid #cbcbcb;
  border-radius: 4.5px;
  font-size: unset;
  color: #cbcbcb;
}
body#pc #content .content_window #menu_editor #editor .item_data .main_ button.save_changes.unsaved, body#pc #content .content_window #menu_editor #editor .addons_data .main_ button.save_changes.unsaved, body#pc #content .content_window #addons_editor #editor .item_data .main_ button.save_changes.unsaved, body#pc #content .content_window #addons_editor #editor .addons_data .main_ button.save_changes.unsaved {
  border: 1px solid #00aeef;
  background-color: #00aeef;
  color: #ffffff;
}
body#pc #content .content_window #menu_editor #editor .item_data ._container, body#pc #content .content_window #menu_editor #editor .addons_data ._container, body#pc #content .content_window #addons_editor #editor .item_data ._container, body#pc #content .content_window #addons_editor #editor .addons_data ._container {
  padding: 18px;
}
body#pc #content .content_window #menu_editor #editor .item_data ._container > *, body#pc #content .content_window #menu_editor #editor .addons_data ._container > *, body#pc #content .content_window #addons_editor #editor .item_data ._container > *, body#pc #content .content_window #addons_editor #editor .addons_data ._container > * {
  margin-bottom: 0.9rem;
  border-top: 1px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc #content .content_window #menu_editor #editor .item_data ._container .section_heading, body#pc #content .content_window #menu_editor #editor .addons_data ._container .section_heading, body#pc #content .content_window #addons_editor #editor .item_data ._container .section_heading, body#pc #content .content_window #addons_editor #editor .addons_data ._container .section_heading {
  min-height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
}
body#pc #content .content_window #menu_editor #editor .item_data ._container .section_heading h4, body#pc #content .content_window #menu_editor #editor .addons_data ._container .section_heading h4, body#pc #content .content_window #addons_editor #editor .item_data ._container .section_heading h4, body#pc #content .content_window #addons_editor #editor .addons_data ._container .section_heading h4 {
  margin: unset;
}
body#pc #content .content_window #menu_editor #editor .item_data ._container .section_heading button, body#pc #content .content_window #menu_editor #editor .addons_data ._container .section_heading button, body#pc #content .content_window #addons_editor #editor .item_data ._container .section_heading button, body#pc #content .content_window #addons_editor #editor .addons_data ._container .section_heading button {
  border: none;
  background: none;
  color: #00aeef;
  height: 45px;
}
body#pc #content .content_window #menu_editor #editor .item_data ._container #item_name, body#pc #content .content_window #menu_editor #editor .item_data ._container #addon_name, body#pc #content .content_window #menu_editor #editor .addons_data ._container #item_name, body#pc #content .content_window #menu_editor #editor .addons_data ._container #addon_name, body#pc #content .content_window #addons_editor #editor .item_data ._container #item_name, body#pc #content .content_window #addons_editor #editor .item_data ._container #addon_name, body#pc #content .content_window #addons_editor #editor .addons_data ._container #item_name, body#pc #content .content_window #addons_editor #editor .addons_data ._container #addon_name {
  width: calc(100% - 18px);
  border: none;
  padding: 9px;
  font-size: 1.62rem;
}
body#pc #content .content_window #menu_editor #editor .item_data ._container #item_name::-moz-placeholder, body#pc #content .content_window #menu_editor #editor .item_data ._container #addon_name::-moz-placeholder, body#pc #content .content_window #menu_editor #editor .addons_data ._container #item_name::-moz-placeholder, body#pc #content .content_window #menu_editor #editor .addons_data ._container #addon_name::-moz-placeholder, body#pc #content .content_window #addons_editor #editor .item_data ._container #item_name::-moz-placeholder, body#pc #content .content_window #addons_editor #editor .item_data ._container #addon_name::-moz-placeholder, body#pc #content .content_window #addons_editor #editor .addons_data ._container #item_name::-moz-placeholder, body#pc #content .content_window #addons_editor #editor .addons_data ._container #addon_name::-moz-placeholder {
  color: #969696;
}
body#pc #content .content_window #menu_editor #editor .item_data ._container #item_name::placeholder, body#pc #content .content_window #menu_editor #editor .item_data ._container #addon_name::placeholder, body#pc #content .content_window #menu_editor #editor .addons_data ._container #item_name::placeholder, body#pc #content .content_window #menu_editor #editor .addons_data ._container #addon_name::placeholder, body#pc #content .content_window #addons_editor #editor .item_data ._container #item_name::placeholder, body#pc #content .content_window #addons_editor #editor .item_data ._container #addon_name::placeholder, body#pc #content .content_window #addons_editor #editor .addons_data ._container #item_name::placeholder, body#pc #content .content_window #addons_editor #editor .addons_data ._container #addon_name::placeholder {
  color: #969696;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #product_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #product_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #product_type_classification .addon_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #menu_item_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #menu_item_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #menu_item_type_classification .addon_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #addon_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #addon_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #addon_type_classification .addon_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #product_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #product_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #product_type_classification .addon_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #menu_item_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #menu_item_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #menu_item_type_classification .addon_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #addon_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #addon_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #addon_type_classification .addon_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #product_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #product_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #product_type_classification .addon_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #menu_item_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #menu_item_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #menu_item_type_classification .addon_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #addon_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #addon_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #addon_type_classification .addon_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #product_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #product_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #product_type_classification .addon_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #menu_item_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #menu_item_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #menu_item_type_classification .addon_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #addon_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #addon_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #addon_type_classification .addon_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #product_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #product_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #product_type_classification .addon_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .addon_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #addon_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #addon_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #addon_type_classification .addon_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #product_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #product_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #product_type_classification .addon_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .addon_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #addon_type_classification .product_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #addon_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #addon_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #product_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #product_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #product_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #menu_item_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #menu_item_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #menu_item_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #addon_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #addon_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #addon_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #product_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #product_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #product_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #menu_item_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #menu_item_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #menu_item_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #addon_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #addon_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #addon_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #product_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #product_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #product_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #menu_item_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #menu_item_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #menu_item_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #addon_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #addon_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #addon_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #product_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #product_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #product_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #menu_item_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #menu_item_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #menu_item_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #addon_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #addon_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #addon_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #product_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #product_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #product_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #addon_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #addon_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #addon_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #product_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #product_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #product_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .addon_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #addon_type_classification .product_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #addon_type_classification .menu_item_type_controls .option span, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #addon_type_classification .addon_type_controls .option span {
  padding: 0 9px 0 0;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #product_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #product_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #product_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #menu_item_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #menu_item_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #menu_item_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #addon_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #addon_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #addon_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #product_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #product_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #product_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #menu_item_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #menu_item_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #menu_item_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #addon_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #addon_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #addon_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #product_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #product_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #product_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #menu_item_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #menu_item_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #menu_item_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #addon_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #addon_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #addon_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #product_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #product_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #product_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #menu_item_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #menu_item_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #menu_item_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #addon_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #addon_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #addon_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #product_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #product_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #product_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #addon_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #addon_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #addon_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #product_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #product_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #product_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #addon_type_classification .product_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #addon_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #addon_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #product_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #product_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #product_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #menu_item_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #menu_item_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #menu_item_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #addon_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #addon_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #addon_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #product_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #product_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #product_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #menu_item_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #menu_item_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #menu_item_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #addon_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #addon_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #addon_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #product_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #product_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #product_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #menu_item_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #menu_item_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #menu_item_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #addon_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #addon_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #addon_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #product_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #product_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #product_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #menu_item_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #menu_item_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #menu_item_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #addon_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #addon_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #addon_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #product_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #product_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #product_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #addon_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #addon_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #addon_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #product_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #product_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #product_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .addon_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #addon_type_classification .product_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #addon_type_classification .menu_item_type_controls .option span.green, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #addon_type_classification .addon_type_controls .option span.green {
  color: #008000;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #product_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #product_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #product_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #menu_item_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #menu_item_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #menu_item_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #addon_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #addon_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #addon_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #product_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #product_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #product_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #menu_item_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #menu_item_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #menu_item_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #addon_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #addon_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #addon_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #product_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #product_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #product_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #menu_item_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #menu_item_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #menu_item_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #addon_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #addon_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #addon_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #product_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #product_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #product_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #menu_item_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #menu_item_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #menu_item_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #addon_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #addon_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #addon_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #product_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #product_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #product_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #addon_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #addon_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #addon_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #product_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #product_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #product_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #addon_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #addon_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #addon_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #product_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #product_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #product_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #menu_item_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #menu_item_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #menu_item_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #addon_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #addon_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #addon_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #product_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #product_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #product_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #menu_item_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #menu_item_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #menu_item_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #addon_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #addon_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #addon_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #product_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #product_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #product_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #menu_item_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #menu_item_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #menu_item_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #addon_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #addon_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #addon_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #product_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #product_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #product_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #menu_item_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #menu_item_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #menu_item_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #addon_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #addon_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #addon_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #product_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #product_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #product_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #addon_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #addon_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #addon_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #product_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #product_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #product_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .addon_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #addon_type_classification .product_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #addon_type_classification .menu_item_type_controls .option span.yellow, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #addon_type_classification .addon_type_controls .option span.yellow {
  color: #ffeb3b;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #product_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #product_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #product_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #menu_item_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #menu_item_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #menu_item_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #addon_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #addon_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.products ._container #addon_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #product_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #product_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #product_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #menu_item_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #menu_item_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #menu_item_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #addon_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #addon_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #addon_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #product_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #product_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #product_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #menu_item_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #menu_item_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #menu_item_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #addon_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #addon_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #addon_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #product_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #product_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #product_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #menu_item_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #menu_item_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #menu_item_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #addon_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #addon_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #addon_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #product_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #product_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #product_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #addon_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #addon_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #addon_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #product_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #product_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #product_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #addon_type_classification .product_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #addon_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #addon_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #product_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #product_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #product_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #menu_item_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #menu_item_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #menu_item_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #addon_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #addon_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #addon_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #product_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #product_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #product_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #menu_item_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #menu_item_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #menu_item_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #addon_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #addon_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #addon_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #product_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #product_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #product_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #menu_item_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #menu_item_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #menu_item_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #addon_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #addon_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #addon_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #product_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #product_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #product_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #menu_item_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #menu_item_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #menu_item_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #addon_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #addon_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #addon_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #product_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #product_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #product_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #menu_item_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #addon_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #addon_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #addon_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #product_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #product_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #product_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #menu_item_type_classification .addon_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #addon_type_classification .product_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #addon_type_classification .menu_item_type_controls .option span.red, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #addon_type_classification .addon_type_controls .option span.red {
  color: #ff5722;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #addon_price_wrapper, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #addon_price_wrapper, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #addon_price_wrapper, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #addon_price_wrapper, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #addon_price_wrapper, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #addon_price_wrapper, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #addon_price_wrapper, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #addon_price_wrapper, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #addon_price_wrapper, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #addon_price_wrapper, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #addon_price_wrapper, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #addon_price_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #addon_price_wrapper::before, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #addon_price_wrapper::before, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #addon_price_wrapper::before, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #addon_price_wrapper::before, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #addon_price_wrapper::before, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #addon_price_wrapper::before, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #addon_price_wrapper::before, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #addon_price_wrapper::before, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #addon_price_wrapper::before, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #addon_price_wrapper::before, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #addon_price_wrapper::before, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #addon_price_wrapper::before {
  content: "₹";
  position: absolute;
  left: 12px;
  top: 50%;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #addon_price_wrapper input, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #addon_price_wrapper input, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #addon_price_wrapper input, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #addon_price_wrapper input, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #addon_price_wrapper input, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #addon_price_wrapper input, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #addon_price_wrapper input, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #addon_price_wrapper input, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #addon_price_wrapper input, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #addon_price_wrapper input, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #addon_price_wrapper input, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #addon_price_wrapper input {
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  padding: 9px;
  font-size: 1.26rem;
  border-radius: 9px;
  padding-left: 36px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #category_selector .category_selector select, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #category_selector .category_selector select, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #category_selector .category_selector select, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #category_selector .category_selector select, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #category_selector .category_selector select, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #category_selector .category_selector select, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #category_selector .category_selector select, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #category_selector .category_selector select, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #category_selector .category_selector select, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #category_selector .category_selector select, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #category_selector .category_selector select, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #category_selector .category_selector select {
  width: 100%;
  padding: 6px;
  border-radius: 9px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .section_heading, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .section_heading, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .section_heading, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .section_heading, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .section_heading, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .section_heading, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .section_heading, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .section_heading, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .section_heading, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .section_heading, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .section_heading, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .section_heading {
  margin-bottom: 9px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .row, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .row, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .row, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .row, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .row, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .row, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .row, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .row, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .row, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .row, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .row, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .row {
  display: flex;
  margin-bottom: 9px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .row .column, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .row .column, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .row .column, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .row .column, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .row .column, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .row .column, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .row .column, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .row .column, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .row .column, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .row .column, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .row .column, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .row .column {
  width: 100%;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .row .column h5, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .row .column h5, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .row .column h5, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .row .column h5, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .row .column h5, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .row .column h5, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .row .column h5, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .row .column h5, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .row .column h5, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .row .column h5, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .row .column h5, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .row .column h5 {
  margin-top: unset;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .row .column:first-of-type, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .row .column:first-of-type, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .row .column:first-of-type, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .row .column:first-of-type, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .row .column:first-of-type, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .row .column:first-of-type, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .row .column:first-of-type, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .row .column:first-of-type, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .row .column:first-of-type, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .row .column:first-of-type, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .row .column:first-of-type, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .row .column:first-of-type {
  width: auto;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .row .column:first-of-type .feature_selector, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .row .column:first-of-type .feature_selector, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .row .column:first-of-type .feature_selector, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .row .column:first-of-type .feature_selector, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .row .column:first-of-type .feature_selector, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .row .column:first-of-type .feature_selector, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .row .column:first-of-type .feature_selector, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .row .column:first-of-type .feature_selector, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .row .column:first-of-type .feature_selector, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .row .column:first-of-type .feature_selector, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .row .column:first-of-type .feature_selector, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .row .column:first-of-type .feature_selector {
  margin-bottom: 0;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .row .column:last-of-type .product_gallery, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .row .column:last-of-type .product_gallery, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .row .column:last-of-type .product_gallery, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .row .column:last-of-type .product_gallery, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(85px, 85px));
  gap: 9px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail {
  width: 85px;
  height: 85px;
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  outline: 2px solid #00aeef;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  position: relative;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail img, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail img, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail img, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail img, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail img, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail img, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail img, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail img, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail img, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail img, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail img, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail img {
  width: 85px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  border-radius: 6px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail:hover::before, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail:hover::before, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail:hover::before, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail:hover::before, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail:hover::before, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail:hover::before, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail:hover::before, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail:hover::before, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail:hover::before, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail:hover::before, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail:hover::before, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .thumbnail:hover::before {
  content: "\f1f8";
  color: #f44336;
  font-family: "FontPerplexeus" !important;
  position: absolute;
  bottom: 6px;
  left: 6px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector {
  width: 85px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  position: relative;
  outline: 3px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 6px;
  margin-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector::before, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector::before, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector::before, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector::before, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector::before, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector::before, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector::before, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector::before, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector::before, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector::before, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector::before, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .row .column:last-of-type .product_gallery .gallery_selector::before {
  content: "\f067";
  color: #969696;
  font-family: "FontPerplexeus" !important;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .feature_selector, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .feature_selector, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .feature_selector, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .feature_selector, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .feature_selector, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .feature_selector, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .feature_selector, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .feature_selector, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .feature_selector, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .feature_selector, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .feature_selector, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .feature_selector {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  position: relative;
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  outline: 2px solid #00aeef;
  border-radius: 6px;
  margin-right: 18px;
  margin-bottom: 9px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .feature_selector:has(img.img_display[src=""]), body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .feature_selector:has(img.img_display[src=""]), body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .feature_selector:has(img.img_display[src=""]), body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .feature_selector:has(img.img_display[src=""]), body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .feature_selector:has(img.img_display[src=""]), body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .feature_selector:has(img.img_display[src=""]), body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .feature_selector:has(img.img_display[src=""]), body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .feature_selector:has(img.img_display[src=""]), body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .feature_selector:has(img.img_display[src=""]), body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .feature_selector:has(img.img_display[src=""]), body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .feature_selector:has(img.img_display[src=""]), body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .feature_selector:has(img.img_display[src=""]) {
  outline: 2px solid rgba(40, 44, 63, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .feature_selector:has(img.img_display[src=""]) img.img_display, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .feature_selector:has(img.img_display[src=""]) img.img_display, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .feature_selector:has(img.img_display[src=""]) img.img_display, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .feature_selector:has(img.img_display[src=""]) img.img_display, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .feature_selector:has(img.img_display[src=""]) img.img_display, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .feature_selector:has(img.img_display[src=""]) img.img_display, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .feature_selector:has(img.img_display[src=""]) img.img_display, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .feature_selector:has(img.img_display[src=""]) img.img_display, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .feature_selector:has(img.img_display[src=""]) img.img_display, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .feature_selector:has(img.img_display[src=""]) img.img_display, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .feature_selector:has(img.img_display[src=""]) img.img_display, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .feature_selector:has(img.img_display[src=""]) img.img_display {
  display: none;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .feature_selector:has(img.img_display[src=""])::before, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .feature_selector:has(img.img_display[src=""])::before, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .feature_selector:has(img.img_display[src=""])::before, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .feature_selector:has(img.img_display[src=""])::before, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .feature_selector:has(img.img_display[src=""])::before, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .feature_selector:has(img.img_display[src=""])::before, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .feature_selector:has(img.img_display[src=""])::before, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .feature_selector:has(img.img_display[src=""])::before, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .feature_selector:has(img.img_display[src=""])::before, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .feature_selector:has(img.img_display[src=""])::before, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .feature_selector:has(img.img_display[src=""])::before, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .feature_selector:has(img.img_display[src=""])::before {
  content: "\f067";
  color: #969696;
  font-family: "FontPerplexeus" !important;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .feature_selector img.img_display, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .feature_selector img.img_display, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .feature_selector img.img_display, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .feature_selector img.img_display, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .feature_selector img.img_display, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .feature_selector img.img_display, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .feature_selector img.img_display, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .feature_selector img.img_display, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .feature_selector img.img_display, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .feature_selector img.img_display, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .feature_selector img.img_display, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .feature_selector img.img_display {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  border-radius: 6px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products ._container #image_selector .feature_selector:not(:has(img.img_display[src=""])):hover::before, body#pc #content .content_window #menu_editor #editor .item_data.menu_items ._container #image_selector .feature_selector:not(:has(img.img_display[src=""])):hover::before, body#pc #content .content_window #menu_editor #editor .item_data.addons_data ._container #image_selector .feature_selector:not(:has(img.img_display[src=""])):hover::before, body#pc #content .content_window #menu_editor #editor .addons_data.products ._container #image_selector .feature_selector:not(:has(img.img_display[src=""])):hover::before, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items ._container #image_selector .feature_selector:not(:has(img.img_display[src=""])):hover::before, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data ._container #image_selector .feature_selector:not(:has(img.img_display[src=""])):hover::before, body#pc #content .content_window #addons_editor #editor .item_data.products ._container #image_selector .feature_selector:not(:has(img.img_display[src=""])):hover::before, body#pc #content .content_window #addons_editor #editor .item_data.menu_items ._container #image_selector .feature_selector:not(:has(img.img_display[src=""])):hover::before, body#pc #content .content_window #addons_editor #editor .item_data.addons_data ._container #image_selector .feature_selector:not(:has(img.img_display[src=""])):hover::before, body#pc #content .content_window #addons_editor #editor .addons_data.products ._container #image_selector .feature_selector:not(:has(img.img_display[src=""])):hover::before, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items ._container #image_selector .feature_selector:not(:has(img.img_display[src=""])):hover::before, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data ._container #image_selector .feature_selector:not(:has(img.img_display[src=""])):hover::before {
  content: "\f1f8";
  color: #f44336;
  font-family: "FontPerplexeus" !important;
  position: absolute;
  bottom: 6px;
  left: 6px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #descriptions .desc_data, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #descriptions .desc_data, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #descriptions .desc_data, body#pc #content .content_window #menu_editor #editor .addons_data.products #descriptions .desc_data, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #descriptions .desc_data, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #descriptions .desc_data, body#pc #content .content_window #addons_editor #editor .item_data.products #descriptions .desc_data, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #descriptions .desc_data, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #descriptions .desc_data, body#pc #content .content_window #addons_editor #editor .addons_data.products #descriptions .desc_data, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #descriptions .desc_data, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #descriptions .desc_data {
  display: flex;
  flex-direction: column;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #descriptions .desc_data textarea, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #descriptions .desc_data textarea, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #descriptions .desc_data textarea, body#pc #content .content_window #menu_editor #editor .addons_data.products #descriptions .desc_data textarea, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #descriptions .desc_data textarea, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #descriptions .desc_data textarea, body#pc #content .content_window #addons_editor #editor .item_data.products #descriptions .desc_data textarea, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #descriptions .desc_data textarea, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #descriptions .desc_data textarea, body#pc #content .content_window #addons_editor #editor .addons_data.products #descriptions .desc_data textarea, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #descriptions .desc_data textarea, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #descriptions .desc_data textarea {
  border: 2px solid rgba(40, 44, 63, 0.1019607843);
  padding: 9px;
  border-radius: 9px;
  margin-bottom: 12px;
  resize: none;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #descriptions .desc_data textarea::-webkit-scrollbar, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #descriptions .desc_data textarea::-webkit-scrollbar, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #descriptions .desc_data textarea::-webkit-scrollbar, body#pc #content .content_window #menu_editor #editor .addons_data.products #descriptions .desc_data textarea::-webkit-scrollbar, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #descriptions .desc_data textarea::-webkit-scrollbar, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #descriptions .desc_data textarea::-webkit-scrollbar, body#pc #content .content_window #addons_editor #editor .item_data.products #descriptions .desc_data textarea::-webkit-scrollbar, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #descriptions .desc_data textarea::-webkit-scrollbar, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #descriptions .desc_data textarea::-webkit-scrollbar, body#pc #content .content_window #addons_editor #editor .addons_data.products #descriptions .desc_data textarea::-webkit-scrollbar, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #descriptions .desc_data textarea::-webkit-scrollbar, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #descriptions .desc_data textarea::-webkit-scrollbar {
  width: 0.3rem;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #descriptions .desc_data textarea::-webkit-scrollbar-track, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #descriptions .desc_data textarea::-webkit-scrollbar-track, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #descriptions .desc_data textarea::-webkit-scrollbar-track, body#pc #content .content_window #menu_editor #editor .addons_data.products #descriptions .desc_data textarea::-webkit-scrollbar-track, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #descriptions .desc_data textarea::-webkit-scrollbar-track, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #descriptions .desc_data textarea::-webkit-scrollbar-track, body#pc #content .content_window #addons_editor #editor .item_data.products #descriptions .desc_data textarea::-webkit-scrollbar-track, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #descriptions .desc_data textarea::-webkit-scrollbar-track, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #descriptions .desc_data textarea::-webkit-scrollbar-track, body#pc #content .content_window #addons_editor #editor .addons_data.products #descriptions .desc_data textarea::-webkit-scrollbar-track, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #descriptions .desc_data textarea::-webkit-scrollbar-track, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #descriptions .desc_data textarea::-webkit-scrollbar-track {
  display: none;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #descriptions .desc_data textarea::-webkit-scrollbar-thumb, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #descriptions .desc_data textarea::-webkit-scrollbar-thumb, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #descriptions .desc_data textarea::-webkit-scrollbar-thumb, body#pc #content .content_window #menu_editor #editor .addons_data.products #descriptions .desc_data textarea::-webkit-scrollbar-thumb, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #descriptions .desc_data textarea::-webkit-scrollbar-thumb, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #descriptions .desc_data textarea::-webkit-scrollbar-thumb, body#pc #content .content_window #addons_editor #editor .item_data.products #descriptions .desc_data textarea::-webkit-scrollbar-thumb, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #descriptions .desc_data textarea::-webkit-scrollbar-thumb, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #descriptions .desc_data textarea::-webkit-scrollbar-thumb, body#pc #content .content_window #addons_editor #editor .addons_data.products #descriptions .desc_data textarea::-webkit-scrollbar-thumb, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #descriptions .desc_data textarea::-webkit-scrollbar-thumb, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #descriptions .desc_data textarea::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: 20px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #nutri_wrapper .nutri_data .row, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #nutri_wrapper .nutri_data .row, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #nutri_wrapper .nutri_data .row, body#pc #content .content_window #menu_editor #editor .addons_data.products #nutri_wrapper .nutri_data .row, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #nutri_wrapper .nutri_data .row, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #nutri_wrapper .nutri_data .row, body#pc #content .content_window #addons_editor #editor .item_data.products #nutri_wrapper .nutri_data .row, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #nutri_wrapper .nutri_data .row, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #nutri_wrapper .nutri_data .row, body#pc #content .content_window #addons_editor #editor .addons_data.products #nutri_wrapper .nutri_data .row, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #nutri_wrapper .nutri_data .row, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #nutri_wrapper .nutri_data .row {
  width: 100%;
  display: flex;
  gap: 9px;
  margin-bottom: 9px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #nutri_wrapper .nutri_data .row .column, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #nutri_wrapper .nutri_data .row .column, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #nutri_wrapper .nutri_data .row .column, body#pc #content .content_window #menu_editor #editor .addons_data.products #nutri_wrapper .nutri_data .row .column, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #nutri_wrapper .nutri_data .row .column, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #nutri_wrapper .nutri_data .row .column, body#pc #content .content_window #addons_editor #editor .item_data.products #nutri_wrapper .nutri_data .row .column, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #nutri_wrapper .nutri_data .row .column, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #nutri_wrapper .nutri_data .row .column, body#pc #content .content_window #addons_editor #editor .addons_data.products #nutri_wrapper .nutri_data .row .column, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #nutri_wrapper .nutri_data .row .column, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #nutri_wrapper .nutri_data .row .column {
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #nutri_wrapper .nutri_data .row .column input, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #nutri_wrapper .nutri_data .row .column input, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #nutri_wrapper .nutri_data .row .column input, body#pc #content .content_window #menu_editor #editor .addons_data.products #nutri_wrapper .nutri_data .row .column input, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #nutri_wrapper .nutri_data .row .column input, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #nutri_wrapper .nutri_data .row .column input, body#pc #content .content_window #addons_editor #editor .item_data.products #nutri_wrapper .nutri_data .row .column input, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #nutri_wrapper .nutri_data .row .column input, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #nutri_wrapper .nutri_data .row .column input, body#pc #content .content_window #addons_editor #editor .addons_data.products #nutri_wrapper .nutri_data .row .column input, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #nutri_wrapper .nutri_data .row .column input, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #nutri_wrapper .nutri_data .row .column input {
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  padding: 9px;
  padding-right: 54px;
  font-size: 1.26rem;
  border-radius: 9px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #nutri_wrapper .nutri_data .row .column::after, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #nutri_wrapper .nutri_data .row .column::after, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #nutri_wrapper .nutri_data .row .column::after, body#pc #content .content_window #menu_editor #editor .addons_data.products #nutri_wrapper .nutri_data .row .column::after, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #nutri_wrapper .nutri_data .row .column::after, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #nutri_wrapper .nutri_data .row .column::after, body#pc #content .content_window #addons_editor #editor .item_data.products #nutri_wrapper .nutri_data .row .column::after, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #nutri_wrapper .nutri_data .row .column::after, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #nutri_wrapper .nutri_data .row .column::after, body#pc #content .content_window #addons_editor #editor .addons_data.products #nutri_wrapper .nutri_data .row .column::after, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #nutri_wrapper .nutri_data .row .column::after, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #nutri_wrapper .nutri_data .row .column::after {
  content: attr(data-content_after_value);
  font-style: italic;
  position: absolute;
  right: 12px;
  top: 50%;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container {
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 9px;
  overflow: hidden;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper {
  max-height: 45px;
  border-top: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
  overflow: hidden;
  transition: 540ms max-height;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper.selected_default, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper.selected_default, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper.selected_default, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper.selected_default, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper.selected_default, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper.selected_default, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper.selected_default, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper.selected_default, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper.selected_default, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper.selected_default, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper.selected_default, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper.selected_default {
  position: relative;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper.selected_default .variant_head .variant_heading::after, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper.selected_default .variant_head .variant_heading::after, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper.selected_default .variant_head .variant_heading::after, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper.selected_default .variant_head .variant_heading::after, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper.selected_default .variant_head .variant_heading::after, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper.selected_default .variant_head .variant_heading::after, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper.selected_default .variant_head .variant_heading::after, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper.selected_default .variant_head .variant_heading::after, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper.selected_default .variant_head .variant_heading::after, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper.selected_default .variant_head .variant_heading::after, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper.selected_default .variant_head .variant_heading::after, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper.selected_default .variant_head .variant_heading::after {
  content: "Default Choice";
  position: absolute;
  right: 117px;
  top: 9px;
  color: #ffffff;
  background-color: #00aeef;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 6px;
  border-radius: 4.5px;
  cursor: default;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper.selected_default .variant_body .variant_variant_controls button[class*=" default"] {
  border: 2px solid rgba(40, 44, 63, 0.1019607843);
  color: #969696;
  cursor: not-allowed;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper:first-of-type, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper:first-of-type, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper:first-of-type, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper:first-of-type, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper:first-of-type, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper:first-of-type, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper:first-of-type, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper:first-of-type, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper:first-of-type, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper:first-of-type, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper:first-of-type, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper:first-of-type {
  border-top: 0;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper:last-of-type, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper:last-of-type, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper:last-of-type, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper:last-of-type, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper:last-of-type, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper:last-of-type, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper:last-of-type, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper:last-of-type, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper:last-of-type, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper:last-of-type, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper:last-of-type, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper:last-of-type {
  border-bottom: 0;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head {
  height: 45px;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
  padding: 0 27px 0 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head h4, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head h4, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head h4, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head h4, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head h4, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head h4, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head h4, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head h4, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head h4, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head h4, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head h4, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head h4 {
  margin: 0 auto 0 0;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head button, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head button, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head button, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head button, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head button, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head button, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head button, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head button, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head button, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head button, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head button, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head button {
  background: none;
  border: none;
  height: 100%;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head button.enable_button, body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head button.duplicate_variant_button, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head button.enable_button, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head button.duplicate_variant_button, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head button.enable_button, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head button.duplicate_variant_button, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head button.enable_button, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head button.duplicate_variant_button, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head button.enable_button, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head button.duplicate_variant_button, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head button.enable_button, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head button.duplicate_variant_button, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head button.enable_button, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head button.duplicate_variant_button, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head button.enable_button, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head button.duplicate_variant_button, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head button.enable_button, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head button.duplicate_variant_button, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head button.enable_button, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head button.duplicate_variant_button, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head button.enable_button, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head button.duplicate_variant_button, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head button.enable_button, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head button.duplicate_variant_button {
  font-size: 1.2rem;
  color: #000;
  margin-right: 6px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)), body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)), body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)), body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)), body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)), body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)), body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)), body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)), body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)), body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)), body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)), body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)) {
  background-color: rgba(0, 0, 0, 0.1019607843);
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)) h4, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)) h4, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)) h4, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)) h4, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)) h4, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)) h4, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)) h4, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)) h4, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)) h4, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)) h4, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)) h4, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head:has(button.enable_button:not(.on)) h4 {
  color: #969696;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head::before, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head::before, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head::before, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head::before, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head::before, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head::before, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head::before, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head::before, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head::before, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head::before, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head::before, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head::before {
  content: "\f0c9";
  font-family: "FontPerplexeus" !important;
  position: absolute;
  left: 12px;
  color: #969696;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head::after, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head::after, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head::after, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head::after, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head::after, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head::after, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_head::after, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_head::after, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_head::after, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_head::after, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_head::after, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_head::after {
  content: "\f078";
  font-family: "FontPerplexeus" !important;
  position: absolute;
  right: 12px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body {
  max-height: 0;
  padding: 18px;
  transition: 540ms max-height;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .pad_bot9, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .pad_bot9, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .pad_bot9, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .pad_bot9, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .pad_bot9, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .pad_bot9, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .pad_bot9, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .pad_bot9, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .pad_bot9, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .pad_bot9, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .pad_bot9, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .pad_bot9 {
  padding-bottom: 9px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body > *, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body > *, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body > *, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body > *, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body > *, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body > *, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body > *, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body > *, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body > *, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body > *, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body > *, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body > * {
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body > *:last-of-type, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body > *:last-of-type, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body > *:last-of-type, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body > *:last-of-type, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body > *:last-of-type, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body > *:last-of-type, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body > *:last-of-type, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body > *:last-of-type, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body > *:last-of-type, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body > *:last-of-type, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body > *:last-of-type, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body > *:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .row, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .row, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .row, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .row, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .row, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .row, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .row, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .row, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .row, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .row, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .row, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .row {
  width: 100%;
  display: flex;
  gap: 9px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .column, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .column, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .column, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .column, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .column, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .column, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .column, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .column, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .column, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .column, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .column, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .column {
  width: 100%;
  display: flex;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .column.vertical, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .column.vertical, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .column.vertical, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .column.vertical, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .column.vertical, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .column.vertical, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .column.vertical, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .column.vertical, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .column.vertical, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .column.vertical, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .column.vertical, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .column.vertical {
  flex-direction: column;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body input, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body input, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body input, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body input, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body input, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body input, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body input, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body input, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body input, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body input, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body input, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body input {
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  padding: 9px;
  font-size: 1.26rem;
  border-radius: 9px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_prices .column, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_prices .column, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_prices .column, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_prices .column, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_prices .column, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_prices .column, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_prices .column, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_prices .column, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_prices .column, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_prices .column, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_prices .column, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_prices .column {
  position: relative;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_prices .column::before, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_prices .column::before, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_prices .column::before, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_prices .column::before, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_prices .column::before, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_prices .column::before, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_prices .column::before, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_prices .column::before, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_prices .column::before, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_prices .column::before, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_prices .column::before, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_prices .column::before {
  content: "₹";
  position: absolute;
  left: 12px;
  top: 50%;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_prices .column input, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_prices .column input, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_prices .column input, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_prices .column input, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_prices .column input, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_prices .column input, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_prices .column input, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_prices .column input, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_prices .column input, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_prices .column input, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_prices .column input, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_prices .column input {
  padding-left: 36px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .shipping, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .shipping, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .shipping, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .shipping, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .shipping, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .shipping, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .shipping, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .shipping, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .shipping, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .shipping, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .shipping, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .shipping {
  position: relative;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .shipping::after, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .shipping::after, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .shipping::after, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .shipping::after, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .shipping::after, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .shipping::after, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .shipping::after, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .shipping::after, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .shipping::after, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .shipping::after, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .shipping::after, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .shipping::after {
  content: attr(data-content_after_value);
  font-style: italic;
  position: absolute;
  right: 12px;
  top: 50%;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_shipping_details_whl.row .column, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_shipping_details_whl.row .column, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_shipping_details_whl.row .column, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_shipping_details_whl.row .column, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_shipping_details_whl.row .column, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_shipping_details_whl.row .column, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_shipping_details_whl.row .column, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_shipping_details_whl.row .column, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_shipping_details_whl.row .column, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_shipping_details_whl.row .column, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_shipping_details_whl.row .column, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_shipping_details_whl.row .column {
  width: calc(33% - 4px);
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_prices.row .column, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_prices.row .column, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_prices.row .column, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_prices.row .column, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_prices.row .column, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_prices.row .column, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_prices.row .column, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_prices.row .column, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_prices.row .column, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_prices.row .column, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_prices.row .column, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_prices.row .column {
  width: calc(50% - 1px);
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls {
  padding: 18px 0 0 0;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button {
  width: 50%;
  height: 45px;
  background: none;
  border: none;
  border-radius: 4.5px;
  font-weight: 600;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" default"], body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=default], body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" default"] {
  border: 2px solid #00aeef;
  color: #00aeef;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=delete], body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" delete"], body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=delete], body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" delete"], body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=delete], body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" delete"], body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=delete], body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" delete"], body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=delete], body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" delete"], body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=delete], body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" delete"], body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=delete], body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" delete"], body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=delete], body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" delete"], body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=delete], body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" delete"], body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=delete], body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" delete"], body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=delete], body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" delete"], body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class^=delete], body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper .variant_body .variant_variant_controls button[class*=" delete"] {
  border: 2px solid #f44336;
  background-color: #f44336;
  color: #ffffff;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper.open, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper.open, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper.open, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper.open, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper.open, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper.open, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper.open, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper.open, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper.open, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper.open, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper.open, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper.open {
  max-height: 3600px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper.open .variant_head::after, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper.open .variant_head::after, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper.open .variant_head::after, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper.open .variant_head::after, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper.open .variant_head::after, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper.open .variant_head::after, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper.open .variant_head::after, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper.open .variant_head::after, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper.open .variant_head::after, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper.open .variant_head::after, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper.open .variant_head::after, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper.open .variant_head::after {
  content: "\f077";
}
body#pc #content .content_window #menu_editor #editor .item_data.products #variants .variants_container .variant_wrapper.open .variant_body, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper.open .variant_body, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper.open .variant_body, body#pc #content .content_window #menu_editor #editor .addons_data.products #variants .variants_container .variant_wrapper.open .variant_body, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper.open .variant_body, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper.open .variant_body, body#pc #content .content_window #addons_editor #editor .item_data.products #variants .variants_container .variant_wrapper.open .variant_body, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #variants .variants_container .variant_wrapper.open .variant_body, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #variants .variants_container .variant_wrapper.open .variant_body, body#pc #content .content_window #addons_editor #editor .addons_data.products #variants .variants_container .variant_wrapper.open .variant_body, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #variants .variants_container .variant_wrapper.open .variant_body, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #variants .variants_container .variant_wrapper.open .variant_body {
  max-height: 3600px;
  transition: 540ms max-height;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #item_addons .section_heading, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #item_addons .section_heading, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #item_addons .section_heading, body#pc #content .content_window #menu_editor #editor .addons_data.products #item_addons .section_heading, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #item_addons .section_heading, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #item_addons .section_heading, body#pc #content .content_window #addons_editor #editor .item_data.products #item_addons .section_heading, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #item_addons .section_heading, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #item_addons .section_heading, body#pc #content .content_window #addons_editor #editor .addons_data.products #item_addons .section_heading, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #item_addons .section_heading, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #item_addons .section_heading {
  margin-bottom: 0;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #item_addons .addons_container .off, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #item_addons .addons_container .off, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #item_addons .addons_container .off, body#pc #content .content_window #menu_editor #editor .addons_data.products #item_addons .addons_container .off, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #item_addons .addons_container .off, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #item_addons .addons_container .off, body#pc #content .content_window #addons_editor #editor .item_data.products #item_addons .addons_container .off, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #item_addons .addons_container .off, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #item_addons .addons_container .off, body#pc #content .content_window #addons_editor #editor .addons_data.products #item_addons .addons_container .off, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #item_addons .addons_container .off, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #item_addons .addons_container .off {
  background-color: rgba(0, 0, 0, 0.1019607843);
  color: #969696;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #tags_wrapper .tags_container .row, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #tags_wrapper .tags_container .row, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #tags_wrapper .tags_container .row, body#pc #content .content_window #menu_editor #editor .addons_data.products #tags_wrapper .tags_container .row, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #tags_wrapper .tags_container .row, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #tags_wrapper .tags_container .row, body#pc #content .content_window #addons_editor #editor .item_data.products #tags_wrapper .tags_container .row, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #tags_wrapper .tags_container .row, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #tags_wrapper .tags_container .row, body#pc #content .content_window #addons_editor #editor .addons_data.products #tags_wrapper .tags_container .row, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #tags_wrapper .tags_container .row, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #tags_wrapper .tags_container .row {
  width: 100%;
  display: flex;
  gap: 9px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #tags_wrapper .tags_container .column, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #tags_wrapper .tags_container .column, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #tags_wrapper .tags_container .column, body#pc #content .content_window #menu_editor #editor .addons_data.products #tags_wrapper .tags_container .column, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #tags_wrapper .tags_container .column, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #tags_wrapper .tags_container .column, body#pc #content .content_window #addons_editor #editor .item_data.products #tags_wrapper .tags_container .column, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #tags_wrapper .tags_container .column, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #tags_wrapper .tags_container .column, body#pc #content .content_window #addons_editor #editor .addons_data.products #tags_wrapper .tags_container .column, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #tags_wrapper .tags_container .column, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #tags_wrapper .tags_container .column {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 9px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #tags_wrapper .tags_container .column.vertical, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #tags_wrapper .tags_container .column.vertical, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #tags_wrapper .tags_container .column.vertical, body#pc #content .content_window #menu_editor #editor .addons_data.products #tags_wrapper .tags_container .column.vertical, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #tags_wrapper .tags_container .column.vertical, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #tags_wrapper .tags_container .column.vertical, body#pc #content .content_window #addons_editor #editor .item_data.products #tags_wrapper .tags_container .column.vertical, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #tags_wrapper .tags_container .column.vertical, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #tags_wrapper .tags_container .column.vertical, body#pc #content .content_window #addons_editor #editor .addons_data.products #tags_wrapper .tags_container .column.vertical, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #tags_wrapper .tags_container .column.vertical, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #tags_wrapper .tags_container .column.vertical {
  flex-direction: column;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #tags_wrapper .tags_container .column input, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #tags_wrapper .tags_container .column input, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #tags_wrapper .tags_container .column input, body#pc #content .content_window #menu_editor #editor .addons_data.products #tags_wrapper .tags_container .column input, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #tags_wrapper .tags_container .column input, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #tags_wrapper .tags_container .column input, body#pc #content .content_window #addons_editor #editor .item_data.products #tags_wrapper .tags_container .column input, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #tags_wrapper .tags_container .column input, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #tags_wrapper .tags_container .column input, body#pc #content .content_window #addons_editor #editor .addons_data.products #tags_wrapper .tags_container .column input, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #tags_wrapper .tags_container .column input, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #tags_wrapper .tags_container .column input {
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  padding: 9px;
  padding-right: 54px;
  font-size: 1.26rem;
  border-radius: 9px;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #tags_wrapper .tags_container .column::after, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #tags_wrapper .tags_container .column::after, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #tags_wrapper .tags_container .column::after, body#pc #content .content_window #menu_editor #editor .addons_data.products #tags_wrapper .tags_container .column::after, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #tags_wrapper .tags_container .column::after, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #tags_wrapper .tags_container .column::after, body#pc #content .content_window #addons_editor #editor .item_data.products #tags_wrapper .tags_container .column::after, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #tags_wrapper .tags_container .column::after, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #tags_wrapper .tags_container .column::after, body#pc #content .content_window #addons_editor #editor .addons_data.products #tags_wrapper .tags_container .column::after, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #tags_wrapper .tags_container .column::after, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #tags_wrapper .tags_container .column::after {
  content: "\eafd";
  font-family: "FontPerplexeus";
  color: #969696;
  position: absolute;
  right: 12px;
  top: 54%;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #delete_product, body#pc #content .content_window #menu_editor #editor .item_data.products #delete_menu_item, body#pc #content .content_window #menu_editor #editor .item_data.products #delete_addon, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #delete_product, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #delete_menu_item, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #delete_addon, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #delete_product, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #delete_menu_item, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #delete_addon, body#pc #content .content_window #menu_editor #editor .addons_data.products #delete_product, body#pc #content .content_window #menu_editor #editor .addons_data.products #delete_menu_item, body#pc #content .content_window #menu_editor #editor .addons_data.products #delete_addon, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #delete_product, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #delete_menu_item, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #delete_addon, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #delete_product, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #delete_menu_item, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #delete_addon, body#pc #content .content_window #addons_editor #editor .item_data.products #delete_product, body#pc #content .content_window #addons_editor #editor .item_data.products #delete_menu_item, body#pc #content .content_window #addons_editor #editor .item_data.products #delete_addon, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #delete_product, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #delete_menu_item, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #delete_addon, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #delete_product, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #delete_menu_item, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #delete_addon, body#pc #content .content_window #addons_editor #editor .addons_data.products #delete_product, body#pc #content .content_window #addons_editor #editor .addons_data.products #delete_menu_item, body#pc #content .content_window #addons_editor #editor .addons_data.products #delete_addon, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #delete_product, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #delete_menu_item, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #delete_addon, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #delete_product, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #delete_menu_item, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #delete_addon {
  width: 72%;
  max-width: 450px;
  height: 36px;
  margin: 9px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #969696;
  border-radius: 4.5px;
  background-color: #969696;
  color: #ffffff;
  transition: 360ms border, 360ms background-color;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #delete_product:hover, body#pc #content .content_window #menu_editor #editor .item_data.products #delete_product:focus-within, body#pc #content .content_window #menu_editor #editor .item_data.products #delete_menu_item:hover, body#pc #content .content_window #menu_editor #editor .item_data.products #delete_menu_item:focus-within, body#pc #content .content_window #menu_editor #editor .item_data.products #delete_addon:hover, body#pc #content .content_window #menu_editor #editor .item_data.products #delete_addon:focus-within, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #delete_product:hover, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #delete_product:focus-within, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #delete_menu_item:hover, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #delete_menu_item:focus-within, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #delete_addon:hover, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #delete_addon:focus-within, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #delete_product:hover, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #delete_product:focus-within, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #delete_menu_item:hover, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #delete_menu_item:focus-within, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #delete_addon:hover, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #delete_addon:focus-within, body#pc #content .content_window #menu_editor #editor .addons_data.products #delete_product:hover, body#pc #content .content_window #menu_editor #editor .addons_data.products #delete_product:focus-within, body#pc #content .content_window #menu_editor #editor .addons_data.products #delete_menu_item:hover, body#pc #content .content_window #menu_editor #editor .addons_data.products #delete_menu_item:focus-within, body#pc #content .content_window #menu_editor #editor .addons_data.products #delete_addon:hover, body#pc #content .content_window #menu_editor #editor .addons_data.products #delete_addon:focus-within, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #delete_product:hover, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #delete_product:focus-within, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #delete_menu_item:hover, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #delete_menu_item:focus-within, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #delete_addon:hover, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #delete_addon:focus-within, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #delete_product:hover, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #delete_product:focus-within, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #delete_menu_item:hover, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #delete_menu_item:focus-within, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #delete_addon:hover, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #delete_addon:focus-within, body#pc #content .content_window #addons_editor #editor .item_data.products #delete_product:hover, body#pc #content .content_window #addons_editor #editor .item_data.products #delete_product:focus-within, body#pc #content .content_window #addons_editor #editor .item_data.products #delete_menu_item:hover, body#pc #content .content_window #addons_editor #editor .item_data.products #delete_menu_item:focus-within, body#pc #content .content_window #addons_editor #editor .item_data.products #delete_addon:hover, body#pc #content .content_window #addons_editor #editor .item_data.products #delete_addon:focus-within, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #delete_product:hover, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #delete_product:focus-within, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #delete_menu_item:hover, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #delete_menu_item:focus-within, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #delete_addon:hover, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #delete_addon:focus-within, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #delete_product:hover, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #delete_product:focus-within, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #delete_menu_item:hover, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #delete_menu_item:focus-within, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #delete_addon:hover, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #delete_addon:focus-within, body#pc #content .content_window #addons_editor #editor .addons_data.products #delete_product:hover, body#pc #content .content_window #addons_editor #editor .addons_data.products #delete_product:focus-within, body#pc #content .content_window #addons_editor #editor .addons_data.products #delete_menu_item:hover, body#pc #content .content_window #addons_editor #editor .addons_data.products #delete_menu_item:focus-within, body#pc #content .content_window #addons_editor #editor .addons_data.products #delete_addon:hover, body#pc #content .content_window #addons_editor #editor .addons_data.products #delete_addon:focus-within, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #delete_product:hover, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #delete_product:focus-within, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #delete_menu_item:hover, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #delete_menu_item:focus-within, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #delete_addon:hover, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #delete_addon:focus-within, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #delete_product:hover, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #delete_product:focus-within, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #delete_menu_item:hover, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #delete_menu_item:focus-within, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #delete_addon:hover, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #delete_addon:focus-within {
  border: 2px solid #f44336;
  background-color: #f44336;
}
body#pc #content .content_window #menu_editor #editor .item_data.products #delete_product span, body#pc #content .content_window #menu_editor #editor .item_data.products #delete_menu_item span, body#pc #content .content_window #menu_editor #editor .item_data.products #delete_addon span, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #delete_product span, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #delete_menu_item span, body#pc #content .content_window #menu_editor #editor .item_data.menu_items #delete_addon span, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #delete_product span, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #delete_menu_item span, body#pc #content .content_window #menu_editor #editor .item_data.addons_data #delete_addon span, body#pc #content .content_window #menu_editor #editor .addons_data.products #delete_product span, body#pc #content .content_window #menu_editor #editor .addons_data.products #delete_menu_item span, body#pc #content .content_window #menu_editor #editor .addons_data.products #delete_addon span, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #delete_product span, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #delete_menu_item span, body#pc #content .content_window #menu_editor #editor .addons_data.menu_items #delete_addon span, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #delete_product span, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #delete_menu_item span, body#pc #content .content_window #menu_editor #editor .addons_data.addons_data #delete_addon span, body#pc #content .content_window #addons_editor #editor .item_data.products #delete_product span, body#pc #content .content_window #addons_editor #editor .item_data.products #delete_menu_item span, body#pc #content .content_window #addons_editor #editor .item_data.products #delete_addon span, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #delete_product span, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #delete_menu_item span, body#pc #content .content_window #addons_editor #editor .item_data.menu_items #delete_addon span, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #delete_product span, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #delete_menu_item span, body#pc #content .content_window #addons_editor #editor .item_data.addons_data #delete_addon span, body#pc #content .content_window #addons_editor #editor .addons_data.products #delete_product span, body#pc #content .content_window #addons_editor #editor .addons_data.products #delete_menu_item span, body#pc #content .content_window #addons_editor #editor .addons_data.products #delete_addon span, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #delete_product span, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #delete_menu_item span, body#pc #content .content_window #addons_editor #editor .addons_data.menu_items #delete_addon span, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #delete_product span, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #delete_menu_item span, body#pc #content .content_window #addons_editor #editor .addons_data.addons_data #delete_addon span {
  margin-right: 6px;
}
body#pc #content.error {
  width: 100vw;
  margin: unset;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}
body#pc #content.error img {
  -o-object-fit: contain;
     object-fit: contain;
}
body#pc #content.error h4 {
  margin: 0;
  font-weight: 600;
  font-size: 1.3rem;
}
body#pc #content.error p {
  font-size: 0.9rem;
  color: #686b78;
  line-height: 1.2;
  margin-top: 4.5px;
  padding: 0 60px;
}
body#pc #content.error button {
  font-weight: 700;
  color: #00aeef;
  background: none;
  padding: 15px 30px;
  border: 2px solid #00aeef;
  border-radius: 0.45rem;
}
body#mb #skeletal_content {
  width: 100vw;
  margin: 60px 0 0 0;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
body#mb #skeletal_content.hidden {
  display: none;
}
body#mb #skeletal_content .full_block {
  height: 108px;
  padding: 18px;
  opacity: 0.81;
  animation: skeleton-loading 1s linear infinite alternate;
  border-radius: 0.54rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 0 20px 20px 20px;
}
body#mb #skeletal_content .full_block .line {
  width: 80%;
  padding: 6.3px 10%;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
}
body#mb #skeletal_content .full_block .line:nth-of-type(1) {
  width: 27%;
  margin-top: auto;
}
body#mb #skeletal_content .full_block .line:nth-of-type(2) {
  width: 72%;
}
body#mb #skeletal_content .full_block .line:nth-of-type(3) {
  width: 54%;
}
body#mb #skeletal_content .quad_block_wrapper {
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 20px 20px 20px;
}
body#mb #skeletal_content .quad_block_wrapper .quad_block {
  width: 20vw;
  height: 20vw;
  opacity: 0.81;
  animation: skeleton-loading 1s linear infinite alternate;
  border-radius: 0.54rem;
}
body#mb #skeletal_content .jumbo_block {
  height: 171px;
  padding: 18px;
  opacity: 0.81;
  animation: skeleton-loading 1s linear infinite alternate;
  border-radius: 0.54rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 0 20px 10px 20px;
}
body#mb #skeletal_content .jumbo_block .line {
  width: 80%;
  padding: 6.3px 10%;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
}
body#mb #skeletal_content .jumbo_block .line:nth-of-type(1) {
  width: 18%;
}
body#mb #skeletal_content .jumbo_block .line:nth-of-type(2) {
  margin-top: auto;
  width: 72%;
}
body#mb #skeletal_content .jumbo_block .line:nth-of-type(3) {
  width: 54%;
}
body#mb .fw_wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
}
body#mb .fw_wrapper.dark {
  background-color: rgba(0, 0, 0, 0.2705882353);
}
body#mb .fw_wrapper.hidden {
  display: none;
}
body#mb .fw_wrapper .center_box {
  width: 81vw;
  padding: 2rem 1rem;
  background: #fff;
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
body#mb .fw_wrapper .center_box .grid {
  width: 100%;
  display: grid;
  gap: 10px 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body#mb #progress_bar {
  width: 100%;
  height: 2.7px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
body#mb #progress_bar div {
  background-color: #fea338;
  width: 0%;
  height: 100%;
  transition: unset;
}
body#mb #progress_bar.loading div {
  width: 99%;
  transition: width 540ms ease;
}
body#mb #header {
  width: 100%;
  height: 60px;
  min-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body#mb #header.error button {
  height: 100%;
}
body#mb #header.error button span {
  font-size: 60px;
  padding: 0 20px;
}
body#mb #header button {
  margin: 0;
  background: 0 0;
  border: none;
  border-color: transparent;
  outline: 0;
  padding: 0;
  text-align: left;
}
body#mb #header button#location_space {
  width: 65%;
  height: 40px;
  padding-left: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body#mb #header button#location_space span {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 22px;
  display: flex;
  align-items: flex-end;
}
body#mb #header button#location_space span span.plx-location {
  margin-right: 4.5px;
  font-weight: normal;
}
body#mb #header button#location_space span span.plx-location i {
  font-style: normal;
}
body#mb #header button#location_space p {
  margin: unset;
  color: #969696;
  font-weight: 300;
}
body#mb #header button#cart {
  padding: 16px;
  font-size: 1.5rem;
}
body#mb #header button#cart .cart_count {
  font-size: 0.63rem;
  line-height: 0.45rem;
  color: #ffffff;
  background-color: #00aeef;
  position: absolute;
  top: 10px;
  left: calc(100% - 1.26rem - 6px);
  padding: 4.5px;
  border-radius: 0.315rem;
  transform: scale(var(--cartScale));
}
body#mb #header button#cart .cart_count.hidden {
  display: none;
}
body#mb #header button#wallet {
  padding: 16px;
  padding-right: 8px;
  font-size: 1.5rem;
  margin-left: auto;
}
body#mb #navigation {
  width: 100%;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  align-items: center;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.1019607843);
}
body#mb #navigation button {
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  background: 0 0;
  border: none;
  border-color: transparent;
  outline: 0;
  padding: 0;
  color: #b8b8b8;
  /* Ripple effect */
  background-position: center;
  transition: background 180ms;
}
body#mb #navigation button:hover {
  background: #fff radial-gradient(circle, #fff 1%, #e3e3e3 1%) center/15000%;
}
body#mb #navigation button:focus {
  background-color: #fff;
}
body#mb #navigation button:active {
  background-color: #fff;
  background-size: 100%;
  transition: background 0s;
}
body#mb #navigation button.active {
  color: #000000;
}
body#mb #navigation button span {
  font-size: 0.63rem;
  text-transform: uppercase;
  margin-top: 3.6px;
}
body#mb #content {
  width: 100%;
  overflow-x: hidden;
  margin: 60px 0 0 0;
  padding-top: 10px;
  background-color: #ffffff;
}
body#mb #content .banner {
  display: flex;
  gap: 10px;
  width: calc(100vw - 40px);
  height: 27vh;
  padding: 0 20px 20px 20px;
  overflow-x: scroll;
  scroll-snap-type: x proximity;
  scroll-padding: 10px;
}
body#mb #content .banner::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body#mb #content .banner.sqaure_slides .slide {
  aspect-ratio: 1/1;
  scroll-snap-align: center;
}
body#mb #content .banner.sqaure_slides .slide img {
  width: 100%;
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 0.8rem;
}
body#mb #content img#f_quotes {
  width: 100%;
}
body#mb #content.hidden {
  display: none;
}
body#mb #content.error {
  height: calc(100vh - 60px);
  margin: unset;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}
body#mb #content.error img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body#mb #content.error h4 {
  margin: 0;
  font-weight: 600;
  font-size: 1.3rem;
}
body#mb #content.error p {
  font-size: 0.9rem;
  color: #686b78;
  line-height: 1.2;
  margin-top: 4.5px;
  padding: 0 60px;
}
body#mb #content.error button {
  font-weight: 700;
  color: #00aeef;
  background: none;
  padding: 15px 30px;
  border: 2px solid #00aeef;
  border-radius: 0.45rem;
}
body#mb .extra_content {
  width: 100%;
  height: calc(100% - 60px);
  overflow-x: hidden;
  z-index: 3;
  border-left: 1px solid rgba(40, 44, 63, 0.1019607843);
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f6f6f6;
  transform: translate(200%, 0);
  transition: transform 720ms ease-in-out;
  overscroll-behavior: contain;
}
body#mb .extra_content.show {
  transform: translate(-1px, 0);
}
body#mb .extra_content.default .extra_header {
  background-color: #fff;
  border-bottom: 1px solid rgba(40, 44, 63, 0.1019607843);
}
body#mb .extra_content.white_header .extra_header {
  color: #fff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3019607843);
}
body#mb .extra_content.float {
  height: calc(100% - 60px);
}
body#mb .extra_content.float._pad {
  height: calc(100% - 130px);
  padding-top: 70px;
}
body#mb .extra_content.float .extra_header {
  position: fixed;
  top: 0;
  left: 0;
}
body#mb .extra_content .extra_header {
  width: 100%;
  height: 60px;
  min-height: 60px;
  display: flex;
  align-items: center;
}
body#mb .extra_content .extra_header .extra_close {
  width: 50px;
  text-align: center;
  font-size: 24px;
}
body#mb .extra_content .extra_header .extra_title {
  font-size: 24px;
  padding-left: 9px;
}
body#mb .extra_content .extra_header .extra_title.w {
  color: #fff;
}
body#mb .extra_content .extra_banner {
  width: 100%;
  height: 63vh;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.1019607843);
}
body#mb .location_header {
  font-size: 1.8rem;
  text-align: center;
  margin-top: unset;
}
body#mb .grid.location_buttons {
  grid-template-areas: "ncr ind" "otr otr";
}
body#mb .location_button {
  width: 100%;
  min-height: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f6f6f6;
  border: 1px solid rgba(40, 44, 63, 0.1019607843);
  border-radius: 1rem;
  cursor: pointer;
}
body#mb .location_button:active {
  outline: 2px solid rgba(255, 255, 255, 0.5647058824);
  outline: 2px solid rgba(0, 174, 239, 0.5647058824);
}
body#mb .location_button#ncr {
  grid-area: ncr;
}
body#mb .location_button#ind {
  grid-area: ind;
}
body#mb .location_button#otr {
  grid-area: otr;
}
body#mb .location_button#otr h3 {
  margin-top: 9px;
}
body#mb .location_button img {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  width: 4.5rem;
}/*# sourceMappingURL=main.css.map */