/*
CSS common to all Brands
*/

:root {
    --primary-color: #D41920;
    --secondary-color: #FFBA00;
    --background-contrast-color-rgb: 0, 0, 0;
}

ul {
    padding-inline-start: 8px;
}

textarea {
  resize: none;
}

.drop-shadow {
    -webkit-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.5);
}

.no-shadow {
    box-shadow: none !important;
}


/* Forms and Labels */
.has-float-label {
    display: block;
    position: relative;
    
}
.has-float-label label,
.has-float-label>span {
    position: absolute;
    cursor: text;
    font-size: 85%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: normal;
    top: -.5em;
    left: 0.75rem;
    z-index: 10;
    line-height: 1;
    color:#888;
    
}
.has-float-label select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.has-float-label textarea {
    width: 100%;
}
.has-float-label input,
.has-float-label select,
.has-float-label textarea {
  font-size: 16px;
  display: inline;
  margin-bottom: 2px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(130, 130, 130, .5);
}

.has-float-label input::-webkit-input-placeholder,
.has-float-label select::-webkit-input-placeholder,
.has-float-label textarea::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}
.has-float-label input::-moz-placeholder,
.has-float-label select::-moz-placeholder,
.has-float-label textarea::-moz-placeholder {
    opacity: 1;
    transition: all .2s
}
.has-float-label input:-ms-input-placeholder,
.has-float-label select:-ms-input-placeholder,
.has-float-label textarea:-ms-input-placeholder {
    opacity: 1;
    transition: all .2s
}
.has-float-label input::placeholder,
.has-float-label select::placeholder,
.has-float-label textarea::placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}
.has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.has-float-label textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0
}
.has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder,
.has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder,
.has-float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 0
}
.has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder,
.has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder,
.has-float-label textarea:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0
}
.has-float-label input:placeholder-shown:not(:focus)::placeholder,
.has-float-label select:placeholder-shown:not(:focus)::placeholder,
.has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
    opacity: 0
}
.has-float-label input:placeholder-shown:not(:focus)+*,
.has-float-label select:placeholder-shown:not(:focus)+*,
.has-float-label textarea:placeholder-shown:not(:focus)+* {
    font-size: 100%;
    opacity: .8;
    top: .25em;
    color:#000000;
}
.has-float-label input:focus,
.has-float-label select:focus,
.has-float-label textarea:focus {
    outline: 0;
    border-color: rgba(0, 0, 0, .5)
}
.has-float-label select {
    padding-right: 1em;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .5em bottom .25em;
    background-size: 8px 10px
}

textarea {
  resize: none;
}


input::-webkit-input-placeholder {
    color: #888;
    position:relative;
    padding-left:0;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: padding 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: padding 0.5s;
    display: block;
}
input:-moz-placeholder {
    /* Firefox 18- */
    color: #888;
    position:relative;
    padding-left:0;
    -moz-transition: padding 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: padding 0.5s;
    display: block;
}
input::-moz-placeholder {
    /* Firefox 19+ */
    color: #888;
    position:relative;
    padding-left:0;
    -moz-transition: padding 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: padding 0.5s;
    display: block;
}
input:-ms-input-placeholder {
    color: #888;
    position:relative;
    padding-left:0;
    -ms-transition: padding 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: padding 0.5s;
    display: inline;
}
/*
* On hover
*/
 input:hover::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
    padding-left:10px;
}
input:hover:-moz-placeholder, input:focus:-moz-placeholder {
    /* Firefox 18- */
    padding-left:10px;
}
input:hover::-moz-placeholder, input:focus::-moz-placeholder {
    /* Firefox 19+ */
    padding-left:10px;
}
input:hover:-ms-input-placeholder, input:focus:-ms-input-placeholder {
    padding-left:10px;
}


input {
    background-color: transparent !important;
}

