@import url('https://fonts.googleapis.com/css?family=Gotu|Open+Sans:300,300i,400,400i,600,600i&display=swap&subset=latin-ext');
body,h1,h2,h3,h4,h5,h6,p,a,span,label,input,li,ul,ol,div{
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.gotu{
    font-family: 'Gotu', sans-serif !important;
}

body{
    margin: 0;
    padding: 0;
    background: #fff;
}

.strike {
	text-decoration: Line-Through;
}

::selection {
  background: #f6ece0; /* WebKit/Blink Browsers */
  color: #000;
}
::-moz-selection {
  background: #f6ece0; /* Gecko Browsers */
  color: #000;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(0,0,0,1);
  box-shadow: 0 1px 1px rgba(0,0,0, 0.075) inset, 0 0 8px rgba(0,0,0, 0.6);
  outline: 0 none;
}

a{
    transition: all 0.25s;
}

a:hover,
a:focus{
    text-decoration: none;
    color: #BFB1A1;
}

p{
    font-size: 16px;
    font-weight: 400;
}

h2{
    font-size: 34px;
}

h3{
    font-size: 28px;
    font-weight: 600;
}

h5{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.modal h5 {
    font-size: 18px;
    text-transform: none;
    color: #000;	
}

.content-width{
    max-width: 1320px;
    margin: 0 auto;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.bg{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.middlecenter{
    display: flex;
    align-items: center;
}

.clear{
    clear: both;
}

.wrapper{
    margin-top: 84px;
}

.buttondiv{
    display: inline;
}

.buttondiv .btn-primary{
    background: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    width: 220px;
    height: 38px;
    position: relative;
    z-index: 3;
    transition: all 0.25s;
}

.buttondiv .btn-primary:hover,
.buttondiv .btn-primary:focus{
    background: transparent;
    color: #fff;
    border: 1px solid #000;
}

.buttondiv .hidediv{
    position: absolute;
    background: #fff;
    height: 0px;
    z-index: 2;
    width: 220px;
}

.buttondiv .layer{
    position: absolute;
    margin-top: 0;
    width: 220px;
    background: #000;
    height: 0px;
    transition: all 0.25s;
    z-index: 0;
}

.buttondiv .btn-primary:hover ~ .hidediv .layer{
    margin-top: -38px;
    height: 38px;
}

/* UNIQUE ANIMATED CSS */

.fadeIn{
    animation-duration: 2s;
}

/* HEADER */

.navbar{
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
}

.navbar .bigmenu{
    margin: 0 auto;
}

.navbar .nav-link{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus{
    color: #BFB1A1;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar .navbar-right .nav-item{
    border: 1px solid #000;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.dropdown-item:focus, .dropdown-item:hover{
    background: #f6ece0;
}

/* HEADER BASKET */


.navbar-right .dropdown-menu{
    margin-left: -100px;
    padding: 0;
    margin-top: 17px;
}

.basketlayer{
    width: 300px;
    background: #fff;
    margin: 0;
    right: 15px;
    padding: 15px;
    border: 1px solid #000;
    border-top: 10px solid #000;
    transition: all 0.25s;
}

.basketlayer h4{
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 800;
}

.basketlayer .delete{
    background: #000;
    color: #fff;
    padding: 1px 5px;
    font-size: 10px;
    position: absolute;
    right: 5px;
    margin-top: -19px;
}

.basketlayer p{
    font-size: 14px;
    margin-bottom:0;
}

.basketlayer .sumsum p{
    font-size: 16px;
    margin-top: 5px;
}

.basketlayer .btn-success{
    margin-top: 15px;
    width: 100%;
    border-radius: 0;
}

.loggedin{
    border: none !important;
}

.loggedin img{
    margin-right: 15px;
}


/* FOOTER */

footer{
    background: #000;
    padding: 60px 0;
}

footer ul>li,
footer ul>li>a,
footer p,
footer a{
    color: #fff;
    transition: all 0.25s;
    font-size: 15px;
}

footer ul{
    padding: 30px 0 0 0;
    margin-bottom: 0;
}

footer ul>li{
    list-style: none;
    float: left;
    margin-right: 20px;
}

.footermenu>li{
    float: none;
}

/* HOMEPAGE */

#homepage-slider .swiper-slide{
    height: 700px;
}

#homepage-slider .swiper-slide .content{
    background: #fff;
    max-width: 400px;
    padding: 40px;
    position: absolute;
    right: 20%;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active{
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 10px;
}

.homepage-slider .button-next,
.homepage-slider .button-prev{
    position: absolute;
    margin-top: -385px;
    z-index: 21;
    left: 50px;
    cursor: pointer;
}

.homepage-slider .button-next{
    right: 30px;
    left: auto;
}

.homepage-slider .button-next i,
.homepage-slider .button-prev i{
    font-size: 70px;
}

.about{
    padding: 250px 0;
    background: #fff;
}


.aboutright,
.aboutleft{
    height: 900px;
}

.aboutright .content,
.aboutleft .content{
    display: none;
}

.about h2{
    margin-bottom: 90px;
}

.about h3{
    margin-bottom: 30px;
}

.about .btn-primary{
    margin-top: 90px;
}

.about .aboutrightpic{
    position: absolute;
    height: 580px;
    width: 40%;
    right: 0;
    margin-top: -530px;
    animation-name: opacityfix;
    animation-duration: 1.5s;
}

@keyframes opacityfix{
    0%{
        opacity: 0;
    }
    70%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.about .animatedlayer{
    position: absolute;
    height: 580px;
    right: 0;
    z-index: 2;
    margin-top: -530px;
    background: #f6ece0;
    animation-name: animatedlayer;
    animation-duration: 1.5s;
}

@keyframes animatedlayer{
    0%{
        width: 0%;
    }

    70%{
        width: 40%;
    }

    100%{
        width: 0%;
    }
}

.about .aboutrightpic .content{
    position: absolute;
    background: #fff;
    padding: 60px 30px;
    max-width: 380px;
}

.about .aboutrightpic .content h4{
    margin-bottom: 20px;
}


.aboutleft .aboutrightpic{
    position: absolute;
    height: 580px;
    width: 40%;
    left: 0;
    margin-top: -70px;
    animation-name: opacityfix;
    animation-duration: 1.5s;
}


.aboutleft .animatedlayer{
    position: absolute;
    height: 580px;
    width: 0%;
    left: 0;
    z-index: 2;
    margin-top: -70px;
    background: #f6ece0;
    animation-name: animatedlayer;
    animation-duration: 1.5s;
}

#separator{
    padding: 150px 0;
    height: 490px;
    opacity: 0;
    margin: 80px 0 0;
}

#separator .content{
    background: #fff;
    padding: 30px;
    max-width: 380px;
}

#separator .content h2{
    margin-bottom: 15px;
}

/* MENU */


#subpage-header{
    padding: 150px 0;
    height: 490px;
    margin: 80px 0 0;
}

#subpage-header .content{
    background: #fff;
    padding: 30px;
    max-width: 380px;
}

