﻿@media (max-width: 700px) {
    .vis-mobile {
        display: block;
        /*margin-top: 30px;*/
    }

    .vis-desk {
        display: none;
    }

    .navbar {
        min-height: 160px;
    }

    .nav-link {
        font-size: 65px;
        font-weight: normal;
    }

     #navbar>ul {
        margin-left: 15px;
    }

    .nav-item{
        text-align:left !important;
    }

    .navbar-toggler {
        border-width: 3px;
    }

    .navbar-toggler-icon {
        min-width: 55px;
        min-height: 55px;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar-dark .navbar-toggler {
        border-color: rgba(255,255,255,0.8) !important;
    }

    #list4-ul > li > span, #list6-ul > li > span {
        line-height: 10px;
        margin-bottom: 5px;
    }

    #list1-ul > li > span {
        /*text-align: justify;*/
        vertical-align: auto;
        font-size: 45px;
        line-height: normal;
    }

    #list5-ul > li > span, #list7-ul > li > span {
        font-size: 45px;
        margin-top: 0px;
        vertical-align: auto;
        line-height: normal;
    }

    #list3-ul > li > span {
        font-size: 45px;
        vertical-align: auto;
        line-height: normal;
    }

    #list2-ul > li > span, #list4-ul > li > span, #list6-ul > li > span {
        text-align: left;
        vertical-align: auto;
        font-size: 45px;
        line-height: normal;
    }

    #list1-ul, #list2-ul, #list4-ul, #list6-ul {
        /*list-style-image: url('../pics/task-complete-3.png');*/
        list-style-position: inside;
    }

    .nav-link {
        color: white;
        font-family: 'Roboto', sans-serif;
        /*font-weight: bold;*/
    }

    .title1 {
        color: #3083C9;
        font-size: 24px;
    }

    #list3-ul, #list5-ul, #list7-ul {
        padding-left: 28px;
    }

    #nav-menu {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 900px;
        width: 100%;
    }

    #body-container {
        max-width: 900px;
        margin-top: 180px;
    }

    #list1-ul {
        padding: 0px;
    }

    #btnCompra {
        font-size: 45px;
    }

    #labTotale {
        font-size: 35px;
    }
    
    #imgBasket{
        display: none;
    }

    #header {
        background: #3083C9;
        border: none;
        font-weight: 500;
        margin: 0;
    }

    .navbar-brand > img {
        display: block;
        max-width: 240px;
    }

    .prod_span {
        font-size: 30px;
        white-space: normal;
        padding: 5px!important;
    }

    .pay-logo{
        max-width: 200px;
    }
    
    .dropdown-menu{
        width: 90%;
    }

    .dropdown-item{
        font-size:45px !important;
    }

    #cookie-consent{
        position:fixed;
        bottom: 0;
        left:0;
        right: 0;
        text-align:center;
        background-color: gray;
        color: white;
    }

    #cookie-consent>div>span, #cookie-consent>div>button{
        font-size: 24px;
    }

    #footerLink > div > a > img {
        max-width: 200px;
        margin-right: 10px;
    }

    #footerLink > div > img {
        max-height: 30px;
        margin-top: 10px;
        vertical-align:bottom;
    }

    #footerLink > div > a {
        font-size: 24px;
        font-weight: 400;
    }

     #footerLink{
        background-color: #363839;
    }

    #footerLink > div, #footerLink > div > a  {
        color: white !important;
        word-wrap: break-word;
    }

    #labAcceptOld{
        font-size: 12px;
    }
}

    /*VISTA MOBILE*/