select:focus, input:not([type=checkbox]):not([type=radio]):focus  {
    outline:none !important;
    box-shadow: none !important;
    border-bottom: Solid 2px #d82131 !important;
}

.checkbox label, .radio label {
    width: 100%;
}

.radio-menu-option {
  background-size: cover !important; 
  position: relative
}

.radio-menu-option:hover {
  background-size: 125% !important; 
}

.money-read-only {
    float: right; 
    text-align: right; 
    border: none;
    width: 82px;
    padding: 0px;
}

.money-table {
    display: table; 
    width: 100%; 
    padding: 0px; 
    font-weight: bold;
    text-align: left;
}
.money-table div {
    display: table-row;
}

.money-read-only, .money-sub-item, input {
    font-size: inherit;
    color:#000000;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
  
.glyphicon {
    top: 4px;
}

.recpatcha-disabled-btn {
    position: absolute;
    width:100%;
    height:100%;
    z-index: 1;
    background-color:#FFF;
    overflow: hidden;
    opacity: 0.7;
    cursor: no-drop;
    display: flex;
}

.order-setup-step-heading {
    display: none;
}

  /* Extra Small Devices, Phones */
  @media only screen and (max-width : 320px) {
    .order-setup-timing-msg {max-width: 120px;}
    .navbar-brand-mobile p {
      font-size: 18px;
    }
    .navbar .group-order-icon {
      width: 24px !important;
      height: 24px !important;
      margin-top: -3px !important;
    }
    .category-tile {
      display: block;
    }
  }
  @media only screen and (max-width : 420px) {
    .order-setup-timing-msg {max-width: 150px;}
  }

@keyframes Tadda{
  0% {
    transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}

/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
.el-carousel__button {height:12px!important;}

/* Rounded sliders */
.slider.round {
border-radius: 34px;
}

.slider.round:before {
border-radius: 50%;
}

.hero-content {
max-width: 1920px;
margin-right: auto;
margin-left: auto;
}

.content {
max-width: 1024px;
margin-right: auto;
margin-left: auto;
}

.alert-danger {
margin: 0px 10px 25px 10px;
font-size: 15px;
font-weight: bold;
}

.btn-transparent {
background: transparent;
border: 0px;
padding: 3px;
}

.btn-main {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #ddd;
  padding:2px;
  background: transparent;
  margin-top: 5px;
  margin-right: 15px;
}

.panel-block {
padding: 10px;
}

.panel-heading {
  margin-top: 0px;
}

.slide-toggle-enter-active,
.slide-toggle-leave-active {
transition: height .3s ease-in;
}

.slide-toggle-enter-active {
height: 100px;
transform: scaleY(0);
}

.slide-toggle-enter,
.slide-toggle-leave-active {
height: 0;
transform: scaleY(0);
}

.slide-toggle-leave {
height: 100px;
transform: scaleY(0);
}

.min-height {min-height:500px; }

.carousel-container .VueCarousel-navigation-prev {left:40px !important;}
.carousel-container .VueCarousel-navigation-next {right:40px !important;}

.aligncenter {
text-align: center;
margin: auto;
}

.featured_block_text {
text-align: center;
}

.featured_block_text>div {
display: inline-block;
padding: 0 7px 10px 7px;
}

.widget p {
color: #727272
}

.MarginLeft10px {
margin-left: 10px;
}

.padding10px {
padding: 10px;
}

.cart-layer {
  margin: 5px -40px 0px 0px;
}
.cart-layer a {
outline: none;
text-decoration: none;
}

.nopadding {padding:0px;}
.paddingtop30px {padding-top:30px;}
.nopadding-bottom {padding-bottom: 0px;}

.box-shadow {
-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.22);
box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.22);
}

.small-panel {
max-width:35em;
margin:auto;
padding:20px;
border: solid 1px #f1f1f1;
}