#subpage-header .content h1{
    margin: 30px 0;
}

.menu{
    padding: 100px 0;
}

.menu .container{
	max-width: 800px;
}

.menu .menu-cat-head ul{
    padding: 40px 0;
}

.menu .menu-cat-head ul>li{
    float: left;
    list-style: none;
}

.menu .menu-cat-head ul>li:before{
    content: '|';
    margin: 0 15px;
}

.menu .menu-cat-head ul>li:first-child:before{
    content: '';
    margin: 0;
}

.menu .menu-cat-head ul>li a{
    font-size: 14px;
    text-transform: uppercase;
	font-family: 'Gotu', sans-serif !important;
}

.menu .menu-item-list h3{
    margin-bottom: 30px;
    font-size: 25px;
    margin-top: 40px;
    text-transform: uppercase;
}

.menu .menu-item-list p.foodname{
    margin-bottom: 0;
}

.menu .menu-item-list p.description{
    font-size: 12px;
	margin-bottom: 0;
}

.cat-separator{
    height: 400px;
}

.fooditem{
	margin-bottom: 10px;
}



/* WINE LIST */

.wine-item-list p.description{
    font-size: 16px !important;
}

/* ONLINE MENU */

.menuitem{
    border: 1px solid #000;
    padding: 15px 15px 0 15px;
}


.menu-item-list span.catdesc{
    font-size: 12px !important;
    margin-top: -33px;
    position: absolute;
}

