@font-face {
	font-family: 'gothic';
	src: url('fonts/gothic.eot');
	src: url('fonts/gothic.eot'), url('fonts/gothic.woff') format('woff'), url('fonts/gothic.ttf') format('truetype');
}
body, button, input, select, textarea {
	font-family: 'gothic';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	color: #000;
	line-height: 24px;
}
body, html {
	position: relative;
	overflow-x: hidden;
	
}
h1 {
	font-size: 30px;
	font-weight: 700;
}
h2 {
	font-size: 30px;
	font-weight: 700;
}
h3 {
	font-size: 17px;
}
a {
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color: #c80702;
	text-decoration: none;
}
li {
	list-style-type: none;
}
img {
	max-width: 100%;
}
p, ul, table {
	margin-bottom: 30px;
}
.cart * {
	box-sizing: border-box;
}
.cart-container {
	width: 100%;
	background-color: #fff;
	z-index: 101;
	
}
.cart__content {
	max-height: 100%;
	padding: .5rem 1rem 5rem;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	overflow: auto;
}
.cart-container__scroller {
	position: relative;
	bottom: 72px;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	top: 0;
}
.cart-button--secondary {
	background-color: #fff;
	border-bottom: 1px solid #f8f5f2;
	cursor: default;
	height: 56px;
}
.cart__label {
	margin: 0;
	text-align: center;
	width: 100%;
}
.cart__label-title {
	color: #666;
	font-weight: 600;
	line-height: 54px;
}
.cart-empty {
	text-align: center;
	margin: auto;
	min-height: 153px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cart-empty__icon {
	display: block;
}
.cart-empty__icon:before {
	color: #d7d7d7;
	font-size: 32px;
}
.cart-empty__text {
	display: block;
	margin-top: 15px;
	font-size: 15px;
	color: #7d7d7d;
}
.cart-sum {
	border-top: 1px solid #d7d7d7;
	padding: 15px 0;
	font-size: 14px;
}
.cart-row {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
	transform: translateZ(0);
	align-items: center;
	width: 100%;
}
.cart-sum-name {
	width: 100%;
	padding: 4px 0;
}
.cart-sum-price {
	min-width: 85px;
	text-align: right;
	white-space: nowrap;
}
.grey {
	color: #666;
}
.row-sum {
	color: #000;
	font-weight: 600;
}
.cart-sum-price {
	min-width: 85px;
	text-align: right;
	white-space: nowrap;
}

.cart__order_empty-button {
	border-bottom-color: #bbb;
	background-color: #d7d7d7;
	color: #fff;
	text-shadow: none;
	cursor: pointer;
	border-radius: 2px;
	border: 0;
	position: relative;
	height: 64px;
	line-height: 64px;
	width: calc(100% - 24px);
	margin: 0 auto;
	display: block;
}
/*.cart__order_empty-button:hover {
	background-color: #ff8b07;
	border: 0;
}*/

.cart__order-button {
    border-bottom-color: #bbb;
    background: linear-gradient(#e46b71, #9b111e);
    color: #fff;
    text-shadow: none;
    cursor: pointer;
    border-radius: 2px;
    border: 0;
    position: relative;
    height: 64px;
    line-height: 64px;
    width: calc(100% - 24px);
    margin: 0 auto;
    display: block;
}

.cart__order-button:hover {
    background-color: #ff8b07;
    border: 0;
}

 @media (min-width: 1004px) {
.main-header,  .body-list,  .navbar {
	width: calc(100% - 344px);
}
.main-header .container,  .body-list .container,  .mega-menu.container {
	max-width: 1130px;
}
.cart-container {
	position: fixed;
	bottom: 0;
	right: 0;
	top: 0;
	display: inline-block;
	background-color: #fff;
	z-index: 999;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	width: 344px;
	overflow: auto;
}
.cart__content {
 padding: .5rem .75rem .75rem;
}
.navbar .dropdown .dropdown-menu {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	display: block;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.navbar .dropdown:hover .dropdown-menu {
	transform: scaleY(1);
}
.navbar .navbar-toggler {
	display: none!important;
}
.navbar .navbar-nav li {
	position: static;
}
.navbar .navbar-nav li a {
	line-height: 66px;
}
.main-header .branding {
	text-align: center;
}

/*logo position*/
.main-header .branding img {
	display: inline-block;
	margin: -10% auto 0 auto;
	
}
.mobile {
	display: none!important;
}
}
.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler {
	border-color: transparent;
	color: #414042!important;
	background-color: transparent;
	border-radius: 13px;
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	right: 15px;
	top: 21px;
	z-index: 1;
}
.navbar-toggler span {
	background-color: #fff;
	border-radius: 1px;
	height: 3px;
	width: 50%;
	position: absolute;
	left: 48%;
	top: 50%;
	margin: -1px 0 0 -15px;
	transition: height 100ms;
}
.navbar-toggler span:after, .navbar-toggler span:before {
	content: '';
	background-color: #fff;
	border-radius: 1px;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 52%;
	margin-left: -15px;
	transition: all 200ms;
}
.navbar-toggler span:after {
	top: -8px;
}
.navbar-toggler span:before {
	bottom: -8px;
}
.navbar-toggler[aria-expanded=true] > span {
	height: 0;
}
.navbar-toggler[aria-expanded=true] > span:after, .navbar-toggler[aria-expanded=true] > span:before {
	background-color: #000;
	top: 1px;
}
.navbar-toggler[aria-expanded=true] > span:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded=true] > span:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*navbar eli vino*/
.navbar {
	/*background: #f8f5f2;*/
	background: #e46b71;
	border: none;
	width: 100%;
	margin-bottom: 30px;
	min-height: 70px;
	min-height: inherit;
	margin-bottom: 0px;
	font-family: 'comic sans MS';
}

 @media (max-width: 1004px) {
	 
	 
	.top-banner {
		display:none;
	}
	 
	.main-header .branding img {
		padding: 15px 0;
	}

	/*Main hover navbar*/
	/*.navbar {
		min-height: inherit;
		margin-bottom: 0px;
	}
	*/
	.navbar-nav {
		margin: 0;
		padding-left: 0;
		color: #000;
	}

	.num-in {
	  display: flex;
	  align-items: center;
	}

	.num-in span {
	  margin: 0 5px; 
	}


	.navbar-collapse{
		-webkit-transform:  translate(-50%, 0);
		-ms-transform:  translate(-50%, 0);
		transform:  translate(-50%, 0);
		-webkit-transition: all 200ms ease 0s;
		-o-transition: all 200ms ease 0s;
		transition: all 200ms ease 0s;
		position:absolute;
		width:100%;
		z-index:999;
		}

	.navbar-collapse.in {
		background: #f8f5f2;	
		transform:  translate(0%, 0);
		}

	.navbar .navbar-nav li {
		border-bottom: 1px solid #ebebeb;
	
	}
	.navbar .navbar-nav li:last-child,  .navbar .navbar-nav li ul li {
		border-bottom: 0;
	}
	.navbar .navbar-nav li a {
		display: block;
		background: #9b111e;
	}
	.navbar .navbar-nav li.dropdown > a:after {
		content: "\f067";
		font-family: "FontAwesome";
		position: absolute;
		top: 6px;
		right: 0;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border: 1px solid #ddd;
		border-radius: 0 2px 0 0;
		color: #ff8b07;
		font-size: 14px;
		text-align: center;
	}
	.navbar .navbar-nav li.dropdown.open > a {
		font-weight: 600;
	}
	.navbar .navbar-nav li.dropdown.open > a:after {
		font-weight: 400;
	}
	.navbar .navbar-nav li.dropdown.open > a:after {
		content: "\f068";
	}
	.navbar .navbar-nav li.dropdown .sub-title {
		margin: 0;
	}
	.main-header .branding img:first-child {
		display: none;
	}
	.cart-toggler {
		color: #414042!important;
		background-color: transparent;
		display: block;
		position: absolute;
		width: 60px;
		height: 60px;
		right: 94px;
		top: 21px;
		z-index: 20;
		border: 0;
		font-size: 23px;
		border-radius: 13px;
	}
	.cart-toggler:focus {
		outline: 0;
	}
	.cart-container {
		-webkit-transform:  translate(-50%, 0);
		-ms-transform:  translate(-50%, 0);
		transform:  translate(-50%, 0);
		-webkit-transition: all 200ms ease 0s;
		-o-transition: all 200ms ease 0s;
		transition: all 200ms ease 0s;
		position:absolute;
			left: -1000px;
	
	}
	.cart-container.act {
		transform: translate(0%, 0);
		left:0;
	}
}

/* count cart item */
#itemCount {
	position: absolute;
	top: 0px;
	right: 12px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	color: #fff;
	background: #92dd26;
	font-size: 12px;
	line-height: 20px;
}

.navbar .navbar-nav li a {
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 10px;
	position: sticky;
}
.navbar .navbar-nav li .nav-link:hover, .navbar .dropdown:hover a {
	color: #ff8b07;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}
.navbar .dropdown-menu li a:before {
	content: "";
	background: #ff8b07;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	left: 0px;
	top: 0px;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.navbar .dropdown-menu li a:hover {
	color: #fff!important;
}
.navbar .dropdown-menu li a:hover:before {
	transform: scaleX(1);
}


.navbar .dropdown-menu {
	padding: 5px 20px 20px;
	left: 3%;

}
.navbar .dropdown-menu .sub-title, .navbar .dropdown-menu .sub-title a {
	font-weight: 600;
	line-height: inherit;
}
.navbar .dropdown-menu .sub-title a,  .navbar .dropdown-menu li a {
 padding-right: .5rem;
 padding-left: .5rem;
	font-size: 16px;
	color: #0a3847!important;
	display: inline-block;
	margin-bottom: 0;
}
.navbar .dropdown-menu li a {
	line-height: 30px;
	padding-right: 1.3rem;
}
.navbar .dropdown-menu li a i {
	margin-right: 7px;
	margin-left: 7px;
	color: #d7d7d7;
}

/*navbar header underneath the logo*/
.main-header .branding {
	width: 100%;
	/*background: #f8f5f2;*/
	background: #F9F9FF;
	position: relative;
}

::placeholder {
  color: #c3c3c3;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 1);
  height: 25px;
  border-radius: 5px;
  padding: 3px;
  z-index: 999;
}  
  
.search-box {
	position: absolute;
	top: 51px;
	right: 15px;
	transform: translate(-5%, -50%);
	background-color: transparent;
	padding: 10px;
	border-radius: 13px;
	z-index: 999;
}
.search-box:hover > .search-txt, .search-box:checked > .search-txt {
	width: 240px;
	padding: 0 6px;
}
.search-box:hover > .search-btn, .search-box:checked > .search-btn {
	color: white;
}
.search-btn {
	color: #fff;
	float: right;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
	font-size: 23px;
}
.search-txt {
	border: none;
	background: none;
	outline: none;
	float: left;
	padding: 0;
	color: #000;
	font-size: 16px;
	transition: 0.4s;
	line-height: 40px;
	width: 0px;
}
.body-list .menu-item {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.body-list .menu-item a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.body-list .menu-item img {
	position: relative;
	display: block;
	max-width: 100%;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	z-index: 1;
	width:100%;
}
.body-list .menu-item:hover img, .body-list .menu-item:focus img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.body-list .menu-item a:before {
	position: absolute;
	display: block;
	content: '';
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	transition: all 0.6s ease;
	z-index: 2;
}
.body-list .menu-item:hover a:before {
	opacity: 0.6;
}
.menu-product {
	padding: 16px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	margin: 8px 0;
	position: relative;
}
.menu-product:last-child {
	margin-bottom: 30px;
}
.menu-product .img-item {
	text-align: center;
	padding-left: 0;
}
.menu-product .img-item img {
	width: 100%;
}
.menu-product h3 {
	font-weight: 600;
	margin-bottom: 15px;
}
.menu-product .link {
	font-weight: 500;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-radius: 0 2px 0 0;
	/*color: #1574f5;*/
	color: #9b111e;
	font-size: 14px;
	text-align: center;
}
.menu-product .link:hover, .menu-product .link:focus {
	background: #1574f5;
	color: #fff;
}
#cart-meal-template {
	color: #000;
	font-size: 12px;
	border-top: 1px solid #f8f5f2;
	padding: 16px 0;
}
#cart-meal-template .cart-meal-amount {
	margin: 0 4%;
	width: 20px;
	height: 41px;
	border: none;
	background: none;
	text-align: center;
	padding: 0;
	top: 0px;
	position: relative;
	font-size: 12px;
}
#cart-meal-template .cart-meal-name {
	word-break: break-word;
	font-size: 13px;
	flex: 1 1;
	line-height: 20px;
}
#cart-meal-template .num-in {
	min-width: 98px;
}

