@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

/* GLOBAL */
:root {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
  height: 100%; }

body {
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  transition: 300ms; 
      background-color: #dcdcdc;
}
  body.is-not-ready .sc-column .sc-item .sc-line .sc-graph {
    height: 0 !important; }
  body.open {
    -webkit-transform: translateX(230px);
    transform: translateX(230px);
    overflow: hidden; }
    body.open:before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      background: rgba(0, 0, 0, 0.5);
      position: absolute; }
    body.open .menu {
      overflow-x: hidden; }

input[type="text"], textarea, button, select {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button {
  cursor: pointer; }

a {
  -webkit-transition: 300ms;
  transition: 300ms; }
  a:hover {
    text-decoration: none; }

html, body {
  width: 100%;
  height: 100%; }

#app {
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    background-color: #fff;
    height: 100%;
}

.tab-nav {
  background: #fff;
  border-top: 1px solid #EFEFEF;
  height: 60px;
  max-width: 750px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999; }
  .tab-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px; }
    .tab-nav ul li {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 60px;
      width: 20%;
      position: relative; }
      .tab-nav ul li.active {
        border-bottom: 5px solid #CB2458; }
      .tab-nav ul li:nth-child(2).active {
        border-bottom: 5px solid #3D7CD3; }
      .tab-nav ul li:nth-child(3).active {
        border-bottom: 5px solid #FAC638; }
      .tab-nav ul li:last-child.active {
        border-bottom: 5px solid #15D666; }
      .tab-nav ul li::after {
        content: '';
        display: block;
        width: 1px;
        height: 28px;
        background: #EFEFEF;
        margin-left: 15px;
        position: absolute;
        right: 0; }
      .tab-nav ul li:last-child::after {
        display: none; }
      .tab-nav ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000;
        font-size: 10px; }
      .tab-nav ul li img {
        display: block;
        margin-bottom: 10px; }
.page-head {position: relative; z-index: 9999; display: flex; justify-content: center; align-items: center; height: 50px; background: #000; color: #fff; font-weight: 600; padding: 0 15px; font-size: 1rem; }
.page-head .back-btn {position: absolute;z-index: 2; left: 0;height: 100%; } 
.page-head a {display: flex;align-items: center;height: 100%;padding: 15px; color: #fff; }
.header {
  background: #fff;
  height: 110px;
  max-width: 750px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999; }
  .header.home-header {
    height: 60px; }
  .header .container {
    padding: 0 20px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #EFEFEF; }
  .header .waiter-name {
    font-weight: 700; }
  .header .table-no {
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px; }

main {padding-bottom: 60px; padding-top: 110px; }
main.homepage {padding-top: 55px; }

.category-menu {margin-top: 15px; }
.category-menu ul li {width: calc(100% - 5px); margin-left: -15px; margin-bottom: 10px; } 
.category-menu ul li a {position: relative; display: block; min-height: 90px; max-height: 150px; border-bottom-right-radius: 10px; border-top-right-radius: 10px; overflow: hidden; }
.category-menu ul li a:before {content: ''; display: block; width: 100%; height: 100%; position: absolute; background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(71%, rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0) 71%); border-radius: 10px; }
.category-menu ul li .category-name {position: absolute; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; z-index: 50; left: 35px; top: 0; font-weight: 800; }
.category-menu ul li img {min-width: 100%; }
.product-list {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } 
.product-box {background: #fff; border: 1px solid #efefef; width: calc(50% - 10px); margin-right: 20px; margin-bottom: 10px; } 
.product-box:nth-child(2n) {margin-right: 0; } .product-box a {color: #000; } 
.product-box-image {width: 100%; height: 0; overflow: hidden; padding-top: 76.15%; position: relative; } 
.product-box-image:before {content: ''; display: block; width: 100%; height: 100%; background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(52%, rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0) 52%); position: absolute; top: 0; left: 0; z-index: 89; } 
.product-box-image img {position: absolute; object-position: center; top: 0; width: 100%; height: 100%; object-fit: cover; } 
.product-box-time {background-image: -webkit-gradient(linear, left top, right top, from(#0d58bd), to(#3184f5)); background-image: linear-gradient(to right, #0d58bd, #3184f5); width: 40px; height: 26px; position: absolute; bottom: 0; left: 0; border-top-right-radius: 5px; border-bottom-right-radius: 5px; font-size: 12px; color: #fff; text-align: center; line-height: 26px; z-index: 90; } 
.product-box-time i {margin-right: 4px; }
.product-box-price {background-image: -webkit-gradient(linear, right top, left top, from(#981616), to(#ff4848)); background-image: linear-gradient(to left, #981616, #ff4848); padding: 0 10px; height: 26px; position: absolute; bottom: 0; right: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; font-size: 12px; color: #fff; text-align: center; line-height: 26px; z-index: 90; } 
.product-box-price i {margin-right: 4px; } 
.product-box-name {text-align: center; font-size: 11px; margin-top: 5px; margin-bottom: 5px; }
.product-detail {padding-bottom: 60px; }
.product-detail-image {width: 100%; height: 0; overflow: hidden; position: relative; max-width: 100%; height: 150px; overflow: hidden; }
.product-detail-image img {position: absolute; width: 100%; }
.product-detail-desc {text-align: center; padding: 15px; font-size: 12px; line-height: 16px; } 
.product-detail-options {padding: 0 15px 15px 15px; } 
.product-detail-options .mandatory-select {margin-bottom: 20px; } 
.product-detail-options .mandatory-select select {width: 100%; height: 40px; background: url(../img/arrowdown.png) no-repeat calc(100% - 15px) 15px #fff; font-size: 12px; padding: 0 15px; } 
.product-detail-options .options-title {background: #363636; height: 31px; border-radius:2px; padding: 0 50px; color: #fff; font-size: 12px; font-weight: 600; line-height: 31px; margin: 10px auto 2px auto; display: table; } 
.product-detail-options .option-list {margin-bottom: 20px; } .product-detail-options .option-list-title {font-weight: 600; margin-bottom: 10px; } 
.product-detail-options .option-list ul {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } 
.product-detail-options .option-list ul li {background: #F8F8F8; border: 1px solid #EDEDED; height: 50px; width: calc(50% - 10px); margin-right: 10px; margin-bottom: 10px; padding-left: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 12px; } 
.product-detail-options .option-list ul li span {height: 50px; line-height: 50px; margin-left: auto; background: #EFEFEF; display: inline-block; padding: 0 10px; border-top-left-radius: 20px; border-bottom-left-radius: 20px; -ms-flex-negative: 0; flex-shrink: 0; } 
.product-detail-options .option-list ul li:nth-child(2n) {margin-right: 0; } 
.product-detail-options .amount-wrap {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 5px;} 
.product-detail-options .amount-wrap input {background: #ddd; height: 40px; border: none; width: 120px; text-align: center; margin: 0 -15px; } 
.product-detail-options .amount-wrap button {
        background: #363636;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        line-height: 30px;
        font-size: 22px;
        position: relative;
        z-index: 99; }

.product-checkout {
  position: fixed;
  bottom: 60px;
  
  max-width: 750px;
  width: 100%;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 998; }
  .product-checkout.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .product-checkout .price {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-weight: 700;
    font-size: 20px; }
    .product-checkout .price span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 12px;
      font-weight: 400; }
  .product-checkout .add-cart {
    width: 50%; }
    .product-checkout .add-cart a {
      display: block;
      text-align: center;
      background: #CB2458;
      color: #fff;
      line-height: 60px;
      font-weight: 700; }
  .product-checkout .add-order {
    width: 50%; }
    .product-checkout .add-order a {
      display: block;
      text-align: center;
      background: #3D7CD3;
      color: #fff;
      line-height: 60px;
      font-weight: 700; }

@media screen and (max-width: 374px) {
  .product-detail-options .option-list ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
    font-size: 10px; } }

.waiter-head {
  background: #FAC638; }

.call-waiter {
  background: #FAC638;
  max-width: 750px;
  width: 100%;
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-weight: 700;
  position: fixed;
  bottom: 60px;
   }

.waiter-process {
  margin-top: -15px;
  min-height: calc(100vh - 230px);
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  .waiter-process-icon {
    margin-bottom: 15px; }
  .waiter-process-name {
    font-weight: 600;
    color: #d1d1d1; }
    .waiter-process-name.active {
      color: #000; }
  .waiter-process-bar {
    width: 5px;
    background: #E8E8E8;
    height: 50px;
    margin: 15px auto;
    position: relative; }
    .waiter-process-bar.active {
      background: #42EF4F; }
      .waiter-process-bar.active::after {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        background: #42EF4F;
        border-radius: 50%;
        position: absolute;
        left: -3.5px;
        bottom: 0; }

.lang-head {
  background: #15D666; }

.lang-menu {
  padding: 15px 30px; }
  .lang-menu li {
    background: #fff;
    border: 1px solid #EDEDED;
    height: 48px;
    line-height: 48px;
    margin-bottom: 10px; }
    .lang-menu li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #000;
      font-size: 12px;
      font-weight: 600; }
    .lang-menu li.active a, .lang-menu li:hover a {
      color: #fff; }
    .lang-menu li.active .lang-name, .lang-menu li:hover .lang-name {
      background: #15D666; }
    .lang-menu li .flag {
      width: 100px;
      border-right: 1px solid #ededed;
      text-align: center; }
    .lang-menu li .lang-name {
      width: calc(100% - 100px);
      text-align: center; }

.cart-head {
  background: #3D7CD3; }

.cart-list {
  padding: 0 15px 150px 15px; }
  .cart-list li {
    border: 1px solid #EDEDED;
    min-height: 38px;
    line-height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .cart-list li .delete {
      width: 38px;
      border-right: 1px solid #ededed;
      text-align: center;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .cart-list li .delete a {
        color: #000; }
    .cart-list li .open-cart {
      width: 38px;
      border-left: 1px solid #ededed;
      color: #ddd;
      text-align: center;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .cart-list li .open-cart.opened i {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .cart-list li .open-cart-detail {
      width: 100%;
      background: #EBEBEB;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: none; }
      .cart-list li .open-cart-detail.opened {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .cart-list li .open-cart-detail .options {
        width: calc(100% - 130px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px 15px 5px 15px; }
        .cart-list li .open-cart-detail .options span {
          height: 26px;
          padding: 0 20px;
          display: block;
          font-size: 10px;
          background: #fff;
          border-radius: 13px;
          line-height: 26px;
          margin-right: 10px;
          margin-bottom: 10px; }
      .cart-list li .open-cart-detail .amount {
        width: 130px;
        background: #E5E2E2;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        font-weight: 500; }

.cart-product-name {
  padding-left: 10px;
  font-weight: 700;
  font-size: 12px;
  width: calc(100% - 176px);
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
 .product_adet{ background-color: #e7e7e7; padding: 5px; text-align: center; margin-right: 5px; border-radius: 5px; }
.cart-product-price {
  width: 100px;
  background: #D61515;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .cart-product-price span {
    width: 28px;
    height: 38px;
    border-radius: 50%;
    display: block;
    background: #fff;
    margin-left: -19px;
    text-align: center; }
    .cart-product-price span img {
      width: 14px; }

.cart-detail {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 145px;
  position: fixed;
  bottom: 60px;
  
  width: 100%;    max-width: 750px; }

.cart-note {
  background: #fff;
  padding: 10px 15px;
  height: 85px; }
  .cart-note-title {
    font-weight: 700;
    text-align: center; }
  .cart-note input {
    border: 1px solid #EBEBEB;
    height: 44px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    font-size: 11px;
    margin-top: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .cart-note input::-webkit-input-placeholder {
      color: #000; }
    .cart-note input::-moz-placeholder {
      color: #000; }
    .cart-note input:-ms-input-placeholder {
      color: #000; }
    .cart-note input::-ms-input-placeholder {
      color: #000; }
    .cart-note input::placeholder {
      color: #000; }

.adisyon-head {
  background: #CB2458; }

.adisyon-wrap {
  /* min-height: calc(100vh - 230px); */
  margin-top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 60px; }

.adisyon-list {
  width: calc(100% - 88px);
  padding: 15px 0 0 0; }

.checkout-menu {
  width: 85px;
  background: #fff;
  -webkit-box-shadow: -1px 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -1px 0 10px 0 rgb(0 0 0 / 15%);
  position: fixed;
  right: 0;
  top: 110px;
  padding-bottom: 15px;
  -webkit-transition: 300ms;
  transition: 300ms;
  height: 100%; }
  .checkout-menu.sticky {
    top: 0; }
  .checkout-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .checkout-menu ul li {
      text-align: center;
      width: 57px;
      border-bottom: 1px solid #D9D9D9;
      padding-bottom: 15px;
      padding-top: 15px;
      line-height: 16px;
      font-size: 12px; }
      .checkout-menu ul li:last-child {
        border: none; }
      .checkout-menu ul li.active a, .checkout-menu ul li.active img {
        opacity: 1; }
      .checkout-menu ul li a {
        opacity: .2;
        color: #000; }
      .checkout-menu ul li img {
        width: 25px;
        opacity: .2;
        display: block;
        margin: 0 auto 10px auto; }

@media screen and (max-width: 374px) {
  .checkout-menu ul li {
    padding-top: 10px;
    padding-bottom: 10px; } }
