@font-face {
    font-family: 'gothic';
    src: url('/fonts/gothic.eot');
    src: local('gothic'), url('/fonts/gothic.woff') format('woff'), url('/fonts/gothic.ttf') format('truetype');
}

.no-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.btn-1 {
    color: #606d98;
    font-size: 15px;
    border: 1px solid #d4d1d1;
    text-align: center;
    border-radius: 6px;
    padding: 1px 0px 3px 0px;
    cursor: pointer;
    text-decoration: blink;
}

.btn-1:hover {
    color: #606d98;
    text-decoration: blink;
}

.btn-2 {
    background: rgba(208, 42, 42, 1);
    background: -moz-linear-gradient(left, rgba(208, 42, 42, 1) 0%, rgba(245, 82, 82, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(208, 42, 42, 1)), color-stop(100%, rgba(245, 82, 82, 1)));
    background: -webkit-linear-gradient(left, rgba(208, 42, 42, 1) 0%, rgba(245, 82, 82, 1) 100%);
    background: -o-linear-gradient(left, rgba(208, 42, 42, 1) 0%, rgba(245, 82, 82, 1) 100%);
    background: -ms-linear-gradient(left, rgba(208, 42, 42, 1) 0%, rgba(245, 82, 82, 1) 100%);
    background: linear-gradient(to right, rgba(208, 42, 42, 1) 0%, rgba(245, 82, 82, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d02a2a', endColorstr='#f55252', GradientType=1);
    color: #fff;
    padding: 6px 10px;
    font-size: 18px;
    text-decoration: blink;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-2:hover {
    color: #fff;
    text-decoration: blink;
    background: rgba(248, 80, 50, 1);
    background: -moz-linear-gradient(left, rgba(248, 80, 50, 1) 0%, rgba(231, 56, 39, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248, 80, 50, 1)), color-stop(100%, rgba(231, 56, 39, 1)));
    background: -webkit-linear-gradient(left, rgba(248, 80, 50, 1) 0%, rgba(231, 56, 39, 1) 100%);
    background: -o-linear-gradient(left, rgba(248, 80, 50, 1) 0%, rgba(231, 56, 39, 1) 100%);
    background: -ms-linear-gradient(left, rgba(248, 80, 50, 1) 0%, rgba(231, 56, 39, 1) 100%);
    background: linear-gradient(to right, rgba(248, 80, 50, 1) 0%, rgba(231, 56, 39, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=1);
}

.wrap {
    background: url('/img/background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    /* font-family: 'PT Sans Narrow', sans-serif;*/
    font-family: 'gothic';
}

h1, h2, h3, h4, h5 {
    color:#fff;
}

.body-site {

    background: rgba(4, 4, 4, 0.84);

    margin-top: -8px;
}

.header {
    background: #fff;
}

.top-nav {
    border-bottom: 2px solid #eee;
    text-align: center;
}

.top-nav ul {
    padding: 0px;
    margin: 0px;
}

.top-nav ul li {
    list-style: none;
    display: inline-block;
}

.top-nav ul li a {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 17x;
    padding: 10px;
}

.header-info {
    margin-top: 10px;
}

.header-info .header-info-left {
    margin-top: 35px;
}

.header-info .header-phones .phone-icon {
    background: url('/img/icon-phones.png');
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
}

.header-info .header-phones ul {
    display: inline-block;
    padding-left: 15px;
}

.header-info .header-phones ul li {
    list-style: none;
}

.header-info .header-phones ul li a {
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.header-info .order-time {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    width: 235px;
}

.header-info .order-call {
    margin-top: 10px;
}

.header-info .address {
    margin-top: 10px;
    margin-left: 40px;
    font-size: 13px;
    color: #484848;
    line-height: 43px;
    text-transform: uppercase;
}

.header-info .free-delivery {
    font-size: 21px;
    color: #e73939;
    text-transform: uppercase;
    margin-left: 40px;
    font-weight: bold;
    position: relative;
}

.free-delivery span {
    font-size: 14px;
    color: #000;
    position: relative;
    font-family: Arial;
    top: -12px;
    left: -6px;
}

.header-info .logo {
    text-align: center;
    z-index: 3;
}

.header-info .logo img {
    max-width: 100%;
}

.order {
    position: relative;
    margin-top: 12px;
}

.povar {
    background: url('/img/povar.png');
    width: 100%;
    height: 210px;
    background-position-x: 5px;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
}

.cart {
    color: #d56335;
    text-transform: uppercase;
    font-size: 19px;
    position: absolute;
    top: 80px;
    width: 100%;
    margin-left: 12px;
    text-align: center;
}

.main-nav {
    background: #2d2c2c;
    font-size: 28px;
    line-height: 37px;
    text-transform: uppercase;
    top: -8px;
    position: relative;
}

.main-nav ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.main-nav ul li {
    list-style: none;
    display: inline-block;
}

.main-nav ul li a {
    padding: 15px 10px;
    font-size: 21px;
    line-height: 37px;
    color: #fff;
    display: block;
}

.main-nav ul li a:hover {
    text-decoration: blink;
    background: #3e3e3e;
}

.main-nav ul li a:active, .main-nav ul li a:focus {
    text-decoration: blink;
}

.slider img {
    width: 100%;
}

.slide-btn-more {
    padding: 7px 30px;
    position: absolute;
    right: 0px;
    bottom: 30px;
}

.h1, h1 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fffefe;
    margin-top: 50px;
    line-height: 52px;
}

.list-product {margin-bottom: 50px;padding: 0px 15px;}

.list-product .h1, .list-product h1{
    text-align: center;
}

.cat-product{
    padding: 0px 15px;
    margin-top: 27px;
}
.cat-product .all{
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 27px;
}

.cat-product .all a{
    color: #77b892;
}

.cat-title{
    font-size: 39px;
    position: relative;
    color: #fff;
}


.pizza-item {
    padding: 10px;
    position: relative;
    /* width: 100%; */
}

.pizza-item img{
    margin: 0 auto;
    max-height: 250px;
}
.pizza-item  .product-name{
    font-size: 22px;
    line-height: 24px;
    color: #ff520e;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    height: 55px;
}
.pizza-item  .product-size{text-align: center;}
.pizza-item  .product-size ul{
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #fffcfc;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}
.pizza-item  .product-size ul li{
    list-style: none;
    display: inline-block;
    color: #504c4c;
    font-size: 18px;
    padding: 5px 5px;
    cursor: pointer;
}
.pizza-item  .product-size ul .active{
    color: #fff9f9;
    background: #3a97a7;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: bold;
}
.pizza-item  .product-description{
    margin: 15px 0px;
    color: #fff;
    font-family: Arial;
    font-size: 13px;
    height: 55px;
    overflow: hidden;
}
.pizza-item  .product-order-info{
    display: inline-block;
    position: absolute;
    left: 10px;
}

.pizza-item  .currency{
    color: #fff;
}
.pizza-item  .product-amount{
    color: #74b38e;
    font-size: 30px;
}
.pizza-item  .product-weight{
    color: #fff;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 52px;
}

.pizza-item  .product-order{
    text-align: center;
    margin-top: 10px;
}


.pizza-item  .product-quantity {
    line-height: 35px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    position: absolute;
    right: 11px;
    margin-top: -32px;
}

.product-quantity .quantity-less{
    cursor: pointer;
}
.product-quantity .quantity{
    font-size: 15px;
    margin: 0px 8px;
}
.product-quantity .quantity-more{
    cursor: pointer;
}



.sushi-item  {
    padding: 10px;
}

.sushi-item  img{
    margin: 0 auto;
    max-height: 200px;
}
.sushi-item  .product-name{
    font-size: 22px;
    line-height: 24px;
    color: #ff520e;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    height: 55px;
}



.sushi-item  .product-description{
    margin: 15px 0px;
    color: #fff;
    font-family: Arial;
    font-size: 13px;
    height: 55px;
    overflow: hidden;
}
.sushi-item  .product-order-info{
    display: inline-block;
}

.sushi-item  .currency{
    color: #fff;
}
.sushi-item  .product-amount{
    color: #74b38e;
    font-size: 30px;
}
.sushi-item  .product-weight{
    text-align: center;
}

.sushi-item  .product-weight span{
    background: #246d79;
    padding: 1px 6px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
}

.sushi-item  .product-order{
    text-align: center;
    margin-top: 10px;
}


.sushi-item  .product-quantity {
    line-height: 35px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    position: absolute;
    right: 11px;
    margin-top: 7px;
}


.subscribe {
    text-align: center;
    background: url('/img/social-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 55px 0px;
}
.subscribe h3 {
    font-size: 25px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
}
.subscribe .social {
    list-style: none;
    text-align: center;
    padding: 0px;
    margin-top: 30px;
}
.subscribe .social li {
    display: inline;
    padding-left: 3px;
}

.logo-footer {
    width: 100%;
    text-align:center;
    margin-bottom: -30px;
}

#footer {
    background: #191919;
    width: 100%;
    color: #636363;
}
#footer .bottom-menu {
    list-style: none;
    text-align: center;
    font-size: 0;
    margin-top: 55px;
    padding: 0px;
}

#footer .bottom-menu li {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 24px;
    display:inline;
    padding-right: 13px;
}
#footer .bottom-menu a {
    color: #636363;
}
#footer .bottom-menu a:hover {
    color: #ccc;
    text-decoration: none;
}
#footer .copy {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 55px;
}
.mb-nav-header{
    background: #2d2c2c;
    position: relative;
    height: 50px;
    display: none;
}
.mb-nav{
    background: #fff;
    padding: 11px 9px;
    height: 34px;
    width: 42px;
    margin: 8px;
    position: absolute;
    border-radius: 5px;
    right: 5px;
    display: block;
}

