
.navbar {
	background-color: #fff;
	height: 90px;
	margin-bottom: 0px;
}

.navbar-left{
	position: relative;
    top: 25px;
    z-index: 999;
}

.navbar-nav{
	position: relative;
	top: 35px;
}


img.logo{
    background-color: #fff;
    border: 10px #fff solid;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    padding-right: 5px;
    padding-bottom: 5px;
}

.navbar-dark .navbar-nav .nav-link{
	font-family: Brandon-Black;
	font-size: 16px;
	color: #1d1d1d;
	text-transform: uppercase;
	transition: .2s;
	margin-right: 15px;
    margin-left: 15px;
}

li.nav-item:nth-child(1){
	background: none !important;
}

li.nav-item{
	background: url(/assets/images/dot.png) no-repeat 0 9px;
	list-style: none;
}

li.nav-item-right{
	background: url('/assets/images/separator.png') no-repeat 0;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
	color: #d24121;
	text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: #848484;
}

.hero{
	height: 700px;
	width: 100%;
	position: relative;
	background: #f5f4f2 url('/assets/images/hero.png') no-repeat;
	background-size: cover;
}

a {
	font-family: Source-Sans-Light;
    color: #d24121;
    font-size: 16px;
    transition: .3s;
}

.promo-text{
	position: relative;
	top: 180px;
}

.primary-text{
	font-family: Brandon-Bold;
}

.primary-text-black{
	font-family: Brandon-Black;
}

.ligth-text{
	font-family: Source-Sans-Light;
}

.line-height-50{
	line-height: 50px;
}

.line-height-95{
	line-height: 95px;
}

.margin-0{
	margin: 0 !important;
}

.primary{
	color: #d24121 !important;
}

.black{
	color: #000 !important;
}

.white{
	color: #ffffff !important;
}

.cart-badge{
    position: relative;
    bottom: 10px;
	background-color: #d24121 !important;
	padding-left: .4em;
	padding-right: .4em;
}

.text-small{
	font-size: 16px;
}

.text-normal{
	font-size: 18px;
}

.text-large{
	font-size: 46px;
}

.text-huge{
	font-size: 90px;
}

.categories-holder{
	height: 415px;
	width: 100%;
	position: relative;
	background: url('/assets/images/_pattern.png');
}

.categories-holder.lista{
	height: 250px;
	width: 100%;
	position: relative;
	background: url('/assets/images/_pattern.png');
}

.categories-holder.product{
	height: 100px;
	width: 100%;
	position: relative;
	background: url('/assets/images/_pattern.png');
}

ul.breadcrumb li a{
	font-family: Source-Sans-Light;
	color: #fff;
	font-size: 16px;
	transition: .3s
}

ul.breadcrumb li a:hover{
	text-decoration: underline;
}

.breadcrumb>li+li:before {
    padding: 0 10px;
    color: #ccc;
    content: "\007c";
}

ul.breadcrumb{
	background: none;
}

.form-control{
	border-radius: 1px;
	outline: none;
	font-family: Source-Sans-Light;
}

.featured.product h3, .featured.login h3{
	font-family: Brandon-Black;
	font-size: 32px;
	text-transform: uppercase;
	margin-top: 0px;
}

.featured.product p, .featured.login p{
	font-family: Source-Sans-Light;
	font-size: 16px;
}

.featured.product label, .featured.login label{
	font-family: Brandon-Bold;
	font-size: 16px;
	text-transform: uppercase;
}

.featured.product .size-select{
	padding: 20px 5px;
	background: #f6f6f6;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: .3s;
}

.add-to-cart{
	height: 80px;
	color: #fff;
	font-family: Brandon-Black;
	font-size: 20px;
    background: #1d1d1d;
    padding: 30px;
    display: block;
    width: 75%;
    float: right;
    transition: .3s;
}

.add-to-cart:hover{
	text-decoration: none;
	opacity: .6;
	color: #fff;
}

.featured.product .select-holder.quantity select{
	padding-left: 40px;
	height: 80px;
}

.select-holder.quantity{
	font-family: Source-Sans-Black;
	font-size: 20px;
	margin-left: 0px;
	color: #1d1d1d;
	width: 25%;
}

.featured.product .topping-select{
	margin-bottom: 10px;
	border-bottom: 1px #e1e1e1 solid;
	transition: .3s;
}

.featured.product .topping-select label{
	font-family: Source-Sans-Light;
	font-size: 15px;
	color: #1d1d1d;
}

