:root {
    --primary-light: #8abdff;
    --primary: #fbc10a;
    --primary-dark: #5b0eeb;
    --white: #FFFFFF;
    --greyLight-1: #E4EBF5;
    --greyLight-2: #c8d0e7;
    --greyLight-3: #bec8e4;
    --greyDark: #7f7f7f;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeueLTStd-BlkEx.otf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Helvetica Neue', sans-serif !important;
}

.home-1 {
    overflow: hidden !important;
}

.logo.logo-width-1 a img {
    width: 180px;
    min-width: 260px;
}

.logo.logo-width-1 {
    margin-right: 20px;
}

.header-style-1 {
    position: absolute;
    overflow-x: clip;
    z-index: 2;
    width: 100%;
}

.test {
    height: 100vh;
}

.slick-list,
.slick-track {
    height: 100%;
}


/* .hero-slider-1 .single-hero-slider {
    height: 100vh;
} */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
}

.hero-slider-1 img {
    max-height: 250px;
}

.hero-slider-1 .slider-content form {
    background-color: rgb(0 0 0 / 30%);
    max-width: 1000px;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff;
    width: 100%;
    margin: inherit !important;
}

.btn-geoloc {
    padding-left: 58px !important;
    background: url(../imgs/theme/icons/icone-2.png) no-repeat 20px center;
    background-size: 30px;
    width: 60%;
    text-align: left;
    background-color: transparent !important;
	font-family: 'Helvetica Neue', sans-serif !important;
    font-size: 13px !important;
    padding-top: 20px !important;
	font-weight: inherit	!important;

}

.btn-take-away {
    width: auto;
    background: url(../imgs/theme/icons/icone-5.png) no-repeat 20px center;
    background-size: 30px;
    border-radius: 50px !important;
    border: 2px solid #fff !important;
}

.btn-account {
    background: url(../imgs/theme/icons/icone-3.png) no-repeat 20px center;
    background-size: 30px;
}

.btn-rest {
    background: url(../imgs/theme/icons/icone-4.png) no-repeat 20px center;
    background-size: 30px;
}

.hero-slider-1 .slider-content form input {
    font-family: 'Helvetica Neue';
    font-size: 13px;
    /* line-height: 0.2 !important; */
    padding-top: 7px;
    border: 0;
    border-radius: 50px 0 0 50px;
    padding-left: 58px;
    background: url(../imgs/theme/icons/icone-1.png) no-repeat 20px center;
    background-size: 30px;
    color: #fff;
    width: 100%;
}

::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #fff;
}

.test2 {
    animation-name: example;
    animation-duration: 1s;
}

.logo-custom {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
    transition: all 1.5s;
    width: 250px;
}

.logo-custom.scrolled {
    width: 180px;
    height: 120px;
    background-color: #fbba00;
    border-radius: 0 0 25px 25px;
}

