/* common overrides */

.header .top-header {
  background: #fff !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.top-header .wrapper.holder {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.logo {
  margin: -17px 30px 0 0;
  width: 100px;
}

.delivery a.choose_city_link {
  padding-bottom: 0;
}
.delivery a.choose_city_link::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 3px;
  right: -15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: currentColor;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
}
.delivery span {
  font: inherit;
  /* font-weight: 100; */
}
.delivery span a {
  padding-bottom: 0;
  border-bottom: none;
}
.delivery span a strong {
  font: inherit;
  /*border-bottom: 1px solid #ddd;*/
}
.delivery span a:hover strong {
  /*border-bottom-color: #f6d4c6;*/
}

.callback {
  font-weight: normal;
  color: #000;
  font-size: 15px;
  left: 0;
  right: 0;
}
.callback .free-call {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
}
.callback .phone {
  color: inherit;
  font: 700 28px "Roboto Slab", "Times New Roman", serif;
  padding-bottom: 3px;
  padding-top: 2px;
}
.callback .call-me-back {
  padding-bottom: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  font-weight: 100;
  color: #E84427;
}
.page .header .main-header .wrapper.holder {
  text-align: left;
}
.header .main-header {
  font-size: 14px;
  font-weight: 700;
  padding: 24px 0 20px;
}
.header .main-header a {
  text-decoration: none;
}
.header .main-header a span {
  border-bottom: none;  
  white-space: nowrap;
}
.header .main-header a span:after {
  content: none;
}
.header .main-header nav {
  margin-left: 0;
  -webkit-transition: margin-left .15s ease-in-out 0s, width .15s ease-in-out 0s;
  -o-transition: margin-left .15s ease-in-out 0s, width .15s ease-in-out 0s;
  transition: margin-left .15s ease-in-out 0s, width .15s ease-in-out 0s;
}
.main-header.mhfix nav {
  margin-left: 70px;
}
.logo-small-header {
  z-index:-1;
}
.top-sub-menu {
  text-align: left;
  line-height: 22px;
  padding-top: 0;
}
.top-sub-menu li {
  height: auto;
}
.top-sub-menu li a {
  float: none;
}
.top-sub-menu li a::before {
  content: none;
}
.top-sub-menu li a span {
  padding-bottom: 0;
  border-bottom-color: #e5e5e5;
}
.top-sub-menu li .restaurants {
  color: #f96224;
}
.top-sub-menu li .restaurants span {
  border-bottom-color: #fdd0bd;
}

.user-menu-wrap .circle-mask {
  background: none;
  border-radius: 0;
  height: auto;
  width: auto;
  margin-bottom: 0;
}
.user-menu-wrap .circle-mask span {
  font-size: 15px;
  border-radius: 17px;
  background: #f0ece7;
  display: inline-block;
  padding: 9px 31px 10px;
  line-height: 1;
  text-align: center;
  margin-top: 6px;
  -webkit-transition: color .15s ease-in-out 0s, background .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s, background .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s, background .15s ease-in-out 0s;
}
.user-menu-wrap .circle-mask span:hover {
  background: #f96224;
  color: #fff;
}
.login-popup {
  top:  69px;
}
.top-sub-menu-guest {
  left: auto;
  right: 140px;
}
.header .main-header nav {
  width: calc(100% - 100px);
}
.header .main-header.mhfix nav {
  width: calc(100% - 180px);
}
.header .main-header .user-menu-wrap {
  margin-top: -5px;
}
.header .user-menu-wrap .price {
  float: right;
  margin-left: 1.1em;
  margin-top: 0.3em;
  line-height: 22px;
  font-size: 14px;
  color: #000;
}
.header-phone a {
  font-size: 16px;
  color: #000;
}

#mobile-menu {
  width: calc(100% - 60px);
}
.page.mobile-menu-opened.fix .header {
  left: calc(100% - 60px);
}
#mobile-menu .mobile-menu-auth {
  text-align: left;
  padding-left: 20px;
  background: #f8f6f3;
  border-bottom: none;
}
#mobile-menu .mobile-menu-auth span:nth-of-type(2) {
  margin-left: 30px;
  color: #adadad;
  border-bottom: 1px solid #dfddda;
}
#mobile-menu .mobile-menu-auth span a {
  color: inherit;
}
#mobile-menu li a {
  border-bottom: none;
}
#mobile-menu li {
  padding-left: 20px;
}
#mobile-menu li.highlight a {
  color: #f96224;
}
#mobile-menu li.menu-selector {
  position: relative;
}
#mobile-menu li.menu-selector::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #000;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
}


/*.footer {
  background: #f8f8f8;
  border: none;
}*/
.footer .apps > div {
  border: none;
  padding: 0;
  text-align: left;
}
/*.footer .apps > div + div {
  margin-top: 10px;
}*/
.footer .apps > div img {
  width: 155px;
  height: auto;
}