.menu-item-list .allergens{
	margin-bottom: 0;
}

.menu-item-list .allergens img{
	max-width: 20px;
	max-height: 20px;
	margin: -4px 5px 0 0;
}

.menuitem .middlecenter{
    justify-content: center;
    margin-top: -15px;
}

.basketbtn{
    border: 1px solid #000;
    border-radius: 0;
}

.basketbtn .price{
    margin-bottom: 0;
}

.basketbtn .input-group-text{
    background: #fff;
    border-radius: 0;
    border: none;
}

.basketbtn input{
    border: none;
    border-left: 1px solid #000;
    border-radius: 0;
}

.basketbtn .btn-outline-secondary{
    background: #f6ece0;
    border-radius: 0;
    border: none;
    border-left: 1px solid #000;
    color: #000;
}

.basketbtn .btn-outline-secondary:hover,
.basketbtn .btn-outline-secondary:focus{
    color: #000;
}

.menu-item-list .layer{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    z-index: 99;
    justify-content: center;
}

.menu-item-list .layer p{
    color: red;
    text-transform: uppercase;
    margin-top: 50px;
}

/* STATIC */

#subpage{
    padding: 100px 0;
}

#subpage img{
    width: 100%;
    margin: 30px 0;
}

/* BASKET */

.otherfood{
    justify-content: center;
}

.online-menu .btn-success{
    font-weight: 900;
}

.online-menu .btn-primary{
    font-size: 12px;
}

.online-menu .datas .form-control{
    border-radius: 0;
}



/* GALLERY */

.vbox-figlio{
	max-height: 80vh;
}


/* PROFIL */

.modal label,
.modal h5{
	font-weight: bold;
	font-family: 'Gotu', sans-serif !important;
}

.modal .others{
	margin-top: 15px;
}

.modal p{
	font-size: 14px;
}

.modal p a{
	color: #007bff;
}

.modal .btn-primary{
	width: 100%;
}

/* PIZZA MODAL */

.pizzamodal .modal-content{
	font-size: 13px;
	border-radius: 0;
}

.pizzamodal .modal-content h2{
	
}

.pizzamodal .modal-content h3{
	text-align: center;
	font-size: 23px;
	margin-top: 15px;
	font-weight: 400;
}

.pizzamodal .modal-content .left{
	line-height: 2.5;
	padding: 15px 15px 15px 30px;
}

.pizzamodal .modal-content .buttoncol{
	padding: 0;
}

.pizzamodal .modal-content .btn-light{
	font-size: 13px;
	padding: 1px 3px;
	border: 1px solid #000;
	border-radius: 0;
	margin: 0 3px 0;
	display: inline-block;
}


.pizzamodal .modal-content .nav-tabs .nav-item.show .nav-link, .pizzamodal .modal-content .nav-tabs .nav-link.active{
	border-radius: 0;
	border: 1px solid #000;
	border-bottom: 0;
}

.pizzamodal .modal-content .tab-content{
	border: 1px solid #000;
	padding: 8px;
}

.pizzamodal .modal-content .tab-content .tab-pane br{
	display: none;
}

.pizzamodal .modal-content .btn-light:hover{
	background: #f6ece0 !important;
}
.pizzamodal .modal-content .btn-light.active, 
/*.pizzamodal .modal-content .btn-light:focus,*/
.pizzamodal .modal-content .btn-light:active {
	background: green;
	border: 1px solid #000;
	color: #FFF;
}
.pizzamodal .modal-content .btn-light.active:hover{
	background: red !important;
}

.pizzamodal .modal-content .right{
	background: #f6ece0;
	line-height: 2;
	padding-bottom: 15px;
}

.pizzamodal .modal-content .right hr{
	margin: 40px 0;
	border-color: #fff;
	width: calc(100% + 30px);
	margin-left: -15px;
}

.pizzamodal .modal-content .right input{
	width:20px;
	border: 1px solid #000;
	margin: 0 1px 0 -2px;
	text-align: center;
	padding: 1px;
    line-height: 1.5;
}

.pizzamodal .modal-content .right .plus,
.pizzamodal .modal-content .right .minus{
	border: 1px solid #000;
	padding: 1px 5px 2px;
	width: 18px;
	cursor: pointer;
}