.logo-custom img {
    max-height: 250px;
    height: 169px;
    transition: all 1.5s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.single-cat {
    margin-bottom: 2.8em;
}

.product-cart-wrap {
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-cart-wrap .product-img-action-wrap {
    position: relative;
    background-color: transparent;
    overflow: hidden;
    max-height: 320px;
    padding: 15px 15px 0 15px;
}

.product-cart-wrap:hover {
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    border: 0;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    background-color: #fbba00;
    border-radius: 30px;
}

.product-cart-wrap:hover .product-card-bottom .add-cart .add {
    background-color: #c91010;
    color: #fff !important;
}

.product-cart-wrap .product-card-bottom .add-cart .add:hover {
    background-color: #c91010;
    color: #fff !important;
}

.prod-img {
    height: 200px;
    width: 200px;
    border: 0;
    border-radius: 20px;
    background-image: url(../imgs/shop/Gallettoss.jpg);
    background-size: cover;
    background-position: center;
}

.footer-bottom {
    border-top: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, white, #172715, transparent);
}

.shop header {
    background-color: rgb(22 40 21);
    position: relative;
    margin-bottom: 4em;
}

.shop .logo.logo-width-1 a img {
    width: 100px;
    min-width: 100px;
}

.shop .header-style-1 .header-middle-ptb-1 {
    padding: 15px 0 10px;
}

.shop .logo.logo-width-1 {
    margin-right: 100px;
}

.product-cart-wrap .product-badges.product-badges-position {
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 9;
}

.product-cart-wrap .product-badges span {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    border-radius: 15px;
    color: #fff;
    padding: 9px 10px 8px 10px;
}

.product-cart-wrap .product-badges span.sale {
    background-color: #c91010;
}

.shop footer {
    position: relative !important;
}

.primary-sidebar .sidebar-widget {
    border-radius: 30px;
    background-color: #fff;
}

.row-cart::after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #ddd;
}

.btn-sm {
    width: 100%;
    border-radius: 10px;
    text-transform: uppercase !important;
    font-family: 'Helvetica Neue';
    font-size: 11px !important;
    padding-bottom: 4px !important;
    background-color: #c91010;
}

input:focus {
    background: white;
    border: 1px solid #172715;
}

input {
    padding-left: 10px;
    font-size: 11px;
    width: 50%;
}

input.coupon {
    height: 35px;
    text-transform: uppercase;
}

.coupon-div::before {
    content: '';
    position: absolute;
    top: -10px;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #ddd;
}

.initial-price {
    font-size: 80%;
    position: relative;
}

.product-cart-wrap .product-card-bottom .add-cart .add:hover .initial-price::after {
    background-color: #fff;
}

.initial-price::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #c91010;
    left: 0;
    top: 37%;
    transform: rotate(343deg);
}

.modal-title {
    width: 100%;
    text-align: center;
    background-color: #FFC107;
    font-family: 'Helvetica Neue';
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 10px 3px;
    border-radius: 10px;
    margin-bottom: 1em;
}

.agg {
    font-family: 'Helvetica Neue';
    text-transform: uppercase;
    font-size: 15px;
    color: #fbba00;
}

.accordion-button:focus:not(:focus-visible) {
    outline: 0 !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-button {
    padding-bottom: 0;
    border: 0;
}

.section-title.style-1 {
    font-family: 'Helvetica Neue';
    text-transform: uppercase;
    font-size: 15px;
    justify-content: center;
    background-color: #c91010;
    color: #fff;
    padding-top: 20px;
    border-radius: 30px 30px 0 0;
}

.add-list {
    height: 315px;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 350px;
    padding-right: 8px;
    padding-left: 8px;
}

.add-list li {
    border: 2px solid #ddd;
    padding: 5px 10px 3px 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #172715;
    margin-bottom: 10px;
}

.add-list::-webkit-scrollbar {
    width: 2px;
}

.add-list::-webkit-scrollbar-track {
    background: transparent;
}

.add-list::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 20px;
    border: 0;
}

.checkout-cont {
    background-color: #fbba00;
    border-radius: 30px;
}

.checkout-cont h6 {
    font-family: 'Helvetica Neue';
    text-transform: uppercase;
    font-size: 14px;
    color: #172715;
}

.checkout-btn-login {
    width: 70%;
    text-align: center;
    background-color: #172715;
    font-family: 'Helvetica Neue';
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 10px 3px;
    border-radius: 10px;
    margin-bottom: 1em;
    color: #fff;
}

.checkout-form label {
    font-size: 12px;
    text-transform: uppercase;
    color: #172715;
    margin-bottom: 0;
}

.checkout-form textarea {
    min-height: 110px;
}

.n-ord {
    color: #c91010;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.thank-you p {
    text-transform: uppercase;
    font-family: 'Quicksand';
    color: #172715;
    font-size: 15px;
}

.thank-you p strong,
.thank-you span strong {
    font-family: 'Helvetica Neue';
}

.thank-you span {
    font-family: 'Quicksand';
    color: #172715;
    text-transform: uppercase;
    font-size: 12px;
}

.product-cart-wrap .product-content-wrap h2 a {
    color: #172715;
}

.product-cart-wrap .product-content-wrap h2 a:hover {
    color: #172715;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    /* border: 2px solid #ddd; */
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 1.3rem;
    height: 1.3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
    padding: 5px;
    border-radius: 20px;
    background-color: #172715;
    color: #fff;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 0.6rem;
    height: 2px;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    /* font-family: sans-serif; */
    max-width: 3rem;
    padding: .5rem 0 0;
    border: 0;
    border-width: 0 2px;
    font-size: 1rem;
    height: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #172715;
}


