.m-top-10{
	margin-top: 10px !important;
}
.m-bottom-10{
	margin-bottom: 10px !important;
}
.m-bottom-15{
	margin-bottom: 15px !important;
}
.pleft-0{
	padding-left: 0px;
}
.pright-0{
	padding-right: 0px;
}
.mtop-120{
	margin-top: 120px !important
}
.border-0{
	border: 0px !important;
}
.adv-img .sub i{
	font-size: 32px !important;
	font-weight: bold;
}

.zero-down{
	padding-bottom: 5px !important;
}

.footer-middle{
	margin-top: 50px;
}

.alert-danger{
	color:#E22E1E;
	font-weight: bold;
}

.alert-successo,
.alert-success{
	color:green;
	font-weight: bold;
}

.form-control{
	margin-bottom: 10px !important;
}
.btn-success{
	background: #F05827 !important;
	border: 1px solid #A92523;
}
.btn-success:hover{
	background-color: #ffffff !important;
	color: #F05827;
	border: 1px solid #F05827;
}


.shop-cart{
	max-height: 320px;
	overflow: hidden;
	overflow-y:scroll;
	border-bottom: 1px solid #888;
}
#productCartQty, .productCartQty{
	padding: 8px 5px;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
}
#productPrice{
	padding: 8px 5px;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	margin-right: 20px;
}
.productPrice{
	font-size: 22px;
	font-weight: bold;
}
.btn-cart-button .im-shopping-cart{
	font-size: 22px;
	font-weight: bold;
}
.btn-cart{
	display: inline-block;
	padding: 8px 16px;
	font-size: 22px;
	border: 1px solid #333;
	font-weight: bold;
}
.btn-cart-plus{
	color: #F05827;
	border:1px solid #F05827;
	margin-right: 10px;
}
.cart-buttons a.cart-checkout:hover{
	color: #F05827 !important;
	text-decoration: underline;
}

.box-danger{
	background: #F2DEDE;
	font-size: 14px;
	color: #A94442;
	border: 1px solid #A94442;
	padding: 5px 1px;
	line-height: 20px; 
	margin-bottom: 15px;
}
.box-info{
	background: #D9EDF7;
	font-size: 14px;
	color: #31708F;
	border: 1px solid #31708F;
	padding: 5px 1px;
	line-height: 20px; 
	margin-bottom: 15px;
}
.box-success{
	background: #b3ffcc;
	font-size: 14px;
	color: #009933;
	border: 1px solid #009933;
	padding: 5px 1px;
	line-height: 20px; 
	margin-bottom: 15px;
}
.tot-danger{
	color: #A94442;
}
.cart-list{
	margin-top: 60px;
}
.cart-list h3{
	font-size: 18px;
	margin-bottom: 0px;
}
.cart-list .row{
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
select#hourInterval option:disabled {
    color: #A92324;
    text-decoration: line-through;
}
.btn-loading{
	background: #fff url('../images/loading-spinner-grey.gif') 2% 50% no-repeat !important;
	color: #444 !important;
	padding-left: 35px;
}
.radiobuttons{
	margin-top: 10px;
	margin-bottom: 10px;
}
.radiobuttons label{
	cursor:pointer;
	font-weight: normal;
	font-size: 14px;
}
.radiobuttons label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.radiobuttons label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
  padding: 3px;
  width: 42px;
}
.radiobuttons label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #F05827;
  border-radius: 30%;
}
.news-breve
{
    font-family: 'Libre Baskerville', serif !important;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    color: #737373;
}
.mbot-0{
	margin-bottom: 0px !important;
}
.btn-news{
	margin-top: 20px;
	color: white !important;
	background: rgb(169, 37, 35) none repeat scroll 0% 0% !important; 
	transition-duration: 1000ms; 
	animation-duration: 1000ms; 
	transition-timing-function: ease; 
	transition-delay: 0ms;
}
.promo{
	width:60%;
	margin: auto;
	margin-top: 40px !important;
}

.promo h5{
	text-align: center;
}

.ptop-60{
	padding-top: 60px !important;
}

.ptop-20{
	padding-top: 20px !important;
}

.call-action-box{
	background-color: #555 !important;
}

.white .btn:not(.btn-border){
    background-color: rgb(169, 37, 35) !important;
    border-color: #484848 !important;
}

.advs-box p {
    font-size: 14px !important;
    font-weight: 300 !important;
}