.mb-nav .icon-bar{
    background: #000;
    width: 100%;
    height: 2px;
    display: block;
    margin-bottom: 4px;
}

.page-text{
    font-size: 15px;
    font-family: Arial;
    color: #fffefe;
    margin-top: 55px;
    line-height: 22px;
}

.page-text p{
    font-size: 14px;
    font-family: Arial;
    color: #fffefe;
    line-height: 18px;
}

.page-text img{
    max-width: 100%;
    height: auto;
}

.page-text table{}
.page-text table tr{}
.page-text table td{}

.pizza-card-info{}
.pizza-card-info .product-order-info{
    color: #fff;
    position: relative;
    left: 0px;
}
.pizza-card-info .product-order-info .product-weight{

    position: relative;
    height: auto;
    line-height: 5px;
    text-align: left;
    margin-left: 5px;
}

.pizza-card-info .product-order-info span{
    color: #fff;
}

.pizza-card-info .product-size{
    padding: 15px 0px;
}
.pizza-card-info .product-quantity{
    position: relative;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 8px 0px;
}
.pizza-card-item .btn-2{
    border-radius: 7px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.pizza-card-item .description, .pizza-card-item .composition{
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
}
.pizza-card-item .description .title{
    font-size: 19px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.pizza-card-item .composition .title{
    font-size: 19px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.pizza-card-item{
    margin-top: 34px;
    position: relative;
}

.pizza-card-item-img{
    margin: 0 auto;
}

.pizza-card-info{
    padding: 0px 25px;
}

.pizza-item-additives{
    margin: 30px 0px;
}
.pizza-item-additives:before{
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    margin-top: 14px;
}
.pizza-item-additives .title{
    background: #77b892;
    color: #fff;
    padding: 1px 25px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    margin-left: 19px;
    display: inline-block;
}

.pizza-item-additives-item{}
.pizza-item-additives-item .price .active{
    display: block;
}
.pizza-item-additives-item .price > span{
    text-align: center;
    color: #fff;
    display: block;
    font-size: 18px;
    display: none;
    /* margin-bottom: 10px; */
}
.pizza-item-additives-item .count{
    background: #0c801b;
    color: #fff;
    width: 25px;
    text-align: center;
    border-radius: 9px;
    position: absolute;
    right: 0px;
    display: none;
}
.pizza-item-additives-item img{
    max-height: 130px;
    margin: 0 auto;
}
.pizza-item-additives-item .add{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    margin: 10px 0px;
}

.pizza-item-additives-item .remove{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    display: none;
}

#slider-pizza-item-additives{
    margin-top: 40px;
}


.comment-form {
    /* margin-top: 50px; */
    padding: 0px 10px;
}
.comment-form .form-group {
    margin-top: 20px;
}
.comment-form .form-group input {
    background: none;
    font-size: 18px;
    line-height: 24px;
    border: 1px dashed #fff;
    color: #fff;
    padding-left: 10px;
    width: 100%;
    height: 36px;
}
.comment-form .form-group textarea {
    background: none;
    font-size: 18px;
    line-height: 24px;
    border: 1px dashed #fff;
    color: #fff;
    padding-left: 10px;
    width: 100%;
    height: 145px;
}
.btn-comment {
    border: 0;
    background: none;
    font-size: 16px;
    color: #fff;
}
.comments {
    color: #fff;
    margin-top: 70px;
}
.border {
    border-top: 28px dashed #fff;
    border-image: url('/img/border.png') 30;
}
.comments p {
    margin-bottom: 30px;
    font-size: 14px;
    border-bottom: 1px dashed #fff;
    padding: 15px 0px;
    text-transform: none;
}
.comment .com-name {
    font-size: 17px;
    display: inline;
    line-height: 24px;
}
.comment .com-separate {
    display: inline;
    font-size: 18px;
}
.comment .com-date {
    font-size: 14px;
    line-height: 24px;
    display: inline;
}

label.error{
    color: #ff3c3c;
    font-weight: normal;
    padding: 3px;
}

.review-success{
    color: #65c336;
    font-size: 18px;
    text-align: center;
}


.sushi-card-info{}
.sushi-card-info .product-order-info{
    color: #fff;
    position: relative;
    left: 0px;
}
.sushi-card-info .product-order-info .product-weight{

    position: relative;
    height: auto;
    line-height: 5px;
    text-align: left;
    margin-left: 5px;
}

.sushi-card-info .product-order-info span{
    color: #fff;
}

.sushi-card-info .product-size{
    padding: 15px 0px;
}
.sushi-card-info .product-quantity{
    position: relative;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 8px 0px;
}
.sushi-card-item .btn-2{
    border-radius: 7px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.sushi-card-item .description, .sushi-card-item .composition{
    color: #fff;
    margin-top: 30px;
}
.sushi-card-item .description .title{
    font-size: 18px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.sushi-card-item .composition .title{
    font-size: 18px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.sushi-card-item{
    margin-top: 34px;
    position: relative;
}

.sushi-card-item-img{
    margin: 0 auto;
}

.sushi-card-info{
    padding: 0px 25px;
}

.category-sushi .active{
    color: #ff520e;
}

.category-sushi .active a{
    color: #ff520e;
}

.category-sushi  a{font-size: 17px;margin-bottom: 5px;display: block;color: #8dc5bc;text-align: center;}


.no-sushi p{
    padding: 10px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}


.salad-item  {
    padding: 10px;
}

.salad-item  img{
    margin: 0 auto;
}
.salad-item  .product-name{
    font-size: 22px;
    line-height: 24px;
    color: #ff520e;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    height: 55px;
}



.salad-item  .product-description{
    margin: 15px 0px;
    color: #fff;
    font-family: Arial;
    font-size: 13px;
    height: 55px;
    overflow: hidden;
}
.salad-item  .product-order-info{
    display: inline-block;
}

.salad-item  .currency{
    color: #fff;
}
.salad-item  .product-amount{
    color: #74b38e;
    font-size: 30px;
}
.salad-item  .product-weight{
    text-align: center;
}

.salad-item  .product-weight span{
    background: #246d79;
    padding: 1px 6px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
}

.salad-item  .product-order{
    text-align: center;
    margin-top: 10px;
}


.salad-item  .product-quantity {
    line-height: 35px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    position: absolute;
    right: 11px;
    margin-top: 7px;
}


.salad-card-info{}
.salad-card-info .product-order-info{
    color: #fff;
    position: relative;
    left: 0px;
}
.salad-card-info .product-order-info .product-weight{

    position: relative;
    height: auto;
    line-height: 5px;
    text-align: left;
    margin-left: 5px;
}

.salad-card-info .product-order-info span{
    color: #fff;
}

.salad-card-info .product-size{
    padding: 15px 0px;
}
.salad-card-info .product-quantity{
    position: relative;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 8px 0px;
}
.salad-card-item .btn-2{
    border-radius: 7px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.salad-card-item .description, .salad-card-item .composition{
    color: #fff;
    margin-top: 30px;
    font-size: 16px;
}
.salad-card-item .description .title{
    font-size: 22px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.salad-card-item .composition .title{
    font-size: 22px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.salad-card-item{
    margin-top: 34px;
    position: relative;
}

.salad-card-item-img{
    margin: 0 auto;
}

.salad-card-info{
    padding: 0px 25px;
}

.category-salad .active{
    color: #ff520e;
}

.category-salad .active a{
    color: #ff520e;
}


.drinks-item  {
    padding: 10px;
}

.drinks-item  img{
    margin: 0 auto;
    max-height: 205px;
}
.drinks-item  .product-name{
    font-size: 22px;
    line-height: 24px;
    color: #ff520e;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    height: 55px;
}



.drinks-item  .product-description{
    margin: 15px 0px;
    color: #fff;
    font-family: Arial;
    font-size: 13px;
    height: 55px;
    overflow: hidden;
}
.drinks-item  .product-order-info{
    display: inline-block;
}

.drinks-item  .currency{
    color: #fff;
}
.drinks-item  .product-amount{
    color: #74b38e;
    font-size: 30px;
}
.drinks-item  .product-weight{
    text-align: center;
}

.drinks-item  .product-weight span{
    background: #77b892;
    padding: 1px 6px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
}

.drinks-item  .product-order{
    text-align: center;
    margin-top: 10px;
}


.drinks-item  .product-quantity {
    line-height: 35px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    position: absolute;
    right: 11px;
    margin-top: 7px;
}


.drinks-card-info{}
.drinks-card-info .product-order-info{
    color: #fff;
    position: relative;
    left: 0px;
}
.drinks-card-info .product-order-info .product-weight{

    position: relative;
    height: auto;
    line-height: 5px;
    text-align: left;
    margin-left: 5px;
}

.drinks-card-info .product-order-info span{
    color: #fff;
}

.drinks-card-info .product-size{
    padding: 15px 0px;
}
.drinks-card-info .product-quantity{
    position: relative;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 8px 0px;
}
.drinks-card-item .btn-2{
    border-radius: 7px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.drinks-card-item .description, .drinks-card-item .composition{
    color: #fff;
    margin-top: 30px;
    font-size: 16px;
}
.drinks-card-item .description .title{
    font-size: 22px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.drinks-card-item .composition .title{
    font-size: 18px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.drinks-card-item{
    margin-top: 34px;
    position: relative;
}

.drinks-card-item-img{
    margin: 0 auto;
}

.drinks-card-info{
    padding: 0px 25px;
}

.category-drinks .active{
    color: #ff520e;
}

.category-drinks .active a{
    color: #ff520e;
}

.drinks-item  .product-size{}
.drinks-item  .product-size ul{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.drinks-item  .product-size ul li{
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    padding: 1px 6px;
    cursor: pointer;
}
.drinks-item  .product-size ul .active{
    background: #246d79;
}

.go-to-cart:hover{
    color: #9ed1ff;
    text-decoration: blink;
}

.go-to-cart{
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    padding: 8px 0px;
    color: #efefef;
}
.go-to-cart-d-none{
    visibility: hidden;
}

.confirm-order:hover{
    color: #1373ca;
    text-decoration: blink;
}
.confirm-order{
    font-size: 17px;
    display: block;
    margin-top: -5px;
    color: #f00;
}

.order-list{
    color: #fff;
}
.order-list .order-title{
    text-transform: uppercase;
    font-size: 25px;
}
.order-list .order-product-info{
    line-height: 1.3;
    color: #d2d2d2;
}

.order-list .order-product-sum{
    text-align: center;
    font-size: 25px;
    padding: 11px 0px;
}

.order-list .product-quantity{
    padding: 20px 0px;
}
.order-list .product-quantity .quantity-less{
    font-size: 11px;
}
.order-list .product-quantity .quantity-more{
    font-size: 11px;
}

.order-list .order-product-remove{
    padding: 23px 0px;
    cursor: pointer;
}

.order-list .order-product-remove:hover{
    color: red;
}

.order-list .order-list-item{
    margin-bottom: 20px;
}

.total_orders_sum{
    text-align: right;
    position: relative;
}

.total_orders_sum:before {
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    margin-top: 14px;
    left: 0px;
}

.total_orders_sum .title{
    background: #77b892;
    color: #fff;
    padding: 1px 25px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    margin-right: 45px;
    display: inline-block;
}

.total_orders_sum .t_sum{}
.total_orders_sum .t_sum span{
    width: 175px;
    text-align: center;
    margin-right: 45px;
    display: inline-block;
    color: #fff;
    font-size: 26px;
    margin-top: 8px;
}

.order-form{
    padding: 30px 0px;
    margin-top: 30px;
}
.order-form .form-group input{
    background: none;
    font-size: 18px;
    line-height: 24px;
    border: 1px dashed #fff;
    color: #fff;
    padding-left: 10px;
    width: 100%;
    height: 36px;
}

.order-form .btn-order{
    width: 80%;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
    font-size: 24px;
}
.order-form textarea{
    background: none;
    font-size: 18px;
    line-height: 24px;
    border: 1px dashed #fff;
    color: #fff;
    padding-left: 10px;
    width: 100%;
    height: 138px;
}

.additives-img-block{
    height: 130px;
}

.additives-weight{
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    font-size: 13px;
}

.sushi-item-img{
    height: 200px;
    display: block;
}

.additives-name{
    text-align: center;
    width: 97%;
    color: #fff;
    background: rgba(0, 0, 0, 0.48);
}

.post_list__item{}
.post_list__item .post_list__title{}
.post_list__item .post_list__title a{
    font-size: 25px;
    color: #FF5722;
    text-transform: uppercase;
}
.post_list__item .post_list__text{
    color: #fff;
    font-size: 14px;
    font-family: Tahoma;
}
.post_list__item .post_list__info{
    color: #fff;
}
.post-content{
    color: #fff;
    font-size: 15px;
}

.duble-menu{
    margin-bottom: 40px;
}
.duble-menu .title{
    text-align: center;
    margin-bottom: 45px;
}

.duble-menu img{
    margin: 0 auto;
}

.additives_category-list{
    padding: 0px;
}
.additives_category-list ul{
    padding: 0px;
    margin: 0px;
    background: #fff;
    padding: 20px;
}
.additives_category-list ul li{
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 5px;
    width: 12%;
    cursor: pointer;
    border: 1px solid transparent;
}
.additives_category-list ul li .c-additives-icon{}
.additives_category-list ul li .c-additives-title{
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 8px;
}

.additives_category-list ul li:hover, .additives_category-list ul .active{
    border: 1px solid #dcdcdc;
    border-radius: 7px;
    background: rgb(249, 249, 249);
}

.constructor-additives-item{
    position: relative;
    margin-top: 50px;
}
.constructor-additives-item .item{display: inline-block;vertical-align: top;background: #fff;width: 150px;height: 235px;border-radius: 11px;position: relative;margin-right: 6px;margin-bottom: 10px;}
.constructor-additives-item .additives-weight{color:#000;}
.constructor-additives-item .price > span{color:#000;}
.constructor-additives-item .add{color:#000;}
.constructor-additives-item .remove{color:#000;}
.constructor-additives-item .count{
    right: 5px;
    top: 6px;
}
.constructor-additives-item .additives-name{
    width: 100%;
}

.constructor-view{
    position: relative;
    margin-top: 50px;
}

.constructor-view img{
    margin: 0 auto;
}

.constructor-list{
    text-align: center;
    color: #fff;
    margin-top: 0px;
    padding: 20px;
}

.constructor-view .product-order{
    text-align: center;
    margin: 20px 0px;
    border-radius: 6px;
    z-index: 55555;
    position: relative;
}

.constructor-view .total-info{
    font-size: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
    padding: 11px;
}

.img_for_constructor{
    top: 60px;
    text-align: center;
    width: 94%;
    position: absolute;
    margin: 0 auto;
}
.img_for_constructor img{
    position: absolute;
    display: none;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 22px;
    max-height: 405px;
}


.pizza-item  .product-size ul li:nth-child(1){
    background: #187b00;
    color: #fff;
}
.pizza-item  .product-size ul li:nth-child(2){
    background: #fff;
    color: #000;
}
.pizza-item  .product-size ul li:nth-child(3){
    background: rgb(142, 0, 0);
    color: #fff;
}

.content img{
    max-width: 100%;
}

.constructor-list .remove{
    cursor:pointer;
}

.main-nav img{
    width: 50px;
    height: 50px;
}

.pizza-category .title{
    color: #fff;
    font-size: 20px;
}

.pizza-category{
    text-align: center;
    margin: 25px 0px;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px 0px;
    background: rgba(35, 31, 27, 0.58);
}

.pizza-category .item{
    text-align: center;
    display: inline-block;
    padding: 11px;
    cursor: pointer;
    text-decoration: blink;
}
.pizza-category .item:hover, .pizza-category .item.active{
    opacity: 0.6;
}

.pizza-category .item img{
    margin: 0 auto;
    width: 50px;
}
.pizza-category .item p{
    color: #fff;
}

.sushi_icon{
    display: inline-block;
    width: 45px;
}

.sushi_title_cat{
    display: inline-block;
}

.category-sushi{}
.category-sushi li{
    list-style: none;
}

.info-item{
    clear: both;
}

.product-amount-old{
	font-size: 19px;
    text-decoration: line-through;
    color: #74b38e;
    text-decoration-color: red;
}

.c-red{
	color: red !important;
}

.sushi-cat-item{
	    height: 65px;
    text-align: center;
}
.sushi-cat-item a{
	    font-size: 17px;
    margin-bottom: 5px;
    display: block;
    color: #8dc5bc;
    text-align: center;
	
}