/*  RADIO  */

.radio {
    /* display: flex; */
    /* justify-items: center; */
    /* justify-content: center; */
    display: inline-block;
}

.radio input {
    display: none;
}

.radio__1 input:checked~label,
.radio__2 input:checked~label {
    box-shadow: inset 0.2rem 0.2rem 0.5rem var(--greyLight-2), inset -0.2rem -0.2rem 0.5rem var(--white);
}

.radio__1 input:checked~label::after,
.radio__2 input:checked~label::after {
    background: var(--primary);
}

.radio__1 label,
.radio__2 label {
    box-shadow: 0.2rem 0.1rem 0.3rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-bottom: 0;
    margin-left: 10px;
}

.radio__1 label:hover::after,
.radio__2 label:hover::after {
    background: var(--primary);
}

.radio__1 label::after,
.radio__2 label::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--greyDark);
    border-radius: 50%;
    transition: 0.3s ease;
}

footer p {
    font-size: 10px !important;
}


/* da aggiungere a scheda prodotto descrizione */

.font-descr {
    font-family: Arial;
    font-size: 11px;
    text-align: center;
    font-weight: 500;
    line-height: 13px;
    color: rgb(51, 51, 51);
}

.btn-cart-home {
    background-image: none;
    padding: 0 !important;
    position: relative !important;
    height: 58px;
    width: 58px;
}

.btn-cart-home i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fab700;
    width: 30px;
    height: 30px;
    color: #000;
    border-radius: 50px;
}

.btn-cart-home i::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.quantity-cart {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #f00;
    border-radius: 50%;
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding-top: 0px;
    top: 5px;
    right: 7px;
    font-family: 'Quicksand';
    font-weight: 900;
}

.dashboard-menu ul li a.active {
    color: #fff;
    background-color: #172715;
    border-radius: 10px;
}

.dashboard-content p, .dashboard-content label, .dashboard-content input {
    font-family: Lato;
    font-size: 1rem;
    font-weight: 600;
    color: rgb(51, 51, 51);
}

.dashboard-content .table, .dashboard-content address {
    font-family: Lato;
    font-weight: 600;
    line-height: 16px;
    color: rgb(51, 51, 51);
}
.restaurants {
    height: 100vh;
    background-color: rgb(22 40 21);
}

.restaurants .card {
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 750px;
    width: 100%;
}

.restaurants .page-content h1 {
    font-family: 'Helvetica Neue';
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-size: 26px;
}
.custom-bg {
    background-color: rgb(22 40 21);
}
.delivery-phone {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 160px;
    right: 15px;
    z-index: 999;
    background-color: #22362b;
    border-radius: 100px;
    color: #fff;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    box-shadow: 0 0 10px black;
}

.delivery-phone a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
}
.contents,
.contents .inner {
    display: inline-block;
}

.contents {
    white-space: nowrap;
    margin-left: -1em;
    padding-left: 1em;
}

.contents .inner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 0%;
    overflow: hidden;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    font-size: 13px;
}

.delivery-phone:hover {
    width: 270px;
}

.delivery-phone:hover i {
    left: 10%;
}

.delivery-phone:hover .contents .inner {
    width: 225px;
}
.menu-text-custom {
    display: none;
}
.whatsapp {
    bottom: 80px;
}
.whatsapp a {
    color: #fff;
}
.whatsapp a i {
    font-size: 26px;
}

.delivery-phone a {
    color: #fff;
}
@keyframes example {
    0% {
        height: 100vh;
    }

    100% {
        height: 0;
        display: none;
    }
}

.custom-modal-popup .modal-dialog .btn-close {
    right: 20px;
    top: 20px;
}

.custom-modal-popup .modal-header {
    
    border-bottom: 0 !important; 
  
}
button.submit:hover, button[type='submit']:hover {
    background-color: #c91010 !important;
}

.modal-body h1,.modal-body h2,.modal-body h3,.modal-body h5,.modal-body h6,.modal-body .font-heading,.modal-body .display-1,.modal-body .display-2,.modal-body .heading-sm-1 {
    color: #172715;
}
main {
	
	min-height: calc(100vh - 215px);
}

