*{
    box-sizing:border-box;
    scroll-behavior: smooth;
}

:root{
    --couleur-principale: #11a6e7;
    --couleur-secondaire: #fd812b;
    --couleur-terciaire : #26b14f;

    --couleur-principale-degrade: #BDF2FF;
    --couleur-secondaire-degrade: #FFA647;

    --texte-principal   : #07333d;
    --texte-secondaire  : #ffffff;
    --texte-terciaire   : #706F6F;
    --texte-courgette   : #9DC99C;

    --unactive-element  : #DADADA;
    --active-element    : #11A6E7;
    --couleur-fond      : #F6F6F6;
    --couleur-fond-secondaire: #EDEDED; 
}

@font-face {
    font-family: 'app';
    src: url('font/app.eot?23297456');
    src: url('font/app.eot?23297456#iefix') format('embedded-opentype'),
    url('font/app.woff?23297456') format('woff'),
    url('font/app.ttf?23297456') format('truetype'),
    url('font/app.svg?23297456#app') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Louis_George_Cafe';
    src: url('font/Louis George Cafe.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="i-"]:before, [class*=" i-"]:before {
    font-family: "app";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;font-variant: normal;
    text-transform: none;line-height: 1em;
    margin-left: .2em;
    font-size: 125%;
}

.i-user:before { content: '\e801'; } /* '' */
.i-send:before { content: '\e802'; } /* '' */


body{
    font-family: Louis_George_Cafe;
    margin: 0;
    padding: 0;
}

.container, .menu-container{
    width: 100%;
    min-height: 80%;
    border-radius: 20px 20px 0 0;
    position: relative;
    top: 9em;
    display: flex;
    padding: 5px 2% 7em;
    flex-direction: column;
    align-items: center;
    background-color: var(--couleur-fond);
    z-index: 30;
}

.container{
    position: absolute;
}
.fixedHeight{
    bottom: 5em;
}
.fullWidth{
    width: 100% !important;
    border-radius: 0 !important;
}
.centerChild{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dateList{
    margin-left: 0.3em;
}
.menu-container{
    top: 0;
    margin-bottom: 5em;
}
.topbar{
    background: linear-gradient(140deg, var(--couleur-principale) -40%, var(--couleur-principale-degrade) 140%);
    font-size: 1.5em;
    height: 8em;
    width: 100%;
    position: fixed;
    top: 0px;
    color: #FFF;
    z-index: 20;
    display: flex;
}

.topbar.second{
    height: 35%;
    position: absolute;
    justify-content: center;
    align-items: center;
}
.background-second{
    background-color: var(--couleur-fond-secondaire) !important;
}
.container.connexion{
    top: 30%;
    background-color: var(--couleur-fond);
    height: 70%;
}
.button.connexion{
    width: 80%;
    position: relative;
    left: 10%;
    transform: scale(0.7);
}
.linkedLogo{
    display: flex;
    height: 100%;
    align-items: center;
}
.linkedLogo.connexion{
    display: flex;
    height: 100%;
    width: 100%;
    padding-bottom: 1.75%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}


.topbar .app-name{
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    left: 80px;
}
.logo {
    height: 55px;
    margin-top: 2px;
    width: 65px;
    position: absolute;
    left: 15px;
}
.linkedLogo.connexion .logo{
    height: 110px;
    width: 130px;
}
.linkedLogo.connexion .logo, .linkedLogo.connexion .app-name{
    left: auto;
    position: relative;
}
.linkedLogo.connexion .app-name{
    margin: 0 10px;
    text-align: center;
    font-size: 1.2em;
}

.topbar .menu {
    position: absolute;
    right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}

.topbar .menu a{
    color:inherit;
    text-decoration:none;
    float:left;
}

.topbar .menu a:hover{
    background-color: var(--couleur-principale);
    border-radius: 50%;
    box-shadow: 0px 0px 50px var(--couleur-principale);
}

.footer .active{
    color: var(--active-element);
    transform: scale(1.2);
    transform: translateY(-0.5em);
}
.main-button.active .circle-icon{
    background-color: var(--active-element);
    color: var(--texte-secondaire);
}
.field{
    position: relative;
    height: 72px;
    padding: 16px 0 8px 0;
}

.field-label{
    position: relative;
    margin: 0;
    display: block;

    color:  #bfbfbf;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;

    transform: translateY(24px);
    transition: transform 0.3s, color 0.3s;
    transform-origin: 0 50%;
}

.field-input{
    position: relative;
    display: block;
    width: 100%;
    height: 32px;
    padding: 8px 0;

    line-height: 16px;
    font-family: Roboto;
    font-size: 16px;

    background: transparent;
    border: none;
    -webkit-appearance: none;
    outline: none;
}

.field-area{
    height:auto;
    padding-top:5px;
    width:90%;
}

.field::after, .field::before{
    content:'';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 6px;
    left: 0;

    background-color: #e6e6e6;
}

.field::after{
    background-color: #2195F2;
    transform: scaleX(0);
    transition: transform 0.3s;
}

.has-label .field-label{
    transform: translateY(0) scale(0.75);
}

.is-focused .field-label{
    color: #2195F2;
}
.field.is-focused::after{
    transform: scaleX(1);
}

.field.error .field-label{
    color: #e74c3c;
}

.field.error::after{
    background-color: #e74c3c;
}

button{
    background-color: var(--couleur-secondaire);
    border: 2px solid var(--couleur-secondaire);
    display: block;
    width: 40%;
    height: 2.5em;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin: 5px 0;
    outline: none;
    border-radius: 5px;
}

button:hover{
    background:none;
    color:var(--couleur-secondaire);
}

.button{
    background-color: var(--couleur-secondaire);
    border: 2px solid var(--couleur-secondaire);
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 3em;
    color: var(--texte-secondaire);
    border-radius: 5px;
    cursor: pointer;
    margin: 5px 0;
    outline: none;
    text-align: center;
    font-size: 1.5em;
}
.button .desc{
    margin-right: 1em;
}
.buttons-connexion{
    display: flex;
    flex-direction: column;
    height: 55%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.button.neg{
    background:none;
    color:var(--couleur-secondaire);
}
.button.neg:hover{
    background-color: var(--couleur-secondaire);
    border: 2px solid var(--couleur-secondaire);
    color: #fff;
}
.button:hover{
    background:none;
    color:var(--couleur-secondaire);
}
.buttons {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.header{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid var(--texte-terciaire);
}
.page-title{
    text-align: center;
}
.return-icon, .parameter-icon{
    position: absolute;
    top: 10px;
    left: 10px;
    color: var(--texte-secondaire);
    font-size: 3em;
}
.parameter-icon{
    left: auto;
    float: right;
    right: 10px;
    font-size: 1.5em;
}
.header-user-display{
    display: flex;
    position: relative;
    top: 10px;
    left: 10px;
    align-items: center;
    height: 2.5em;
    text-decoration: none;
    color: var(--texte-secondaire);
}
.profile-picture{
    background-color: #fff;
    height: 2em;
    width: 2em;
    border-radius: 50%;
    margin: 0 6px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--active-element);
}
.profile-picture.big{
    height: 4em;
    width: 4em;
    position: relative;
    left: 50%;
    top: 0.4em;
    transform: translateX(-50%);
}
.profile-picture.big i{
    transform: scale(2);
}
.page-placehodler{
    display: flex;
    border-radius: 15px;
    background-color: #FAFAFA;
    width: 70%;
    position: relative;
    top: 0;
    transform: translateY(-50%);
    box-shadow: 5px 5px 14px rgba(0, 0, 0,0.1 );
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.page-amount{
    margin-bottom: 0;
}
.container.connexion h2{
    color: var(--texte-terciaire);
}

.header.header-form{
    margin-bottom:-8px;
}

p.error{
    color: #e74c3c;
}

.membre{
    display:block;
    background-color:#ccc;
    padding:10px 10px;
    margin-bottom:10px;
    box-shadow:1px 2px 5px 1px rgba(0, 0, 0, 0.4);
    position:relative;
    border-radius:2px;
}

.membre .select{
    position:absolute;
    right: 10px;
    top: 9px;
    background-color:#3498db;
    color:#fff;
    display:block;
    width:40px;
    height:40px;
    border-radius:50%;
    text-align:center;
    line-height:40px;
}

.membre .select:hover{
    background-color:#2980b9;
}

.bottom{
    position:fixed;
    background-color:#fff;
    bottom:0px;
    width:96%;
}

.bottom .send{
    background-color:var(--couleur-principale);
    color:#fff;
    position:absolute;
    right:0px;
    top:25px;
    width:38px;
    border-radius:50%;
    padding:0;
    font-size:12px;
    outline:none;
}

.bottom .send:hover{
    background-color: var(--couleur-principale);

}

.maessages-box{
    position:relative;
    background-color:#fff;
    margin-bottom:95px;
}

.messages-box .message{
    padding: 3px 8px;
    margin:3px 0;
    border-radius:12px;
    max-width:75%;
    display:inline-block;
    min-height:25px;
}

.messages-box .message.message-membre{
    background-color:#3498db;
    float:right;
}

.messages-box .message.message-user{
    background-color:#bdc3c7;
}



.user-name{
    color: #ccc;
}

.burger{
    display: flex;
    justify-content: space-around;
    height: 35px;
    width: 30px;
    margin-right: 10px;
    flex-direction: column;
}
.burger_line{
    display: flex;
    height: 3px;
    width: 100%;
    background-color: white;
    margin: 5px auto;
    transition: width 0.3s ease-out;
    border-radius: 3px;
}
.burger:hover .burger_line:nth-child(2){
    width: 60%;
}

.blur{
    width: 100%;
    height: 100%;
    position: fixed;
    backdrop-filter: blur(2px);
    background: rgba(0,0,0, 0.2);
    z-index: 21;
}
.side-menu{
    display: flex;
    position: fixed;
    right: 0;
    width: 60%;
    padding: 15% 0 10% 10%;
    height: 100%;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
    background-color: var(--couleur-principale);
    z-index: 10;
    overflow: hidden;
}


.side-menu .menu-item{
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
}

.menu-item{
    color: var(--unactive-element);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
}
.menu-item i{
    font-size: 2.1em;
}
.menu-item span{
    font-size: 0.6em;
    transform: translateY( 7px);
}
.circle-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-35%);
    width: 4em;
    height: 4em;
    background-color: var(--unactive-element);
    text-decoration: none;
    color: var(--texte-secondaire);
    border-radius: 50%;
}
.main-name{
    transform: translateY(-1em) !important;
}
.logout{
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 50px;
    width: 50px;
    color: white;
    bottom: 10px;
    right: 10px;
    font-size: 2rem;
}

.top-infos{
    position: absolute;
    display: flex;
    align-items: center;
    top: 15px;
    color: white;
    font-size: 1.5rem;
    width: 75%;
}

.close{
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    top: 10px;
    right: 10px;
}
.close:hover .close_line:first-child{
    transform: rotate(-43deg);
}
.close:hover .close_line:last-child{
    transform: rotate(43deg);
}
.close_line{
    display: flex;
    width: 100%;
    height: 3px;
    background-color: white;
    border-radius: 3px;
    position: absolute;
    transition: 0.3s ease-out;
}
.close_line:first-child{
    transform: rotate(45deg);
}
.close_line:last-child{
    transform: rotate(-45deg);
}
.hidden{
    display: none !important;
}

.connexion-title{
    padding: 0 10px;
    text-align: center;
    width: 100%;
    color: var(--texte-terciaire);
    font-weight: 300;
}

.amount_display{
    background-color: var(--couleur-fond);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%;
    height: 9em;
    border-radius: 25px;
    box-shadow: 16px 7px 18px rgb(13, 27, 7, 0.2), -16px -7px 18px rgba(255, 255, 255, 0.2);
    color:var(--texte-principal);
}

.credit{
    width: 30px;
    height: 30px;
    margin-right: 3px;
}


.solde{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #fff;
}

.amount-infos{
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}

.footer{
    height: 4.4em;
    width: 100%;
    position: fixed;
    bottom: 0px;
    color: #FFF;
    z-index: 35;
    box-shadow: 0px -10px 33px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: space-around;
}
.name-display{
    padding: 0 0.5em;
    font-weight: normal;
}
.separator, .separator-second{
    width: 80%;
    height: 5px;
    border-radius: 3px;
    background-color: var(--couleur-principale);
    margin: 20px 0;
}

.separator-second{
    width: 100%;
}

.fast-reservation{
    display: flex;
    width: 95%;
    height: 55vh;
    transform: translateY(-2em);
}
.paiement{
    display: flex;
    width: 100%;
    transform: translateY(-3em);
    flex-direction: column;
    align-items: center;
}
.reservation{
    display: flex;
    width: 95%;
    margin: 0 0 60px;
}
.res-form-row {
    display: flex;
    background-color: var(--couleur-fond);
    border-radius: 6px;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 6rem;
    margin: 10px 0;
    padding: 0.2em 0;
    box-shadow: 7px 7px 20px rgba(13, 27, 9, 0.15);
}
.res-form-row.first-line{
    color: var(--texte-terciaire);
    box-shadow: none;
    margin: 0;
    background: transparent;
}
.res-form-row.telDisplay{
    border-radius: 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.res-form-row.categorie{
    height: 2em !important;
    width: auto;
    border-radius: 15px;
}
.nbPeople{
    width: 40px;
}
.fast-reservation-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    top: -1em;
    align-items: center;
}

.price-c{
    display: flex;
    align-items: center;
    justify-content: center;
}

.fast-res-item{
    margin: 0 10px;
}
.special-input{
    transform: scale(1.3);
    margin: 0 20px;
}

[type="checkbox"]{
    transform: scale(1.8);
}

.fast-res-title, .res-title{
    width: 100%;
    text-align: center;
    color: var(--texte-principal);
}

.secondary-text{
    text-align: center;
    color: var(--texte-terciaire);
}

.reservations, .support{
    width: 80%;
    margin: 0 0 70;
}
.reservations, .wallet, .support, .infos-display{
    transform: translateY(-2em);
}

.support{
    margin: 1em;
}

.reservations-form{
    height: 100%;
}

.small{
    transform: scale(0.8);
}

.old-amount{
    margin: 10px 0;
}

.small_title{
    font-weight: normal;
}

.margin{
    margin: 10px 0 !important;
}
.res-form-row-second, .res-form-row-third{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 3.7rem;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    margin: 10px 0;
}

.res-form-row.second{
    width: 80%;
    text-align: center;
    height: 4em;
}
.res-form-row.third{
    text-align: center;
    height: 4em;
}
.res-form-row.third .button{
    transform: scale(0.7);
}

.annul{
    background-color: red;
    border: 2px solid red;
    height: 3em;
    width: 40%;
    position: relative;
    left: 30%;
}
.annul:hover{
    background: none;
    color: red;
}
.valid{
    width: 100%;
    background-color: var(--couleur-secondaire);
    border: 2px solid var(--couleur-secondaire);
    font-size: 1.2em;
    box-shadow: 5px 5px 13px 5px rgba(0, 0, 0, 0.3);

}
.valid:hover{
    background: none;
    color: var(--couleur-secondaire);
}
.underFormButton{
    width: 54%;
}
.backTo, .seeMore{
    width: 80%;
    background-color: #9F9F9F;
    border: 2px solid #9F9F9F;
    text-align: center;
}
.backTo:hover{
    background: none;
    color: #9F9F9F;
}
.seeMore{
    flex-direction: column;
    width: 3em;
    background: linear-gradient(140deg, var(--couleur-secondaire) -40%, var(--couleur-secondaire-degrade) 140%);
    border: none;
    border-radius: 18px;
}
.mainAction, .backTo{
    border-radius: 50px;
    background-color: var(--active-element);
    border: none;
    width: 65%;
}
.mainAction:hover{
    color: var(--active-element);
}
.backTo{
    background-color: #9F9F9F;
}
.secondAction{
    background: var(--couleur-principale) !important;
}
.secondAction:hover{
    color: var(--couleur-fond) !important;
}
.mainAction i, .backTo i{
    background-color: var(--couleur-fond);
    color: var(--active-element);
    border-radius: 50%;
    width: 3.5em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.backTo i, .mainAction.disconnect i{
    background-color: var(--couleur-fond);
    color: #9F9F9F;
    width: 2em;
}
.mainAction.disconnect i{
    color: #FF3613;
}
.mainAction.disconnect:hover{
    color: var(--couleur-fond);
}
.mainAction.disconnect{
    background: linear-gradient(140deg, #FF3613 -40%, #BE1622 140%);
    margin-top: 0.5em;
    transform: scale(0.9);
}
.mainAction i{
    width: 3.2em;
}
.mainAction .desc, .backTo .desc{
    margin-right: 0.6em;
}
.header-res {
    background-color: transparent;
    margin: 20px 0 0 0;
    height: 6%;
    color: #484848;
}

::-webkit-scrollbar{
	display: none;
}
#indicator{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 2em;
    left: 10px;
    height: 50px;
    width: 50px;
    color: #2a90d4;
    background-color: white;
    border-radius: 50%;
    font-size: 3rem;
    text-decoration: none;
}
.menu-link{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 20px 0;
    width: 80%;
    height: 4rem;
    background: linear-gradient(140deg, var(--couleur-principale) -40%, var(--couleur-principale-degrade) 140%);
    color: var(--texte-secondaire);
    text-decoration: none;
    border-radius: 15px;
}
.menu-link.background-second{
    background: linear-gradient(140deg, var(--couleur-secondaire) -40%, var(--couleur-secondaire-degrade) 140%);
}
.menu-link:hover{
    background: transparent;
}

.menu-container-title{
    width: 80%;
    display: flex;
    height: 3em;
    border-radius: 10px;
    font-size: 1.5em;
    margin: 1em 0;
    justify-content: center;
    align-items: center;
    color: white;
}

.spacer{
    margin: 0.5em;
}

.big-title, .section-title{
    font-size: 3em;
    width: auto;
    border: 2px solid #b1b1b1;
    border-radius: 5px;
    padding: 20px;
    margin: 0;
}

.section-title{
    font-size: 1.5em;
}

.box-ticket{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2em;
}

.box-item{
    margin: 1em 0;
}

.text-area{
    width: 25em;
    height: 9em;
    border-radius: 5px;
}

.message{
    padding: 1em;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.message.error{
    background-color: red;
    margin: 1em 0;
}
.success{
    background-color: #5BBF1D;
}

.user{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.user-logo{
    font-size: 4em;
}

.infos-display{
    width: 80%;
}

.spread{
    justify-content: space-between;
    padding: 0 0.4em;
}

.header-form-infos{
    color: #484848;
}

.sum-display{
    display: flex;
    justify-content: center;
    width: 80%;
}

#doubleCheck{
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vh;
    backdrop-filter: blur(2px);
    z-index: 30;
    top: 0;
}

.encart{
    border-radius: 10px;
    background-color: rgb(221, 221, 221);
    padding: 20px;
    height: 50%;
    width: 50%;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
.no-margin{
    margin:0;
    left: auto;
}
.payed{
    color: green;
}
.unpayed{
    color: red;
}
.products-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
}
.description{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-c.second{
    color: rgb(1, 58, 1);
}

.product-card{
    padding: 1em;
    border-radius: 8px;
    background-color: rgb(244, 244, 244);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-out;
}
.product-card:hover{
    transform: scale(1.02);
}
.scrollable{
    overflow-y: scroll;
    bottom : 60px;
    padding-bottom: 10px;
    padding-bottom: 15px;
}

.user-value{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--texte-courgette);
    margin-bottom: 0.75em;
}

.quantity {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
}

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

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

.quantity input {
width: 45px;
height: 42px;
line-height: 1.65;
float: left;
display: block;
padding: 0;
margin: 0;
padding-left: 20px;
border: 1px solid #eee;
}

.quantity.second input {
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: none;
    background: transparent;
}
    

.quantity input:focus {
outline: 0;
}

.quantity-nav {
float: left;
position: relative;
height: 42px;
}

.quantity-button {
position: relative;
cursor: pointer;
border: 1px solid #eee;
width: 20px;
text-align: center;
color: #333;
font-size: 13px;
font-family: "Trebuchet MS", Helvetica, sans-serif !important;
line-height: 1.7;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.quantity-button.quantity-up {
position: absolute;
height: 50%;
top: 0;
border-bottom: 1px solid #eee;
background-color: #55C1F5;
}

.quantity-button.quantity-down {
position: absolute;
bottom: -1px;
height: 50%;
background-color: #9FD7FF;
}