.delete {
	color: #CC3737;
}
#cart-meal-template .num-in .plus, #cart-meal-template .num-in .minus, #cart-meal-template .num-in .delete {
	line-height: 1;
	padding: 6px 8px;
	margin: 0 3px;
	border: 1px solid #cecece;
	border-radius: 4px;
	cursor: pointer;
	float: left;
}
#cart-meal-template .num-in .plus:hover, #cart-meal-template .num-in .plus:focus, #cart-meal-template .num-in .minus:hover, #cart-meal-template .num-in .minus:focus {
	background: #1574f5;
	color: #fff;
}
#cart-meal-template .num-in .delete {
	color: #d61b22;
	padding: 0;
	font-size: 20px;
	border: 0;
	line-height: 27px;
	float: right;
}
#cart-meal-template .num-in .price-product {
	min-width: 3rem;
	white-space: nowrap;
	font-size: 16px;
	margin: 0 3px;
}
#loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-weight: bold;
}
.preloader {
	position: absolute;
	font-size: 51px;
	color: #000;
	left: calc(50% - 111px);
	top: calc(42% + 30px);
}
.preloader span {
	display: block;
	font-size: 18px;
	color: #38383a;
	text-transform: uppercase;
	margin-top: 34px;
	text-align: center;
	font-weight: normal;
}
.loadBar {
	position: absolute;
	width: 240px;
	height: 1px;
	left: calc(50% - 125px);
	top: calc(50% + 71px);
	background: #bcbcbc;
}
.progress {
	position: relative;
	width: 0%;
	height: 3px;
	top: -1px;
	background: #38383a;
}
 @keyframes loading {
 0% {
 width: 0%;
}
 100% {
 width: 100%;
}
}

 @media (max-width: 570px) {
}
 @media (max-width: 500px) {
}
 @media (max-width: 486px) {
	 
	.menu-product  .img-item.col-xs-3 {
		width: 50%;
		}
		.menu-product  .text-product.col-xs-9 {
		width: 100%;
		}
	 
	 
}
 @media (max-width: 360px) {
.search-box {
	right: 10px;
}
.cart-toggler {
	right: 85px;
}
.navbar-toggler {
	right: 158px;
	
}
}