.kkSeparator{
	padding-top: 20px;
	padding-bottom: 0px;
	font-size: 20px;
	text-transform: uppercase;
}
.ptop-10{
	padding-top: 10px;
}
.mbot-0{
	margin-bottom: 0px;
}
.pbot-20{
	margin-bottom: 20px;
}
.grey-row{
	background-color: #f1f1f1;
	padding-top: 15px;
	border-bottom: 0px !important;
}
.cart-row{
	padding-bottom: 5px;
	padding-top: 30px;
	margin-bottom: 0px !important;
}
.cart-link{
	color: #333;
	padding: 35px 5px 36px 18px;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}
.borderb-0{
	border-bottom: 0px !important;
}
.productPrice del{
	font-size: 14px;
	margin-left: -20px !important;
	margin-right: 10px !important;
	font-weight: 400;
	color: #737373;
}
.productPrice .mleft-0{
	margin-left: 0px !important;
}
.summary-row{
	margin-top: 20px;
	margin-bottom: 20px;
}

.summary-row h3{
	margin-bottom: 5px;
}

.v-middle{
	vertical-align: middle;
}
.mbot-0{
	margin-bottom: 0px;
}
.mtop-0{
	margin-top: 0px;
}
.cart-summary{
	border: 1px solid #999;
	padding: 25px;
}
.adv-img-full-content:hover p {
    height: auto;
    margin-top: 30px;
    opacity: 1;
}
.adv-img-full-content h2 {
    font-size: 19px;
}
.cart-total del{
	color: #aaa;
}
.credits{
	font-weight: normal;
	font-size: 14px;
}
.numCredits{
	margin-left: 5px;
}
.credits input{
	vertical-align: top;
	margin-top: 7px;
	margin-left: 5px;
}
.font-normal{
	font-weight: normal;
}
.color-666{
	color: #666 !important;
}
header .icon-menu .nav > li > a {
    padding: 16px 18px 14px 18px;
}
header .nav > li > a {
    padding: 20px 18px 20px 18px;
    font-size: 12px;
    font-weight: 600;
    transition: none;
}

header .navbar-brand {
    height: 60px;
    padding: 10px 15px;
    transition: none;
}

header .navbar-main .btn-search {
    margin-top: 20px;
    transition: none;
    background: none !important;
}
 .shop-menu-cnt > i {
    line-height: 60px;
}

 .shop-menu-cnt .shop-menu {
    top: 60px;
}

.adv-circle.adv-circle-center-2 .caption .inner, .adv-img-full-content .caption .inner, .adv-img-button-content .caption .inner {
    vertical-align: top;
    padding-top: 20px;
}

.ribbon-sconto{
	background: #F05827;
	color: #fff;
	border-radius: 50%;
	line-height: 31px;
	font-size: 12px;
	position: absolute;
	top: 0%;
	left: 0%;
	margin-top: 8px;
	margin-left: 8px;
	padding: 4px;
	z-index: 99;
	height: 40px;
	width: 40px;
	text-align: center;
}

