body {
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color:#333;
}

.content-wrapper {
  background-color: #f7f7f7;
}

.header {
  background-color: #000;
  padding: 40px 0;
}

.h-section {
  max-width: 1280px;
  margin: 0 auto;
}
.header .logo-wrapper {position: relative;}
.header .logo {
  height: 110px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -30px 0 0 -55px;
  z-index: 10;
}

.logo-part {
  top: -2px;
  height: 50px;
}
.logo-part-left {
  position: absolute;
  left: -65px;
}
.logo-part-right {
  position: absolute;
  right: -175px;
}

.header .contact-list {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 0 0;
}
.header .contact-item {
  display: block;
  color: #fff;
  font-size: 15px;
}

.header .social-list {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0 0 20px;
}
.header .social-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.header .social-item > img {width: 36px;}


/**
 * Navigation
 */
.navigation {
  background-color: #eb1515;
  padding: 10px 0;
  text-align: center;
}
.navigation.fixed {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%;
  z-index: 20;
}
.nav-list {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
.nav-list li {
  vertical-align: top;
  display: contents;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.nav-list li.delimiter {
  background-color: #fff;
  width: 1px;
  height: 24px;
  opacity: 0.6;
}

.page-nav {
  background-color: #000;
  text-align: center;
}
.page-nav ul {
  margin: 0;
  padding: 10px 0;
  display: block;
  list-style: none;
}
.page-nav ul li {
  vertical-align: top;
  display: contents;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.page-nav ul li a {
  color: #fff;
  padding: 5px 15px;
}

.nav-list li a {
  color: #fff;
  /* font-weight: bold; */
  padding: 5px 10px;
  border-radius: 5px;
}
.nav-list li a:hover {
  background-color: #ff778b;
  text-decoration: none;
}

.page-list {
  display: inline-block;
  padding: 10px 0 0 0;
}
.page-list ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
.page-list ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.page-list ul li a {
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
}

.mobile-toggler {
  padding: 0;
  border: none !important;
}
.mobile-toggler,
.mobile-toggler:active,
.mobile-toggler:hover {outline: none;}
.mobile-menu-icon {
  background: url('../images/menu.svg') no-repeat center center;
  background-size: 32px;
  display: inline-block;
  width: 36px;
  height: 36px;
}
/* Cart */
.cart-title,
.cart-icon {
  display: inline-block;
  vertical-align: baseline;
}
.cart-icon {
  background: url('../images/cart.svg') no-repeat center center;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

/* HEADER */
.mini-cart {
  padding: 5px 0 0 0;
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400;
}
.mini-cart .empty {}
.mini-cart .not_empty { 
  color: #fff !important;
  border-radius: 4px;
  margin: 0 0 0 10px;
  padding: 6px 14px !important;
  display: block;
  background-color: #eb1515;
}
.goods {
  display: inline-block;
  padding: 0 10px 0 0;
  border-right: 1px solid rgba(255,255,255, 0.5);
}
.sum {
  display: inline-block;
  padding: 0 0 0 6px;
}
.mini-cart .not_empty > div {
  display: inline-block;
  font-weight: bold;
}

.mini-cart .total-count {
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #9B59B6;
  border-radius: 50%;
  margin-top: 4px;
}
.mini-cart {
  position: unset;
  background:none;
  width:auto;
  height:auto;
  margin: 0;
}

.page-tpl {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .navbar-brand {
    margin: 0 auto;
  }
  .table-cart {
    margin-left: 0px; 
    margin-right: 0px; 
  }
  .mini-cart {
 /*   position: absolute;
    width: 90px;
    height: 90px;
    top: 50%;
    left: 10px;
    margin-top: -45px;
    
    background-size: cover; */
  
  }
}


/**
 * Category
 */
.category-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0;
}
.category-header {
  display: block;
  padding: 0 20px;
}
.category-title {
  margin: 30px 0 60px 0;
  font-size: 36px;
  font-weight: 600;
}

.section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 40px 0;
}

/**
 * Product
 */
.col-product-image,
.col-product-summary{}
.product-item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.product-wrapper,
.product-form {display: block;}
.product-wrapper {
  background: #fff;
  padding-bottom: 20px;
  border-radius: 10px;
  position: relative;
}
.product-summary {}
.product-form {
  /* display: none; */
  background: #fff;
  padding: 0 20px;
  border-radius: 0 0 10px 10px;
}
.product-img-block {
  display: block;
  height: 290px;
  border-radius: 10px 10px 0 0;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.product-img-block .weight {
  display: inline-block;
  padding: 0px 5px;
  border-radius: 3px;
  background-color: rgba(255,255,255, 0.9);
  color: #555;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 10px;
}

/**
 * Category special
 */
.category-combo .product-img-block,
.category-pizza .product-img-block {border: 10px solid #fff;}
.category-maki .product-img-block{border: 5px solid #fff;}
.product-img-pattern {background-image: url('../images/pattern.jpg'); background-size: 80%;}
#wok    .product-img-pattern {background-image: url('../images/pattern-wok.jpg'); background-size: 80%;}
#pizza  .product-img-pattern {background-image: url('../images/pattern-pizza.jpg'); background-size: 80%;}
#salads .product-img-pattern {background-image: url('../images/pattern-salad.jpg'); background-size: 80%;}

.product-url {
  display: block;
  padding: 10px 20px 0 20px;
}
.product-url:hover {text-decoration: none;}
.product-title {
 color: #000;
  font-size: 18px;
  margin: 0 0 8px 0;
  line-height: 24px;
}
.product-description {
  padding: 0 20px 10px 20px;
  min-height: 40px;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
}
.product-item:hover .product-description {opacity: 1;}
.product-price {font-size: 22px;}
.product-btn {
  font-size: 16px;
  border-radius: 7px;
  font-weight: 500;
  color: #fff;
  background-color: #eb1515;
  border: 1px solid #eb1515;
}
.product-btn:hover {
  color: #fff;
  background-color: #e31414;
  border: 1px solid #e31414;
}
.product-btn:active {
  color: #fff;
  background-color: #e31414;
  border-color: #e31414;
}
.product-btn:disabled {
  opacity:0.6;
  cursor: wait;
  color: #fff;
  background-color: #eb1515;
  border: 1px solid #eb1515; 
}
.product-more {padding: 0 20px;}
.btn-more {
  display: block;
  cursor: pointer;
  color: #eb1515;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #eb1515;
}
.btn-more:hover {
  color: #e31414;
  background-color: #fff;
  border: 2px solid #e31414;
}
@media (max-width: 768px) {
  .category-section {
    padding: 10px 0;
  }
  .category-title {
    margin: 5px 0 10px 0;
  }
  .product-wrapper {
    padding-bottom: 10px;
  }
  .product-img-block {
    height: 120px;
    border-radius: 10px;
  }
  .product-img {
    display: block;
    margin: 0 auto;
    height: 240px;
  }
  .product-btn {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 7px;
    font-weight: 500;
    color: #fff;
    background-color: #eb1515;
    border: 1px solid #eb1515;
  }
  .col-product-image {
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 0;
  }
  .col-product-summary {
    padding-left: 0;
  }
}


/**
 * Transitions
 */
.product-img-block {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.wave{
  background:
    linear-gradient(to right, sandybrown, chocolate);
    position: relative;
    padding: 15px 30px 15px 30px;
    margin:0 auto;
    width: fit-content;
}
.wave::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 10px;
  background-size: 20px 20px;
  background-image:
    radial-gradient(circle at 10px -5px, transparent 12px, #f7f7f7 13px);
}
.wave::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 15px;
  background-size: 40px 20px;
  background-image:
    radial-gradient(circle at 10px 15px, #f7f7f7 12px, transparent 13px);
}

.hr-dashed {
	margin: 20px 0;
	padding: 0;
	height: 0;
	border: none;
	border-top: 2px dashed #ddd;
}

@media (min-width: 768px) {
 .table-cart {
    margin-left: 5%; 
    margin-right: 5%; 
  }
}


/**
 * Footer
 */
.footer  {
  border-top: 10px solid #444;
  color: #fff;
  padding: 50px 0;
  background: #333;
}
.footer .container-fluid {
  max-width: 1280px;
  margin: 0 auto;
}
.footer .menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .menu-list a {
  color: #bbb;
}
.footer .menu-list a:hover {
  color: #ccc;
}
.footer .social-list {
  display: inline-block;
  vertical-align: top;
}
.footer .social-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.footer .social-item > img {width: 36px;}
.footer .contact-list {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
}
.footer .contact-item {
  display: block;
  color: #fff;
  font-size: 15px;
}
.footer .title {
  color: #fff;
  font-size: 17px;
  margin: 0 0 25px 0;
}
.logo-footer {
  max-width: 100px;
  display: block !important;
  margin: 20px auto !important;
}

.footers a {color:#696969;}
.footers p {color:#696969;}
.footers ul {line-height:30px;}


#social-fb:hover {
  color: #3B5998;
  transition:all .001s;
}
#social-tw:hover {
     color: #4099FF;
     transition:all .001s;
}
#social-gp:hover {
     color: #d34836;
     transition:all .001s;
}
#social-em:hover {
     color: #f39c12;
     transition:all .001s;
}

.fa-color-social {
    background: #000; /* Чёрный цвет фона */
    padding: 3px 6px; /* Поля */
    border-radius: 3px; /* Радиус скругления */
    color: white;
   }
.social a {
    text-align: center;
    width: 48px;
    height: 48px;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 24px;
    margin: 0 10px 10px 0;
    padding: 6px;
    color: #000;
}   
.vk a:hover {background: #5d84ae; color: #fff;}
.instagram a:hover {background: #3f729b; color: #fff;}

.quickview.modal.fade:not(.show) {
    opacity: 1;
}


@font-face {
  src: url(https://fonts.bureau.ru/1.12.4/bureausans-regular.woff2) format("woff2"),
       url(https://fonts.bureau.ru/1.12.4/bureausans-regular.woff) format("woff");
  font-family: Bureausans;
  font-weight: normal;
  font-style: normal
}

html, body {
  margin: 0;
  padding: 0;
}

.menuWrapper {
  overflow: hidden;
}

.menuLimiter {
  max-width: 100%;
  padding-bottom: 20px;
  margin-bottom: -20px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: linear-gradient(90deg,transparent 0,rgba(0,0,0,.25) 9px,#000 18px,#000 calc(100% - 18px),rgba(0,0,0,.25) calc(100% - 9px),transparent);
  mask-image: linear-gradient(90deg,transparent 0,rgba(0,0,0,.25) 9px,#000 18px,#000 calc(100% - 18px),rgba(0,0,0,.25) calc(100% - 9px),transparent);
}

.menu {
  display: flex;
  list-style: none;
  padding: 0 10px;
  margin: 0;
}

.menu-item {
  margin-right: 15px;
  white-space: nowrap;
}

.menu-item:last-child {
  margin-right: 0;
  padding-right: 15px;
}



.menu-item a:hover,
.menu-item.is__active a {
  color: #e30016;
}

.menu-item.is__active {
  pointer-events: none;
}

.dragscroll {
  cursor: grab;
}
.img-inbasket {
    width: 200px;
    border-radius: 5px;
}

@media only screen and (max-width: 400px) {
  .menu-item { margin-right: 25px; }
}

@media only screen and (max-width: 426px) {
  .menu-item { margin-right: 13px; }
}

@media only screen and (max-width: 450px) {
  .menu-item { margin-right: 20px; }
}

@media only screen and (max-width: 470px) {
  .menu-item { margin-right: 25px; }
}

@media only screen and (max-width: 510px) {
  .menu-item { margin-right: 15px; }
}

@media only screen and (max-width: 990px) {
  .menu-item { margin-right: 15px; }
  .header .logo {
  height: 90px;
  position: absolute;
  left: 50%;
  top: 0;
  /* margin: -30px 0 0 -45px; */
  z-index: 10;
}

.logo-part {
  top: -2px;
  height: 29px;
}
.logo-part-left {
  position: absolute;
  left: 55px;
}
.logo-part-right {
  position: absolute;
  right: 15px;
}
.mini-cart {
    position: fixed;
    bottom: 25px;
    left: 15px;
    background: none;
    width: auto;
    height: auto;
    margin: 0;
    z-index: 1;
}
.img-inbasket {
    width: 90px;
    border-radius: 5px;
}
.table {padding: .20rem;}
.table td {padding: .20rem;}
.table th {padding: .20rem;}
.row {  
  margin-left: -10px;
  margin-right: -10px;
}
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {
  .menu-item { margin-right: 15px; }
  .header .logo {
  height: 90px;
  position: absolute;
  left: 70px;
  top: 0;
  margin: -30px 0 0 -45px;
  z-index: 10;
}

.logo-part {
  top: -2px;
  height: 50px;

}
.logo-part-left {
  position: absolute;
  left: -100px;

}
.logo-part-right {
  position: absolute;
  right: -190px;
}
.mini-cart {
    position: fixed;
    bottom: 25px;
    left: 15px;
    background: none;
    width: auto;
    height: auto;
    margin: 0;
    z-index: 1;
}
.img-inbasket {
    width: 90px;
    border-radius: 5px;
}
.row {  margin: 10px;}

.header .social-list {
    display: inline-block;
    vertical-align: top;
    padding: 15px 0 0 20px;
    float: right;
    left: 550px;
    top: -50%;
    position: inherit;
}
.header {
    padding: 40px 0 5px 0;
}
}