.menu-product .link {
    z-index: 100;
}

.top-banner {
    max-height: 300px;
    overflow: hidden;
}

.cart__order-button.active {
    background: #ff8b07;
}

.cart {
    padding: 0 0 50px;
}

.table-order td {
    vertical-align: middle !important;
    font-size: 13px;
}

.table-order h3 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    background: none !important;
    padding: 0px !important;
}

.table-order a {
    line-height: 1;
    padding: 4px 5px;
    background: #f6f6f6;
    font-weight: normal;
    margin: 0 3px;
    border: 1px solid #cecece;
    border-radius: 4px;
    cursor: pointer;
}

.table-order input {
    max-width: 60px;
    font-size: 13px !important;
    line-height: 21px;
    padding: 2px 12px;
    text-align: center;
    border: 1px solid #cecece;
    border-radius: 4px;
}

.table-order .total {
    padding: 10px 0 0 0;
    display: block;
}

.cart .cart__order-button:hover {
    color: #fff !important;
}

.sidebar-nav {
    list-style-type: none;
    display: block;
    padding: 3px 0 0 0px;
    box-shadow: 0 0 3px #ccc;
    background: #f6f6f6;
    margin: 0 0 2px 0;
    position: relative;
    z-index: 10;
}

    .sidebar-nav li {
        display: inline-block;
        padding: 10px 5px;
        position: relative;
        width: 25%;
        text-align: center;
    }

        .sidebar-nav li:hover svg path, .sidebar-nav li.active svg path {
            fill: #d2b09c!important;
        }

        .sidebar-nav li a {
            display: block;
        }

    .sidebar-nav ul {
        position: absolute;
        right: 0px;
        top: 44px;
        padding: 0px;
        background: #d2b09c;
        border-radius: 4px;
        display: none;
    }

    .sidebar-nav li:hover ul {
        display: block;
    }

    .sidebar-nav ul:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 10px solid #ff8b07;
        position: absolute;
        top: -6px;
        right: 34%;
    }

    .sidebar-nav ul li {
        width: 100%;
        display: block;
        padding: 0px;
        line-height: normal;
    }

        .sidebar-nav ul li a {
            font-size: 12px;
            padding: 5px 30px;
            display: block;
            color: #fff;
        }

            .sidebar-nav ul li a:hover {
                text-decoration: underline;
            }