.order-history-details, .active-token-details {
border-top: solid 1px #cccccc;
border-bottom: solid 3px #000000;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  background: url('/static/icons/checks.png') no-repeat !important ;
  cursor: pointer;
  border: none;
  display: inline-block;
}
.option-input:checked {
 background-position : 0 -34px !important;
 margin:0px;
}

.modal {
  transition: all 0.3s ease;
}

.modal.zoom .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 300px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modal.zoom.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0);
  opacity: 1;
}

.help-icon {
  background: url("/static/icons/help.svg") no-repeat center;
  height: 24px;
  width: 24px;
  background-size: contain;
  -webkit-background-size: contain ;
  -moz-background-size: contain ;
  background-size: contain ;
  cursor: pointer;

}
.trash-icon {
  background: url("/static/icons/remove.svg") no-repeat center;
  height: 24px;
  width: 24px;
  background-size: contain;
  -webkit-background-size: contain ;
  -moz-background-size: contain ;
  background-size: contain ;
  cursor: pointer;
}

/* .scene-input {
  background: url("/static/icons/scene.png") no-repeat center left;
  height: 37px;
  text-indent: 37px;
} */

/* .caa-input {
  background: url("/static/icons/caa.png") no-repeat center left;
  height: 17px;
  text-indent: 17px;
  
} */

.giftcard-icon {
  background: url("/static/icons/giftcard-black.svg") no-repeat center left;
  height: 16px; 
  margin-right: 6px; 
  margin-bottom: 4px;
}
.contacless-icon {
  background: url("/static/icons/contacless.svg") no-repeat center left;
  height: 20px; 
  margin-right: 6px; 
  margin-bottom: 6px;
}
.my-giftcard-icon {
  background: url("/static/icons/giftcard-black.svg") no-repeat center left;
  height: 20px; 
  margin-right: 8px; 
  margin-bottom: 4px; 
}
.credit-card-icon {
  background: url("/static/icons/credit_card.svg") no-repeat center left;
  height: 20px; 
  margin-right: 4px; 
}
.payment-method-heading {
  padding: 4px 8px;
  display: flex;
  align-items: center;
}
.payment-method-heading .credit-card-icon {
  background: url("/static/icons/credit_card.svg") no-repeat center left;
  height: 18px;
  margin-right: 6px;
  margin-bottom: 4px;
  transform: scale(0.86);
}
.location-icon {
  background: url("/static/icons/location.svg") no-repeat center left;
  height: 20px; 
  margin-right: 10px; 
  margin-bottom: 4px; 
}
.profile-icon {
  background: url("/static/icons/profile-account.svg") no-repeat center left;
  height: 22px;
  margin-left: -1px;
  margin-bottom: 2px;
}
.lock-icon {
  background: url("/static/icons/lock.svg") no-repeat center left;
  height: 22px; 
  margin-right: 8px;
  margin-bottom: 6px; 
}
.envelope-icon {
  background: url("/static/icons/envelope.svg") no-repeat center left;
  height: 22px; 
  margin-bottom: 4px; 
}
.change-email-icon {
  background: url("/static/icons/change_email.svg") no-repeat center left;
  height: 22px; 
  margin-bottom: 4px; 
}
.unsubscribe-icon {
  background: url("/static/icons/unsubscribe.svg") no-repeat center left;
  height: 22px; 
  margin-bottom: 4px; 
}
.delete-account-icon {
  background: url("/static/icons/delete_account.svg") no-repeat center left;
  height: 22px; 
  margin-bottom: 4px; 
}
.group-add-icon {
  background: url("/static/icons/group_add.svg") no-repeat center left;
  height: 16px; 
  margin-right: 6px; 
  margin-bottom: 4px;
}

.group-order-image {
  background: url("/static/icons/group_order_icon.svg") no-repeat center;
  width: 80px;
  background-size: contain;
}

.category-section {
  margin-top: 10px;
  width: 100%;
  float: left;
  clear: both;
}

