body {
  font-family: 'Didact Gothic', sans-serif!important;
}

.user {
  position: relative;
  top: 100px;
}

h2.user-name {
  color: #000;
  display: inline-block;
  font-size: 28px;
}

a.logout {
  color: #000;
  display: inline-block;
  font-size: 12px;
  margin-left: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.user-actions .fa {
  font-size: 35px;
}

.user-actions a:hover {
  text-decoration: none;
  color: initial;
}

.user-actions .list-inline {
  position: relative;
  top: 10px;
}

.user-actions .list-inline>li {
  display: inline-block;
  padding-right: 20px;
  padding-left: 5px;
}

.no-padd {
  padding: 0;
}

.mg-t30 {
  margin-top: 30px;
}

.padd-030 {
  padding: 0 30px;
}

.social-icons {
  padding: 3px 8px 3px;
  display: inline-block;
  border-radius: 100px;
  box-shadow: 0px 0px 2px #888888;
  margin: 0;
  background: #888888;
  color: #fff;
  font-size: 12px;
}

.social-icons:hover {
  color: #333;
  background: #fff;
  -moz-box-shadow: 0px 0px 2px #fff;
  -webkit-box-shadow: 0px 0px 2px #fff;
  box-shadow: 0px 0px 2px #fff;
  -webkit-transition: all .5s;
  /* Safari */
  transition: all .5s;
}

.socials {
  text-align: right;
  margin-top: 15px;
}


.socials .list-inline>li {
  padding-left: 0;
}

.btn-calendar {
  box-shadow: none;
  border: none;
  padding: 10px 20px;
  border-radius: 0;
  position: relative;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  width: 10%;
  letter-spacing: 1px;
  font-weight: bold;
}

.btn-calendar:focus,
.btn-calendar:visited,
.btn-calendar:hover,
.btn-calendar:active {
  outline: none;
  color: #fff;
  border: none;
  outline: none;
}

*:focus {
  outline: 0 !important;
}

.btn-calendar.selected:after {
  content: '';
  border: solid;
  border-color: transparent;
  border-width: 0 10px 9px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 85%;
  left: 40%;
  background: inherit;
  border-bottom-right-radius: 8px;
  z-index: -1;
}

.date-num {
  font-size: 50px;
}

.header {
  background: #c7c3ba;
  margin: 25px;
  height: auto;
  min-height: 275px;
  position: relative;
}

.tp-view {
  position: relative;
  z-index: 1;
  width: 100%;
}

.btns-holder {
  min-height: 40px;
  padding: 10px 0 3px;
  position: absolute;
  top: 45px;
  width: 100%;
}

.btn-next-week {
  box-shadow: none;
  border: none;
  padding: 20px;
  border-radius: 0;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  width: 230px;
  letter-spacing: 1px;
  background: #fff;
  text-align: left;
  height: 111px;
  top: -1px;
  left: -4px;
}

.n-title {
  font-size: 18px;
  line-height: 0;
  font-weight: bold;
}

.n-date {
  position: relative;
  top: 10px;
}

.view-cart {
  margin: 80px auto;
}

.day-title {
  color: #717171;
  font-size: 28px;
}

.li-menu,
.li-menu a {
  font-weight: bold;
  cursor: pointer;
}

.li-menu i {
  font-size: 6px;
  position: relative;
  top: -2px;
}

.cat-bg {
  height: 120px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.user-actions li {
  cursor: pointer;
}

.cat-name {
  width: 83%;
  text-align: left;
  background: rgba(199, 195, 186, 0.6);
  height: 121px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 64% 100%, 0% 100%);
  clip-path: polygon(0 0, 82% 0%, 64% 100%, 0% 100%);
}

.cat-name h2 {
  position: relative;
  top: 10%;
  left: 5%;
  color: #fff;
  font-size: 35px;
  font-weight: 100;
}

.prd-meal .row {
  padding-top: 30px;
}

.prd-holder {
  cursor: pointer;
}

button.btn.btn-product {
  position: absolute;
  top: 40%;
  left: 25%;
  background: #000000ab;
  color: #fff;
  padding: 10px 32px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.prd-holder:hover button.btn.btn-product {
  opacity: 1;
}

.menu-items {
  min-height: 80px;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.menu-items:hover {
  background: #f1f1f1;
  border-radius: 1px;
}

.prd-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
  margin-top: 15px;
}

.prd-title:before {
  content: '\2022';
  margin-right: 5px;
}

.prd-price {
  color: #c73f42;
  font-size: 18px;
  margin-left: 10px;
  font-weight: 100;
}

.prd-ingrendients {
  margin-left: 11px;
}

.prd-ingrendients span {
  color: #ababad;
  font-size: 15px;
  word-spacing: -1px;
  letter-spacing: -1px;
}

.left10 {
  left: 14px;
}

#footer {
  background: #000;
  color: #cecece;
  border: none;
}

.copyr {
  background: #000;
}

.copyr p {
  text-align: center;
  font-size: 11px;
  color: #fff;
  line-height: 22px;
}

.f-list {
  margin: 50px 0;
}

.f-list ul li a {
  font-size: 12px;
  color: #cecece;
}

.f-list h3 {
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #cecece;
}

.info p {
  font-size: 12px;
  max-width: 200px;
}

.phone p {
  font-size: 12px;
}

.foot-logo {
  margin: 100px auto 0 auto;
  width: 100px;
}


.copp {
  font-size: 10px;
}

.soc-list {
  text-align: left;
}

.soc-list .social-icons {
  padding: 3px 8px 3px;
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: 14px!important;
  border-radius: 0;
  box-shadow: none;
  background: none;
}

.soc-list li {
  display: inline-block!important;
}

#toggleBasketContainer {
  padding-top: 10px;
  bottom: 0px;
  position: absolute;
  right: -800px;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 70px;
  z-index: 2;
}