.search-forms {
    padding: 15px;
    display: none;
}

    .search-forms.active {
        display: block;
    }

    .search-forms h4 {
        font-size: 14px;
    }

    .search-forms input {
        width: 75% !important;
        float: left;
    }

    .search-forms a.btn {
        width: 25%;
        background: #383838;
        border-radius: 0px;
        font-size: 12px;
        color: #fff;
        margin: 0px;
    }

        .search-forms a.btn:hover {
            background: #ff8b07;
        }


.order-client-details {
    max-width: 80%;
    margin: 0 auto;
}

    .order-client-details h3 {
        padding: 10px 10px;
        background: #eee;
        float: none;
        clear: both;
    }

    .order-client-details label {
        width: 35%;
        float: left;
        font-size: 14px;
        font-weight: normal;
    }

	.alert-danger {
		margin-top: 10px;
	}
	
    .order-client-details input, .order-client-details select {
        width: 65% !important;
        margin: 0 0 10px 0 !important;
        float: left;
        padding: 5px;
        border: solid 1px #ccc;
    }

    .order-client-details textarea {
        width: 100%;
        height: 200px;
        border: solid 1px #ccc;
        padding: 5px;
    }

.order-button {
    border-bottom-color: #bbb;
    background: linear-gradient(#e46b71, #9b111e);
    color: #fff !important;
    text-shadow: none;
    cursor: pointer;
    border-radius: 2px;
    border: 0;
    position: relative;
    height: 64px;
    line-height: 64px;
    margin: 20px auto 50px;
    display: block;
}

.edit-user-data input.form-control {
    padding: 20px !important;
    margin: 0 0 20px;
}

/*---------- Login ----------*/
.login-logo, .register-logo, .btn {
    margin: 0px;
    font-size: 30px;
}