@media (max-width: 981px) and (min-width: 700px) {
    .vis-mobile {
        display: block;
        /*margin-top: 30px;*/
    }

    .vis-desk {
        display: none;
    }

    .navbar {
        min-height: 160px;
    }

    .nav-link {
        font-size: 65px;
        font-weight: normal;
        color: white;
        font-family: 'Roboto', sans-serif;
    }

     #navbar>ul {
        margin-left: 15px;
    }

    .nav-item{
        text-align:left !important;
    }

    .navbar-toggler {
        border-width: 3px;
    }

    .navbar-toggler-icon {
        min-width: 75px;
        min-height: 75px;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar-dark .navbar-toggler {
        border-color: rgba(255,255,255,0.8) !important;
    }

    #nav-menu {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 900px;
        width: 100%;
    }

    .navbar-brand > img {
        display: block;
        max-width: 440px;
    }

    #header {
        background: #3083C9;
        border: none;
        font-weight: 500;
        margin: 0;
    }

    #body-container {
        margin-top: 180px;
        max-width: 900px;
    }

    #list4-ul > li > span, #list6-ul > li > span {
        line-height: 10px;
        margin-bottom: 5px;
    }

    #list1-ul > li > span {
        /*text-align: justify;*/
        vertical-align: super;
        font-size: 25px;
        line-height: 30px;
    }

    #list5-ul > li > span, #list7-ul > li > span {
        font-size: 25px;
        margin-top: 0px;
        vertical-align: super;
    }

    #list3-ul > li > span {
        font-size: 25px;
        vertical-align: super;
        line-height: 35px;
    }

    #list2-ul > li > span, #list4-ul > li > span, #list6-ul > li > span {
        text-align: left;
        vertical-align: super;
        /*font-size: 32px;*/
        line-height: 30px;
    }

    #list1-ul, #list2-ul, #list4-ul, #list6-ul {
        /*list-style-image: url('../pics/task-complete-2.png');*/
        list-style-position: inside;
    }

    .title1 {
        color: #3083C9;
        font-size: 45px;
        letter-spacing: 2px;
    }

    .value1 {
        font-size: 42px !important;
    }

    #list3-ul, #list5-ul, #list7-ul {
        padding-left: 28px;
    }

    #list1-ul {
        padding: 0px;
    }

    #btnSubmit {
        font-size: 45px;
    }

     #labTotale {
        font-size: 35px;
    }

    #imgBasket{
        max-width: 35px;
    }

    #rowProds {
        font-size: 45px;
        vertical-align: auto;
        line-height: normal;
    }

        #rowProds > div > div > span > input {
            width: 30px;
            height: 30px;
            vertical-align: auto;
        }

    .form-check-label {
        margin-left: 0px;
    }

    #dropNazioni, #dropCitta {
        font-size: 45px;
        height: 80px;
    }

    #rowPayment > div > div > span > input {
        width: 30px;
        height: 30px;
        vertical-align: auto;
    }

    .prod_span {
        font-size: 40px;
        white-space: normal;
        padding: 5px!important;
    }

    .pay-logo{
        max-width: 300px;
    }
    
    .dropdown-menu{
        width: 90%;
    }

    .dropdown-item{
        font-size:45px !important;
    }

    #divSelMetodo {
        font-size: 35px;
        text-align: center;
        color: #3083C9;
        margin: 10px 10px 30px 10px;
    }

    #cookie-consent{
        position:fixed;
        bottom: 0;
        left:0;
        right: 0;
        text-align:center;
        background-color: gray;
        color: white;
    }

    #cookie-consent>div>span, #cookie-consent>div>button{
        font-size: 26px;
    }

    #footerLink > div > a > img {
        max-width: 250px;
        margin-right: 15px;
    }

    #footerLink > div > img {
        max-height: 35px;
    }

    #footerLink > div > a {
        font-size: 24px;
        font-weight: 400;
    }

    #footerLink{
        background-color: #363839;
    }

    #footerLink > div, #footerLink > div > a  {
        color: white !important;
        word-wrap: break-word;
    }
    
    #labAcceptOld{
        font-size: 12px;
    }
}

    /*VISTA DESKTOP*/