#address-fillform { display: none !important; }
.pac-container { z-index: 10000 !important; }
.select-ritiro, .ritiro-selezionato{
	font-weight: normal;
	font-size: 14px;
	color: #737373;
	transition: all .3s;
	display: inline;
}
.ritiro-selezionato a{
	font-weight: bold !important;
	display: inline;
}
.select-ritiro:hover{
	color: #000;
}
#modal_ritiro label{
	font-weight: normal !important;
}
#modal_ritiro .title{
	margin-bottom: 30px;
}
#modal_ritiro .restaurant{
	margin-bottom: 20px;
}
#modal_ritiro .quality{
	margin-top: 20px;
	margin-bottom: 20px;
}
#modal_ritiro a{
	color:#F05827;
}
.section-slider .container-inner p{
	color: #fff !important;
}
.section-slider .container-inner a{
	color: #fff !important;
	border-color: #fff !important;
}
.section-slider .container-inner a:hover{
	background-color: #fff !important;
	color: #484848 !important;
}
.btn-border::after{
	background-color: #fff !important;
}
.flex-control-paging li a {
    border: 1px solid #fff;
}
.flex-active{
	background-color: #fff !important;
}
.border-login{
	background:#EBEBEB;
	padding-top:30px;
	padding-bottom:30px;
}
.font-18{
	font-size: 18px;
}
#frmSignup h2{
	margin-top: 30px;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 18px;
	border-bottom: 1px solid #d4d4d4;
}
.product-title h2 {
	padding-top: 10px;
	text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0;
    position: relative;
    transition: all .3s;
}
.header-title{
    height: 350px;
}
.price{
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.old-price{
	font-size: 14px;
	color: #aaa;
	text-decoration: line-through;
}
#modal-user-order .old-price,#modal-user-order .price{
	display: block;
}
#kkShipping-address{
	padding-left: 10px;
}
#kkShipping-address li{
	list-style-type: none;
	margin-top: 10px;
}
#kkShipping-address li label{
	display: inline;
	font-weight: initial;
}
#modal-address .modal-content{
	border-radius: 0px;
}
#modal-address label{
	font-weight: initial;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.dashboard_tab_button li{
	border-bottom: 1px solid #d4d4d4;
	transition: 0.3s ease;
}
.dashboard_tab_button li a{
	transition: 0.3s ease;
}
.dashboard_tab_button li.active{
	background-color: #f1f1f1;
	padding-left: 20px;
}
.dashboard_tab_button li.active:hover a{
	background-color: #f1f1f1;
}
.left-menu{
	padding-left: 0px;
}
.addressTable th, #order-detail-content th, #modal-user-order th{
	background-color: #f1f1f1;
	padding: 10px 20px !important;
	font-size: 14px;
	text-align: center;
}
.addressTable td, #order-detail-content td, #modal-user-order td{
	padding: 10px 20px !important;
	text-align: center;
	font-size: 14px !important;
	border-bottom: 1px solid #d4d4d4;
}
#modal-user-order td{
	border-bottom: 0px solid #d4d4d4;
}
#order-detail-content .kkRowId{
	display: none;
}
.red-circle{
    width: 10px;
    height:10px;
    background-color: red;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
}
.green-circle{
    width: 10px;
    height:10px;
    background-color: green;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
}
#modal-user-order .modal-content{
	border-radius: 0px;
}
#modal-user-order .modal-header .close {
    margin-top: -20px;
}
#modal-user-order .modal-lg {
    width: 750px;
}
.user-info{
	width: 100%;
}
.list-categorie .advs-box.boxed-inverse .advs-box-content,.list-categorie .advs-box.boxed .advs-box-content{
	padding: 15px 35px 5px !important;
}
.modal-link{
	color: #F05827;
	text-decoration: underline;
	padding-top: 10px;
}
#dynamicModal img{
	margin-bottom: 5px;
}
.price-badge{
	display: inline-block;
	background-color: #F05827;
	color: #fff;
	padding: 3px 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.modal-header .close {
    margin-top: -16px;
}
#modal-cart-confirm .modal-dialog {
    max-width: 550px;
}
.check-icon{
    font-size: 42px !important;
    vertical-align: middle;
    margin-bottom: 20px;
    color: #F05827;
}
.modal-info div {
	display: inline;
    margin-left: 10px;
    font-size: 20px;
    line-height: 42px;
}
.form-block h4{
	text-transform: uppercase;
	margin-top: 80px;
}
.form-block input{
	margin-bottom: 20px !important;
	padding: 25px 20px;
	font-size: 16px;
}
.form-block textarea{
	padding: 25px 20px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
}
.link-block a{
	display: block;
}
.cart-row h3 {
    line-height: 18px;
    text-transform: none;
}
.kkRowRemove{
	font-size: 18px;
}
.kkRowId{
	display: none;
}
.opacity-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
	opacity: 0.5;
	height: 100%;
	width: 100%;
}
.mobile-breadcrumb{
	background-color: #f1f1f1;
	padding: 5px 0px;
}
.radiobuttons label > input + img {
    max-width: 42px;
    max-height: 42px;
}
.stripe-loader{
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    vertical-align: middle;
}
.stripe-loader img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    vertical-align: middle;
}
.ordine-minimo{
	font-weight: normal;
}
.product-box{
	position: relative;
	border: 1px solid #ebebeb;
	padding: 15px;
}
.adv-img-full-content:hover > .img-box:not(.caption-bg), .advs-box-top-icon-img:hover::after, .advs-box-blog:hover .col-md-4 .img-box {
  transform: scale(1.001);
}
.adv-img-full-content > .img-box:not(.caption-bg)::after, .advs-box-top-icon-img:not(.niche-box-post)::after {
  content: '';
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
 }
