  body {
    position: relative;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Open Sans", sans-serif;
    color: #959595;
    font-weight: 400;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

a {
    text-decoration: none;
    color: #2858a3;
    transition: all .25s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #5193d6;
    transition: all .25s ease-in-out;
}

p {
    margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444444;
    clear: both;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 48px;
    margin: 0 0 33px;
}

h2 {
    font-size: 30px;
    margin: 0 0 25px;
}

h3 {
    font-size: 22px;
    margin: 0 0 22px;
}

h4 {
    font-size: 20px;
    margin: 0 0 25px;
}

h5 {
    font-size: 18px;
    margin: 0 0 30px;
}

h6 {
    font-size: 16px;
    margin: 0 0 36px;
}

section, .footer-wrapper {
    padding: 130px 0;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    section, .footer-wrapper {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 767px) {
    section, .footer-wrapper {
        padding: 70px 0;
    }
}

.bg-light  {
    background-color: #ffffff !important;
}

.bg-brand {
    background-color: #2858a3;
}

.bg-success {
    background-color: #00996A;
}

.bg-info {
    background-color: #009799;
}

.text-brand {
    color: #2858a3 !important;
}

.text-success {
    color: #00996A !important;
}

.text-warning {
    color: #e7711a !important;
}

.text-info {
    background-color: #009799;
}

.mean-container {
    position: relative;
    width: 100%;
}

.mainmenu-wrap.scrolled {
    box-shadow: 0 2px 0 rgba(0,0,0,.1);
}

.mainmenu-wrap .logo a {
    height: 100px;
    align-items: center;
    display: flex;
}

.mainmenu-wrap .logo a img {
    height: 35px !important;
}

.mainmenu-wrap .logo.scrolled a {
    height: 60px;
}

nav.main-menu-nav {
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

nav.main-menu-nav ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
}

nav.main-menu-nav ul li {
    padding: 0 20px;
    display: flex;
    align-self: stretch;
    align-items: center;
}

nav.main-menu-nav ul li a {
    display: flex;
    align-self: stretch;
    align-items: center;
    color: #444;
    font-size: 14px;
    height: 100px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

nav.main-menu-nav ul li a:hover,
nav.main-menu-nav ul li a.active {
    color: #2858a3;
    cursor: pointer;
    text-decoration: none;
}

nav.main-menu-nav.scrolled ul li a {
    height: 60px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

nav.main-menu-nav ul li.drop ul.dropdown-menu {
    background: #fff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    border: medium none;
    border-radius: 0;
    display: block;
    left: 0;
    min-width: 232px;
    opacity: 0;
    padding: 0;
    margin-top: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: translateY(10%);
    transition: 0.3s;
    visibility: hidden;
}

nav.main-menu-nav ul li.drop ul.dropdown-menu li {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
}

nav.main-menu-nav ul li.drop ul.dropdown-menu li a {
    color: #444;
    display: block;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 45px;
    padding: 0;
    text-transform: capitalize;
    transition: all 150ms linear 0s;
}

nav.main-menu-nav ul li.drop {
    position: relative;
}

nav.main-menu-nav ul li.drop:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

nav.main-menu-nav ul li.drop ul.dropdown-menu li a:hover,
nav.main-menu-nav ul li.drop ul.dropdown-menu li a.active {
    color: #2858a3;
    padding-left: 5px;
}

.log-in a, .shopping-cart a {
    align-items: center;
    display: flex;
    height: 100px;
    color: #666666;
    transition: all .25s ease-in-out;
}

.log-in a, .shopping-cart a i {
    font-size: 20px;
}

.header-right.scrolled .log-in a,.header-right.scrolled  .shopping-cart a {
    height: 60px;
}

.zmdi {
    display: inline-block;
}

.header-right .log-in a i {
    color: #666666;
    font-size: 20px;
    transition: all .25s ease-in-out;
}

.header-right .shopping-cart a:hover,
.header-right .log-in a.accountbox-trigger:hover i {
    color: #2858a3;
    transition: all .25s ease-in-out;
    text-decoration: none;
}

.header-right .shopping-cart {
    margin-left: 13px;
    padding-left: 13px;
    padding-right: 12px;
    position: relative;
    color: #666666;
}

.header-right .shopping-cart::before {
    background: #2858a3;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 45%;
    width: 1px;
}

.header-right .shopping-cart .shop-qun {
    background: #f04d26 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    height: 22px;
    line-height: 19.5px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 23%;
    width: 22px;
    transition: all .4s ease-in-out;
}

.header-right.scrolled .shopping-cart .shop-qun {
    top: 5%;
    transition: all .4s ease-in-out;
}

.header-right .shopping-cart .shop-qun span {
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .logo {
        position: relative;
        z-index: 99;
    }
    .header-right {
        position: relative;
        z-index: 2;
    }
}

.accountbox-wrapper {
    z-index: -9991;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
}

.accountbox-wrapper .body-overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -21;
    height: 100%;
    width: 100%;
    background: #15181C;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    cursor: url(../img/close.png), crosshair;
}

.accountbox {
    background: #e3e3e3;
    position: absolute;
    z-index: 23;
    left: 50%;
    top: 50%;
    width: 460px;
    opacity: 0;
    visibility: hidden;
    padding: 70px;
    padding-right: 120px;
    transform: translate(-50%, -120%);
    transition: transform 0.5s cubic-bezier(0.38, 0.7, 0.66, 0.82) 0.3s;
}

.accountbox-filters {
    padding-bottom: 7px;
}

.accountbox-filters li {
    padding: 0 10px;
    margin-bottom: 0;
    position: relative;
}

.accountbox-filters li:first-child {
    padding-left: 0;
}

.accountbox-filters li:first-child:before {
    content: "";
    height: 3px;
    width: 10px;
    background: #222;
    position: absolute;
    right: 0;
    margin-right: -5px;
    top: 50%;
}

.accountbox-filters li a {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.accountbox-filters li:last-child {
    padding-right: 0;
}

.accountbox-filters li a.active,
.accountbox-filters li a:hover {
    color: #2858a3;
}

.accountbox-wrapper.is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 9991;
}

.accountbox-wrapper.is-visible .body-overlay {
    opacity: 0.85;
    visibility: visible;
    z-index: 21;
}

.accountbox-wrapper.is-visible .accountbox {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}

.accountbox .single-input {
    margin-top: 25px;
}

.accountbox .single-input input {
    height: 40px;
    line-height: 42px;
    border: 1px solid #aaaaaa;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    width: 100%;
    padding: 0 30px;
}

.cr-round-lg {
    border-radius: 100px;
}

.food-btn {
    background: #2858a3 none repeat scroll 0 0;
    border: none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    font-weight: 600;
    padding: 0 22px;
    text-transform: capitalize;
    position: relative;
    text-decoration: none;
    transform: translateZ(0px);
    transition-duration: 0.5s;
    font-family: 'Montserrat', sans-serif;
}

food-btn:active, .food-btn:focus, .food-btn:hover {
    color: #fff;
    text-decoration: none;
}

.food-btn::before {
    background: #313131 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 5px;
}

.food-btn:active::before, .food-btn:focus::before, .food-btn:hover::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.food-btn.white-btn {
    background: #fff none repeat scroll 0 0;
    color: #444444;
}

.food-btn.grey-btn {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #444444;
    font-size: 16px;
    font-weight: 700;
}

.food-btn.grey-btn:hover {
    color: #fff;
}

#about p {
    font-size: 1rem;
}

.accountbox .single-input button {
    padding: 0 35px;
    border: 0 none;
}

.accountbox-close-button {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: transparent;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    color: #333333;
    position: absolute;
    right: 4px;
    top: 6px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}

.accountbox-close-button:hover {
    color: #2858a3;
    transition: all 0.3s ease-in-out 0s;
}

.accountbox h3 {
    font-weight: 700;
    border-left: 3px solid #333333;
    padding-left: 1.25rem;
}

.accountbox-inner .list-group li {
    background-color: transparent;
    color: #333333;
    padding: 0;
    border: none;
}

.accountbox-inner .list-group li a {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: .75rem 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.accountbox-inner .list-group li a:hover,
.accountbox-inner .list-group li a.active {
    color: #2858a3;
    border-bottom: 1px solid rgba(218, 78, 64, .5);
}

.cartbox-wrap {
    position: absolute;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -ms-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
    z-index: 1035;
}

.cartbox-wrap .body-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(30, 30, 30, 0.85);
    z-index: 9991;
    visibility: hidden;
    opacity: 0;
    cursor: url(../img/close.png), crosshair;
}

.cartbox-wrap.is-visible {
    visibility: visible;
    opacity: 1;
}

.cartbox-wrap.is-visible .body-overlay {
    visibility: visible;
    opacity: 1;
}

.cartbox-wrap.is-visible .cartbox {
    right: 0;
    animation: slideInRight 0.7s ease-in-out both;
}

.cartbox {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9992;
    height: 100%;
    width: 465px;
    background: #fafafa;
    min-height: 100vh;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 25px 35px;
    transition: all 0.7s ease-in-out 0s;
    overflow-y: auto;
}

.cartbox .cartbox-close {
    transition: all 0.3s ease-in-out 0s;
    background: transparent;
    font-size: 25px;
    text-transform: uppercase;
    margin-right: -5px;
    border: 0 none;
}

.cartbox .cartbox-close:hover {
    color: #2858a3;
}

.cartbox-items {
    padding-bottom: 20px;
    border-bottom: 1px solid #aaaaaa;
}

.cartbox-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.cartbox-item:last-child {
    border-bottom: none;
}

.cartbox-item-thumb {
    width: 70px;
    display: inline-block;
}

.cartbox-item-thumb a {
    display: inline-block;
}

.cartbox-item-thumb a img {
    max-width: 100%;
}

.cartbox-item-content {
    flex-grow: 100;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cartbox-item-content h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    font-style: normal;
    line-height: 1;
}

.cartbox-item-content h5 a {
    color: #444444;
}

.cartbox-item-content h5 a:hover {
    color: #2858a3;
    text-decoration: none;
}

.cartbox-item-content p {
    font-size: 12px;
    margin-bottom: 0;
    color: #959595;
}

.cartbox-item-content span.price {
    font-weight: 500;
    color: #5193d6;
    line-height: 1;
}

button.cartbox-item-remove {
    background: none;
    font-size: 20px;
    padding: 0;
    transition: all 0.3s ease-in-out 0s;
    color: #999;
    border: 0 none;
}

button.cartbox-item-remove:hover {
    color: #2858a3;
}

.cartbox-total {
    margin-top: 20px;
}

.cartbox-total ul {
    padding-left: 0;
    list-style: none;
}

.cartbox-total ul li {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
}

.cartbox-total ul li.shipping-charge span.price:before {
    content: "+";
    font-size: 16px;
    padding-right: 3px;
}

.cartbox-total ul li.grandtotal {
    font-size: 24px;
    color: black;
    margin-top: 7px;
    font-weight: 700;
}

.cartbox-buttons {
    margin-top: 30px;
}

.cartbox-buttons a {
    display: block;
    font-family: Open Sans;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.cartbox-buttons a + a {
    margin-top: 20px;
}

.cartbox .form-control, .conto .form-control {
    height: auto;
    font-size: .8rem;
    padding: 0 .75rem;
}

.cartbox .btn-number, .conto .btn-number {
    padding: 0 .55rem;
}

.cartbox .btn-number.btn-plus, .conto .btn-number.btn-plus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cartbox .btn-number.btn-minus, .conto .btn-number.btn-minus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@media only screen and (max-width: 767px) {
    .accountbox-wrapper {
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .accountbox-wrapper.is-visible .accountbox {
        top: 50px;
        width: calc(100% - 60px);
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .cartbox {
        width: 350px;
        padding: 15px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .accountbox-wrapper {
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .accountbox-wrapper.is-visible .accountbox {
        padding: 45px 30px;
        padding-right: 30px;
        top: 50px;
        width: calc(100% - 60px);
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .cartbox {
        width: calc(100% - 30px);
        padding: 40px 15px;
    }
}

.home-slider {
    margin-top: 100px;
}

.home-slider .slide {
    position: relative;
    min-height: 700px;
}

.home-slider .slide img {
    position: absolute;
}

.home-slider .slide-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.home-slider .slide-text-2 {
    text-align: right;
    top: 50%;
    left: auto;
    right: 10%;
    transform: translateY(-50%);
}

.home-slider .slide-text h2 {
    font-size: 22px;
    font-weight: 600;
}

.home-slider .slide-text h1, .home-slider .slide-text h2:first-child {
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
}

.home-slider .food-btn {
    background: #ffa600 none repeat scroll 0 0;
}

.categorie-home {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.categorie-home .overlay {
    width: 100%;
    height: 100%;
    padding: 100px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categorie-home .overlay h3 {
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.categorie-home .overlay:hover h3 {
    color: #ffa600;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.food-btn::before {
    background: #2858a3 none repeat scroll 0 0;
}

.page-header, .prodotto-header, .offerte-header, .contatti-header, .carrello-header {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}

.page-header h1, .prodotto-header h1, .offerte-header h1, .contatti-header h1, .carrello-header h1 {
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: 700;
}

.main-header h2 {
    line-height: 1.2;
    font-weight: 600;
}

.scroll-home {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    color: #ffffff;
}

.page-header {
    background: rgba(0, 0, 0, .9) url(../img/page-header.png);
    min-height: calc(60vh - 100px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.prodotto-header {
    background: rgba(0, 0, 0, .9) url(../img/prodotto-header.png);
    min-height: calc(100vh - 100px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.offerte-header {
    background: rgba(0, 0, 0, .9) url(../img/offerte-header.png);
    min-height: calc(60vh - 100px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contatti-header {
    background: rgba(0, 0, 0, .9) url(../img/contatti-header.png);
    min-height: calc(60vh - 100px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.carrello-header {
    background: rgba(0, 0, 0, .9) url(../img/carrello-header.png);
    min-height: calc(60vh - 100px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-header form {
    display: inline-block;
    width: 100%;
    background-color: rgba(255,255,255,0.08);
    padding: 10px 10px 0px 10px;
}

.main-header form ul {
    margin: 0px -10px;
}

.main-header form ul li {
    list-style: none;
    padding: 0px 10px 10px 10px;
}

.main-header form textarea, .main-header form input[type="text"], .main-header form input[type="password"], .main-header form input[type="datetime"], .main-header form input[type="datetime-local"], .main-header form input[type="date"], .main-header form input[type="month"], .main-header form input[type="time"], .main-header form input[type="week"], .main-header form input[type="number"], .main-header form input[type="email"], .main-header form input[type="url"], .main-header form input[type="search"], .main-header form input[type="tel"], .main-header form input[type="color"], .main-header form .uneditable-input {
    background-color: #f2f2f2;
    border: none;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
}

.main-header form input[type="text"] {
    width: 100%;
    height: 50px;
    border-radius: 2px;
    font-size: 15px;
    color: #666;
    padding: 5px 25px;
    background-color: #ffffff;
}

.main-header form .select {
    position: relative;
}

.main-header form .select:before {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 16px;
    color: #888;
}

.main-header form .select select {
    height: 50px;
    font-size: 15px;
    font-weight: 500;
    color: #888;
    background-color: #ffffff;
    border-radius: 2px;
    padding: 5px 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    border: 1px solid #dfdfdf;
}

.main-header form .select select option {
    padding: 5px 15px;
}

.main-header form input[type="submit"] {
    width: 100%;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    padding: 12px 25px;
    border: 1px solid;
    letter-spacing: 1.1px;
    cursor: pointer;
    background-color: #2858a3;
    border-color: #9bc5ee !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main-header form input[type="submit"]:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.main-header form sub-btn {
    padding-bottom: 0;
}

input[type="submit"] {
    outline: none;
}

.flickity-viewport {
    transition: height 0.2s;
}

.carousel-cell {
    width: 100%;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 5px;
}

.carousel-cell img {
    width: 100%;
}

/* no circle */
.flickity-button {
  background: transparent;
}
/* big previous & next buttons */
.flickity-prev-next-button {
  width: 50px;
  height: 50px;
}
/* icon color */
.flickity-button-icon {
  fill: #444444;
}
/* hide disabled button */
.flickity-button:disabled {
  display: none;
}

.flickity-button:hover {
    background: #2858a3;
    cursor: pointer;
}

.flickity-button:hover .flickity-button-icon {
    fill:#fff;
}

.pro-offer {
    height: 160px;
    position: absolute;
    right: -50px;
    top: -50px;
    width: 160px;
    z-index: 2;
}

.pro-offer::before {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: calc(100% - 8px);
    left: -10px;
    position: absolute;
    top: 9px;
    transform: rotate(-16deg);
    width: calc(100% + 20px);
    z-index: -1;
}

.pro-offer .pro-offer-inner {
    background: #2858a3 none repeat scroll 0 0;
    border-radius: 100%;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 3;
}

.pro-offer .pro-offer-inner .pro-offer-inner-inner {
    bottom: 50px;
    left: 25px;
    position: absolute;
    z-index: 5;
}

.pro-offer .pro-offer-inner .pro-offer-inner-inner span {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.pro-offer .pro-offer-inner .pro-offer-inner-inner span.fd-diccount {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 18px;
    transform: rotate(13deg);
}

.desc-offer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    color: #ffffff;
    background-color: #2858a3;
}

.desc-offer a:hover {
    text-decoration: none;
}

.desc-offer h3 {
    font-size: 18px;    
}

.desc-offer h5 {
    font-size: 16px;
}

.featured-products {
    background-image: url(../img/featured-products-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width: 991px) {
    .featured-products {
        background: #f9f9f9 none repeat scroll 0 0;
        padding-bottom: 0px;
    }
}

.featured-products .titolo {
    padding-top: 17px;
    position: relative;
    text-align: left;
}

.featured-products .titolo h2 {
    color: #444444;
    font-size: 16px;
}

.featured-products .titolo h2 {
    color: #444444;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .featured-products .titolo h2 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 14px;
        margin-top: 7px;
    }

    .home-slider .slide-text {
        position: absolute;
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .home-slider .slide-text-2 {
        text-align: left;
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

.featured-product {
    background: #ffffff none repeat scroll 0 0;
    padding: 0;
    text-align: center;
    margin-top: 40px;
}

.featured-product .featured-thumb .feat-prod-hover {
    background: #2858a3 none repeat scroll 0 0;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    opacity: 0;
    position: absolute;
    right: 19%;
    top: 50px;
    text-align: center;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}

.featured-product:hover .featured-thumb .feat-prod-hover {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 767px) {
    .featured-product .featured-thumb .feat-prod-hover {
        opacity: 1;
        transform: scale(1);
    }
}

.featured-product .featured-thumb .feat-prod-hover .feat-prod-price {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
}

.featured-details {
    padding: 20px 9px 0;
    margin-top: 14px;
}

.featured-product .featured-details .featured-title {
    color: #2858a3;
    font-size: 20px;
    position: relative;
    font-weight: 700;
    z-index: 2;
}

/* .featured-product .featured-details .featured-title::before {
    background-image: url(../img/bg-feat-prod-title.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 67px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: -1;
} */

.featured-product .featured-details .featured-title a {
    color: #2858a3;
}

.featured-product .featured-details .featured-title a:hover {
    color: #2858a3;
}

.featured-product .featured-details p {
    color: #959595;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 40px;
    padding: 0 22px;
}

.featured-product .featured-details .featured-btn {
    transform: translateY(20px);
}

.featured-product:active .food-btn.brand-hover,
.featured-product:focus .food-btn.brand-hover,
.featured-product:hover .food-btn.brand-hover {
    color: #fff;
}

.featured-product:active .food-btn::before, .featured-product:focus .food-btn::before, .featured-product:hover .food-btn::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.food-btn.brand-hover::before {
    background: #2858a3 none repeat scroll 0 0;
}

.ordina-adesso {
    margin-top: 157px;
    padding-top: 134px;
    text-align: center;
}

.ordina-adesso h6 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.ordina-adesso h2 {
    color: #ffffff;
    font-family: Open Sans;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 3px 0 0;
    text-transform: uppercase;
}

.ordina-adesso p {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 30px;
}

@media only screen and (max-width: 991px) {
    .ordina-adesso {
        background-image: url(../img/featured-products-bg-mobile.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 150vh;
        padding-bottom: 130px;
    }
    .ordina-adesso h6 {
        margin-bottom: 16px;
    }
    .ordina-adesso h2 {
        font-size: 29px;
    }
    .ordina-adesso p {
        font-size: 17px;
        line-height: 26px;
        margin-top: 14px;
    }
}

.footer-wrapper {
    background-color: #222222;
}

.footer-wrapper .footer-col .footer-title {
    color: #e4e5e9;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    position: relative;
    text-transform: capitalize;
}

.footer-wrapper .footer-col .footer-title {
    color: #e4e5e9;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    position: relative;
    text-transform: capitalize;
}

.footer-inner {
    margin-top: 40px;
}

.footer-inner p {
    color: #e4e5e9;
    font-size: 14px;
    line-height: 24px;
}

.footer-addr {
    margin-bottom: 18px;
    margin-top: 18px;
    display: flex;  
}

.footer-addr-icon {
    padding-right: 14px;
}

.footer-addr-det p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

.footer-wrapper .social-icon li {
    display: inline-block;
    margin-right: 10px;
}

.footer-wrapper .social-icon li i {
    border: 1px solid #8a8a8a;
    color: #ffffff;
    display: block;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 30px;
}

.footer-wrapper .social-icon li a i:hover {
    background: #2858a3 none repeat scroll 0 0;
    border: 1px solid #2858a3;
    color: #fff;
}

.orari li {
    color: #ffffff;
    font-weight: 300;
    display: flex;
}

.orari li span.giorno {
    flex-grow: 1;
}

.prod-popo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-popo-thumb {
    min-width: 70px;
    overflow: hidden;
}

.prod-popo-dett {
    padding-left: 20px;
}

.prod-popo-dett h6 {
    margin-bottom: 0;
}

.prod-popo-dett h6 a {
    color: #e4e5e9;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.prod-popo-dett p {
    color: #e4e5e9;
    font-size: 14px;
    line-height: 24px;
}

.prod-popo-dett h6 a:hover {
    color: #2858a3;
}

.copy {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copy p {
    margin-bottom: 0;
    color: #ffffff;
}

.copy p a {
    color: #ffffff;
}

.app-dwnl {
    background-color: #ffffff;
    position: relative;
}

.app-dwnl::before {
    background: #f6f6f6 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 470px;
    left: 0;
    position: absolute;
    width: 100%;
}

.app-dwnl .titolo h2 {
    font-size: 40px;
}

.app-dwnl-inner .app-dwnl-txt {
    padding: 212px 56px 212px 0;
    margin-bottom: 30px;
    text-align: right;
    border-radius: 20px;
    background: #000000 url(../img/main-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.app-dwnl-inner .app-dwnl-txt h2 {
    color: #ffffff;
    font-size: 50px;
    font-style: italic;
    font-weight: 400;
}

.app-dwnl-inner .app-dwnl-txt h6 {
    color: #ffffff;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    margin-top: 4px;
}

.app-dwnl-outer {
    text-align: right;
}

.app-dwnl-outer li {
    display: inline-block;
}

.app-dwnl-outer li:first-child {
    margin-right: 16px;
}

.app-dwnl-outer li a {
    display: block;
}

.app-phone {
    bottom: -74px;
    left: -59px;
    position: absolute;
    width: 50%;
}

@media only screen and (max-width: 991px) {
    .app-dwnl-inner .app-dwnl-txt {
        padding: 132px 56px 100px 0;
    }
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
    .app-dwnl-outer li a img {
        max-width: 190px;
    }
}

@media only screen and (max-width: 767px) {
    .app-dwnl-inner .app-dwnl-txt {
        padding: 132px 56px 60px 0;
    }

    .app-dwnl-inner .app-dwnl-txt, .app-dwnl-outer {
        text-align: left;
    }

    .app-dwnl-inner .app-dwnl-txt {
        background-color: transparent;
        background-size: 0;
    }

    .app-dwnl-inner .app-dwnl-txt h2{
        font-size: 35px;
        margin-bottom: 10px;
    }

    .app-dwnl-inner .app-dwnl-txt h6{
        font-size: 25px;
    }

    .app-dwnl-inner .app-dwnl-txt h2, 
    .app-dwnl-inner .app-dwnl-txt h6 {
        color: #000000;
    }

    .app-dwnl-outer li:first-child {
        margin-right: 0;
    }

    .app-phone {
        bottom: 71px;
        left: -110px;
        position: realtive;
        width: 60%;
    }

    .app-phone img {
        width: 93%;
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .app-dwnl .titolo h2 {
        font-size: 28px;
    }

    .app-dwnl-inner .app-dwnl-txt {
        padding: 65px 16px 60px 0;
    }

    .app-dwnl-outer {
        display: block;
    }

    .app-dwnl-outer li + li {
        margin-top: 20px;
    }

    .app-dwnl-inner .app-dwnl-txt h2{
        font-size: 31px;
    }

    .app-dwnl-inner .app-dwnl-txt h6{
        font-size: 22px;
        margin-bottom: 0;
    }
}

#bread .bread-item {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
}

#bread .bread-item:hover {
    color: #ffa600;
}    

#bread .bread-item.active {
    color: #ffffff;
}

#bread .bread-separator i {
    color: #ffffff;
    font-size: 18px;
    padding: 0 7px;
}

.menu {
    background-color: #fafafa;
}

.barra-menu {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 1.875rem;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
}

.menu-vista a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 10px 12px;
    margin-right: 6px;
    color: #2f2f32;
    font-size: 15px;
}

.menu-vista a:hover,
.menu-vista a.active {
    border-color: transparent;
    background-color: #2858a3;
    color: #fff;
}

.menu-vista span {
    color: #7d7e7f;
    margin-left: 15px;
}

.barra-menu form, .checkout form {
    position: relative;
}

.barra-menu form select, .barra-menu form input, .checkout form select {
    width: 100%;
    min-width: 224px;
    line-height: 1.6;
    outline: 0;
    background: #f5f7fa;
    border: 1px solid #f5f7fa;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    z-index: 0;
    position: relative;
}

.barra-menu form i, .checkout form i {
    position: absolute;
    top: 13px;
    right: 12px;
    color: #959595;
    font-size: 14px;
    /*font-size: 18px;
    color: #2858a3;
    top: 0 !important;
    right: 0 !important;
    position: relative;*/    
}

.barra-menu form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #7d7e7f;
    font-size: 15px;
    transition: all .2s;
}

.menu-categorie {
    padding: 1rem 0;
    background-color: #ffffff;
    box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
}

.menu-categorie .nav-link {
    color: #000;
    text-transform: uppercase;
    border-left: .125rem solid #ffffff;
    transition: all .25s ease-in-out;
}

.menu-categorie .nav-link.active,
.menu-categorie .nav-link:hover {
    color: #2858a3;
    border-left: .125rem solid #2858a3;
    transition: all .25s ease-in-out;
}
.menu-categorie .nav-link.active {
    font-weight: 700;
}

.prodotto-elenco {
    background-color: #ffffff;
    box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
    padding-bottom: 35px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.prodotto-elenco > a {
    overflow: hidden;
    width: 100%;
    display: block;
}

.prodotto-elenco img {
    width: 100% !important;
    display: inline-block !important;
    transform: scale(1);
    transition: all .3s ease-in-out;
}

.prodotto-elenco:hover img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.prodotto-elenco > a:hover img {
    filter: opacity(65%);
}

.prodotto-elenco .pro-offer,
.prod-lista-thumb .pro-offer {
    height: 150px;
    position: absolute;
    right: -50px;
    top: -50px;
    width: 150px;
    z-index: 2;
}

.prodotto-elenco .pro-offer.pro-offer::before,
.prod-lista-thumb .pro-offer.pro-offer::before {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: calc(100% - 8px);
    left: -4px;
    position: absolute;
    top: 9px;
    transform: rotate(-16deg);
    width: calc(100% + 20px);
    z-index: -1;
}

.prodotto-elenco .pro-offer .pro-offer-inner .pro-offer-inner-inner,
.prod-lista-thumb .pro-offer .pro-offer-inner .pro-offer-inner-inner {
    bottom: 45px;
    left: 26px;
    position: absolute;
    z-index: 5;
}

.prodotto-elenco .pro-offer .pro-offer-inner .pro-offer-inner-inner span.fd-diccount,
.prod-lista-thumb .pro-offer .pro-offer-inner .pro-offer-inner-inner span.fd-diccount {
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 7px;
}

.prodotto-elenco .pro-offer .pro-offer-inner .pro-offer-inner-inner span,
.prod-lista-thumb .pro-offer .pro-offer-inner .pro-offer-inner-inner span {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.prodotto-dett {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
    flex-shrink: 80;
}

.prodotto-dett h3 {
    margin-bottom: 5px;
}

.prodotto-dett h3 a {
    color: #3d3d3d;
    font-size: 20px;
}

.prodotto-dett h3 a:hover {
    color: #2858a3;
}

.prodotto-stelle {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.prodotto-stelle i {
    color: #e7711a;
    -webkit-transition: all .18s ease-in-out;
    transition: all .18s ease-in-out;
}

.prodotto-stelle i.grey {
    opacity: .3;
}

.prodotto-dett h5 {
    font-size: 22px;
    color: #2858a3;
    text-align: right;
}

.cat {
    color: #2858a3;
    padding: 2px 8px;
    border: 1px solid #2858a3;
    border-radius: 8px;
}

.prodotto-dett .buttons {
    display: flex;
}

.prodotto-dett .buttons a {
    flex: 1;
}

.food-btn.btn-prod {
    background: #f04d26 none repeat scroll 0 0;
}

.prod-pagination {
    display: flex;
    justify-content: center;
    margin: 0;
    position: relative;
    margin-top: 50px;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.prod-pagination > li {
    margin-top: 10px;
}

.prod-pagination > li > a {
    float: left;
    color: #3d3d3d;
    font-weight: 600;
    background: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 20px;
    border: 1px solid #f5f5f5;
    z-index: 10;
    box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
}

.prod-pagination > li:last-child > a {
    margin-right: 0;
}

.prod-pagination > li > a > i {
    font-size: 20px;
}

.prod-pagination > .numerazione:last-child > a {
    margin-right: 20px;
}

.prod-pagination > li > a:hover, .prod-pagination > li > span:hover, .prod-pagination > li > a:focus, .prod-pagination > li > span:focus, .prod-pagination > li > a.active {
    z-index: 2;
    color: #fff;
    border: 1px solid #2858a3;
    background-color: #2858a3;
    border-color: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.prod-lista {
    background-color: #ffffff;
    box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
}

.prod-lista-thumb {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-self: center;
}

.prod-lista-thumb img {
    max-width: 100px;
}

.prod-lista-inner {
    flex: 2;
}

.prod-lista-dett {
    flex: 2;
}

.prod-lista-btn {
    min-width: 180px;
}

.prod-lista-btn h3 {
    color: #2858a3;
    font-weight: 700;
    margin-bottom: 0;
}

.prod-lista-cat-prez {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
}

.prod-lista-cat-prez .cat {
    min-width: 93px;
    display: flex;
    justify-content: center;
}


@media only screen and (max-width: 767px) {
    /* .prod-lista-thumb {
        flex: 2;
    } */

    .prod-lista-dett {
        flex: 1;
        justify-content: center;
    }
}

.prod-singolo-prezzo {
    font-size: 25px;
    font-weight: bold;
    color: #2858a3;
}

.prod-carousel .carousel-cell {
    width: 100%;
    height: 100%;
}

.prod-carousel .flickity-button {
    transition: all .3s ease-in-out;
}

.prod-carousel .flickity-button:hover {
    background: #2858a3;
    color: #ffffff;
    transition: all .3s ease-in-out;
}

.dett-prod-cell {
    background-image: url(../img/prod-cell-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dett-prod-cell h3 {
    font-size: 35px;
    font-style: italic;
    font-weight: 700;
}

.dett-prod-cell .img-titolo {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 3px dashed #2858a3;
}

.dett-prod-cell .img-titolo img {
    max-width: 100px;
}

.dett-prod-cell .img-titolo .titolo {
    padding-left: 20px;
}

.dett-prod-cell .img-titolo .titolo h4 {
    font-size: 30px;
    font-weight: 700;
}

.dett-prod-cell .img-titolo .titolo h5 {
    font-size: 20px;
    font-weight: 500;
}

.gridzy img {
    filter: opacity(100%);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.gridzy a:hover img {
    filter: opacity(60%);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

@media only screen and (max-width: 991px) {
    .prod-carousel .carousel-cell, .dett-prod-cell {
        height: 350px;
    }
}


@media only screen and (max-width: 767px) {
    .prod-carousel .flickity-button {
        display: none;
    }
}

.cta {
    background-image: url(../img/cta-bg.png);
    background-position: center;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #2858a3;
    background-color: #2858a3;
}

.single-input i {
    position: relative !important;
    margin: 0 0 0 20px;
    color: #b3b3b3 !important;
    top: 0 !important;
    right: 0 !important;
    font-size: 16px !important;
}

.form-contatti input[type="text"], .form-contatti input[type="email"], .form-contatti textarea {
    color: #454545;
    outline: none !important;
}

.form-contatti .single-input input[type="text"], .form-contatti .single-input input[type="email"], .form-contatti .single-input input[type="password"], .form-contatti .custom-select {
    height: 50px;
    padding: 16px 0 16px 50px;
    margin: -37px 0 43px 0;
    border-radius: 5px;
    background: #f5f7fa;
    border: 1px solid #f5f7fa;
}

.form-contatti .custom-select {
    display: block;
    padding-top: 12px;
    overflow: visible !important;
    color: #454545;
    outline: none !important;
}

.form-contatti .single-input textarea {
    width: 100%;
    padding: 20px 20px;
    margin: -37px 0 43px 0;
    border-radius: 5px;
    background: #f5f7fa;
    border: 1px solid #f5f7fa;
}

.form-contatti .custom-checkbox {
    margin: -37px 0 2rem;
}

.form-contatti .food-btn.grey-btn {
    color: #6f6f6f;
}

.form-contatti .food-btn.grey-btn:hover,
.form-contatti .food-btn.grey-btn:focus {
    color: #ffffff;
}

.alert {
    padding: .75rem 2.5rem;
}

.lista-contatti li {
    display: flex;
    margin-bottom: 20px;
}

.lista-contatti li a,
.lista-contatti li i {
    font-size: 16px;
    line-height: 24px;
}

.lista-contatti li a {
    font-family: 'Montserrat', sans-serif;
}

.lista-contatti li i {
    color: #2858a3;
}

.ar-breadcrumbs {
    margin-top: 100px;
    padding: 20px 0;
    background-color: #f1f1f1;
}

.ar-breadcrumbs #bread {
    text-align: left;
}

.ar-breadcrumbs #bread .bread-item {
    color: #333333;
    text-transform: none;
    font-size: 16px;
}

.ar-breadcrumbs #bread .bread-separator i {
    color: #333333;
    font-size: 16px;
}

.bread-item, .bread-separator {
    color: #ffffff;
}

.bread-item:hover {
    color: #ffa600;
}

.bread-item.active {
    color: #fefefe;
}

.reset-psw {
    font-size: 18px;
    font-weight: 600;
}

.list-ordine-item, .list-indirizzo-item {
    display: flex;
    align-items: center;
}

.list-ordine-item i, .list-indirizzo-item i {
    font-size: 30px;
    margin-right: 20px;
}

.list-ordine-item i.fa-spinner-third {
    animation: spin 2s infinite;
}

@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
  }

.list-ordine-item p, .list-indirizzo-item p {
    line-height: 1.4;
    color: #959595;
}

.lista-ordini .list-group-item, .lista-indirizzi .list-group-item {
    padding: 0;
    transition: all .25s ease-in-out;
}

.lista-indirizzi .list-group-item {
    padding: .75rem 1.25rem;
}

.lista-ordini .list-group-item:hover, .lista-indirizzi .list-group-item:hover {
    background-color: #f5f5f5;
    transition: all .25s ease-in-out;
}

.lista-ordini .list-group-item a, .lista-indirizzi .list-group-item a {
    padding: .75rem 1.25rem;
}

.lista-indirizzi .food-btn {
    font-size: 15px;
    color: #fff;
    padding: 0 22px !important;
    text-decoration: none;
}

.feedback-ordine > div,
.riepilogo-ordine > div,
.rec-note > div {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.feedback-ordine .prodotto-stelle {
    font-size: 20px;
}

.feedback-ordine .prodotto-stelle i {
    color: rgb(189, 189, 189);
}

.feedback-ordine .prodotto-stelle i:hover,
.feedback-ordine .prodotto-stelle i.active,
.feedback-ordine .prodotto-stelle i:hover ~ i,
.feedback-ordine .prodotto-stelle i.active ~ i {
    color: #e7711a;
    cursor: pointer;
}

.riepilogo-ordine img {
    width: 64px;
    height: 64px;
    margin-right: .6rem;
}

.riepilogo-ordine .dett-rist,
.riepilogo-ordine .riepilogo .conto,
.riepilogo-ordine .riepilogo .somma {
    padding: .6rem 0;
    border-bottom: 1px solid #eaeaea;
}

.riepilogo-ordine .ristorante h4 {
    line-height: 1;
    margin-bottom: .5rem;
}

.riepilogo-ordine .ristorante p {
    line-height: 1.4;
}

.riepilogo-ordine .riepilogo .conto {
    padding-bottom: .6rem;
    border-bottom: 1px solid #eaeaea;
}

.riepilogo-ordine .riepilogo .totale h3 {
    line-height: 24px;
}

.rec-note {
    display: flex;
    flex-direction: column;

}

.rec-note i {
    font-size: 35px;
    color: #2858a3;
}

.rec-note .food-btn i {
    font-size: 18px;
    color: #2858a3;
    top: 0 !important;
    right: 0 !important;
    position: relative;
}

.cod-sconto {
    padding-top: .6rem;
    border-top: 1px solid #eaeaea;
}

.cod-sconto .form-contatti .single-input input[type="text"] {
    height: 50px;
    font-size: 14px;
    padding: 16px;
    margin: 0;
    border-right: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.indirizzo .form-contatti .single-input textarea {
    padding: .375rem .75rem;
}

.cod-sconto .food-btn {
    height: 50px;
    line-height: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 14px;
}

#pagamento>.card {
    border: 0;
}

#pagamento .card .card-body {
    border: 0;
    border-bottom: 1px solid #2858a3;
}

#pagamento .card-header {
    padding: 1.6rem 1.25rem;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: center;
}

#pagamento .card-header h2 {
    font-size: 18px;
    line-height: 1;
}

#pagamento .card-header i {
    font-size: 18px;
}

#pagamento .card-header i.scelta {
    color: #b3b3b3;
    transition: all .25s ease-in-out;
}

#pagamento .card-header[aria-expanded="true"] i.scelta {
    color: #2858a3;
    transition: all .25s ease-in-out;
}

#pagamento .card-body .food-btn {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

#pagamento .card:last-child .card-header {
    border-bottom: 0px;
}

#pagamento .card .card-header[aria-expanded="true"] {
    border-bottom: 1px solid #2858a3;
}