@media (min-width: 981px) {
    .li {
        font-size: 25px;
        /*margin-left: 20px;*/
    }

    .vis-mobile {
        display: none;
    }

    .vis-desk {
        display: block;
    }

    #list1-ul > li > span {
        /*text-align: justify;*/
        vertical-align: super;
        font-size: 16px;
        line-height: 30px;
    }

    #list3-ul > li > span {
        vertical-align: super;
        font-size: 16px;
        line-height: 30px;
    }

    #list2-ul > li > span, #list4-ul > li > span, #list6-ul > li > span {
        text-align: left;
        vertical-align: super;
        font-size: 18px;
        line-height: 22px;
    }

    #list1-ul, #list2-ul, #list4-ul, #list6-ul {
        /*list-style-image: url('../pics/task-complete-2.png');*/
        list-style-position: inside;
    }

    .nav-link {
        color: white;
        font-size: 18px;
        margin-left: 36px;
        padding-left: 0px !important;
        padding-right: 0px!important;
    }

     #navbar>ul {
        margin-left: auto;
    }

    .active > a {
        border-bottom: 1px solid white;
    }

    /* STROKE */
    nav ul li a,
    nav ul li a:after,
    nav ul li a:before {
      transition: all .5s;
    }
    nav ul li a:hover {
      color: #555;
    }

    nav.stroke ul li a,
    nav.fill ul li a {
        position: relative;
    }
    nav.stroke ul li a:after,
    nav.fill ul li a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: '.';
        color: transparent;
        /*background: #aaa;*/
        background-color: white;
        height: 1px;
    }
    nav.stroke ul li a:hover:after {
        width: 100%;
    }

    nav.fill ul li a {
        transition: all 2s;
    }

    nav.fill ul li a:after {
        text-align: left;
        content: '.';
        margin: 0;
        opacity: 0;
    }
    nav.fill ul li a:hover {
        color: #fff;
        z-index: 1;
    }
    nav.fill ul li a:hover:after {
        z-index: -10;
        animation: fill 1s forwards;
        -webkit-animation: fill 1s forwards;
        -moz-animation: fill 1s forwards;
        opacity: 1;
    }
    /* END STROKE */

    .navbar-brand {
        margin-right: 26px;
    }

    .navbar-brand > img {
        display: block;
        max-width: 300px;
    }

    .title1 {
        color: #3083C9;
        font-size: 24px !important;
    }

    #list3-ul, #list5-ul, #list7-ul {
        padding: 0px 0px 0px 28px;
    }

    #header {
        background: #3083c9;
        border: none;
        font-weight: 400;
        margin: 0;
    }

    #body-container {
        margin-top: 40px;
    }

    .pay-logo {
        max-width: 200px;
    }

    #rowProds > div > div > span > input {
        width: 20px;
        height: 20px;
        vertical-align: auto;
    }

    #rowPayment > div > div > span > input {
        width: 20px;
        height: 20px;
        vertical-align: auto;
    }

    .prod_span {
        font-size: 24px;
        padding: 5px!important;
        white-space: normal;
    }

    #divSelMetodo {
        font-size: 24px;
        text-align: center;
        color: #3083C9;
        margin: 10px 10px 30px 10px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    #cookie-consent{
        position:fixed;
        bottom: 0;
        left:0;
        right: 0;
        text-align:center;
        background-color: gray;
        color: white;
    }

    #cookie-consent, 
    #cookie-consent>div>span, #cookie-consent>div>button{
        font-size: 16px;
        text-align: center;
    }

    #footerLink > div > a > img {
        max-width: 250px;
        margin-right: 15px;
    }

    #footerLink > div > img {
        max-height: 45px;
    }

    #footerLink{
        background-color: #363839;
    }

    #footerLink > div, #footerLink > div > a  {
        color: white !important;
    }

    #labAcceptOld{
        font-size: 12px;
    }

    #imgBasket{
        max-width: 35px;
    }
}

#list1-ul > li, #list2-ul > li {
    margin-top: 25px;
}

#list3-ul, #list5-ul, #list7-ul {
    list-style-image: url('../pics/done4.png');
}

#list2-ul, #list4-ul, #list6-ul {
    padding: 0px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

html, body {
    overflow-x: hidden !important;
}