/* CRINODESIGN.com
Tema SushiLab 1 */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,600;1,200&display=swap');

body {
    background-color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

body,html {
    height: 100%;
}


ul {
    list-style-type: none;
}

.w25 { width: 25px; }
.h25 { height: 25px; }
.open16 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.open20 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.Raleway18 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 200;
}
.Raleway20 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 200;
    font-style: italic;
}
.Raleway22 {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
}
.Raleway26 {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 900;
    font-style: italic;
}
.Raleway34 {
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
}
.nero { color: #000000; }
.nero:hover { color: #000000; }
.minW60 { min-width: 60px; }

#btMenu {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 999;
}
#slideMenu {
    position: fixed;
    background-color: #3A3A3A;
    width: 300px;
    height: 100%;
    top: 0;
    left: -300px;
    padding-left: 20px;
    z-index: 1072;
}
#slideMenu a { color: #ffffff; }
.sfondoBianco { background-color: #ffffff !important; }
.sfondoViola { background-color: #3A3A3A !important; }
.list-group-item { background-color: transparent; color: #020305; }


/* ICON SCROLL */
.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    bottom: 30px;
    box-shadow: inset 0 0 0 2px #000000;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #000000;
    margin-left: -4px;
    top: 46px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-38px);
  }
}

.h40 { height: 40px; }
.h50 { height: 50px; }
.h60 { height: 60px; }
.h100 { height: 100px; }


/* CLASSI PER ordiniDiretti */
#btOrdine { 
    position: fixed;
    width: 54px;
    height: 54px;
    bottom: 60px; 
    right: 34px;
    z-index: 1030;
    background-color: #3A3A3A; /*1887D8*/
    border-radius: 50%;
    color: #ffffff;
    padding-left: 13px;
    padding-top: 9px;
    font-size: 26px;
    cursor: pointer;

    display: none;

    -webkit-transition: background-color 300ms linear, transform 0.3s ease-in-out;
    -ms-transition: background-color 300ms linear, transform 0.3s ease-in-out;
    transition: background-color 300ms linear, transform 0.3s ease-in-out;

}

.ingrandisco { 
    transform: scale3d(100, 100, 1);
 }

.btOrdine_Rosso { background-color: #D81946 !important; }

.bianco { color: #FFF; }
.bianco:hover { color: #FFF; }
.modal { z-index: 99999; color: #333333; }
.form-check-label {
    font-size: 16px;
    color: #333333; 
}

.qtOrdineSession {
    position: absolute;
    top:-10px;
    left:30px;
    background-color: #D81946;
    color: white;
    font-size: 12px;
    padding:4px 8px;
    border-radius: 50%;
    display: none;
}

.containerRadio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .containerRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
 
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }

  .containerRadio:hover input ~ .checkmark {
    background-color: #ccc;
  }

  .containerRadio input:checked ~ .checkmark {
    background-color: #3A3A3A;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .containerRadio input:checked ~ .checkmark:after {
    display: block;
  }

  .containerRadio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }

.bt_Add_rosso { background-color: #3A3A3A; border: 1px solid #3A3A3A; }


/* STILI MODAL */

#ordineModalComposto .modal-content {
    margin: -4px 0 0 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.Pieno {
    width: 100%;
    margin: 0 auto;
    border: 0;
}

.bottoneArrotondato {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 20px;
}

.hdProdotto {
    background-color: #292929;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
}

.hdProdottoOpz {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -20px;
    background-color: white;
    
    -webkit-box-shadow: inset 0px 4px 9px -4px rgba(0,0,0,0.34);
    -moz-box-shadow: inset 0px 4px 9px -4px rgba(0,0,0,0.34);
    box-shadow: inset 0px 4px 9px -4px rgba(0,0,0,0.34);

    -webkit-box-shadow: 0px -4px 9px -3px rgba(255,255,255,1);
    -moz-box-shadow: 0px -4px 9px -3px rgba(255,255,255,1);
    box-shadow: 0px -4px 9px -3px rgba(255,255,255,1);
}

.modal-content.ordineW {
    background-color: transparent;
    border: 0;
    color: white;
}

.mioF {
    position: fixed;
    width: 340px;
    bottom: 20px;
    display: none;
    left:50%;
    transform: translateX(-50%);
}
.list-group-item {
    border-bottom:  1px solid rgba(255, 255, 255, .3);
}
.bt-cancella {
    background-color: transparent;
    color: white;
}
.selQtSfondo {
    background-color: rgba(255, 255, 255, .26);
    border-radius: 31px;
    padding: 2px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: auto;
    text-align: center;
}

.selQtSfondoNo {
    background-color: transparent !important;
}