.bx-controls .bx-pager-item .bx-pager-link {
  background: #f0ece7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bx-controls .bx-pager-item .bx-pager-link.active {
  background: #f96224;
}
.bx-controls .bx-pager-item .bx-pager-link:hover, .owl-pagination .owl-page:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f96224;
}
.bx-controls {
  bottom: -30px;
}


/* catalog */

.slider .owl-item.active.firstActive .item, .slider5 .owl-item.active.firstActive .item, .slider6 .owl-item.active.firstActive .item,
.slider .owl-item.active .item, .slider5 .owl-item.active .item, .slider6 .owl-item.active .item {
  border: none;
}

.item .image > div {
  max-height: 270px;
}
.item .image img {
  max-height: 265px;
}
.item-content .ingredients em {
  font-style: normal;
}

.item-content .tabs {
  background: #f2ede7;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: 7px 7px 0 0;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
}
.item-content .tabs > a,
.item-content .tabs > a:first-of-type,
.item-content .tabs > a:last-of-type {
  border: none;
  background: transparent;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  border-radius: 5px;
  line-height: 1;
  padding: 7px 0;
  -webkit-transition: color .15s ease-in-out 0s, background .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s, background .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s, background .15s ease-in-out 0s;
}
.item-content .tabs > a:hover,
.item-content .tabs > a.active:hover,
.item-content .tabs > a.active {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.item-content .tabs > a:not(.active):first-of-type:hover,
.item-content .tabs > a:not(.active):last-of-type:hover {
  background: #E7DDD1
}
.item-content .tabs > a.active {
  cursor: default;
}


.item-content .size-choose-block {
  margin-top: 0;
  border: none;
  border-radius: 0 0 7px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f2ede7;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
}
.item-content .size-choose-block .size-radio {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
  left: -100px;
  top: -100px;
  pointer-events: none;
  margin: 0;
  padding: 0;
}
.item-content .size-choose-block {
  /*height: 30px;*/
  padding: 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.item-content .size-choose-block .size {
  height: 27px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  max-width: none !important;
  width: auto;
  min-width: auto;
  background: #f2ede7;
}
.item-content .size {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  -webkit-transition: color .15s ease-in-out 0s, background .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s, background .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s, background .15s ease-in-out 0s;
}
.item-content .size.active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  outline: 1px solid #f2ede7;
  cursor: default;
}
.item-content .size.active > div {
  font: inherit;
  font-weight: inherit;
}
.item-content .size,
.item-content .size > div,
.item-content .size > div:last-child,
.item-content .size .text {
  font-weight: normal;
  font: inherit;
}
.item-content .size,
.item-content .size > div,
.item-content .size > div:last-child {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
}
.item-content .price-box .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.item-content .price-box {
  padding: 15px 0;
}
.item-content .price-box .price {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: auto;
  line-height: 1;
  padding-top: 13px;
}
.item-content .price-box .less-more-holder {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.item-content .price-box .less-more {
  max-width: 100px;
}
.item-content .price-box .less-more > a:active {
  top: 0;
}
.item-content .btn,.item-content .price-box .btn {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 15px;
  line-height: 40px;
  -webkit-transition: color .15s ease-in-out 0s, background .15s ease-in-out 0s, border-color .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s, background .15s ease-in-out 0s, border-color .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s, background .15s ease-in-out 0s, border-color .15s ease-in-out 0s;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.item-content .btn:hover,.item-content .price-box .btn:hover {
  border-color: #eb5a1e;
}
.item-content .btn {
    float:right;
    width:100%;
    margin:20px 0 0
}
.item-content .price-box .price .add-weight {
  font-size: 12px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #8b8781;
  line-height: 1;
  top: 0;
}

@media screen and (min-width: 1024px) {
  .item-content .size:not(.active):hover {
    background: #E7DDD1;
  }
  .less-more > a.plus:hover,
  .less-more > a.minus:hover {
    background: #eb5a1e;
    color: #fff;
  }
  .less-more > a.plus:hover > .plus-ico,
  .less-more > a.minus:hover > .minus-ico {
    background: none;
  }
}

@media screen and (min-width: 961px) {
  .top-sub-menu-guest {
    right: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .header .main-header nav,
  .header .main-header.mhfix nav {
    margin-left: 0;
    width: calc(100% - 100px);
  }
  .header .main-header .logo-small-header {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .delivery {
    max-width: 130px;
  }
  .logo {
    left: calc(50% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .header .top-header .user-menu-wrap .price {
    display: block;
    color: #979797;
  }
}

/* cart.css overrides */
.cart .footer {
  display: none;
}
.cart .cart-wrap {
  margin-bottom: 0;
}

.cart .cart-row .col.cart-row__price,
.cart .cart-row .cart-row__remove {
  text-align: center;
}

.cart-row .col .less-more, .price-box .less-more {
  background: #f2ede7;
  overflow: hidden;
  border-radius: 8px;
  min-width: 99px;
  position:  relative;
}

.less-more > a.minus,
.less-more > a.plus,
.less-more .amount {
  border-radius: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  height: 31px;
}
.less-more .amount {
  font-size: 15px;
  pointer-events: none;
}
.less-more .amount:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}
.less-more > a.minus,
.less-more > a.plus {
  width: 32px;
  padding: 0;
  position: relative;
  -webkit-transition: color .15s ease-in-out 0s, background .15s ease-in-out 0s;
  -o-transition: color .15s ease-in-out 0s, background .15s ease-in-out 0s;
  transition: color .15s ease-in-out 0s, background .15s ease-in-out 0s;
}


.less-more > a.minus {
  border-radius: 8px 0 0 8px;
}
.less-more > a.plus {
  border-radius: 0 8px 8px 0;
}

.less-more > a > .minus-ico,
.less-more > a > .plus-ico {
  background: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.less-more > a > .minus-ico::after,
.less-more > a > .plus-ico::before,
.less-more > a > .plus-ico::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: currentColor;
}

.less-more > a > .minus-ico::after,
.less-more > a > .plus-ico::after {
  height: 1px;
  width: 9px;
}
.less-more > a > .plus-ico::before {
  width: 1px;
  height: 9px;
}

.cart .cart-wrap .promocode-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #f2ede7;
  font-family: inherit;
  margin-top: 0;
}
/*background: #f2ede7;
font-size: 15px;
  padding: 0 40px;
  font-family: inherit;
  font-weight: 400;
*/
.cart .total-row { 
  border-top: 0;
}
.cart .total-row .r-side .btn {
  /*background: #f96224;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;*/
  color: #fff;  
}
.cart .total-row .r-side .btn::after {
  content: none;
}
.choose_gift {
  color: #eb5a1e;
  background: #fff;
  border: 1px solid #f9cdbb;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 15px;
  font-family: inherit;
  max-width: 100%;
  border-radius: 9px;
  -webkit-transition: color .2s ease-in-out 0s, background .2s ease-in-out 0s, border-color .2s ease-in-out 0s;
  -o-transition: color .2s ease-in-out 0s, background .2s ease-in-out 0s, border-color .2s ease-in-out 0s;
  transition: color .2s ease-in-out 0s, background .2s ease-in-out 0s, border-color .2s ease-in-out 0s;
}
.choose_gift:hover {
  color: #fff;
  background: #eb5a1e;
  border: 1px solid #eb5a1e;
}
.choose_gift2 {
    display: inline-block;
    box-shadow: 0 3px 0 0 #b15241;
    border-radius: 10px;
    cursor: pointer;
    font: 400 14px/32px 'Roboto Slab','Times New Roman',serif;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    border: 1px solid #ea7045;
    border-top-color: rgb(234, 112, 69);
    border-right-color: rgb(234, 112, 69);
    border-bottom-color: rgb(234, 112, 69);
    border-left-color: rgb(234, 112, 69);
    background: #ea7045;
    background: -moz-linear-gradient(top,#ea7045 0,#df4c30 100%);
    background: -webkit-linear-gradient(top,#ea7045 0,#df4c30 100%);
    background: linear-gradient(to bottom,#ea7045 0,#df4c30 100%);
    padding: 0;
    text-align: center;
    line-height: 41px;
    font-size: 17px;
    width: 100%;
    margin: 8px 0 0;    

    color: white;
    background-color: #DE5D40;
    border: 1px solid #DE5D40;
    -webkit-box-shadow: none;
          box-shadow: none;
    font-size: 15px;
    line-height: 20px;
    font-family: inherit;
    max-width: 100px;
    border-radius: 15px;
    padding: 10px 0;
    -webkit-transition: color .2s ease-in-out 0s, background .2s ease-in-out 0s, border-color .2s ease-in-out 0s;
    -o-transition: color .2s ease-in-out 0s, background .2s ease-in-out 0s, border-color .2s ease-in-out 0s;
    transition: color .2s ease-in-out 0s, background .2s ease-in-out 0s, border-color .2s ease-in-out 0s;    
}
.choose_gift2:hover {
  color: #fff;
  background: #eb5a1e;
  border: 1px solid #eb5a1e;
}
@media screen and (max-width: 768px) {
  .cart .main {
    padding: 0;
  }
  .cart.cart-empty .cart-wrap {
    padding: 0 0 20px;
  }
  .cart .cart-row .col.cart-row__amount {
    float: left;
  }
  .cart .cart-row .col.cart-row__price,
  .cart .cart-row .cart-row__remove {
    text-align: left;
    line-height: 1;
    white-space: nowrap;
    margin: auto 20px auto 0;
    float: left;
    min-width: 12px;
  }
  .cart .cart-row .col.cart-row__price {}
  .cart .cart-row .cart-row__remove {}
  .cart .total-row {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    padding: 7px 20px !important;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cart.cart-empty .cart-wrap {
    padding: 0 0 90px;
  }
  .logo {
    margin: 0 30px 0 0;
    width: 80px;
    background-size: auto 100%;
  }  
}


.items .item {
  border: 1px solid transparent;
}

.price-box {
  padding:29px 0 17px;
}