.pizzamodal .modal-content .right .minus{
	padding: 1px 6px 2px;
}

.pizzamodal .modal-content .tobasketmodal{
	margin-top: 30px;
	padding: 5px;
}

.pizzamodal .modal-content .tobasketmodal .plus{
	padding: 9px 8px 9px;
}

.pizzamodal .modal-content .tobasketmodal .minus{
	padding: 9px 10px 9px;;
}

.pizzamodal .modal-content .tobasketmodal input{
	padding: 9px 0 8px;
}

.pizzamodal .modal-content .right .btn-dark{
	border-radius: 0;
	background: #000;
	width: 100%;
}

@media (max-width: 767px){
    .wrapper{
        margin-top: 65px;
    }
    
    .navbar{
        position: fixed;
        top: 0;
        margin: 0;
    }
    
	.navbar .navbar-nav{
		text-align: center;
	}
	
	.navbar .navbar-toggler-icon{
		padding-top: 4px;
	}
	
    .navbar .hamburger{
        border: 2px solid #000;
		border-radius: 4px;
        width: 30px;
		margin-bottom: 5px;
    }

	.navbar .hb2{
		animation-delay: 0.3s;
	}


	.navbar .hb3{
		animation-delay: 0.6s;
	}
	
    .navbar-brand img{
        max-height: 40px;
    }

    .aboutright,
    .aboutleft{
        height: auto;
        padding: 100px 0;
		text-align: center;
    }

    .about .aboutrightpic{
        position: relative;
        width: 100%;
        margin-top: 50px;
    }


	.aboutleft .aboutrightpic{
		margin-bottom: 50px;
		width: 100%;
	}

	.about .animatedlayer{
		display: none;
	}

	.about h2{
		margin-bottom: 40px;
	}

	.about h3{
		font-size: 22px;
	}

	.basketbtn {
		margin-top: 5px;
	}

	.fooditem{
		margin-bottom: 30px;
	}
	
	#homepage-slider .swiper-slide{
		height: 400px;
	}
	
	#homepage-slider .swiper-slide .content{
		background: rgba(255,255,255,0.8);
	}
	
	#homepage-slider h2{
		font-size: 20px;
	}
	
	#homepage-slider .swiper-slide .content {
		background: rgba(255,255,255,.8);
		max-width: 260px;
		padding: 20px;
		position: absolute;
		right: 20%;
	}
	
	.homepage-slider .button-next, .homepage-slider .button-prev{
		margin-top: -235px;
	}
	
	.homepage-slider .button-prev{
		left: 15px;
	}
	
	.homepage-slider .button-next{
		right: 15px;
	}
	
	#subpage-header{
		height: 250px;
		padding: 80px 0;
		margin-top: 0;
	}
	
	#subpage-header .content{
		padding: 20px;
	}

	h1{
		font-size: 25px;
	}

	.menu{
		padding: 50px 0;
	}

	.menu .menu-cat-head ul>li:before{
		margin: 0 7px;
	}
	
	.menu .menu-cat-head ul>li a{
		font-size: 14px;
	}


	footer{
		text-align: center;
	}
	
	footer ul>li{
		float: none;
		margin: 0 0 15px 0;
	}

	footer ul>li a i{
		font-size: 25px !important;
	}

	footer .col-12{
		margin-bottom: 30px;
	}

	.navbar-right .dropdown-menu{
		margin-left: 0;
	}

	.basketlayer{
		width: 100%;
	}

}

@media (min-width: 768px) and (max-width: 992px){
    .navbar .hamburger{
        border: 2px solid #000;
		border-radius: 4px;
        width: 30px;
		margin-bottom: 5px;
    }

	.navbar .hb2{
		animation-delay: 0.3s;
	}


	.navbar .hb3{
		animation-delay: 0.6s;
	}
	
	.navbar .nav-link{
		text-align: center;
	}
	
	.navbar-right .dropdown-menu{
		margin-left: 0;
	}

	.basketlayer{
		width: 100%;
	}
}

@media (min-width: 993px) and (max-width: 1200px){
    .navbar .nav-link{
		font-size: 13px;
	}
}

@media (min-width: 1201px) and (max-width: 1366px){
    .navbar .nav-link{
		font-size: 13px;
	}
}

@media (min-width: 1367px){
  
}