.category-tile {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 3px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.category-tile img {
  height: calc(100% - 50px);
  object-fit: cover;
}

.category-tile-heading {
  position: relative;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 50px;
  padding: 0px 0px 5px 25px;
}

.category-tile-heading h3 {
  position: absolute;
  bottom: 5px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}

.category-tile-heading {
  color: white;
}

.category-tile-heading h3 {
  color: white;
}

.product-tile-heading {
  color: white;
}

.product-tile-heading h3 {
  color: white;
}

@media (min-width: 768px) {
  .product-tile-no-calories .product-tile-heading {
    height: 50px !important;
  }
  .product-tile-no-calories .product-tile .image-placeholder {
    height: calc(100% - 50px) !important;
  }
}
.product-tile-heading-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.product-tile-heading-content-xs {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-tile-heading .money-container {
  float: right;
  width: 20%;
}
.product-tile-no-calories .money-container {
  margin-right: 12px;
}
.product-tile-heading .hr-container {
  margin-top: -15px;
  margin-bottom: -10px;
  height: 35px;
}
.product-tile-heading .calories-container {
  float: left;
  width: 80%;
}
.product-tile-details{
  color: white;
}

.qty{
display: inline-block;
}
.qty button{
outline: none!important;
}
.qty .less span{
position: relative;
font-size: 39px;
line-height: 39px;
}
.qty .more span{
position: relative;
font-size: 27px;
line-height: 36px;
}

.checkmark {
  border: solid 2px #ffffff;
  position: absolute;
  top: 11px;
  left: 59px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  animation: Tadda linear 1s;
  padding: 9px;
  font-size: 18px;
  margin-left: -10px;
}
.checked-icon {
  background-image: url(/static/icons/checked.svg);
  background-size: contain;
}

.config .heading .btn-circle{
height: 32px;
width: 32px;
outline: none;
cursor: default;
}

.config .input-lg {
  width: 100%;
  border: 1px solid #bbb;
}

.config .options label.btn {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  background-position: center;
  white-space: normal !important;
  overflow: hidden;
  color: white;
  font-size: 12px;
}

.menu-item-config {
  height: 4em;
  line-height: 1em;
  padding: 5px;
  text-align: left;
  text-shadow: none;
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.container {
  max-width: 1090px;
}


.productImg {
  max-height: 460px;
  max-width: 80%;
  overflow: hidden;
  margin: auto;
}
.productImg img{
  width: 100%; 
  margin: -16% 0% 0% 0%
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 420px) {
  .productImg {
    max-height:165px;
  }
}


@media only screen and (max-width : 768px) {
  .cart-layer {
    margin: 5px -15px 0px 0px;
  }
  .collapsebale-panel-content .button-stack {
    flex-direction: row !important;
  }
  .modal-open {
    padding-right: 0 !important;
  }
  .cart-footer .btn-group.separate-buttons > .btn {
    margin: 4px 0 !important;
  }
}

@media only screen and (min-width : 768px) and (max-width : 992px) {
  .container {
    width: 755px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

  .productImg {
    max-height: 400px;
    max-width: 100%;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .productImg {
    max-height:420px;
  }
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0px 10px;
}

/* Animation effects */
.pulsate {
  -webkit-animation: pulsate 3s ease-out infinite;
  animation: pulsate 3s ease-out infinite;
}

@-webkit-keyframes pulsate {
  0% {
      opacity: 0.3;
  }
  50% {
      opacity: 1.0;
  }
  100% {
      opacity: 0.5;
  }
}

@keyframes pulsate {
  0% {
      opacity: 0.3;
  }
  50% {
      opacity: 1.0;
  }
  100% {
      opacity: 0.5;
  }
}

@-webkit-keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-webkit-keyframes flash {
	0% { opacity: 1; }
	50% { opacity: .1; }
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; }
	50% { opacity: .1; }
	100% { opacity: 1; }
}

/* Hide default HTML checkbox */
.switch input {display:none;}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spinner-overlay {
  position: fixed;
  background: rgba(0,0,0, 0.85);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  vertical-align: middle;
  z-index: 3000;
}

/* bootstrap overrides */

.dropdown-menu {
  width: fit-content;
  text-align: left;
  padding: 10px 0px;
}

.panel {
margin-bottom: 2px;
border-radius: 0px;
border: none;
}

.form-control {
font-size: 16px;
border-radius: 0px;
border: 0px solid #999;
border-bottom-width: 1px;
padding: 5px 0px 0px 20px;
-webkit-box-shadow: none;
box-shadow: none;
}

.modal-dialog {
top: 45%;
transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
}

.modal-content {
  z-index: 3000;
  padding: 0px 10px;
}

.modal-body {
max-height: calc(100vh - 225px);
overflow: auto;
}

.modal-footer {
border-top: none;
}

.form-group {
  font-weight: bold;
}

.toggle-selector {
  flex-wrap: nowrap !important;
}

.btn-group.separate-buttons > .btn {
  margin: 4px 2px;
  border-radius: 8px;
}

.modal-footer.separate-buttons > .btn {
  margin: 4px 0 !important;
}

.btn-group.toggle-selector {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.btn-group.toggle-selector > .btn {
  background-color: transparent;
  border-radius: 8px !important;
  border: none !important;
  min-height: 0;
  padding: 6px 0;
}

.production-warning {
  background: #ff0000;
  position: fixed;
  z-index: 9999999;
  color: #ffffff;
  top: 0px;
  padding: 3px;
  margin-left: 10%;
  -webkit-animation: flash linear 1s infinite;
  animation: flash linear 1s infinite;
}

.order-details-over-banner {
  padding-bottom: 0 !important;
}

.password-icon {
  position: absolute;
  right: 4px;
  top: 12px;
  font-size: 12px;
  cursor: pointer;
}

.scene label {
    left: 5px !important;
}

.new-items-header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.new-items-header span {
  cursor: pointer;
}

.navbar-brand-mobile {
  max-width: calc(100% - 115px);
}

.order-pick-time-message {
  text-transform: uppercase;
}

.quick-order-tile {
  height: 360px;
}

.quick-order-tile .category-tile-heading {
  height: 100px !important;
  padding-bottom: 10px !important;
}

.quick-order-tile .category-tile-heading h3 {
  position: relative;
  border: none;
  height: initial;
  padding-bottom: 0;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quick-order-tile .category-tile-heading p {
  color: grey;
  padding: 10px 25px 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.quick-order-tile img {
  display: inline-block;
  position: relative;
  height: calc(100% - 90px);
}

.quick-order-placeholder .category-tile-heading {
  height: 100px !important;
}

@media only screen and (max-width: 992px) {
  .quick-order-tile {
    height: 310px;
  }
}

@media only screen and (max-width: 420px) {
  .quick-order-tile {
    height: 353px;
  }
}

.quick-order-tile .category-tile-heading h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.order-status-bar {
  margin-top: -44px !important;
  border: 2px solid !important;
  width: 57% !important;
}

.order-status-bar, .order-status-bar-received {
  border-color: #e2e2e2 !important;
}

.order-status-bar-preparing {
  border-image: linear-gradient(to right, #78A13CFF 50%, #e2e2e2 50%) !important;
  border-image-slice: 1 !important;
}

.order-status-bar-on-way {
  border-color: #78A13CFF !important;
}

.btn-order-status {
  width: 25px !important;
  height: 25px !important;
  background-color: #f5f5f5 !important;
  border-radius: 25px !important;
  border: 4px solid #e2e2e2 !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.btn-order-status-fill {
  background: #78A13CFF !important;
  border-color: #78A13CFF !important;
}

.nutrions-icon-flooting {
  position: absolute;
  top: 2px;
  left: 2px;
}

#productImg .nutions-product-details {
  position: absolute;
  top: 12px;
  left: 10px;
}