input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:50px;
	line-height:17px;
	background-repeat:no-repeat;
	cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-image: url('/assets/images/checkbox_active.png');
}
label.css-label {
	background-image: url('/assets/images/checkbox.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=checkbox].css-checkbox-free2 {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox-free2 + label.css-label-free2 {
	padding-left:50px;
	line-height:17px;
	background-repeat:no-repeat;
	cursor: pointer;
}

input[type=checkbox].css-checkbox-free2:checked + label.css-label-free2 {
	background-image: url('/assets/images/checkbox_active.png');
}
label.css-label-free2 {
	background-image: url('/assets/images/checkbox.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.featured.product .size-select span.size{
	background: url(/assets/images/sizes_product.png) no-repeat;
	background-size: contain;
	color: #b9b9b9;
	padding: 8px 10px;
	font-size: 16px;
}

.featured.product .size-select.active{
	background: #eaa000;
}

.featured.product .size-select.active span.price{
	color: #fff;
}

.featured.product .size-select.active span.size{
	background: url(/assets/images/sizes_active.png) no-repeat;
	background-size: contain;
	color: #eaa000;
}

span.size.active{
	background: url(/assets/images/sizes_hover.png) no-repeat;
	background-size: contain;
	color: #fff;
}

.featured.product .topping-select span.price{
	font-family: Source-Sans-Bold;
	font-size: 16px;
	float: right;
	color: #1d1d1d;
}

.featured.product .size-select:hover{
	background: #eaa000;
}

.featured.product .size-select:hover span.price{
	color: #fff;
}

.featured.product .size-select:hover span.size{
	background: url(/assets/images/sizes_active.png) no-repeat;
	background-size: contain;
	color: #eaa000;
}

.featured.product .size-select span.price{
	font-family: Source-Sans-Bold;
	font-size: 16px;
	float: right;
	color: #1d1d1d;
}

.category-items{
	position: relative;
	top: 235px;
	margin: 0 auto;
}

.category-items.lista{
	position: relative;
	top: 50px;
	margin: 0 auto;
}

.category-items > .item{
	width: 77px;
	margin-left: 4px;
	margin-right: 4px;
}

.category-logo{
	position: relative;
	text-align: -webkit-center;
	min-height: 80px;
}

.category-logo > img{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.category-name {
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 10px;
}

.featured-items{
	position: relative;
}

.featured-products{
	position: absolute;
	z-index: 999;
	top: -110px;
}

.featured-products .product{
	width: 50%;
	float:left;
	position: relative;
}

.featured-products .product .image-holder {
	max-height: 308px;
	overflow: hidden;
}

.featured-products .product .description-holder{
	position: absolute;
    top: 0px;
    right: 0px;
    padding: 40px 20px;
    height: 308px;
    width: 275px;
    transition: .3s;
}

.featured-products .product .description-holder.first{
	background: rgba(29, 29, 29, 0.9);
}

.featured-products .product .description-holder.second{
	background: rgba(206, 141, 0, 0.9);
}

.featured-products .product:hover .description-holder{
	background: rgb(255, 255, 255);
}

.featured-products .product .description-holder p.price .pizza-size{
	display: block;
	float: left;
	background: url('/assets/images/featured_size.png') no-repeat;
	background-size: contain;
	width: 47px;
	height: 47px;
	margin-right: 20px;
	transition: .3s;
}

.featured-products .product:hover .description-holder p.price .pizza-size{
	background: url('/assets/images/featured_size_active.png') no-repeat;
}

.featured-products .product:hover .description-holder h3, .featured-products .product:hover .description-holder p, .featured-products .product:hover .description-holder p.price{
	color: #1d1d1d;
}

.featured-products .product .description-holder h3{
	font-family: Brandon-Black;
	font-size: 22px;
	color: #fff;
}

.featured-products .product .description-holder p {
	font-family: Source-Sans-Light;
	font-size: 18px;
	color: #fff;
}

.featured-products .product .description-holder p.price {
	font-family: Brandon-Bold;
	font-weight: bold;
	font-size: 32px;
	color: #fff;
}

.products .product{
	margin-bottom: 30px;
}

.featured{
	min-height: 630px;
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}

.featured .text{
	text-align: center;
	margin-bottom: 60px;
}

.featured .text h3{
	font-family: Brandon-Black;
	font-size: 32px;
	color: #000;
	text-transform: uppercase;
}

.featured .text p{
	font-family: Source-Sans-Light;
	font-size: 16px;
	color: #6b6b6b;
}

.products .product .product-item{
	position: relative;
	border: 1px #f0f0f0 solid;
	box-shadow: 0 0 10px #f0f0f0;
	min-height: 400px;
	transition: .3s;
}

.products .product:hover .product-item{
	background-color: #f1f2ed;
	/*height: 450px;*/
}

.products .product:hover .product-item .details{
	background-color: #f1f2ed;
}

.products .product:hover .product-item .details .hidden-button{
	display: block;
}

.products .product .product-item .name{
	font-family: Brandon-Black;
	font-size: 19px;
	color: #000;
	text-transform: uppercase;
}

.products .product .product-item .description{
	font-family: Source-Sans-Light;
	font-size: 16px;
	color: #6b6b6b;
	min-height: 50px;
}

.products .product .product-item .img-holder{
	max-height: 210px;
    overflow: hidden;
}

.products .product .details{
	position: absolute;
	bottom: 10px;
	background-color: #fff;
	width: 90%;
	text-align: center;
	padding-top: 20px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transition: .3s;
}

.products .product .product-item .prices{
	margin: 20px 0 30px 0;
}

.products .product .product-item .prices ul{
	padding-left: 0px;
	list-style-type: none;
}

.products .product .product-item .prices ul li{
	float: left;
	margin: 4px;
	font-family: Source-Sans-Bold;
	font-size: 16px;
	color: #000;
}

.products .product .product-item .prices ul li a{
	float: left;
    margin: 1px;
    font-family: Source-Sans-Bold;
    font-size: 14px;
    color: #000;
}

.products .product .product-item .prices ul li a:hover{
	text-decoration: none;
}

.about{
	padding-top: 100px;
	min-height: 526px;
	background: url('/assets/images/rolunk.png') no-repeat;
	background-size: cover;
}

.about .title{
	font-family: Brandon-Black;
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
}

.about .subtitle{
	font-family: Source-Sans-Bold;
	font-size: 19px;
	color: #d24121;
	margin-bottom: 20px;
}

.about .content{
	font-family: Source-Sans-Light;
	font-size: 16px;
	color: #6b6b6b;
}

.delivery{
	min-height: 150px;
	background: url('/assets/images/_pattern.png');
	padding: 60px;
}

.delivery .title{
	font-family: Brandon-Black;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
}

.delivery .text{
	font-family: Source-Sans-Light;
	font-size: 16px;
	color: #fff;
}

.delivery .image img{
	margin-top: 7px;
	margin-right: 15px;
	float: left;
}

footer.footer {
	min-height: 370px;
	background-color: #1d1d1d;
	padding: 100px;
}

footer.footer h3{
	font-family: Brandon-Black;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0px;
}

footer.footer .footer-logo{
	float: left;
	margin-right: 50px;
}

footer.footer ul{
	list-style-type: none;
}


footer.footer ul li{
	font-family: Source-Sans-Light;
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}

footer.footer ul li span.fa{
	color: #757575;
	margin-right: 10px;
	width: 15px;
}

footer.footer ul.menu{
	list-style-type: none;
	float:right;
	padding-left: 0px;
}

footer.footer ul.social{
	list-style-type: none;
	float:right;
	padding-left: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
}

footer.footer ul.social li{
	float: left;
	margin-right: 10px;
}


footer.footer ul.menu li{
	float: left;
	background: url(/assets/images/dot_footer.png) no-repeat 0 10px;
	padding-left: 10px;
	padding-right: 10px;
}

footer.footer ul.menu li:nth-child(1){
	float: left;
	background: none;
	padding-left: 10px;
	padding-right: 10px;
}

footer.footer ul.menu li a{
	font-family: Brandon-Black;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	transition: .3s;
}

footer.footer ul.menu li a:hover{
	opacity: .6;
	text-decoration: none;
}

footer.footer .copyright{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px #515151 solid;
}

footer.footer .copyright p{
	font-family: Source-Sans-Light;
	font-size: 16px;
	color: #757575;
}

footer.footer .copyright a{
	font-family: Source-Sans-Light;
	font-size: 16px;
	color: #d24121;
}


.primary-button {
	display: block;
	border: 0px;
	min-width: 180px;
	margin-bottom: 10px;
	background-color: #eaa000;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: Brandon-Black;
	transition: .3s
}

.hidden-button{
	display: none;
	background-color: #d24121;
	transition: .3s;
}

.delivery-button{
	color: #333;
	background-color: #fff;
	transition: .3s;
}

.delivery-button:hover{
	color: #fff;
	background-color: #333;
	opacity: 1 !important;
}

.centered{
	margin-left: auto;
	margin-right: auto;
}

.primary-button:hover, .primary-button:active, .primary-button:focus{
	text-decoration: none;
	color: #fff;
	opacity: .6;
}


.products .product .product-item .buttons{
	margin: 20px 0;
}

span.size{
	background: url(/assets/images/sizes.png) no-repeat;
    padding: 6px 8px;
    background-size: contain;
	font-family: Source-Sans-Bold;
	font-size: 16px;
	color: #b4b4b4;
	cursor: pointer;
	transition: .3s;
}

span.size:hover{
	background: url(/assets/images/sizes_hover.png) no-repeat;
	background-size: contain;
	color: #fff;
}

.pull-left{
	float: left;
}


form.filter{
	margin-top: 30px;
}


form.filter ul{
	list-style-type: none;
	padding-left: 0;
}

form.filter ul li{
	float: left;
	margin-left: 10px;
}

form.filter label{
	position: relative;
	top: 5px;
}


.select-holder{
	border-radius: 0px;
	border: 1px #e1e1e1 solid;
	width: 80%;
	float: left;
	margin-left: 7px;
    background: url('/assets/images/arrow.png') no-repeat 90%;
}

.select-holder.second{
	width: 67%;
}

.select-holder select{
	border: 0px;
	width: 100% !important;
	box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

.select-holder select:focus{
	outline: none !important;
}







@media screen and (max-width: 1201px){
	.navbar-nav {
		padding-left: 0px;
	}
	
	.navbar-dark .navbar-nav .nav-link{
		font-size: 14px;
	}

	a.navbar-left{
		width: 135px;
	}

	.categories-holder{
		height: 450px;
	}

	.category-items{
		top: 150px;
	}

	.select-holder.second {
		width: 60%;
	}

	.select-holder select{
		font-size: 11px;
	}

	.category-items > .item{
		width: 90px;
		margin-bottom: 20px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.products .product .product-item .prices ul li{
		margin: 3px;
		font-size: 13px;
	}

	span.size{
		font-size: 10px;
	}

	.featured.product .size-select span.size{
		font-size: 12px;
	}



	.add-to-cart{
		font-size: 15px;
	}

	.categories-holder.lista{
		height: 420px;
	}


	.featured-products .product .description-holder{
		height: 260px;
	}



	.featured-products .product .image-holder {
		max-height: 260px;
		overflow: hidden;
	}
}



@media screen and (max-width: 991px){



	.select-holder select{
		font-size: 14px;
	}

	.featured.product .size-select span.size{
		font-size: 18px;
	}

	a.navbar-left{
		width: 110px;
	}

	.navbar-dark .navbar-nav .nav-link{
		font-size: 13px;
	}

	.nav-link.phone{
		display: none;
	}

	.promo-text{
		top: 90px;
	}

	.hero{
		height: 500px;
	}

	.categories-holder{
		height: 525px;
	}

	.category-items > .item{
		width: 95px;
	}

	.products .product .product-item .prices ul li{
		margin-bottom: 10px;
		font-size: 14px;
		float: none;
	}

	span.size{
		font-size: 12px;
	}

	.featured-products .product .description-holder{
		height: 220px;
		width: 200px;
		padding-top: 20px;
	}


	.featured-products .product .image-holder {
		max-height: 220px;
		overflow: hidden;
	}

	.featured-products .product .description-holder h3{
		font-family: Brandon-Black;
		font-size: 18px;
		color: #fff;
	}

	.featured-products .product .description-holder p {
		font-family: Source-Sans-Light;
		font-size: 14px;
		color: #fff;
	}

	.featured-products .product .description-holder p.price {
		font-family: Brandon-Bold;
		font-weight: bold;
		font-size: 24px;
		color: #fff;
	}

	.featured-products .product .description-holder p.price .pizza-size {
		width: 35px;
		height: 35px;
	}
}


@media screen and (max-width: 767px){	


	div.alert-success{
		top: 150px!important;
	}

	.featured-products .product{
		width: 100%;
	}

	.categories-holder.lista{
		display: none;
	}

	.featured-products .product .description-holder{
		width: 100%;
		height: 100%;
		top: auto;
		bottom: 0px;
		padding-top: 5px;
	}

	.featured-products .product .description-holder.first{
		background: rgba(29, 29, 29, 0.7);
	}

	.featured-products .product .description-holder.second{
		background: rgba(206, 141, 0, 0.7);
	}

	.featured-products .product:hover .description-holder.first{
		background: rgba(255, 255, 255, 0.7);
	}

	.featured-products .product:hover .description-holder.second{
		background: rgba(255, 255, 255, 0.7);
	}

	.featured-products .product .description-holder p.price .pizza-size{
		background: url('/assets/images/featured_size.png') no-repeat;
		width: 30px;
		height: 30px;
		margin: auto;
    	float: none;
    	transition: .3s;
    	background-size: contain;
	}

	.featured-products .product:hover .description-holder p.price .pizza-size{
		background: url('/assets/images/featured_size_active.png') no-repeat;
    	background-size: contain;
	}

	.featured-products .product .description-holder h3{
		font-family: Brandon-Black;
		font-size: 18px;
		color: #fff;
		text-align: center;
	}

	.featured-products .product .description-holder p {
		font-family: Source-Sans-Light;
		font-size: 15px;
		color: #fff;
		text-align: center;
	}

	.featured-products .product .description-holder p.price {
		font-family: Brandon-Bold;
		font-weight: bold;
		font-size: 20px;
		color: #fff;
		text-align: center;
	}

	a.navbar-left{
		display: block;
		float:left;
	}

	.categories-holder.lista{
		height: 700px;
	}

	span.mobile-cart{
		font-size: 40px;
		float: left;
	    top: 30px;
	    position: relative;
	    left: 80px;
	    color: #555555;
	    transition: .4s;
	}

	span.mobile-cart:hover{
		opacity: .6;
		top: 35px;
	}

	span.mobile-phone{
		font-size: 40px;
		float: left;
	    top: 30px;
	    position: relative;
	    left: 20px;
	    color: #d24121;
	    transition: .4s;
	}

	span.mobile-phone:hover{
		opacity: .6;
		top: 35px;
	}

	span.mobile-user{
		font-size: 40px;
		float: left;
	    top: 30px;
	    position: relative;
	    left: 50px;
	    color: #555;
	    transition: .4s;
	}

	span.mobile-user:hover{
		opacity: .6;
		top: 35px;
	}

	span.cart-badge{
		padding-left: .5em;
		padding-right: .5em;
	}

	.promo-text{
		top: 90px;
	}

	.text-normal{
		font-size: 14px;
	}

	.text-huge{
		font-size: 80px;
	}

	.categories-holder{
		height: 690px;
	}


	.featured-products{
		top: -135px;	
	}

	.product-item{
		margin-bottom: 20px;
	}

	.delivery{
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}

	.delivery-button {
		margin-left: auto;
		margin-right: auto;
	}

	.delivery .container{
		margin-right: -15px;
    	margin-left: -15px;
	}

	.delivery .title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.delivery .text {
		margin-bottom: 10px;
	}

	.category-items{
		top: 325px;
	}

	footer.footer{
		padding: 50px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}

	footer.footer .footer-logo{
		margin-bottom: 40px;    
		float: none;
	    margin-left: auto;
	    margin-right: auto;
	}

	footer.footer ul{
		padding-left: 0px;
		margin-bottom: 20px;
	}

	footer.footer ul.menu{
		margin-top: 50px;
	}

	footer.footer ul li{
		font-size: 14px;
	}

	footer.footer ul.social{
		float: none;
	}

	footer.footer ul.social li{
		margin-left: 10px;
	}

	footer.footer .copyright p{
		float: none!important;
		text-align: center;
	}


	@media screen and (max-width: 679px){
		.categories-holder{
			height: 690px;
		}
	}


	@media screen and (max-width: 612px){
		.categories-holder{
			height: 940px;
		}
	}




	@media screen and (max-width: 500px){	

		.categories-holder{
			height: 975px;
		}

		.category-items{
			top: 325px;
		}

		.primary-button {
			padding: 7px;
			min-width: 135px;
		    width: 135px;
		    font-size: 10px;
		}
	}


	@media screen and (max-width: 480px){		

		.category-items > .item {
			margin-left: 28px;
			margin-right: 10px;
		}

		footer.footer ul.menu{
			float: none;
		}

		footer.footer ul.menu li:nth-child(1), footer.footer ul.menu li{
			float: none;
			background: none;
		}

		footer.footer ul.social li{
			margin-left: 7px;
			margin-right: 7px;
		}

		.featured-products{
			top: -80px;
		}
	}



	@media screen and (max-width: 468px){
		.categories-holder{
			height: 1240px;
		}

		.category-items{
			top: 375px;
		}

		.category-items > .item {
			width: 95px;
		}
	}


}



.fa-6{
	font-size: 50px;
}



.alert-success{
	color: #ffffff;
    background-color: rgba(210, 66, 34, 0.8);
    border-color: #c13b1e;
    border-radius: 1px;
    border: 2px solid #c13b1e
}