.sticky-bar.stick {
    
    background: rgb(22 40 21) !important;
}

.theiaStickySidebar {
    top: 15px !important;
}
@media only screen and (max-width: 767px) {
    .home-1 {
        overflow: inherit !important;
    }

    .header-action-right {
        display: block;
    }

    .logo.logo-width-1 {
        margin-right: 0;
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .btn-rest {
        background: url(../imgs/theme/icons/icone-4.png) no-repeat 13px center;
        background-size: 30px;
        padding: 0 !important;
        position: relative !important;
        height: 58px;
        width: 58px;
    }

    .btn-account {
        background: url(../imgs/theme/icons/icone-3.png) no-repeat 13px center;
        background-size: 30px;
        padding: 0 !important;
        position: relative !important;
        height: 58px;
        width: 58px;
    }

    .addr-bar {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .logo-custom img {
        max-height: 250px;
        height: 169px;
        transition: all 1.5s;
        position: absolute;
        top: 0;
        transform: translate(0, -120%);
    }

    .hero-slider-1 .single-hero-slider .slider-content form {
        max-width: 100%;
    }

    .logo-custom.scrolled img {
        max-height: 250px;
        height: 80px;
        transition: all 1.5s;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

    .categories {
        height: auto !important;
    }

    .categories .cat h1 {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: translate(0) !important;
    }

    footer {
        position: relative !important;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .header-wrap {
        justify-content: space-between;
    }

    .header-wrap .logo {
        margin-right: 0 !important;
    }

    .burger-icon.burger-icon-white>span::before,
    .burger-icon.burger-icon-white>span::after {
        background-color: #ffffff;
    }

    #scrollUp {
        display: none !important;
    }

    .mob-cart {
        height: 60px;
        overflow: hidden;
        position: fixed;
        /* background: fixed; */
        bottom: 0;
        z-index: 9;
        margin-bottom: 0 !important;
        background-color: #fff;
        -webkit-transition: height 0.5s;
        -moz-transition: height 0.5s;
        -ms-transition: height 0.5s;
        -o-transition: height 0.5s;
        transition: height 0.5s;
    }
	
	.mob-cart2 {
        height: 100%;
        overflow: hidden;
        position: relative;
        /* background: fixed; */
        bottom: 0;
        z-index: 9;
        margin-bottom: 0 !important;
        background-color: #fff;
        -webkit-transition: height 0.5s;
        -moz-transition: height 0.5s;
        -ms-transition: height 0.5s;
        -o-transition: height 0.5s;
        transition: height 0.5s;
    }

    .mob-cart .section-title.style-1 {
        font-family: 'Helvetica Neue';
        text-transform: uppercase;
        font-size: 15px;
        justify-content: center;
        background-color: #c91010;
        color: #fff;
        padding-top: 20px;
        border-radius: 30px 30px 0 0;
        text-align: center;
        margin-bottom: 0 !important;
        height: 60px;
        display: flex;
        align-items: center;
    }

    .coupon-div::before {
       
        z-index: -1;
    }

    .inner-cart {
    
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding-bottom: 80px !important;
    
    }
    .mob-cart ul {
        height: 48vh;
        overflow: scroll;
    }

    .cart-open {
        height: 70vh;
    }

    .cart-close {
        height: 60px;
    }

    .custom-modal .modal-dialog .btn-close {
        right: 20px;
        top: 20px;
    }

    .custom-modal .modal-dialog .modal-content {
        padding: 40px 0 0;
    }

    .add-list {
        height: 200px;
        max-height: 200px;
    }

    .detail-extralink {
        width: 90%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        background-color: #fff;
        margin: 0 !important;
        padding-bottom: 15px;
    }

    .modal-body {

        height: 80vh;
        overflow: scroll;
        padding-bottom: 120px;
    }

    .custom-modal-popup .modal-body {
        height: auto;
        overflow: scroll;
        padding-bottom: 0;
    }
    .modal-title {
        width: 90%;

        transform: translate(5%, 0);
    }
    .checkout-form {
        padding: 0 2rem !important;
    }
    .checkout-cont .section-title {
        text-align: center;
    }
	.delivery-phone {

        display: none;
    }
	input[type="text"] {
	font-size: 16px !important;

  }	 
}