.basket-hold {
  position: relative;
  background: #ededed;
  border: 1px solid #ededed;
  padding: 20px;
  max-width: 450px;
  min-width: 350px;
}

.btn-close-cart {
  background: none;
  color: #fff;
  position: absolute;
  right: 95%;
  top: 40%;
  font-size: 40px;
}

.btn-close-cart:hover,
.btn-close-cart:active,
.btn-close-cart:focus,
.btn-close-cart:visited {
  color: #fff;
}

.basket-hold h1 {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 10px 0 20px 0;
  font-weight: 600;
  color: #7b7b7d;
}

.line {
  width: 67%;
  height: 1px;
  background: #7b7b7d;
  margin: 16px auto 0 auto;
}

.time-info {
  text-align: center;
  font-size: 10px;
}

.total-text {
  font-size: 20px;
}

.basket-hold .total {
  font-weight: 600;
  color: #000;
  font-size: 14px!important;
  text-align: right;
}

.bubble {
  background: #ef7d00;
  padding: 3px 10px;
  border-radius: 100%;
  position: relative;
  top: -28px;
  color: #ffffff;
  right: 10px;
}

.overlay-head {
  background: rgba(255, 255, 255, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
}

.preloader {
  background: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 99999999999999999999;
  overflow: hidden;
}

.ds-block {
  display: block!important;
}

.fullscreenLoader {
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-animation: grayscale 2s ease-in-out infinite alternate;
  animation: grayscale 2s ease-in-out infinite alternate;
}


.sweet-alert2-big {
  width: 50%;
  transition: opacity 1s ease-in-out;
  border-radius: 0;
  padding: 1% 5%;
}

.centered {
  position: absolute;
  right: 0;
  top: 15%;
}

.bt-tp {
  border-top: 1px solid;
}

.bt-bd {
  border-bottom: 1px solid;
}


.empty-day {
  min-height: 100px;
  text-align: center;
}

.empty-day span {
  position: absolute;
  top: 35%;
  width: 100%;
  left: 0;
}

.sweet-alert2-big .day-title {
  text-align: left;
  font-size: 18px;
  font-weight: normal;
}

.mar10 {
  margin-top: 10px;
}

.btn-calendar.daily-men {
  display: block;
  width: auto;
  max-width: 100px;
  padding: 10px;
  border-radius: 0;
  min-width: 100px;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
}

.btn-calendar.daily-men .date-num {
  font-size: 40px;
}

.btn-calendar.daily-men:after {
  content: '';
  border: solid;
  border-color: transparent;
  border-width: 0 9px 9px 0;
  display: inline-block;
  padding: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 35%;
  left: 88%;
  background: inherit;
  border-bottom-right-radius: 8px;
  z-index: -1;
}


.popover.bottom {
  margin-top: 10px;
}

.fade-in {
  opacity: 1!important;
  display: block!important;
}

.popover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
  z-index: 790;
}

.popover {
  position: absolute;
  top: 70%;
  left: 0%;
  z-index: 1060;
  display: none;
  max-width: 276px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  padding: 12px 20px;
  text-align: center
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}


.btn-blk {
  box-shadow: 0 1px 0 grey;
  border-color: grey!important;
  color: #fff;
  background: grey!important;
}

.btn-danger,
.btn-danger:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.acc .form-group-default {
  background-color: #fff;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.acc .form-group {
  margin-bottom: 10px;
}

.fade-c.ng-hide {
  opacity: 0;
}

.fade-c.ng-hide-remove,
.fade-c.ng-hide-add {
  display: block !important;
  /* or inline-block, as appropriate */
}

.fade-c.ng-hide-remove {
  transition: all linear 1000ms;
}

.form-group label:not(.error) {
  font-family: 'Montserrat';
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.form-group-default label {
  margin: 0;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}


label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.form-group-default .form-control {
  border: none;
  height: 25px;
  min-height: 25px;
  padding: 0;
  margin-top: -4px;
  background: none;
}

*:focus {
  outline: none;
}

.form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  color: #2c2c2c;
  outline: 0;
  height: 35px;
  padding: 9px 12px;
  line-height: normal;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  min-height: 35px;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
  box-shadow: none!important;
}

.form-group-default .form-control:focus {
  background: none!important;
  outline: 0!important;
  outline: none!important;
}

.table-cust {
  color: #333;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-cust thead:first-child {
  overflow: hidden;
  background-image: linear-gradient(0deg, #f1f1f1, #fff);
}

.table-cust tbody td {
  padding: 20px 8px!important;
  vertical-align: middle!important;
}

.table-cust>thead:first-child>tr:first-child>th {
  padding: 20px 8px;
}

.title,
.currency {
  color: #000;
  font-size: 18px;
}

.box {
  text-align: right;
  padding: 15px;
  float: right;
  width: 50%;
  border: none;
  background: #fff;
}

.marginTop {
  margin-top: 20px;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: -3px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.option-input:hover {
  background: #9faab7;
}

.option-input:checked {
  background: #000000;
}

.option-input:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 17.66667px;
  text-align: center;
  line-height: 20px;
}

.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.modal-content,
.modal-header,
.btn {
  border-radius: 0;
}


.ingredients-label label {
  display: block;
  line-height: 40px;
}

.bread-link {
  color: #fff;
  cursor: pointer;
}

.bread-link:hover {
  color: #fff!important;
  cursor: pointer;
}


@keyframes grayscale {
  0% {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  }
  100% {
    -webkit-filter: grayscale(0%);
  }
}

@-webkit-keyframes grayscale {
  0% {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  }
  100% {
    -webkit-filter: grayscale(0%);
  }
}




@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