.label_product{
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 8px;
	margin-right: 8px;
	z-index: 100;
}
.label_product span.vegan {
  	color: #ffffff;
  	background: #29a628;
  	font-size: 10px;
  	font-weight: 400;
  	line-height: 20px;
  	padding: 2px 8px;
  	text-align: center;
  	display: block;
  	text-transform: uppercase;
}
.label_product span.sale {
  	color: #ffffff;
  	background: #dab600;
  	font-size: 10px;
  	font-weight: 400;
  	line-height: 20px;
  	padding: 2px 8px;
  	text-align: center;
  	display: block;
  	text-transform: uppercase;
  	color: #000;
}
.label_product span.gluten {
  	color: #ffffff;
  	background: #8a5727;
  	font-size: 10px;
  	font-weight: 400;
  	line-height: 20px;
  	padding: 2px 8px;
  	text-align: center;
  	display: block;
  	text-transform: uppercase;
  	color: #fff;
}
.label_product span.soldout {
  	color: #ffffff;
  	background: #C60018;
  	font-size: 10px;
  	font-weight: 400;
  	line-height: 20px;
  	padding: 2px 8px;
  	text-align: center;
  	display: block;
  	text-transform: uppercase;
}
.second-badge{
	margin-top: 30px;
}
.second-badge.third-badge{
	margin-top: 60px;
}
.product-detail span.vegan {
  	color: #ffffff;
  	background: #29a628;
  	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	padding: 5px 12px;
  	text-align: center;
  	text-transform: uppercase;
}
.product-detail span.sale {
  	color: #ffffff;
  	background: #dab600;
  	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	padding: 5px 12px;
  	text-align: center;
  	text-transform: uppercase;
  	color: #000;
}
.product-detail span.gluten {
  	color: #ffffff;
  	background: #8a5727;
  	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	padding: 5px 12px;
  	text-align: center;
  	text-transform: uppercase;
}
.adv-img-full-content:hover > .img-box:not(.caption-bg), .advs-box-top-icon-img:hover::after, .advs-box-blog:hover .col-md-4 .img-box {
  transform: scale(1);
  box-shadow: none;
}
.product-old-price{
	text-decoration: line-through;
	margin-right: 10px;
}
.alert-danger{
	font-weight: normal;
}

.adv-img-full-content:hover > .img-box:not(.caption-bg)::after {
    background-color: rgba(0, 0, 0, 0);
}
.product-box:hover{
	border: 1px solid #F05827;
	transition: 0.3s ease;
}
#kkSearch{
	background: #F05827 !important;
  	border: 1px solid #A92523;
  	overflow: hidden;
  	position: relative;
  	transition: none;
  	padding: 5px 15px 5px 15px;
  	font-size: 15px;
  	text-transform: uppercase;
  	z-index: 2;
  	font-weight: 500;
  	color: #fff;
  	margin-bottom: 10px;
}
.search-box-menu{
	margin-left: 20px;
}
#modal-search .modal-dialog{
	max-width: 400px;
}
#search-form .input-wrap{
	padding: 30px 15px 20px;
}
#searchKey{
	border: 1px solid #d4d4d4;
}
.btn-search.mobile{
	display: none  !important;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	
	.col-xs-6 { 
		width: 50%; 
	}

	.adv-img-full-content h2{ 
		font-size: 16px; 
	}

	.ribbon-sconto{
		margin-top: -8px;
		margin-left: -8px;
	}
}
@media only screen and (max-width : 768px) {
	
	#searchKey{
		background-color: #fff !important;
		margin-top: 10px;
		border-color: #F05827;
		border-width: 2px;
	}
	.search-box-menu{
		margin-left: 0px;
	}
	.cart-link {
  		padding: 35px 5px 36px 5px;
	}
	.cart-link{
		color:#fff;
		font-weight: bold;
	}
	#modal-user-order .modal-lg {
	    width: auto;
	}
	#modal-user-order td{
		border-top: 0px;
	}
	#modal-user-order tr{
		border-bottom-width: 0px !important;
	}
	#order-detail-content td, #order-detail-content th{
		border: 0px solid #dadada !important;
	}
	#order-detail-content tr{
		border-bottom: 1px solid #d4d4d4 !important;
	}
	.mobile-margin{
		margin-left: 15px;
		margin-right: 15px; 
	}
	.user-info{
		width: auto;
	}
	.left-menu{
		padding-left: 15px;
	}
	#order-detail-content{
		padding-right: 15px;
	}
	.personal-detail{
		padding-left: 15px;
		padding-right: 30px !important;
	}
	.cart-row .pull-right{
		float: none !important;
	}
	.cart-row .col-xs-6{
		max-width: 50%;
		display: inline-block;
		float: left;
	}
	.cart-row .text-right.mobile-text-left{
		text-align: left !important;
	}
	.cart-row .mobile-pleft-15{
		padding-left: 15px !important;
	}
	.cart-row .productPrice{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.maso-list .col-xs-6{
		width: 50%;
		float: left;
	}
	.btn-search.mobile{
		display: block !important;
		float: right;
		margin-right: 10px;
		color: #262626 !important;
	}
}